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

949 lines
48 KiB

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