锐腾搅拌上料功能
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.

868 lines
46 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSHeatTreatmentAddNew
  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(FormICSHeatTreatmentAddNew));
  29. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  30. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  31. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  32. this.panel2 = new System.Windows.Forms.Panel();
  33. this.txtCostCenter = new DevExpress.XtraEditors.GridLookUpEdit();
  34. this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
  35. this.txtLotNo = new DevExpress.XtraEditors.TextEdit();
  36. this.label6 = new System.Windows.Forms.Label();
  37. this.txtMOCode = new DevExpress.XtraEditors.TextEdit();
  38. this.label5 = new System.Windows.Forms.Label();
  39. this.txtEQPCode = new DevExpress.XtraEditors.GridLookUpEdit();
  40. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.label4 = new System.Windows.Forms.Label();
  43. this.txtEQPName = new DevExpress.XtraEditors.TextEdit();
  44. this.label11 = new System.Windows.Forms.Label();
  45. this.txtMOType = new DevExpress.XtraEditors.TextEdit();
  46. this.lable13 = new System.Windows.Forms.Label();
  47. this.label3 = new System.Windows.Forms.Label();
  48. this.label2 = new System.Windows.Forms.Label();
  49. this.txtiQuantity = new DevExpress.XtraEditors.TextEdit();
  50. this.label12 = new System.Windows.Forms.Label();
  51. this.label9 = new System.Windows.Forms.Label();
  52. this.label10 = new System.Windows.Forms.Label();
  53. this.txtcInvStd = new DevExpress.XtraEditors.TextEdit();
  54. this.label13 = new System.Windows.Forms.Label();
  55. this.txtMoverCode = new DevExpress.XtraEditors.TextEdit();
  56. this.txtCode = new DevExpress.XtraEditors.TextEdit();
  57. this.txtMORow = new DevExpress.XtraEditors.TextEdit();
  58. this.txtcInvName = new DevExpress.XtraEditors.TextEdit();
  59. this.panel1 = new System.Windows.Forms.Panel();
  60. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  61. this.groupBox1 = new System.Windows.Forms.GroupBox();
  62. this.gridControl1 = new DevExpress.XtraGrid.GridControl();
  63. this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
  64. this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
  65. this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
  66. this.colLotNO = new DevExpress.XtraGrid.Columns.GridColumn();
  67. this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
  68. this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
  69. this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
  70. this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
  71. this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
  72. this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
  73. this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
  74. this.colMOCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  75. this.colEQPCode = new DevExpress.XtraGrid.Columns.GridColumn();
  76. this.colDelete = new DevExpress.XtraGrid.Columns.GridColumn();
  77. this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  78. this.colEQPName = new DevExpress.XtraGrid.Columns.GridColumn();
  79. this.colMOSEQ = new DevExpress.XtraGrid.Columns.GridColumn();
  80. this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
  81. this.colOpCode = new DevExpress.XtraGrid.Columns.GridColumn();
  82. this.advBandedGridView2 = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  83. this.gridView5 = new DevExpress.XtraGrid.Views.Grid.GridView();
  84. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  85. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  86. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  87. this.label7 = new System.Windows.Forms.Label();
  88. this.txtNum = new System.Windows.Forms.Label();
  89. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  90. this.panelControl1.SuspendLayout();
  91. this.tableLayoutPanel1.SuspendLayout();
  92. this.panel2.SuspendLayout();
  93. ((System.ComponentModel.ISupportInitialize)(this.txtCostCenter.Properties)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.txtLotNo.Properties)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.txtMOCode.Properties)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.txtEQPCode.Properties)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.txtEQPName.Properties)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.txtMOType.Properties)).BeginInit();
  101. ((System.ComponentModel.ISupportInitialize)(this.txtiQuantity.Properties)).BeginInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.txtcInvStd.Properties)).BeginInit();
  103. ((System.ComponentModel.ISupportInitialize)(this.txtMoverCode.Properties)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.txtCode.Properties)).BeginInit();
  105. ((System.ComponentModel.ISupportInitialize)(this.txtMORow.Properties)).BeginInit();
  106. ((System.ComponentModel.ISupportInitialize)(this.txtcInvName.Properties)).BeginInit();
  107. this.panel1.SuspendLayout();
  108. this.tableLayoutPanel2.SuspendLayout();
  109. this.groupBox1.SuspendLayout();
  110. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView2)).BeginInit();
  114. ((System.ComponentModel.ISupportInitialize)(this.gridView5)).BeginInit();
  115. this.SuspendLayout();
  116. //
  117. // labelControl1
  118. //
  119. this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
  121. this.labelControl1.Location = new System.Drawing.Point(12, 2);
  122. this.labelControl1.Name = "labelControl1";
  123. this.labelControl1.Size = new System.Drawing.Size(32, 21);
  124. this.labelControl1.TabIndex = 26;
  125. this.labelControl1.Text = "编辑";
  126. //
  127. // panelControl1
  128. //
  129. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  130. | System.Windows.Forms.AnchorStyles.Left)
  131. | System.Windows.Forms.AnchorStyles.Right)));
  132. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  133. this.panelControl1.Appearance.Options.UseBackColor = true;
  134. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  135. this.panelControl1.Controls.Add(this.tableLayoutPanel1);
  136. this.panelControl1.Location = new System.Drawing.Point(5, 38);
  137. this.panelControl1.Name = "panelControl1";
  138. this.panelControl1.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
  139. this.panelControl1.Size = new System.Drawing.Size(998, 423);
  140. this.panelControl1.TabIndex = 27;
  141. //
  142. // tableLayoutPanel1
  143. //
  144. this.tableLayoutPanel1.ColumnCount = 1;
  145. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  146. this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 0);
  147. this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 1);
  148. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  149. this.tableLayoutPanel1.Location = new System.Drawing.Point(5, 0);
  150. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  151. this.tableLayoutPanel1.RowCount = 2;
  152. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 47.99054F));
  153. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 52.00946F));
  154. this.tableLayoutPanel1.Size = new System.Drawing.Size(993, 423);
  155. this.tableLayoutPanel1.TabIndex = 173;
  156. //
  157. // panel2
  158. //
  159. this.panel2.Controls.Add(this.txtCostCenter);
  160. this.panel2.Controls.Add(this.txtLotNo);
  161. this.panel2.Controls.Add(this.label6);
  162. this.panel2.Controls.Add(this.txtMOCode);
  163. this.panel2.Controls.Add(this.label5);
  164. this.panel2.Controls.Add(this.txtEQPCode);
  165. this.panel2.Controls.Add(this.label1);
  166. this.panel2.Controls.Add(this.label4);
  167. this.panel2.Controls.Add(this.txtEQPName);
  168. this.panel2.Controls.Add(this.label11);
  169. this.panel2.Controls.Add(this.txtMOType);
  170. this.panel2.Controls.Add(this.lable13);
  171. this.panel2.Controls.Add(this.label3);
  172. this.panel2.Controls.Add(this.label2);
  173. this.panel2.Controls.Add(this.txtiQuantity);
  174. this.panel2.Controls.Add(this.label12);
  175. this.panel2.Controls.Add(this.label9);
  176. this.panel2.Controls.Add(this.label10);
  177. this.panel2.Controls.Add(this.txtcInvStd);
  178. this.panel2.Controls.Add(this.label13);
  179. this.panel2.Controls.Add(this.txtMoverCode);
  180. this.panel2.Controls.Add(this.txtCode);
  181. this.panel2.Controls.Add(this.txtMORow);
  182. this.panel2.Controls.Add(this.txtcInvName);
  183. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  184. this.panel2.Location = new System.Drawing.Point(3, 3);
  185. this.panel2.Name = "panel2";
  186. this.panel2.Size = new System.Drawing.Size(987, 196);
  187. this.panel2.TabIndex = 170;
  188. //
  189. // txtCostCenter
  190. //
  191. this.txtCostCenter.EditValue = "[]";
  192. this.txtCostCenter.Location = new System.Drawing.Point(346, 12);
  193. this.txtCostCenter.Name = "txtCostCenter";
  194. this.txtCostCenter.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  195. this.txtCostCenter.Properties.Appearance.ForeColor = System.Drawing.Color.Blue;
  196. this.txtCostCenter.Properties.Appearance.Options.UseFont = true;
  197. this.txtCostCenter.Properties.Appearance.Options.UseForeColor = true;
  198. this.txtCostCenter.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  199. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  200. this.txtCostCenter.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
  201. this.txtCostCenter.Properties.NullText = "";
  202. this.txtCostCenter.Properties.View = this.gridView2;
  203. this.txtCostCenter.Size = new System.Drawing.Size(149, 30);
  204. this.txtCostCenter.TabIndex = 194;
  205. this.txtCostCenter.EditValueChanged += new System.EventHandler(this.txtCostCenter_EditValueChanged);
  206. //
  207. // gridView2
  208. //
  209. this.gridView2.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  210. this.gridView2.Name = "gridView2";
  211. this.gridView2.OptionsSelection.EnableAppearanceFocusedCell = false;
  212. this.gridView2.OptionsView.ShowGroupPanel = false;
  213. //
  214. // txtLotNo
  215. //
  216. this.txtLotNo.EnterMoveNextControl = true;
  217. this.txtLotNo.Location = new System.Drawing.Point(246, 142);
  218. this.txtLotNo.Name = "txtLotNo";
  219. this.txtLotNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  220. this.txtLotNo.Properties.Appearance.ForeColor = System.Drawing.Color.Blue;
  221. this.txtLotNo.Properties.Appearance.Options.UseFont = true;
  222. this.txtLotNo.Properties.Appearance.Options.UseForeColor = true;
  223. this.txtLotNo.Size = new System.Drawing.Size(731, 48);
  224. this.txtLotNo.TabIndex = 193;
  225. this.txtLotNo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtLotNo_KeyPress);
  226. //
  227. // label6
  228. //
  229. this.label6.AutoSize = true;
  230. this.label6.Font = new System.Drawing.Font("Tahoma", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  231. this.label6.ForeColor = System.Drawing.Color.Blue;
  232. this.label6.Location = new System.Drawing.Point(4, 144);
  233. this.label6.Name = "label6";
  234. this.label6.Size = new System.Drawing.Size(270, 42);
  235. this.label6.TabIndex = 192;
  236. this.label6.Text = "产品跟踪单号:";
  237. //
  238. // txtMOCode
  239. //
  240. this.txtMOCode.EnterMoveNextControl = true;
  241. this.txtMOCode.Location = new System.Drawing.Point(347, 49);
  242. this.txtMOCode.Name = "txtMOCode";
  243. this.txtMOCode.Properties.ReadOnly = true;
  244. this.txtMOCode.Size = new System.Drawing.Size(149, 20);
  245. this.txtMOCode.TabIndex = 191;
  246. //
  247. // label5
  248. //
  249. this.label5.AutoSize = true;
  250. this.label5.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  251. this.label5.ForeColor = System.Drawing.Color.Blue;
  252. this.label5.Location = new System.Drawing.Point(284, 15);
  253. this.label5.Name = "label5";
  254. this.label5.Size = new System.Drawing.Size(57, 23);
  255. this.label5.TabIndex = 189;
  256. this.label5.Text = "工序:";
  257. //
  258. // txtEQPCode
  259. //
  260. this.txtEQPCode.EditValue = "[]";
  261. this.txtEQPCode.Location = new System.Drawing.Point(99, 13);
  262. this.txtEQPCode.Name = "txtEQPCode";
  263. this.txtEQPCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  264. this.txtEQPCode.Properties.Appearance.ForeColor = System.Drawing.Color.Blue;
  265. this.txtEQPCode.Properties.Appearance.Options.UseFont = true;
  266. this.txtEQPCode.Properties.Appearance.Options.UseForeColor = true;
  267. this.txtEQPCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  268. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  269. this.txtEQPCode.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
  270. this.txtEQPCode.Properties.NullText = "";
  271. this.txtEQPCode.Properties.View = this.gridView1;
  272. this.txtEQPCode.Size = new System.Drawing.Size(149, 30);
  273. this.txtEQPCode.TabIndex = 188;
  274. this.txtEQPCode.EditValueChanged += new System.EventHandler(this.txtEQPCode_EditValueChanged);
  275. //
  276. // gridView1
  277. //
  278. this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  279. this.gridView1.Name = "gridView1";
  280. this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
  281. this.gridView1.OptionsView.ShowGroupPanel = false;
  282. //
  283. // label1
  284. //
  285. this.label1.AutoSize = true;
  286. this.label1.Location = new System.Drawing.Point(28, 55);
  287. this.label1.Name = "label1";
  288. this.label1.Size = new System.Drawing.Size(55, 14);
  289. this.label1.TabIndex = 187;
  290. this.label1.Text = "设备名称";
  291. //
  292. // label4
  293. //
  294. this.label4.AutoSize = true;
  295. this.label4.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  296. this.label4.ForeColor = System.Drawing.Color.Blue;
  297. this.label4.Location = new System.Drawing.Point(7, 16);
  298. this.label4.Name = "label4";
  299. this.label4.Size = new System.Drawing.Size(97, 23);
  300. this.label4.TabIndex = 186;
  301. this.label4.Text = "设备编号:";
  302. //
  303. // txtEQPName
  304. //
  305. this.txtEQPName.EnterMoveNextControl = true;
  306. this.txtEQPName.Location = new System.Drawing.Point(99, 52);
  307. this.txtEQPName.Name = "txtEQPName";
  308. this.txtEQPName.Properties.ReadOnly = true;
  309. this.txtEQPName.Size = new System.Drawing.Size(149, 20);
  310. this.txtEQPName.TabIndex = 185;
  311. //
  312. // label11
  313. //
  314. this.label11.AutoSize = true;
  315. this.label11.Location = new System.Drawing.Point(279, 83);
  316. this.label11.Name = "label11";
  317. this.label11.Size = new System.Drawing.Size(55, 14);
  318. this.label11.TabIndex = 184;
  319. this.label11.Text = "工单类型";
  320. //
  321. // txtMOType
  322. //
  323. this.txtMOType.EnterMoveNextControl = true;
  324. this.txtMOType.Location = new System.Drawing.Point(347, 81);
  325. this.txtMOType.Name = "txtMOType";
  326. this.txtMOType.Properties.ReadOnly = true;
  327. this.txtMOType.Size = new System.Drawing.Size(149, 20);
  328. this.txtMOType.TabIndex = 183;
  329. //
  330. // lable13
  331. //
  332. this.lable13.AutoSize = true;
  333. this.lable13.Location = new System.Drawing.Point(31, 86);
  334. this.lable13.Name = "lable13";
  335. this.lable13.Size = new System.Drawing.Size(43, 14);
  336. this.lable13.TabIndex = 182;
  337. this.lable13.Text = "批次号";
  338. //
  339. // label3
  340. //
  341. this.label3.AutoSize = true;
  342. this.label3.Location = new System.Drawing.Point(513, 52);
  343. this.label3.Name = "label3";
  344. this.label3.Size = new System.Drawing.Size(79, 14);
  345. this.label3.TabIndex = 179;
  346. this.label3.Text = "生产订单行号";
  347. //
  348. // label2
  349. //
  350. this.label2.AutoSize = true;
  351. this.label2.Location = new System.Drawing.Point(272, 52);
  352. this.label2.Name = "label2";
  353. this.label2.Size = new System.Drawing.Size(67, 14);
  354. this.label2.TabIndex = 177;
  355. this.label2.Text = "生产订单号";
  356. //
  357. // txtiQuantity
  358. //
  359. this.txtiQuantity.EnterMoveNextControl = true;
  360. this.txtiQuantity.Location = new System.Drawing.Point(820, 49);
  361. this.txtiQuantity.Name = "txtiQuantity";
  362. this.txtiQuantity.Properties.Mask.EditMask = "f4";
  363. this.txtiQuantity.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  364. this.txtiQuantity.Properties.Mask.UseMaskAsDisplayFormat = true;
  365. this.txtiQuantity.Properties.ReadOnly = true;
  366. this.txtiQuantity.Size = new System.Drawing.Size(159, 20);
  367. this.txtiQuantity.TabIndex = 165;
  368. //
  369. // label12
  370. //
  371. this.label12.AutoSize = true;
  372. this.label12.Location = new System.Drawing.Point(759, 52);
  373. this.label12.Name = "label12";
  374. this.label12.Size = new System.Drawing.Size(55, 14);
  375. this.label12.TabIndex = 163;
  376. this.label12.Text = "工单数量";
  377. //
  378. // label9
  379. //
  380. this.label9.AutoSize = true;
  381. this.label9.Location = new System.Drawing.Point(526, 83);
  382. this.label9.Name = "label9";
  383. this.label9.Size = new System.Drawing.Size(55, 14);
  384. this.label9.TabIndex = 157;
  385. this.label9.Text = "存货编码";
  386. //
  387. // label10
  388. //
  389. this.label10.AutoSize = true;
  390. this.label10.Location = new System.Drawing.Point(26, 114);
  391. this.label10.Name = "label10";
  392. this.label10.Size = new System.Drawing.Size(55, 14);
  393. this.label10.TabIndex = 158;
  394. this.label10.Text = "规格型号";
  395. //
  396. // txtcInvStd
  397. //
  398. this.txtcInvStd.EnterMoveNextControl = true;
  399. this.txtcInvStd.Location = new System.Drawing.Point(99, 113);
  400. this.txtcInvStd.Name = "txtcInvStd";
  401. this.txtcInvStd.Properties.ReadOnly = true;
  402. this.txtcInvStd.Size = new System.Drawing.Size(149, 20);
  403. this.txtcInvStd.TabIndex = 160;
  404. //
  405. // label13
  406. //
  407. this.label13.AutoSize = true;
  408. this.label13.Location = new System.Drawing.Point(759, 82);
  409. this.label13.Name = "label13";
  410. this.label13.Size = new System.Drawing.Size(55, 14);
  411. this.label13.TabIndex = 161;
  412. this.label13.Text = "存货名称";
  413. //
  414. // txtMoverCode
  415. //
  416. this.txtMoverCode.EnterMoveNextControl = true;
  417. this.txtMoverCode.Location = new System.Drawing.Point(99, 83);
  418. this.txtMoverCode.Name = "txtMoverCode";
  419. this.txtMoverCode.Properties.ReadOnly = true;
  420. this.txtMoverCode.Size = new System.Drawing.Size(149, 20);
  421. this.txtMoverCode.TabIndex = 162;
  422. //
  423. // txtCode
  424. //
  425. this.txtCode.EnterMoveNextControl = true;
  426. this.txtCode.Location = new System.Drawing.Point(599, 80);
  427. this.txtCode.Name = "txtCode";
  428. this.txtCode.Properties.ReadOnly = true;
  429. this.txtCode.Size = new System.Drawing.Size(149, 20);
  430. this.txtCode.TabIndex = 162;
  431. //
  432. // txtMORow
  433. //
  434. this.txtMORow.EnterMoveNextControl = true;
  435. this.txtMORow.Location = new System.Drawing.Point(599, 49);
  436. this.txtMORow.Name = "txtMORow";
  437. this.txtMORow.Properties.ReadOnly = true;
  438. this.txtMORow.Size = new System.Drawing.Size(149, 20);
  439. this.txtMORow.TabIndex = 162;
  440. //
  441. // txtcInvName
  442. //
  443. this.txtcInvName.EnterMoveNextControl = true;
  444. this.txtcInvName.Location = new System.Drawing.Point(820, 80);
  445. this.txtcInvName.Name = "txtcInvName";
  446. this.txtcInvName.Properties.ReadOnly = true;
  447. this.txtcInvName.Size = new System.Drawing.Size(159, 20);
  448. this.txtcInvName.TabIndex = 162;
  449. //
  450. // panel1
  451. //
  452. this.panel1.Controls.Add(this.tableLayoutPanel2);
  453. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  454. this.panel1.Location = new System.Drawing.Point(3, 205);
  455. this.panel1.Name = "panel1";
  456. this.panel1.Size = new System.Drawing.Size(987, 215);
  457. this.panel1.TabIndex = 172;
  458. //
  459. // tableLayoutPanel2
  460. //
  461. this.tableLayoutPanel2.ColumnCount = 1;
  462. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  463. this.tableLayoutPanel2.Controls.Add(this.groupBox1, 0, 0);
  464. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  465. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
  466. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  467. this.tableLayoutPanel2.RowCount = 1;
  468. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  469. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 215F));
  470. this.tableLayoutPanel2.Size = new System.Drawing.Size(987, 215);
  471. this.tableLayoutPanel2.TabIndex = 150;
  472. //
  473. // groupBox1
  474. //
  475. this.groupBox1.Controls.Add(this.gridControl1);
  476. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  477. this.groupBox1.Location = new System.Drawing.Point(3, 3);
  478. this.groupBox1.Name = "groupBox1";
  479. this.groupBox1.Size = new System.Drawing.Size(981, 209);
  480. this.groupBox1.TabIndex = 150;
  481. this.groupBox1.TabStop = false;
  482. this.groupBox1.Text = "跟踪单信息";
  483. //
  484. // gridControl1
  485. //
  486. this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  487. this.gridControl1.Location = new System.Drawing.Point(3, 18);
  488. this.gridControl1.MainView = this.gridView4;
  489. this.gridControl1.Name = "gridControl1";
  490. this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  491. this.repositoryItemButtonEdit1});
  492. this.gridControl1.Size = new System.Drawing.Size(975, 188);
  493. this.gridControl1.TabIndex = 144;
  494. this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  495. this.gridView4,
  496. this.advBandedGridView2,
  497. this.gridView5});
  498. //
  499. // gridView4
  500. //
  501. this.gridView4.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  502. this.gridColumn1,
  503. this.gridColumn2,
  504. this.colLotNO,
  505. this.gridColumn4,
  506. this.gridColumn5,
  507. this.gridColumn6,
  508. this.gridColumn7,
  509. this.gridColumn8,
  510. this.gridColumn9,
  511. this.gridColumn10,
  512. this.colMOCODE,
  513. this.colEQPCode,
  514. this.colDelete,
  515. this.colEQPName,
  516. this.colMOSEQ,
  517. this.gridColumn11,
  518. this.colOpCode});
  519. this.gridView4.GridControl = this.gridControl1;
  520. this.gridView4.IndicatorWidth = 35;
  521. this.gridView4.Name = "gridView4";
  522. this.gridView4.OptionsSelection.MultiSelect = true;
  523. this.gridView4.OptionsView.ColumnAutoWidth = false;
  524. this.gridView4.OptionsView.ShowFooter = true;
  525. this.gridView4.OptionsView.ShowGroupPanel = false;
  526. //
  527. // gridColumn1
  528. //
  529. this.gridColumn1.Caption = "AutoID";
  530. this.gridColumn1.FieldName = "ID";
  531. this.gridColumn1.Name = "gridColumn1";
  532. //
  533. // gridColumn2
  534. //
  535. this.gridColumn2.Caption = "选择";
  536. this.gridColumn2.FieldName = "isSelect";
  537. this.gridColumn2.Name = "gridColumn2";
  538. this.gridColumn2.OptionsColumn.AllowEdit = false;
  539. //
  540. // colLotNO
  541. //
  542. this.colLotNO.Caption = "产品跟踪单号";
  543. this.colLotNO.FieldName = "LotNO";
  544. this.colLotNO.Name = "colLotNO";
  545. this.colLotNO.Visible = true;
  546. this.colLotNO.VisibleIndex = 0;
  547. this.colLotNO.Width = 120;
  548. //
  549. // gridColumn4
  550. //
  551. this.gridColumn4.Caption = "存货编码";
  552. this.gridColumn4.FieldName = "ItemCode";
  553. this.gridColumn4.Name = "gridColumn4";
  554. this.gridColumn4.Visible = true;
  555. this.gridColumn4.VisibleIndex = 1;
  556. //
  557. // gridColumn5
  558. //
  559. this.gridColumn5.Caption = "存货名称";
  560. this.gridColumn5.FieldName = "INVNAME";
  561. this.gridColumn5.Name = "gridColumn5";
  562. this.gridColumn5.Visible = true;
  563. this.gridColumn5.VisibleIndex = 2;
  564. //
  565. // gridColumn6
  566. //
  567. this.gridColumn6.Caption = "规格型号";
  568. this.gridColumn6.FieldName = "INVSTD";
  569. this.gridColumn6.Name = "gridColumn6";
  570. this.gridColumn6.Visible = true;
  571. this.gridColumn6.VisibleIndex = 4;
  572. //
  573. // gridColumn7
  574. //
  575. this.gridColumn7.Caption = "数量";
  576. this.gridColumn7.FieldName = "LOTQTY";
  577. this.gridColumn7.Name = "gridColumn7";
  578. //
  579. // gridColumn8
  580. //
  581. this.gridColumn8.Caption = "单位";
  582. this.gridColumn8.FieldName = "INVUOM";
  583. this.gridColumn8.Name = "gridColumn8";
  584. this.gridColumn8.Visible = true;
  585. this.gridColumn8.VisibleIndex = 3;
  586. //
  587. // gridColumn9
  588. //
  589. this.gridColumn9.Caption = "重量";
  590. this.gridColumn9.FieldName = "num";
  591. this.gridColumn9.Name = "gridColumn9";
  592. this.gridColumn9.Visible = true;
  593. this.gridColumn9.VisibleIndex = 5;
  594. //
  595. // gridColumn10
  596. //
  597. this.gridColumn10.Caption = "辅助单位";
  598. this.gridColumn10.FieldName = "INVEXPORTIMPORT";
  599. this.gridColumn10.Name = "gridColumn10";
  600. this.gridColumn10.Visible = true;
  601. this.gridColumn10.VisibleIndex = 6;
  602. //
  603. // colMOCODE
  604. //
  605. this.colMOCODE.Caption = "生产订单号";
  606. this.colMOCODE.FieldName = "MOCODE";
  607. this.colMOCODE.Name = "colMOCODE";
  608. //
  609. // colEQPCode
  610. //
  611. this.colEQPCode.Caption = "设备号";
  612. this.colEQPCode.FieldName = "EQPCODE";
  613. this.colEQPCode.Name = "colEQPCode";
  614. //
  615. // colDelete
  616. //
  617. this.colDelete.Caption = "删除";
  618. this.colDelete.ColumnEdit = this.repositoryItemButtonEdit1;
  619. this.colDelete.FieldName = "Delete";
  620. this.colDelete.Name = "colDelete";
  621. this.colDelete.Visible = true;
  622. this.colDelete.VisibleIndex = 8;
  623. this.colDelete.Width = 50;
  624. //
  625. // repositoryItemButtonEdit1
  626. //
  627. this.repositoryItemButtonEdit1.AutoHeight = false;
  628. this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  629. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
  630. this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
  631. this.repositoryItemButtonEdit1.ReadOnly = true;
  632. this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  633. this.repositoryItemButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_ButtonClick);
  634. //
  635. // colEQPName
  636. //
  637. this.colEQPName.Caption = "设备名称";
  638. this.colEQPName.FieldName = "EQPName";
  639. this.colEQPName.Name = "colEQPName";
  640. //
  641. // colMOSEQ
  642. //
  643. this.colMOSEQ.Caption = "工单行";
  644. this.colMOSEQ.FieldName = "MOSEQ";
  645. this.colMOSEQ.Name = "colMOSEQ";
  646. //
  647. // gridColumn11
  648. //
  649. this.gridColumn11.Caption = "零件号";
  650. this.gridColumn11.FieldName = "VenderLotNo";
  651. this.gridColumn11.Name = "gridColumn11";
  652. this.gridColumn11.Visible = true;
  653. this.gridColumn11.VisibleIndex = 7;
  654. //
  655. // colOpCode
  656. //
  657. this.colOpCode.Caption = "工序";
  658. this.colOpCode.FieldName = "OpCode";
  659. this.colOpCode.Name = "colOpCode";
  660. //
  661. // advBandedGridView2
  662. //
  663. this.advBandedGridView2.GridControl = this.gridControl1;
  664. this.advBandedGridView2.Name = "advBandedGridView2";
  665. this.advBandedGridView2.OptionsBehavior.ReadOnly = true;
  666. this.advBandedGridView2.OptionsSelection.MultiSelect = true;
  667. this.advBandedGridView2.OptionsView.ShowFooter = true;
  668. this.advBandedGridView2.OptionsView.ShowGroupPanel = false;
  669. //
  670. // gridView5
  671. //
  672. this.gridView5.GridControl = this.gridControl1;
  673. this.gridView5.Name = "gridView5";
  674. //
  675. // btnOK
  676. //
  677. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  678. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  679. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  680. this.btnOK.Appearance.Options.UseFont = true;
  681. this.btnOK.Appearance.Options.UseForeColor = true;
  682. this.btnOK.Appearance.Options.UseTextOptions = true;
  683. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  684. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  685. this.btnOK.Location = new System.Drawing.Point(838, 464);
  686. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  687. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  688. this.btnOK.Name = "btnOK";
  689. this.btnOK.Size = new System.Drawing.Size(70, 30);
  690. this.btnOK.TabIndex = 28;
  691. this.btnOK.Text = "保存";
  692. this.btnOK.Click += new System.EventHandler(this.save_Click);
  693. //
  694. // btnCancle
  695. //
  696. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  697. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  698. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  699. this.btnCancle.Appearance.Options.UseFont = true;
  700. this.btnCancle.Appearance.Options.UseForeColor = true;
  701. this.btnCancle.Appearance.Options.UseTextOptions = true;
  702. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  703. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  704. this.btnCancle.Location = new System.Drawing.Point(922, 464);
  705. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  706. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  707. this.btnCancle.Name = "btnCancle";
  708. this.btnCancle.Size = new System.Drawing.Size(70, 30);
  709. this.btnCancle.TabIndex = 29;
  710. this.btnCancle.Text = "取消";
  711. this.btnCancle.Click += new System.EventHandler(this.can_Click);
  712. //
  713. // btnClose
  714. //
  715. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  716. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  717. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  718. this.btnClose.Appearance.Options.UseFont = true;
  719. this.btnClose.Appearance.Options.UseForeColor = true;
  720. this.btnClose.Appearance.Options.UseTextOptions = true;
  721. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  722. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  723. this.btnClose.Location = new System.Drawing.Point(977, 2);
  724. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  725. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  726. this.btnClose.Name = "btnClose";
  727. this.btnClose.Size = new System.Drawing.Size(26, 30);
  728. this.btnClose.TabIndex = 30;
  729. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  730. //
  731. // label7
  732. //
  733. this.label7.AutoSize = true;
  734. this.label7.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  735. this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  736. this.label7.Location = new System.Drawing.Point(440, 467);
  737. this.label7.Name = "label7";
  738. this.label7.Size = new System.Drawing.Size(122, 25);
  739. this.label7.TabIndex = 31;
  740. this.label7.Text = "累计个数:";
  741. //
  742. // txtNum
  743. //
  744. this.txtNum.AutoSize = true;
  745. this.txtNum.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  746. this.txtNum.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  747. this.txtNum.Location = new System.Drawing.Point(546, 469);
  748. this.txtNum.Name = "txtNum";
  749. this.txtNum.Size = new System.Drawing.Size(0, 23);
  750. this.txtNum.TabIndex = 32;
  751. //
  752. // FormICSHeatTreatmentAddNew
  753. //
  754. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  755. this.Appearance.Options.UseBackColor = true;
  756. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  757. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  758. this.ClientSize = new System.Drawing.Size(1004, 498);
  759. this.Controls.Add(this.txtNum);
  760. this.Controls.Add(this.label7);
  761. this.Controls.Add(this.btnClose);
  762. this.Controls.Add(this.btnCancle);
  763. this.Controls.Add(this.btnOK);
  764. this.Controls.Add(this.panelControl1);
  765. this.Controls.Add(this.labelControl1);
  766. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  767. this.Name = "FormICSHeatTreatmentAddNew";
  768. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  769. this.Text = "FormICSShifTypeAdd";
  770. this.Load += new System.EventHandler(this.FormICSItenLotAdd_Load);
  771. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  772. this.panelControl1.ResumeLayout(false);
  773. this.tableLayoutPanel1.ResumeLayout(false);
  774. this.panel2.ResumeLayout(false);
  775. this.panel2.PerformLayout();
  776. ((System.ComponentModel.ISupportInitialize)(this.txtCostCenter.Properties)).EndInit();
  777. ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
  778. ((System.ComponentModel.ISupportInitialize)(this.txtLotNo.Properties)).EndInit();
  779. ((System.ComponentModel.ISupportInitialize)(this.txtMOCode.Properties)).EndInit();
  780. ((System.ComponentModel.ISupportInitialize)(this.txtEQPCode.Properties)).EndInit();
  781. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  782. ((System.ComponentModel.ISupportInitialize)(this.txtEQPName.Properties)).EndInit();
  783. ((System.ComponentModel.ISupportInitialize)(this.txtMOType.Properties)).EndInit();
  784. ((System.ComponentModel.ISupportInitialize)(this.txtiQuantity.Properties)).EndInit();
  785. ((System.ComponentModel.ISupportInitialize)(this.txtcInvStd.Properties)).EndInit();
  786. ((System.ComponentModel.ISupportInitialize)(this.txtMoverCode.Properties)).EndInit();
  787. ((System.ComponentModel.ISupportInitialize)(this.txtCode.Properties)).EndInit();
  788. ((System.ComponentModel.ISupportInitialize)(this.txtMORow.Properties)).EndInit();
  789. ((System.ComponentModel.ISupportInitialize)(this.txtcInvName.Properties)).EndInit();
  790. this.panel1.ResumeLayout(false);
  791. this.tableLayoutPanel2.ResumeLayout(false);
  792. this.groupBox1.ResumeLayout(false);
  793. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
  794. ((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
  795. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
  796. ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView2)).EndInit();
  797. ((System.ComponentModel.ISupportInitialize)(this.gridView5)).EndInit();
  798. this.ResumeLayout(false);
  799. this.PerformLayout();
  800. }
  801. #endregion
  802. private DevExpress.XtraEditors.LabelControl labelControl1;
  803. private DevExpress.XtraEditors.PanelControl panelControl1;
  804. private DevExpress.XtraEditors.SimpleButton btnOK;
  805. private DevExpress.XtraEditors.SimpleButton btnCancle;
  806. private DevExpress.XtraEditors.SimpleButton btnClose;
  807. private System.Windows.Forms.Panel panel2;
  808. private System.Windows.Forms.Label label11;
  809. private DevExpress.XtraEditors.TextEdit txtMOType;
  810. private System.Windows.Forms.Label lable13;
  811. private System.Windows.Forms.Label label3;
  812. private System.Windows.Forms.Label label2;
  813. private DevExpress.XtraEditors.TextEdit txtiQuantity;
  814. private System.Windows.Forms.Label label12;
  815. private System.Windows.Forms.Label label9;
  816. private System.Windows.Forms.Label label10;
  817. private DevExpress.XtraEditors.TextEdit txtcInvStd;
  818. private System.Windows.Forms.Label label13;
  819. private DevExpress.XtraEditors.TextEdit txtMoverCode;
  820. private DevExpress.XtraEditors.TextEdit txtCode;
  821. private DevExpress.XtraEditors.TextEdit txtMORow;
  822. private DevExpress.XtraEditors.TextEdit txtcInvName;
  823. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  824. private DevExpress.XtraEditors.GridLookUpEdit txtEQPCode;
  825. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  826. private System.Windows.Forms.Label label1;
  827. private System.Windows.Forms.Label label4;
  828. private DevExpress.XtraEditors.TextEdit txtEQPName;
  829. private System.Windows.Forms.Panel panel1;
  830. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  831. private System.Windows.Forms.GroupBox groupBox1;
  832. private DevExpress.XtraGrid.GridControl gridControl1;
  833. private DevExpress.XtraGrid.Views.Grid.GridView gridView4;
  834. private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
  835. private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
  836. private DevExpress.XtraGrid.Columns.GridColumn colLotNO;
  837. private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
  838. private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
  839. private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
  840. private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
  841. private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;
  842. private DevExpress.XtraGrid.Columns.GridColumn gridColumn9;
  843. private DevExpress.XtraGrid.Columns.GridColumn gridColumn10;
  844. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView advBandedGridView2;
  845. private DevExpress.XtraGrid.Views.Grid.GridView gridView5;
  846. private DevExpress.XtraGrid.Columns.GridColumn colMOCODE;
  847. private DevExpress.XtraGrid.Columns.GridColumn colEQPCode;
  848. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
  849. private DevExpress.XtraGrid.Columns.GridColumn colDelete;
  850. private DevExpress.XtraGrid.Columns.GridColumn colEQPName;
  851. private DevExpress.XtraGrid.Columns.GridColumn colMOSEQ;
  852. private DevExpress.XtraGrid.Columns.GridColumn gridColumn11;
  853. private System.Windows.Forms.Label label5;
  854. private DevExpress.XtraEditors.TextEdit txtLotNo;
  855. private System.Windows.Forms.Label label6;
  856. private DevExpress.XtraEditors.TextEdit txtMOCode;
  857. private DevExpress.XtraEditors.GridLookUpEdit txtCostCenter;
  858. private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
  859. private DevExpress.XtraGrid.Columns.GridColumn colOpCode;
  860. private System.Windows.Forms.Label label7;
  861. private System.Windows.Forms.Label txtNum;
  862. }
  863. }