华恒Mes鼎捷代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

671 lines
36 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSIntSupCalLog
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSIntSupCalLog));
  29. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  30. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  31. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  32. this.ID = new DevExpress.XtraGrid.Columns.GridColumn();
  33. this.colMOCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  34. this.Colmoseq = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.ColInvcode = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.ColInvname = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.COlopcode = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.ColOPdesc = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.Colmoqty = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.Colokqty = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.Colupqty = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.Coleqpcode = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.ColCanUpqty = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.ColPrline = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.eqpname = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.postatus = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.isclose = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.Colsetime = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.weight = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.allweight = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.repSerialButtonEdit = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  53. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  54. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  55. this.MOTitle = new DevExpress.XtraEditors.LabelControl();
  56. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  57. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  58. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  59. this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
  60. this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
  61. this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
  62. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  63. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  64. this.btnGetInfo = new DevExpress.XtraEditors.SimpleButton();
  65. this.btnCreate = new DevExpress.XtraEditors.SimpleButton();
  66. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  67. this.unitprice = new DevExpress.XtraGrid.Columns.GridColumn();
  68. this.totalprice = new DevExpress.XtraGrid.Columns.GridColumn();
  69. this.memo = new DevExpress.XtraGrid.Columns.GridColumn();
  70. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.repSerialButtonEdit)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  74. this.groupControl1.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  76. this.panelControl3.SuspendLayout();
  77. this.SuspendLayout();
  78. //
  79. // grdDetail
  80. //
  81. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  82. this.grdDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  83. this.grdDetail.Location = new System.Drawing.Point(2, 26);
  84. this.grdDetail.MainView = this.grvDetail;
  85. this.grdDetail.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  86. this.grdDetail.Name = "grdDetail";
  87. this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  88. this.repSerialButtonEdit});
  89. this.grdDetail.Size = new System.Drawing.Size(1295, 464);
  90. this.grdDetail.TabIndex = 0;
  91. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  92. this.grvDetail});
  93. //
  94. // grvDetail
  95. //
  96. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  97. this.colisSelect,
  98. this.ID,
  99. this.colMOCODE,
  100. this.Colmoseq,
  101. this.ColInvcode,
  102. this.ColInvname,
  103. this.COlopcode,
  104. this.ColOPdesc,
  105. this.Colmoqty,
  106. this.Colokqty,
  107. this.Colupqty,
  108. this.Coleqpcode,
  109. this.ColCanUpqty,
  110. this.gridColumn1,
  111. this.ColPrline,
  112. this.eqpname,
  113. this.postatus,
  114. this.isclose,
  115. this.Colsetime,
  116. this.weight,
  117. this.allweight,
  118. this.unitprice,
  119. this.totalprice,
  120. this.memo});
  121. this.grvDetail.GridControl = this.grdDetail;
  122. this.grvDetail.IndicatorWidth = 60;
  123. this.grvDetail.Name = "grvDetail";
  124. this.grvDetail.OptionsSelection.MultiSelect = true;
  125. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  126. this.grvDetail.OptionsView.ShowFooter = true;
  127. this.grvDetail.OptionsView.ShowGroupPanel = false;
  128. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  129. this.grvDetail.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.grvDetail_ShowingEditor);
  130. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  131. //
  132. // colisSelect
  133. //
  134. this.colisSelect.Caption = "选择";
  135. this.colisSelect.FieldName = "isSelect";
  136. this.colisSelect.Name = "colisSelect";
  137. this.colisSelect.OptionsColumn.AllowEdit = false;
  138. this.colisSelect.Visible = true;
  139. this.colisSelect.VisibleIndex = 0;
  140. //
  141. // ID
  142. //
  143. this.ID.Caption = "GUID";
  144. this.ID.FieldName = "ID";
  145. this.ID.Name = "ID";
  146. //
  147. // colMOCODE
  148. //
  149. this.colMOCODE.Caption = "生产订单号";
  150. this.colMOCODE.FieldName = "工单号";
  151. this.colMOCODE.Name = "colMOCODE";
  152. this.colMOCODE.OptionsColumn.AllowEdit = false;
  153. this.colMOCODE.Visible = true;
  154. this.colMOCODE.VisibleIndex = 1;
  155. //
  156. // Colmoseq
  157. //
  158. this.Colmoseq.Caption = "生产订单行号";
  159. this.Colmoseq.FieldName = "工单行";
  160. this.Colmoseq.Name = "Colmoseq";
  161. this.Colmoseq.OptionsColumn.AllowEdit = false;
  162. this.Colmoseq.Visible = true;
  163. this.Colmoseq.VisibleIndex = 2;
  164. this.Colmoseq.Width = 181;
  165. //
  166. // ColInvcode
  167. //
  168. this.ColInvcode.Caption = "存货编码";
  169. this.ColInvcode.FieldName = "物料编码";
  170. this.ColInvcode.Name = "ColInvcode";
  171. this.ColInvcode.OptionsColumn.AllowEdit = false;
  172. this.ColInvcode.Visible = true;
  173. this.ColInvcode.VisibleIndex = 3;
  174. //
  175. // ColInvname
  176. //
  177. this.ColInvname.Caption = "存货名称";
  178. this.ColInvname.FieldName = "物料名称";
  179. this.ColInvname.Name = "ColInvname";
  180. this.ColInvname.OptionsColumn.AllowEdit = false;
  181. this.ColInvname.Visible = true;
  182. this.ColInvname.VisibleIndex = 4;
  183. //
  184. // COlopcode
  185. //
  186. this.COlopcode.Caption = "工序编码";
  187. this.COlopcode.FieldName = "工序编码";
  188. this.COlopcode.Name = "COlopcode";
  189. this.COlopcode.OptionsColumn.AllowEdit = false;
  190. this.COlopcode.Visible = true;
  191. this.COlopcode.VisibleIndex = 5;
  192. //
  193. // ColOPdesc
  194. //
  195. this.ColOPdesc.Caption = "工序名称";
  196. this.ColOPdesc.FieldName = "工序名称";
  197. this.ColOPdesc.Name = "ColOPdesc";
  198. this.ColOPdesc.OptionsColumn.AllowEdit = false;
  199. this.ColOPdesc.Visible = true;
  200. this.ColOPdesc.VisibleIndex = 6;
  201. //
  202. // Colmoqty
  203. //
  204. this.Colmoqty.Caption = "订单数量";
  205. this.Colmoqty.FieldName = "订单数量";
  206. this.Colmoqty.Name = "Colmoqty";
  207. this.Colmoqty.OptionsColumn.AllowEdit = false;
  208. this.Colmoqty.Visible = true;
  209. this.Colmoqty.VisibleIndex = 7;
  210. //
  211. // Colokqty
  212. //
  213. this.Colokqty.Caption = "完工合格数量";
  214. this.Colokqty.FieldName = "完工合格数量";
  215. this.Colokqty.Name = "Colokqty";
  216. this.Colokqty.OptionsColumn.AllowEdit = false;
  217. this.Colokqty.Visible = true;
  218. this.Colokqty.VisibleIndex = 8;
  219. //
  220. // Colupqty
  221. //
  222. this.Colupqty.Caption = "已上传数量";
  223. this.Colupqty.FieldName = "已上传数量";
  224. this.Colupqty.Name = "Colupqty";
  225. this.Colupqty.OptionsColumn.AllowEdit = false;
  226. this.Colupqty.Visible = true;
  227. this.Colupqty.VisibleIndex = 9;
  228. //
  229. // Coleqpcode
  230. //
  231. this.Coleqpcode.Caption = "报工设备";
  232. this.Coleqpcode.FieldName = "报工设备";
  233. this.Coleqpcode.Name = "Coleqpcode";
  234. this.Coleqpcode.OptionsColumn.AllowEdit = false;
  235. this.Coleqpcode.Visible = true;
  236. this.Coleqpcode.VisibleIndex = 10;
  237. //
  238. // ColCanUpqty
  239. //
  240. this.ColCanUpqty.Caption = "本次可上传数量";
  241. this.ColCanUpqty.FieldName = "本次可上传数量";
  242. this.ColCanUpqty.Name = "ColCanUpqty";
  243. this.ColCanUpqty.OptionsColumn.AllowEdit = false;
  244. this.ColCanUpqty.Visible = true;
  245. this.ColCanUpqty.VisibleIndex = 12;
  246. //
  247. // gridColumn1
  248. //
  249. this.gridColumn1.Caption = "预计完工日期";
  250. this.gridColumn1.FieldName = "MOPLANENDTIME";
  251. this.gridColumn1.Name = "gridColumn1";
  252. this.gridColumn1.OptionsColumn.AllowEdit = false;
  253. //
  254. // ColPrline
  255. //
  256. this.ColPrline.Caption = "请购单行";
  257. this.ColPrline.FieldName = "请购单行";
  258. this.ColPrline.Name = "ColPrline";
  259. this.ColPrline.OptionsColumn.AllowEdit = false;
  260. this.ColPrline.Visible = true;
  261. this.ColPrline.VisibleIndex = 13;
  262. //
  263. // eqpname
  264. //
  265. this.eqpname.Caption = "设备名称";
  266. this.eqpname.FieldName = "eqpname";
  267. this.eqpname.Name = "eqpname";
  268. this.eqpname.OptionsColumn.AllowEdit = false;
  269. this.eqpname.Visible = true;
  270. this.eqpname.VisibleIndex = 11;
  271. //
  272. // postatus
  273. //
  274. this.postatus.Caption = "postatus";
  275. this.postatus.FieldName = "cState";
  276. this.postatus.Name = "postatus";
  277. this.postatus.OptionsColumn.AllowEdit = false;
  278. //
  279. // isclose
  280. //
  281. this.isclose.Caption = "是否关闭";
  282. this.isclose.FieldName = "iscolse";
  283. this.isclose.Name = "isclose";
  284. this.isclose.OptionsColumn.AllowEdit = false;
  285. this.isclose.Visible = true;
  286. this.isclose.VisibleIndex = 14;
  287. //
  288. // Colsetime
  289. //
  290. this.Colsetime.Caption = "关闭时间";
  291. this.Colsetime.FieldName = "CloseTime";
  292. this.Colsetime.Name = "Colsetime";
  293. this.Colsetime.OptionsColumn.AllowEdit = false;
  294. this.Colsetime.Visible = true;
  295. this.Colsetime.VisibleIndex = 15;
  296. //
  297. // weight
  298. //
  299. this.weight.Caption = "零件单重";
  300. this.weight.FieldName = "weight";
  301. this.weight.Name = "weight";
  302. this.weight.OptionsColumn.AllowEdit = false;
  303. this.weight.Visible = true;
  304. this.weight.VisibleIndex = 16;
  305. //
  306. // allweight
  307. //
  308. this.allweight.Caption = "零件总重";
  309. this.allweight.FieldName = "allweight";
  310. this.allweight.Name = "allweight";
  311. this.allweight.OptionsColumn.AllowEdit = false;
  312. this.allweight.Visible = true;
  313. this.allweight.VisibleIndex = 17;
  314. //
  315. // repSerialButtonEdit
  316. //
  317. this.repSerialButtonEdit.AutoHeight = false;
  318. this.repSerialButtonEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  319. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus)});
  320. this.repSerialButtonEdit.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  321. this.repSerialButtonEdit.Name = "repSerialButtonEdit";
  322. this.repSerialButtonEdit.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  323. //
  324. // rptPage
  325. //
  326. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  327. this.rptPage.Appearance.Options.UseBackColor = true;
  328. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  329. this.rptPage.isInit = false;
  330. this.rptPage.Location = new System.Drawing.Point(0, 531);
  331. this.rptPage.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
  332. this.rptPage.Name = "rptPage";
  333. this.rptPage.PageIndex = 1;
  334. this.rptPage.PageSize = 10000;
  335. this.rptPage.RecordNum = 0;
  336. this.rptPage.Size = new System.Drawing.Size(1299, 33);
  337. this.rptPage.TabIndex = 15;
  338. this.rptPage.Visible = false;
  339. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  340. //
  341. // groupControl1
  342. //
  343. this.groupControl1.Controls.Add(this.grdDetail);
  344. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  345. this.groupControl1.Location = new System.Drawing.Point(0, 39);
  346. this.groupControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  347. this.groupControl1.Name = "groupControl1";
  348. this.groupControl1.Size = new System.Drawing.Size(1299, 492);
  349. this.groupControl1.TabIndex = 14;
  350. this.groupControl1.Text = "详细信息";
  351. //
  352. // MOTitle
  353. //
  354. this.MOTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  355. this.MOTitle.Appearance.ForeColor = System.Drawing.Color.White;
  356. this.MOTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  357. this.MOTitle.Location = new System.Drawing.Point(3, 5);
  358. this.MOTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  359. this.MOTitle.Name = "MOTitle";
  360. this.MOTitle.Size = new System.Drawing.Size(176, 30);
  361. this.MOTitle.TabIndex = 19;
  362. this.MOTitle.Text = "内部委外供应商汇总";
  363. //
  364. // btnOutPut
  365. //
  366. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  367. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  368. this.btnOutPut.Appearance.Options.UseFont = true;
  369. this.btnOutPut.Appearance.Options.UseForeColor = true;
  370. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  371. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  372. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  373. this.btnOutPut.Location = new System.Drawing.Point(581, 0);
  374. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  375. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  376. this.btnOutPut.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  377. this.btnOutPut.Name = "btnOutPut";
  378. this.btnOutPut.Size = new System.Drawing.Size(67, 39);
  379. this.btnOutPut.TabIndex = 2;
  380. this.btnOutPut.Text = "导出";
  381. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  382. //
  383. // btnConfig
  384. //
  385. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  386. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  387. this.btnConfig.Appearance.Options.UseFont = true;
  388. this.btnConfig.Appearance.Options.UseForeColor = true;
  389. this.btnConfig.Appearance.Options.UseTextOptions = true;
  390. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  391. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  392. this.btnConfig.Location = new System.Drawing.Point(224, 0);
  393. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  394. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  395. this.btnConfig.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  396. this.btnConfig.Name = "btnConfig";
  397. this.btnConfig.Size = new System.Drawing.Size(103, 39);
  398. this.btnConfig.TabIndex = 4;
  399. this.btnConfig.Text = "数据源设置";
  400. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  401. //
  402. // btnFilter
  403. //
  404. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  405. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  406. this.btnFilter.Appearance.Options.UseFont = true;
  407. this.btnFilter.Appearance.Options.UseForeColor = true;
  408. this.btnFilter.Appearance.Options.UseTextOptions = true;
  409. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  410. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  411. this.btnFilter.Location = new System.Drawing.Point(159, 0);
  412. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  413. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  414. this.btnFilter.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  415. this.btnFilter.Name = "btnFilter";
  416. this.btnFilter.Size = new System.Drawing.Size(65, 39);
  417. this.btnFilter.TabIndex = 11;
  418. this.btnFilter.Text = "过滤";
  419. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  420. //
  421. // btnRefresh
  422. //
  423. this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  424. this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White;
  425. this.btnRefresh.Appearance.Options.UseFont = true;
  426. this.btnRefresh.Appearance.Options.UseForeColor = true;
  427. this.btnRefresh.Appearance.Options.UseTextOptions = true;
  428. this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  429. this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
  430. this.btnRefresh.Location = new System.Drawing.Point(648, 0);
  431. this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin";
  432. this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false;
  433. this.btnRefresh.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  434. this.btnRefresh.Name = "btnRefresh";
  435. this.btnRefresh.Size = new System.Drawing.Size(66, 39);
  436. this.btnRefresh.TabIndex = 17;
  437. this.btnRefresh.Text = "刷新";
  438. this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
  439. //
  440. // btnSelectAll
  441. //
  442. this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  443. this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White;
  444. this.btnSelectAll.Appearance.Options.UseFont = true;
  445. this.btnSelectAll.Appearance.Options.UseForeColor = true;
  446. this.btnSelectAll.Appearance.Options.UseTextOptions = true;
  447. this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  448. this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image")));
  449. this.btnSelectAll.Location = new System.Drawing.Point(327, 0);
  450. this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
  451. this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
  452. this.btnSelectAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  453. this.btnSelectAll.Name = "btnSelectAll";
  454. this.btnSelectAll.Size = new System.Drawing.Size(65, 39);
  455. this.btnSelectAll.TabIndex = 20;
  456. this.btnSelectAll.Text = "全选";
  457. this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
  458. //
  459. // btnCancelAll
  460. //
  461. this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  462. this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White;
  463. this.btnCancelAll.Appearance.Options.UseFont = true;
  464. this.btnCancelAll.Appearance.Options.UseForeColor = true;
  465. this.btnCancelAll.Appearance.Options.UseTextOptions = true;
  466. this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  467. this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image")));
  468. this.btnCancelAll.Location = new System.Drawing.Point(392, 0);
  469. this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
  470. this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
  471. this.btnCancelAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  472. this.btnCancelAll.Name = "btnCancelAll";
  473. this.btnCancelAll.Size = new System.Drawing.Size(65, 39);
  474. this.btnCancelAll.TabIndex = 22;
  475. this.btnCancelAll.Text = "全消";
  476. this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click);
  477. //
  478. // btnClose
  479. //
  480. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  481. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  482. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  483. this.btnClose.Appearance.Options.UseFont = true;
  484. this.btnClose.Appearance.Options.UseForeColor = true;
  485. this.btnClose.Appearance.Options.UseTextOptions = true;
  486. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  487. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  488. this.btnClose.Location = new System.Drawing.Point(1270, 0);
  489. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  490. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  491. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  492. this.btnClose.Name = "btnClose";
  493. this.btnClose.Size = new System.Drawing.Size(30, 37);
  494. this.btnClose.TabIndex = 25;
  495. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  496. //
  497. // btnExit
  498. //
  499. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  500. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  501. this.btnExit.Appearance.Options.UseFont = true;
  502. this.btnExit.Appearance.Options.UseForeColor = true;
  503. this.btnExit.Appearance.Options.UseTextOptions = true;
  504. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  505. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  506. this.btnExit.Location = new System.Drawing.Point(714, 0);
  507. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  508. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  509. this.btnExit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  510. this.btnExit.Name = "btnExit";
  511. this.btnExit.Size = new System.Drawing.Size(63, 39);
  512. this.btnExit.TabIndex = 10;
  513. this.btnExit.Text = "退出";
  514. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  515. //
  516. // btnGetInfo
  517. //
  518. this.btnGetInfo.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  519. this.btnGetInfo.Appearance.ForeColor = System.Drawing.Color.White;
  520. this.btnGetInfo.Appearance.Options.UseFont = true;
  521. this.btnGetInfo.Appearance.Options.UseForeColor = true;
  522. this.btnGetInfo.Appearance.Options.UseTextOptions = true;
  523. this.btnGetInfo.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  524. this.btnGetInfo.Image = ((System.Drawing.Image)(resources.GetObject("btnGetInfo.Image")));
  525. this.btnGetInfo.Location = new System.Drawing.Point(1163, 0);
  526. this.btnGetInfo.LookAndFeel.SkinName = "BlueButtonSkin";
  527. this.btnGetInfo.LookAndFeel.UseDefaultLookAndFeel = false;
  528. this.btnGetInfo.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  529. this.btnGetInfo.Name = "btnGetInfo";
  530. this.btnGetInfo.Size = new System.Drawing.Size(83, 39);
  531. this.btnGetInfo.TabIndex = 34;
  532. this.btnGetInfo.Text = "同步U8";
  533. this.btnGetInfo.Visible = false;
  534. //
  535. // btnCreate
  536. //
  537. this.btnCreate.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  538. this.btnCreate.Appearance.ForeColor = System.Drawing.Color.White;
  539. this.btnCreate.Appearance.Options.UseFont = true;
  540. this.btnCreate.Appearance.Options.UseForeColor = true;
  541. this.btnCreate.Appearance.Options.UseTextOptions = true;
  542. this.btnCreate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  543. this.btnCreate.Image = ((System.Drawing.Image)(resources.GetObject("btnCreate.Image")));
  544. this.btnCreate.Location = new System.Drawing.Point(457, 0);
  545. this.btnCreate.LookAndFeel.SkinName = "BlueButtonSkin";
  546. this.btnCreate.LookAndFeel.UseDefaultLookAndFeel = false;
  547. this.btnCreate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  548. this.btnCreate.Name = "btnCreate";
  549. this.btnCreate.Size = new System.Drawing.Size(130, 39);
  550. this.btnCreate.TabIndex = 35;
  551. this.btnCreate.Text = "产生ERP请购单";
  552. this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
  553. //
  554. // panelControl3
  555. //
  556. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  557. this.panelControl3.Appearance.Options.UseBackColor = true;
  558. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  559. this.panelControl3.Controls.Add(this.btnCreate);
  560. this.panelControl3.Controls.Add(this.btnGetInfo);
  561. this.panelControl3.Controls.Add(this.btnExit);
  562. this.panelControl3.Controls.Add(this.btnClose);
  563. this.panelControl3.Controls.Add(this.btnCancelAll);
  564. this.panelControl3.Controls.Add(this.btnSelectAll);
  565. this.panelControl3.Controls.Add(this.btnRefresh);
  566. this.panelControl3.Controls.Add(this.btnFilter);
  567. this.panelControl3.Controls.Add(this.btnConfig);
  568. this.panelControl3.Controls.Add(this.btnOutPut);
  569. this.panelControl3.Controls.Add(this.MOTitle);
  570. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  571. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  572. this.panelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  573. this.panelControl3.Name = "panelControl3";
  574. this.panelControl3.Size = new System.Drawing.Size(1299, 39);
  575. this.panelControl3.TabIndex = 13;
  576. //
  577. // unitprice
  578. //
  579. this.unitprice.Caption = "单价";
  580. this.unitprice.FieldName = "unitprice";
  581. this.unitprice.Name = "unitprice";
  582. this.unitprice.Visible = true;
  583. this.unitprice.VisibleIndex = 18;
  584. //
  585. // totalprice
  586. //
  587. this.totalprice.Caption = "总价";
  588. this.totalprice.FieldName = "totalprice";
  589. this.totalprice.Name = "totalprice";
  590. this.totalprice.Visible = true;
  591. this.totalprice.VisibleIndex = 19;
  592. //
  593. // memo
  594. //
  595. this.memo.Caption = "备注";
  596. this.memo.FieldName = "memo";
  597. this.memo.Name = "memo";
  598. this.memo.Visible = true;
  599. this.memo.VisibleIndex = 20;
  600. //
  601. // FormICSIntSupCalLog
  602. //
  603. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  604. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  605. this.ClientSize = new System.Drawing.Size(1299, 564);
  606. this.Controls.Add(this.groupControl1);
  607. this.Controls.Add(this.rptPage);
  608. this.Controls.Add(this.panelControl3);
  609. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  610. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  611. this.Name = "FormICSIntSupCalLog";
  612. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  613. this.Text = "FormICSPicking";
  614. this.Load += new System.EventHandler(this.FormICSMO_Load);
  615. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  616. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  617. ((System.ComponentModel.ISupportInitialize)(this.repSerialButtonEdit)).EndInit();
  618. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  619. this.groupControl1.ResumeLayout(false);
  620. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  621. this.panelControl3.ResumeLayout(false);
  622. this.ResumeLayout(false);
  623. }
  624. #endregion
  625. private Base.UserControl.FormControl.PageNavTool rptPage;
  626. private DevExpress.XtraEditors.GroupControl groupControl1;
  627. private DevExpress.XtraGrid.GridControl grdDetail;
  628. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  629. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  630. private DevExpress.XtraGrid.Columns.GridColumn ID;
  631. private DevExpress.XtraGrid.Columns.GridColumn colMOCODE;
  632. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repSerialButtonEdit;
  633. private DevExpress.XtraGrid.Columns.GridColumn Colmoseq;
  634. private DevExpress.XtraGrid.Columns.GridColumn ColInvcode;
  635. private DevExpress.XtraGrid.Columns.GridColumn ColInvname;
  636. private DevExpress.XtraGrid.Columns.GridColumn COlopcode;
  637. private DevExpress.XtraGrid.Columns.GridColumn ColOPdesc;
  638. private DevExpress.XtraGrid.Columns.GridColumn Colmoqty;
  639. private DevExpress.XtraGrid.Columns.GridColumn Colokqty;
  640. private DevExpress.XtraGrid.Columns.GridColumn Colupqty;
  641. private DevExpress.XtraGrid.Columns.GridColumn Coleqpcode;
  642. private DevExpress.XtraEditors.LabelControl MOTitle;
  643. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  644. private DevExpress.XtraEditors.SimpleButton btnConfig;
  645. private DevExpress.XtraEditors.SimpleButton btnFilter;
  646. private DevExpress.XtraEditors.SimpleButton btnRefresh;
  647. private DevExpress.XtraEditors.SimpleButton btnSelectAll;
  648. private DevExpress.XtraEditors.SimpleButton btnCancelAll;
  649. private DevExpress.XtraEditors.SimpleButton btnClose;
  650. private DevExpress.XtraEditors.SimpleButton btnExit;
  651. private DevExpress.XtraEditors.SimpleButton btnGetInfo;
  652. private DevExpress.XtraEditors.SimpleButton btnCreate;
  653. private DevExpress.XtraEditors.PanelControl panelControl3;
  654. private DevExpress.XtraGrid.Columns.GridColumn ColCanUpqty;
  655. private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
  656. private DevExpress.XtraGrid.Columns.GridColumn ColPrline;
  657. private DevExpress.XtraGrid.Columns.GridColumn eqpname;
  658. private DevExpress.XtraGrid.Columns.GridColumn postatus;
  659. private DevExpress.XtraGrid.Columns.GridColumn isclose;
  660. private DevExpress.XtraGrid.Columns.GridColumn Colsetime;
  661. private DevExpress.XtraGrid.Columns.GridColumn weight;
  662. private DevExpress.XtraGrid.Columns.GridColumn allweight;
  663. private DevExpress.XtraGrid.Columns.GridColumn unitprice;
  664. private DevExpress.XtraGrid.Columns.GridColumn totalprice;
  665. private DevExpress.XtraGrid.Columns.GridColumn memo;
  666. }
  667. }