华恒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.

746 lines
40 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSMO2Lot
  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(FormICSMO2Lot));
  29. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  30. this.label3 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label5 = new System.Windows.Forms.Label();
  33. this.label4 = new System.Windows.Forms.Label();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.txtSTime = new System.Windows.Forms.TextBox();
  36. this.txtOPCode = new System.Windows.Forms.TextBox();
  37. this.txtMoQty = new System.Windows.Forms.TextBox();
  38. this.txtJYLotQty = new System.Windows.Forms.TextBox();
  39. this.txtLOTQTY = new System.Windows.Forms.TextBox();
  40. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  41. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  42. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colMOCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.colTransLine = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colLOTNO = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colLOTQTY = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.colMOVER = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.colcDepName = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
  55. this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.colMOID = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.colLOTSEQ = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.colLOTStatus = new DevExpress.XtraGrid.Columns.GridColumn();
  59. this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  60. this.colMOINPUTQTY = new DevExpress.XtraGrid.Columns.GridColumn();
  61. this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
  62. this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
  63. this.repositoryItemTimeEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
  64. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  65. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  66. this.btnLot = new DevExpress.XtraEditors.SimpleButton();
  67. this.repDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
  68. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  69. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  70. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  71. this.btnDel = new DevExpress.XtraEditors.SimpleButton();
  72. this.btnFalsh = new DevExpress.XtraEditors.SimpleButton();
  73. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  74. this.btnSave = new DevExpress.XtraEditors.SimpleButton();
  75. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  76. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  77. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  78. this.groupControl1.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.VistaTimeProperties)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.repDate)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  92. this.panelControl3.SuspendLayout();
  93. this.SuspendLayout();
  94. //
  95. // groupControl1
  96. //
  97. this.groupControl1.Controls.Add(this.label3);
  98. this.groupControl1.Controls.Add(this.label2);
  99. this.groupControl1.Controls.Add(this.label5);
  100. this.groupControl1.Controls.Add(this.label4);
  101. this.groupControl1.Controls.Add(this.label1);
  102. this.groupControl1.Controls.Add(this.txtSTime);
  103. this.groupControl1.Controls.Add(this.txtOPCode);
  104. this.groupControl1.Controls.Add(this.txtMoQty);
  105. this.groupControl1.Controls.Add(this.txtJYLotQty);
  106. this.groupControl1.Controls.Add(this.txtLOTQTY);
  107. this.groupControl1.Controls.Add(this.grdDetail);
  108. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  109. this.groupControl1.Location = new System.Drawing.Point(0, 39);
  110. this.groupControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  111. this.groupControl1.Name = "groupControl1";
  112. this.groupControl1.ShowCaption = false;
  113. this.groupControl1.Size = new System.Drawing.Size(1224, 492);
  114. this.groupControl1.TabIndex = 14;
  115. this.groupControl1.Text = "详细信息";
  116. //
  117. // label3
  118. //
  119. this.label3.AutoSize = true;
  120. this.label3.Location = new System.Drawing.Point(978, 33);
  121. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  122. this.label3.Name = "label3";
  123. this.label3.Size = new System.Drawing.Size(73, 18);
  124. this.label3.TabIndex = 2;
  125. this.label3.Text = "标准工时:";
  126. this.label3.Visible = false;
  127. //
  128. // label2
  129. //
  130. this.label2.AutoSize = true;
  131. this.label2.Location = new System.Drawing.Point(743, 33);
  132. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  133. this.label2.Name = "label2";
  134. this.label2.Size = new System.Drawing.Size(73, 18);
  135. this.label2.TabIndex = 2;
  136. this.label2.Text = "瓶颈工序:";
  137. this.label2.Visible = false;
  138. //
  139. // label5
  140. //
  141. this.label5.AutoSize = true;
  142. this.label5.Location = new System.Drawing.Point(280, 33);
  143. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  144. this.label5.Name = "label5";
  145. this.label5.Size = new System.Drawing.Size(73, 18);
  146. this.label5.TabIndex = 2;
  147. this.label5.Text = "工单数量:";
  148. //
  149. // label4
  150. //
  151. this.label4.AutoSize = true;
  152. this.label4.Location = new System.Drawing.Point(513, 33);
  153. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  154. this.label4.Name = "label4";
  155. this.label4.Size = new System.Drawing.Size(73, 18);
  156. this.label4.TabIndex = 2;
  157. this.label4.Text = "建议数量:";
  158. this.label4.Visible = false;
  159. //
  160. // label1
  161. //
  162. this.label1.AutoSize = true;
  163. this.label1.Location = new System.Drawing.Point(6, 33);
  164. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  165. this.label1.Name = "label1";
  166. this.label1.Size = new System.Drawing.Size(73, 18);
  167. this.label1.TabIndex = 2;
  168. this.label1.Text = "每批数量:";
  169. //
  170. // txtSTime
  171. //
  172. this.txtSTime.Enabled = false;
  173. this.txtSTime.Location = new System.Drawing.Point(1050, 28);
  174. this.txtSTime.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  175. this.txtSTime.Name = "txtSTime";
  176. this.txtSTime.Size = new System.Drawing.Size(140, 26);
  177. this.txtSTime.TabIndex = 1;
  178. this.txtSTime.Visible = false;
  179. //
  180. // txtOPCode
  181. //
  182. this.txtOPCode.Enabled = false;
  183. this.txtOPCode.Location = new System.Drawing.Point(815, 28);
  184. this.txtOPCode.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  185. this.txtOPCode.Name = "txtOPCode";
  186. this.txtOPCode.Size = new System.Drawing.Size(140, 26);
  187. this.txtOPCode.TabIndex = 1;
  188. this.txtOPCode.Visible = false;
  189. //
  190. // txtMoQty
  191. //
  192. this.txtMoQty.Enabled = false;
  193. this.txtMoQty.Location = new System.Drawing.Point(352, 28);
  194. this.txtMoQty.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  195. this.txtMoQty.Name = "txtMoQty";
  196. this.txtMoQty.Size = new System.Drawing.Size(140, 26);
  197. this.txtMoQty.TabIndex = 1;
  198. //
  199. // txtJYLotQty
  200. //
  201. this.txtJYLotQty.Enabled = false;
  202. this.txtJYLotQty.Location = new System.Drawing.Point(585, 28);
  203. this.txtJYLotQty.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  204. this.txtJYLotQty.Name = "txtJYLotQty";
  205. this.txtJYLotQty.Size = new System.Drawing.Size(140, 26);
  206. this.txtJYLotQty.TabIndex = 1;
  207. this.txtJYLotQty.Visible = false;
  208. //
  209. // txtLOTQTY
  210. //
  211. this.txtLOTQTY.Location = new System.Drawing.Point(78, 28);
  212. this.txtLOTQTY.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  213. this.txtLOTQTY.Name = "txtLOTQTY";
  214. this.txtLOTQTY.Size = new System.Drawing.Size(140, 26);
  215. this.txtLOTQTY.TabIndex = 1;
  216. //
  217. // grdDetail
  218. //
  219. this.grdDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  220. | System.Windows.Forms.AnchorStyles.Left)
  221. | System.Windows.Forms.AnchorStyles.Right)));
  222. this.grdDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  223. this.grdDetail.Location = new System.Drawing.Point(2, 62);
  224. this.grdDetail.MainView = this.grvDetail;
  225. this.grdDetail.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  226. this.grdDetail.Name = "grdDetail";
  227. this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  228. this.repositoryItemButtonEdit1,
  229. this.repositoryItemTextEdit1,
  230. this.repositoryItemTextEdit2,
  231. this.repositoryItemDateEdit1,
  232. this.repositoryItemTimeEdit1});
  233. this.grdDetail.Size = new System.Drawing.Size(1221, 428);
  234. this.grdDetail.TabIndex = 0;
  235. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  236. this.grvDetail,
  237. this.grvAdvDetail,
  238. this.gridView1});
  239. //
  240. // grvDetail
  241. //
  242. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  243. this.colisSelect,
  244. this.colID,
  245. this.colMOCODE,
  246. this.colTransLine,
  247. this.colLOTNO,
  248. this.colLOTQTY,
  249. this.colMCODE,
  250. this.colMUSERName,
  251. this.colMTIME,
  252. this.colMOVER,
  253. this.colcDepName,
  254. this.gridColumn1,
  255. this.gridColumn2,
  256. this.colMOID,
  257. this.colLOTSEQ,
  258. this.colLOTStatus,
  259. this.colMOINPUTQTY});
  260. this.grvDetail.GridControl = this.grdDetail;
  261. this.grvDetail.IndicatorWidth = 40;
  262. this.grvDetail.Name = "grvDetail";
  263. this.grvDetail.OptionsSelection.MultiSelect = true;
  264. this.grvDetail.OptionsView.ShowFooter = true;
  265. this.grvDetail.OptionsView.ShowGroupPanel = false;
  266. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  267. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  268. //
  269. // colisSelect
  270. //
  271. this.colisSelect.Caption = "选择";
  272. this.colisSelect.FieldName = "isSelect";
  273. this.colisSelect.Name = "colisSelect";
  274. this.colisSelect.Width = 68;
  275. //
  276. // colID
  277. //
  278. this.colID.Caption = "guid";
  279. this.colID.FieldName = "ID";
  280. this.colID.Name = "colID";
  281. //
  282. // colMOCODE
  283. //
  284. this.colMOCODE.Caption = "生产订单号";
  285. this.colMOCODE.FieldName = "MOCODE";
  286. this.colMOCODE.Name = "colMOCODE";
  287. this.colMOCODE.OptionsColumn.AllowEdit = false;
  288. this.colMOCODE.Visible = true;
  289. this.colMOCODE.VisibleIndex = 0;
  290. this.colMOCODE.Width = 99;
  291. //
  292. // colTransLine
  293. //
  294. this.colTransLine.Caption = "生产订单行号";
  295. this.colTransLine.FieldName = "TransLine";
  296. this.colTransLine.Name = "colTransLine";
  297. this.colTransLine.Visible = true;
  298. this.colTransLine.VisibleIndex = 1;
  299. this.colTransLine.Width = 105;
  300. //
  301. // colLOTNO
  302. //
  303. this.colLOTNO.Caption = "批号";
  304. this.colLOTNO.FieldName = "LOTNO";
  305. this.colLOTNO.Name = "colLOTNO";
  306. this.colLOTNO.OptionsColumn.AllowEdit = false;
  307. this.colLOTNO.Visible = true;
  308. this.colLOTNO.VisibleIndex = 2;
  309. this.colLOTNO.Width = 63;
  310. //
  311. // colLOTQTY
  312. //
  313. this.colLOTQTY.Caption = "批次数量";
  314. this.colLOTQTY.FieldName = "LOTQTY";
  315. this.colLOTQTY.Name = "colLOTQTY";
  316. this.colLOTQTY.Visible = true;
  317. this.colLOTQTY.VisibleIndex = 4;
  318. this.colLOTQTY.Width = 80;
  319. //
  320. // colMCODE
  321. //
  322. this.colMCODE.Caption = "存货编码";
  323. this.colMCODE.FieldName = "MCODE";
  324. this.colMCODE.Name = "colMCODE";
  325. this.colMCODE.Visible = true;
  326. this.colMCODE.VisibleIndex = 3;
  327. this.colMCODE.Width = 84;
  328. //
  329. // colMUSERName
  330. //
  331. this.colMUSERName.Caption = "维护人";
  332. this.colMUSERName.FieldName = "MUSERName";
  333. this.colMUSERName.Name = "colMUSERName";
  334. this.colMUSERName.OptionsColumn.AllowEdit = false;
  335. this.colMUSERName.Visible = true;
  336. this.colMUSERName.VisibleIndex = 5;
  337. this.colMUSERName.Width = 74;
  338. //
  339. // colMTIME
  340. //
  341. this.colMTIME.Caption = "维护时间";
  342. this.colMTIME.FieldName = "MTIME";
  343. this.colMTIME.Name = "colMTIME";
  344. this.colMTIME.OptionsColumn.AllowEdit = false;
  345. this.colMTIME.Visible = true;
  346. this.colMTIME.VisibleIndex = 6;
  347. this.colMTIME.Width = 99;
  348. //
  349. // colMOVER
  350. //
  351. this.colMOVER.Caption = "零件号";
  352. this.colMOVER.FieldName = "MOVER";
  353. this.colMOVER.Name = "colMOVER";
  354. this.colMOVER.Visible = true;
  355. this.colMOVER.VisibleIndex = 7;
  356. this.colMOVER.Width = 106;
  357. //
  358. // colcDepName
  359. //
  360. this.colcDepName.Caption = "部门";
  361. this.colcDepName.FieldName = "cDepName";
  362. this.colcDepName.Name = "colcDepName";
  363. this.colcDepName.Visible = true;
  364. this.colcDepName.VisibleIndex = 8;
  365. this.colcDepName.Width = 156;
  366. //
  367. // gridColumn1
  368. //
  369. this.gridColumn1.Caption = "预计开工日期";
  370. this.gridColumn1.ColumnEdit = this.repositoryItemDateEdit1;
  371. this.gridColumn1.FieldName = "MOPLANSTARTDATE";
  372. this.gridColumn1.Name = "gridColumn1";
  373. this.gridColumn1.Visible = true;
  374. this.gridColumn1.VisibleIndex = 9;
  375. this.gridColumn1.Width = 152;
  376. //
  377. // repositoryItemDateEdit1
  378. //
  379. this.repositoryItemDateEdit1.AutoHeight = false;
  380. this.repositoryItemDateEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  381. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  382. this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
  383. this.repositoryItemDateEdit1.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  384. new DevExpress.XtraEditors.Controls.EditorButton()});
  385. //
  386. // gridColumn2
  387. //
  388. this.gridColumn2.Caption = "预计完工日期";
  389. this.gridColumn2.ColumnEdit = this.repositoryItemDateEdit1;
  390. this.gridColumn2.FieldName = "MOPLANENDDATE";
  391. this.gridColumn2.Name = "gridColumn2";
  392. this.gridColumn2.Visible = true;
  393. this.gridColumn2.VisibleIndex = 10;
  394. this.gridColumn2.Width = 163;
  395. //
  396. // colMOID
  397. //
  398. this.colMOID.Caption = "工单ID";
  399. this.colMOID.FieldName = "MOID";
  400. this.colMOID.Name = "colMOID";
  401. //
  402. // colLOTSEQ
  403. //
  404. this.colLOTSEQ.Caption = "产品跟踪单号流水号";
  405. this.colLOTSEQ.FieldName = "LOTSEQ";
  406. this.colLOTSEQ.Name = "colLOTSEQ";
  407. this.colLOTSEQ.OptionsColumn.AllowEdit = false;
  408. this.colLOTSEQ.Width = 91;
  409. //
  410. // colLOTStatus
  411. //
  412. this.colLOTStatus.Caption = "状态";
  413. this.colLOTStatus.ColumnEdit = this.repositoryItemButtonEdit1;
  414. this.colLOTStatus.FieldName = "LOTStatus";
  415. this.colLOTStatus.Name = "colLOTStatus";
  416. this.colLOTStatus.OptionsColumn.AllowEdit = false;
  417. this.colLOTStatus.OptionsColumn.ReadOnly = true;
  418. //
  419. // repositoryItemButtonEdit1
  420. //
  421. this.repositoryItemButtonEdit1.AutoHeight = false;
  422. this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  423. new DevExpress.XtraEditors.Controls.EditorButton()});
  424. this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
  425. this.repositoryItemButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_BottonClick);
  426. //
  427. // colMOINPUTQTY
  428. //
  429. this.colMOINPUTQTY.Caption = "辅助计量单位";
  430. this.colMOINPUTQTY.FieldName = "MOINPUTQTY";
  431. this.colMOINPUTQTY.Name = "colMOINPUTQTY";
  432. this.colMOINPUTQTY.Width = 540;
  433. //
  434. // repositoryItemTextEdit1
  435. //
  436. this.repositoryItemTextEdit1.AutoHeight = false;
  437. this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
  438. //
  439. // repositoryItemTextEdit2
  440. //
  441. this.repositoryItemTextEdit2.AutoHeight = false;
  442. this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2";
  443. //
  444. // repositoryItemTimeEdit1
  445. //
  446. this.repositoryItemTimeEdit1.AutoHeight = false;
  447. this.repositoryItemTimeEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  448. new DevExpress.XtraEditors.Controls.EditorButton()});
  449. this.repositoryItemTimeEdit1.Name = "repositoryItemTimeEdit1";
  450. //
  451. // grvAdvDetail
  452. //
  453. this.grvAdvDetail.GridControl = this.grdDetail;
  454. this.grvAdvDetail.Name = "grvAdvDetail";
  455. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  456. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  457. this.grvAdvDetail.OptionsView.ShowFooter = true;
  458. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  459. //
  460. // gridView1
  461. //
  462. this.gridView1.GridControl = this.grdDetail;
  463. this.gridView1.Name = "gridView1";
  464. //
  465. // btnLot
  466. //
  467. this.btnLot.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  468. this.btnLot.Appearance.ForeColor = System.Drawing.Color.White;
  469. this.btnLot.Appearance.Options.UseFont = true;
  470. this.btnLot.Appearance.Options.UseForeColor = true;
  471. this.btnLot.Appearance.Options.UseTextOptions = true;
  472. this.btnLot.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  473. this.btnLot.Image = ((System.Drawing.Image)(resources.GetObject("btnLot.Image")));
  474. this.btnLot.Location = new System.Drawing.Point(145, 0);
  475. this.btnLot.LookAndFeel.SkinName = "BlueButtonSkin";
  476. this.btnLot.LookAndFeel.UseDefaultLookAndFeel = false;
  477. this.btnLot.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  478. this.btnLot.Name = "btnLot";
  479. this.btnLot.Size = new System.Drawing.Size(63, 39);
  480. this.btnLot.TabIndex = 50;
  481. this.btnLot.Text = "分批";
  482. this.btnLot.Click += new System.EventHandler(this.btnLot_Click);
  483. //
  484. // repDate
  485. //
  486. this.repDate.AutoHeight = false;
  487. this.repDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  488. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  489. this.repDate.Mask.EditMask = "yyyy-MM-dd";
  490. this.repDate.Mask.UseMaskAsDisplayFormat = true;
  491. this.repDate.Name = "repDate";
  492. this.repDate.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  493. new DevExpress.XtraEditors.Controls.EditorButton()});
  494. //
  495. // rptPage
  496. //
  497. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  498. this.rptPage.Appearance.Options.UseBackColor = true;
  499. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  500. this.rptPage.isInit = false;
  501. this.rptPage.Location = new System.Drawing.Point(0, 531);
  502. this.rptPage.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  503. this.rptPage.Name = "rptPage";
  504. this.rptPage.PageIndex = 1;
  505. this.rptPage.PageSize = 10000;
  506. this.rptPage.RecordNum = 0;
  507. this.rptPage.Size = new System.Drawing.Size(1224, 33);
  508. this.rptPage.TabIndex = 15;
  509. //
  510. // btnExit
  511. //
  512. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  513. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  514. this.btnExit.Appearance.Options.UseFont = true;
  515. this.btnExit.Appearance.Options.UseForeColor = true;
  516. this.btnExit.Appearance.Options.UseTextOptions = true;
  517. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  518. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  519. this.btnExit.Location = new System.Drawing.Point(407, 0);
  520. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  521. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  522. this.btnExit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  523. this.btnExit.Name = "btnExit";
  524. this.btnExit.Size = new System.Drawing.Size(63, 39);
  525. this.btnExit.TabIndex = 10;
  526. this.btnExit.Text = "退出";
  527. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  528. //
  529. // panelControl3
  530. //
  531. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  532. this.panelControl3.Appearance.Options.UseBackColor = true;
  533. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  534. this.panelControl3.Controls.Add(this.btnDel);
  535. this.panelControl3.Controls.Add(this.btnLot);
  536. this.panelControl3.Controls.Add(this.btnFalsh);
  537. this.panelControl3.Controls.Add(this.btnOutPut);
  538. this.panelControl3.Controls.Add(this.btnSave);
  539. this.panelControl3.Controls.Add(this.lblTitle);
  540. this.panelControl3.Controls.Add(this.btnClose);
  541. this.panelControl3.Controls.Add(this.btnExit);
  542. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  543. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  544. this.panelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  545. this.panelControl3.Name = "panelControl3";
  546. this.panelControl3.Size = new System.Drawing.Size(1224, 39);
  547. this.panelControl3.TabIndex = 13;
  548. //
  549. // btnDel
  550. //
  551. this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  552. this.btnDel.Appearance.ForeColor = System.Drawing.Color.White;
  553. this.btnDel.Appearance.Options.UseFont = true;
  554. this.btnDel.Appearance.Options.UseForeColor = true;
  555. this.btnDel.Appearance.Options.UseTextOptions = true;
  556. this.btnDel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  557. this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
  558. this.btnDel.Location = new System.Drawing.Point(274, 0);
  559. this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin";
  560. this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false;
  561. this.btnDel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  562. this.btnDel.Name = "btnDel";
  563. this.btnDel.Size = new System.Drawing.Size(62, 39);
  564. this.btnDel.TabIndex = 51;
  565. this.btnDel.Text = "删除";
  566. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  567. //
  568. // btnFalsh
  569. //
  570. this.btnFalsh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  571. this.btnFalsh.Appearance.ForeColor = System.Drawing.Color.White;
  572. this.btnFalsh.Appearance.Options.UseFont = true;
  573. this.btnFalsh.Appearance.Options.UseForeColor = true;
  574. this.btnFalsh.Appearance.Options.UseTextOptions = true;
  575. this.btnFalsh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  576. this.btnFalsh.Image = ((System.Drawing.Image)(resources.GetObject("btnFalsh.Image")));
  577. this.btnFalsh.Location = new System.Drawing.Point(469, 0);
  578. this.btnFalsh.LookAndFeel.SkinName = "BlueButtonSkin";
  579. this.btnFalsh.LookAndFeel.UseDefaultLookAndFeel = false;
  580. this.btnFalsh.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  581. this.btnFalsh.Name = "btnFalsh";
  582. this.btnFalsh.Size = new System.Drawing.Size(66, 39);
  583. this.btnFalsh.TabIndex = 49;
  584. this.btnFalsh.Text = "刷新";
  585. this.btnFalsh.Visible = false;
  586. //
  587. // btnOutPut
  588. //
  589. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  590. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  591. this.btnOutPut.Appearance.Options.UseFont = true;
  592. this.btnOutPut.Appearance.Options.UseForeColor = true;
  593. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  594. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  595. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  596. this.btnOutPut.Location = new System.Drawing.Point(336, 0);
  597. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  598. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  599. this.btnOutPut.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  600. this.btnOutPut.Name = "btnOutPut";
  601. this.btnOutPut.Size = new System.Drawing.Size(72, 39);
  602. this.btnOutPut.TabIndex = 48;
  603. this.btnOutPut.Text = "导出";
  604. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  605. //
  606. // btnSave
  607. //
  608. this.btnSave.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  609. this.btnSave.Appearance.ForeColor = System.Drawing.Color.White;
  610. this.btnSave.Appearance.Options.UseFont = true;
  611. this.btnSave.Appearance.Options.UseForeColor = true;
  612. this.btnSave.Appearance.Options.UseTextOptions = true;
  613. this.btnSave.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  614. this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
  615. this.btnSave.Location = new System.Drawing.Point(208, 0);
  616. this.btnSave.LookAndFeel.SkinName = "BlueButtonSkin";
  617. this.btnSave.LookAndFeel.UseDefaultLookAndFeel = false;
  618. this.btnSave.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  619. this.btnSave.Name = "btnSave";
  620. this.btnSave.Size = new System.Drawing.Size(66, 39);
  621. this.btnSave.TabIndex = 22;
  622. this.btnSave.Text = "保存";
  623. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  624. //
  625. // lblTitle
  626. //
  627. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  628. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  629. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  630. this.lblTitle.Location = new System.Drawing.Point(3, 5);
  631. this.lblTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  632. this.lblTitle.Name = "lblTitle";
  633. this.lblTitle.Size = new System.Drawing.Size(117, 30);
  634. this.lblTitle.TabIndex = 19;
  635. this.lblTitle.Text = "工单批次信息";
  636. //
  637. // btnClose
  638. //
  639. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  640. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  641. this.btnClose.Appearance.Options.UseFont = true;
  642. this.btnClose.Appearance.Options.UseForeColor = true;
  643. this.btnClose.Appearance.Options.UseTextOptions = true;
  644. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  645. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  646. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  647. this.btnClose.Location = new System.Drawing.Point(1194, 0);
  648. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  649. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  650. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  651. this.btnClose.Name = "btnClose";
  652. this.btnClose.Size = new System.Drawing.Size(30, 39);
  653. this.btnClose.TabIndex = 14;
  654. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  655. //
  656. // FormICSMO2Lot
  657. //
  658. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  659. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  660. this.ClientSize = new System.Drawing.Size(1224, 564);
  661. this.Controls.Add(this.groupControl1);
  662. this.Controls.Add(this.rptPage);
  663. this.Controls.Add(this.panelControl3);
  664. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  665. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  666. this.Name = "FormICSMO2Lot";
  667. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  668. this.Text = "0";
  669. this.Load += new System.EventHandler(this.FormICSMO2Lot_Load);
  670. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  671. this.groupControl1.ResumeLayout(false);
  672. this.groupControl1.PerformLayout();
  673. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  674. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  675. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.VistaTimeProperties)).EndInit();
  676. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
  677. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
  678. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
  679. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
  680. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).EndInit();
  681. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  682. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  683. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).EndInit();
  684. ((System.ComponentModel.ISupportInitialize)(this.repDate)).EndInit();
  685. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  686. this.panelControl3.ResumeLayout(false);
  687. this.ResumeLayout(false);
  688. }
  689. #endregion
  690. private DevExpress.XtraEditors.GroupControl groupControl1;
  691. private DevExpress.XtraGrid.GridControl grdDetail;
  692. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  693. private ICSSoft.Base.UserControl.FormControl.PageNavTool rptPage;
  694. private DevExpress.XtraEditors.SimpleButton btnExit;
  695. private DevExpress.XtraEditors.PanelControl panelControl3;
  696. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  697. private DevExpress.XtraEditors.SimpleButton btnClose;
  698. private DevExpress.XtraEditors.LabelControl lblTitle;
  699. private DevExpress.XtraEditors.SimpleButton btnSave;
  700. private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repDate;
  701. private DevExpress.XtraGrid.Columns.GridColumn colID;
  702. private DevExpress.XtraGrid.Columns.GridColumn colMOID;
  703. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  704. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  705. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  706. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  707. private DevExpress.XtraEditors.SimpleButton btnFalsh;
  708. private DevExpress.XtraGrid.Columns.GridColumn colLOTNO;
  709. private DevExpress.XtraGrid.Columns.GridColumn colMOCODE;
  710. private DevExpress.XtraGrid.Columns.GridColumn colLOTQTY;
  711. private DevExpress.XtraGrid.Columns.GridColumn colLOTStatus;
  712. private DevExpress.XtraEditors.SimpleButton btnLot;
  713. private DevExpress.XtraGrid.Columns.GridColumn colLOTSEQ;
  714. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
  715. private System.Windows.Forms.Label label1;
  716. private System.Windows.Forms.TextBox txtLOTQTY;
  717. private DevExpress.XtraEditors.SimpleButton btnDel;
  718. private System.Windows.Forms.Label label3;
  719. private System.Windows.Forms.Label label2;
  720. private System.Windows.Forms.TextBox txtSTime;
  721. private System.Windows.Forms.TextBox txtOPCode;
  722. private System.Windows.Forms.Label label4;
  723. private System.Windows.Forms.TextBox txtJYLotQty;
  724. private System.Windows.Forms.Label label5;
  725. private System.Windows.Forms.TextBox txtMoQty;
  726. private DevExpress.XtraGrid.Columns.GridColumn colTransLine;
  727. private DevExpress.XtraGrid.Columns.GridColumn colMCODE;
  728. private DevExpress.XtraGrid.Columns.GridColumn colMOVER;
  729. private DevExpress.XtraGrid.Columns.GridColumn colMOINPUTQTY;
  730. private DevExpress.XtraGrid.Columns.GridColumn colcDepName;
  731. private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
  732. private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
  733. private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit repositoryItemTextEdit2;
  734. private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit repositoryItemTextEdit1;
  735. private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repositoryItemDateEdit1;
  736. private DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit repositoryItemTimeEdit1;
  737. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  738. }
  739. }