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

421 lines
24 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSINLoadAdd
  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(FormICSINLoadAdd));
  29. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  30. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  31. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  32. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  33. this.colLotNO = new DevExpress.XtraGrid.Columns.GridColumn();
  34. this.colVenderLotNO = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.colMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.colINVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.colINVSTD = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  39. this.repDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
  40. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  41. this.btnSave = new DevExpress.XtraEditors.SimpleButton();
  42. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  43. this.btnSelect = new DevExpress.XtraEditors.SimpleButton();
  44. this.btnCanSelect = new DevExpress.XtraEditors.SimpleButton();
  45. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  46. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  47. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  48. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  49. this.txtVenBatch = new System.Windows.Forms.ComboBox();
  50. this.label1 = new System.Windows.Forms.Label();
  51. this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
  52. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  53. this.groupControl1.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.repDate)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  60. this.panelControl3.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  62. this.panelControl1.SuspendLayout();
  63. this.tableLayoutPanel1.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
  65. this.panelControl2.SuspendLayout();
  66. this.SuspendLayout();
  67. //
  68. // groupControl1
  69. //
  70. this.groupControl1.Controls.Add(this.grdDetail);
  71. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  72. this.groupControl1.Location = new System.Drawing.Point(0, 0);
  73. this.groupControl1.Name = "groupControl1";
  74. this.groupControl1.Size = new System.Drawing.Size(490, 366);
  75. this.groupControl1.TabIndex = 14;
  76. this.groupControl1.Text = "详细信息";
  77. //
  78. // grdDetail
  79. //
  80. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  81. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  82. this.grdDetail.MainView = this.grvDetail;
  83. this.grdDetail.Name = "grdDetail";
  84. this.grdDetail.Size = new System.Drawing.Size(486, 342);
  85. this.grdDetail.TabIndex = 0;
  86. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  87. this.grvDetail,
  88. this.grvAdvDetail});
  89. //
  90. // grvDetail
  91. //
  92. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  93. this.colisSelect,
  94. this.colLotNO,
  95. this.colVenderLotNO,
  96. this.colMCODE,
  97. this.colINVNAME,
  98. this.colINVSTD});
  99. this.grvDetail.GridControl = this.grdDetail;
  100. this.grvDetail.IndicatorWidth = 40;
  101. this.grvDetail.Name = "grvDetail";
  102. this.grvDetail.OptionsBehavior.Editable = false;
  103. this.grvDetail.OptionsBehavior.ReadOnly = true;
  104. this.grvDetail.OptionsSelection.MultiSelect = true;
  105. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  106. this.grvDetail.OptionsView.ShowFooter = true;
  107. this.grvDetail.OptionsView.ShowGroupPanel = false;
  108. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  109. //
  110. // colisSelect
  111. //
  112. this.colisSelect.Caption = "选择";
  113. this.colisSelect.FieldName = "isSelect";
  114. this.colisSelect.Name = "colisSelect";
  115. this.colisSelect.Visible = true;
  116. this.colisSelect.VisibleIndex = 0;
  117. //
  118. // colLotNO
  119. //
  120. this.colLotNO.Caption = "产品跟踪单号";
  121. this.colLotNO.FieldName = "LotNO";
  122. this.colLotNO.Name = "colLotNO";
  123. this.colLotNO.Visible = true;
  124. this.colLotNO.VisibleIndex = 1;
  125. //
  126. // colVenderLotNO
  127. //
  128. this.colVenderLotNO.Caption = "零件号";
  129. this.colVenderLotNO.FieldName = "VenderLotNO";
  130. this.colVenderLotNO.Name = "colVenderLotNO";
  131. this.colVenderLotNO.Visible = true;
  132. this.colVenderLotNO.VisibleIndex = 3;
  133. //
  134. // colMCODE
  135. //
  136. this.colMCODE.Caption = "存货编码";
  137. this.colMCODE.FieldName = "ItemCode";
  138. this.colMCODE.Name = "colMCODE";
  139. this.colMCODE.Visible = true;
  140. this.colMCODE.VisibleIndex = 2;
  141. //
  142. // colINVNAME
  143. //
  144. this.colINVNAME.Caption = "存货名称";
  145. this.colINVNAME.FieldName = "INVNAME";
  146. this.colINVNAME.Name = "colINVNAME";
  147. this.colINVNAME.Visible = true;
  148. this.colINVNAME.VisibleIndex = 4;
  149. //
  150. // colINVSTD
  151. //
  152. this.colINVSTD.Caption = "规格型号";
  153. this.colINVSTD.FieldName = "INVSTD";
  154. this.colINVSTD.Name = "colINVSTD";
  155. this.colINVSTD.Visible = true;
  156. this.colINVSTD.VisibleIndex = 5;
  157. //
  158. // grvAdvDetail
  159. //
  160. this.grvAdvDetail.GridControl = this.grdDetail;
  161. this.grvAdvDetail.Name = "grvAdvDetail";
  162. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  163. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  164. this.grvAdvDetail.OptionsView.ShowFooter = true;
  165. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  166. //
  167. // repDate
  168. //
  169. this.repDate.AutoHeight = false;
  170. this.repDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  171. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  172. this.repDate.Mask.EditMask = "yyyy-MM-dd";
  173. this.repDate.Mask.UseMaskAsDisplayFormat = true;
  174. this.repDate.Name = "repDate";
  175. this.repDate.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  176. new DevExpress.XtraEditors.Controls.EditorButton()});
  177. //
  178. // panelControl3
  179. //
  180. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  181. this.panelControl3.Appearance.Options.UseBackColor = true;
  182. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  183. this.panelControl3.Controls.Add(this.btnSave);
  184. this.panelControl3.Controls.Add(this.btnExit);
  185. this.panelControl3.Controls.Add(this.btnSelect);
  186. this.panelControl3.Controls.Add(this.btnCanSelect);
  187. this.panelControl3.Controls.Add(this.lblTitle);
  188. this.panelControl3.Controls.Add(this.btnClose);
  189. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  190. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  191. this.panelControl3.Name = "panelControl3";
  192. this.panelControl3.Size = new System.Drawing.Size(490, 30);
  193. this.panelControl3.TabIndex = 13;
  194. //
  195. // btnSave
  196. //
  197. this.btnSave.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  198. this.btnSave.Appearance.ForeColor = System.Drawing.Color.White;
  199. this.btnSave.Appearance.Options.UseFont = true;
  200. this.btnSave.Appearance.Options.UseForeColor = true;
  201. this.btnSave.Appearance.Options.UseTextOptions = true;
  202. this.btnSave.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  203. this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
  204. this.btnSave.Location = new System.Drawing.Point(215, 0);
  205. this.btnSave.LookAndFeel.SkinName = "BlueButtonSkin";
  206. this.btnSave.LookAndFeel.UseDefaultLookAndFeel = false;
  207. this.btnSave.Name = "btnSave";
  208. this.btnSave.Size = new System.Drawing.Size(60, 30);
  209. this.btnSave.TabIndex = 48;
  210. this.btnSave.Text = "保存";
  211. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  212. //
  213. // btnExit
  214. //
  215. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  216. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  217. this.btnExit.Appearance.Options.UseFont = true;
  218. this.btnExit.Appearance.Options.UseForeColor = true;
  219. this.btnExit.Appearance.Options.UseTextOptions = true;
  220. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  221. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  222. this.btnExit.Location = new System.Drawing.Point(275, 0);
  223. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  224. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  225. this.btnExit.Name = "btnExit";
  226. this.btnExit.Size = new System.Drawing.Size(60, 30);
  227. this.btnExit.TabIndex = 47;
  228. this.btnExit.Text = "退出";
  229. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  230. //
  231. // btnSelect
  232. //
  233. this.btnSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  234. this.btnSelect.Appearance.ForeColor = System.Drawing.Color.White;
  235. this.btnSelect.Appearance.Options.UseFont = true;
  236. this.btnSelect.Appearance.Options.UseForeColor = true;
  237. this.btnSelect.Appearance.Options.UseTextOptions = true;
  238. this.btnSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  239. this.btnSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnSelect.Image")));
  240. this.btnSelect.Location = new System.Drawing.Point(99, 0);
  241. this.btnSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  242. this.btnSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  243. this.btnSelect.Name = "btnSelect";
  244. this.btnSelect.Size = new System.Drawing.Size(58, 30);
  245. this.btnSelect.TabIndex = 45;
  246. this.btnSelect.Text = "全选";
  247. this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
  248. //
  249. // btnCanSelect
  250. //
  251. this.btnCanSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  252. this.btnCanSelect.Appearance.ForeColor = System.Drawing.Color.White;
  253. this.btnCanSelect.Appearance.Options.UseFont = true;
  254. this.btnCanSelect.Appearance.Options.UseForeColor = true;
  255. this.btnCanSelect.Appearance.Options.UseTextOptions = true;
  256. this.btnCanSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  257. this.btnCanSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnCanSelect.Image")));
  258. this.btnCanSelect.Location = new System.Drawing.Point(157, 0);
  259. this.btnCanSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  260. this.btnCanSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  261. this.btnCanSelect.Name = "btnCanSelect";
  262. this.btnCanSelect.Size = new System.Drawing.Size(58, 30);
  263. this.btnCanSelect.TabIndex = 46;
  264. this.btnCanSelect.Text = "全消";
  265. this.btnCanSelect.Click += new System.EventHandler(this.btnCanSelect_Click);
  266. //
  267. // lblTitle
  268. //
  269. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  270. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  271. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  272. this.lblTitle.Location = new System.Drawing.Point(3, 4);
  273. this.lblTitle.Name = "lblTitle";
  274. this.lblTitle.Size = new System.Drawing.Size(90, 23);
  275. this.lblTitle.TabIndex = 19;
  276. this.lblTitle.Text = "来料文件新增";
  277. //
  278. // btnClose
  279. //
  280. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  281. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  282. this.btnClose.Appearance.Options.UseFont = true;
  283. this.btnClose.Appearance.Options.UseForeColor = true;
  284. this.btnClose.Appearance.Options.UseTextOptions = true;
  285. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  286. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  287. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  288. this.btnClose.Location = new System.Drawing.Point(464, 0);
  289. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  290. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  291. this.btnClose.Name = "btnClose";
  292. this.btnClose.Size = new System.Drawing.Size(26, 30);
  293. this.btnClose.TabIndex = 14;
  294. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  295. //
  296. // panelControl1
  297. //
  298. this.panelControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
  299. this.panelControl1.Appearance.Options.UseBackColor = true;
  300. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  301. this.panelControl1.Controls.Add(this.tableLayoutPanel1);
  302. this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
  303. this.panelControl1.Location = new System.Drawing.Point(0, 30);
  304. this.panelControl1.Name = "panelControl1";
  305. this.panelControl1.Size = new System.Drawing.Size(490, 43);
  306. this.panelControl1.TabIndex = 15;
  307. //
  308. // tableLayoutPanel1
  309. //
  310. this.tableLayoutPanel1.ColumnCount = 2;
  311. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 51.17845F));
  312. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 48.82155F));
  313. this.tableLayoutPanel1.Controls.Add(this.txtVenBatch, 1, 0);
  314. this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
  315. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Left;
  316. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  317. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  318. this.tableLayoutPanel1.RowCount = 1;
  319. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  320. this.tableLayoutPanel1.Size = new System.Drawing.Size(297, 43);
  321. this.tableLayoutPanel1.TabIndex = 0;
  322. //
  323. // txtVenBatch
  324. //
  325. this.txtVenBatch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  326. this.txtVenBatch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  327. this.txtVenBatch.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  328. this.txtVenBatch.FormattingEnabled = true;
  329. this.txtVenBatch.Location = new System.Drawing.Point(155, 3);
  330. this.txtVenBatch.Name = "txtVenBatch";
  331. this.txtVenBatch.Size = new System.Drawing.Size(139, 37);
  332. this.txtVenBatch.TabIndex = 1;
  333. this.txtVenBatch.SelectedIndexChanged += new System.EventHandler(this.txtVenBatch_SelectedIndexChanged);
  334. //
  335. // label1
  336. //
  337. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  338. | System.Windows.Forms.AnchorStyles.Left)
  339. | System.Windows.Forms.AnchorStyles.Right)));
  340. this.label1.AutoSize = true;
  341. this.label1.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  342. this.label1.Location = new System.Drawing.Point(3, 0);
  343. this.label1.Name = "label1";
  344. this.label1.Size = new System.Drawing.Size(146, 43);
  345. this.label1.TabIndex = 0;
  346. this.label1.Text = "供应商炉批号:";
  347. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  348. //
  349. // panelControl2
  350. //
  351. this.panelControl2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
  352. this.panelControl2.Appearance.Options.UseBackColor = true;
  353. this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  354. this.panelControl2.Controls.Add(this.groupControl1);
  355. this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
  356. this.panelControl2.Location = new System.Drawing.Point(0, 73);
  357. this.panelControl2.Name = "panelControl2";
  358. this.panelControl2.Size = new System.Drawing.Size(490, 366);
  359. this.panelControl2.TabIndex = 16;
  360. //
  361. // FormICSINLoadAdd
  362. //
  363. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  364. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  365. this.ClientSize = new System.Drawing.Size(490, 439);
  366. this.Controls.Add(this.panelControl2);
  367. this.Controls.Add(this.panelControl1);
  368. this.Controls.Add(this.panelControl3);
  369. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  370. this.Name = "FormICSINLoadAdd";
  371. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  372. this.Text = "FormGridReport";
  373. this.Load += new System.EventHandler(this.FormICSINLoadAdd_Load);
  374. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  375. this.groupControl1.ResumeLayout(false);
  376. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  377. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  378. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  379. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).EndInit();
  380. ((System.ComponentModel.ISupportInitialize)(this.repDate)).EndInit();
  381. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  382. this.panelControl3.ResumeLayout(false);
  383. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  384. this.panelControl1.ResumeLayout(false);
  385. this.tableLayoutPanel1.ResumeLayout(false);
  386. this.tableLayoutPanel1.PerformLayout();
  387. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
  388. this.panelControl2.ResumeLayout(false);
  389. this.ResumeLayout(false);
  390. }
  391. #endregion
  392. private DevExpress.XtraEditors.GroupControl groupControl1;
  393. private DevExpress.XtraGrid.GridControl grdDetail;
  394. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  395. private DevExpress.XtraEditors.PanelControl panelControl3;
  396. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  397. private DevExpress.XtraEditors.SimpleButton btnClose;
  398. private DevExpress.XtraEditors.LabelControl lblTitle;
  399. private DevExpress.XtraGrid.Columns.GridColumn colLotNO;
  400. private DevExpress.XtraGrid.Columns.GridColumn colMCODE;
  401. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  402. private DevExpress.XtraGrid.Columns.GridColumn colINVNAME;
  403. private DevExpress.XtraGrid.Columns.GridColumn colINVSTD;
  404. private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repDate;
  405. private DevExpress.XtraEditors.SimpleButton btnCanSelect;
  406. private DevExpress.XtraEditors.SimpleButton btnSelect;
  407. private DevExpress.XtraGrid.Columns.GridColumn colVenderLotNO;
  408. private DevExpress.XtraEditors.PanelControl panelControl1;
  409. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  410. private System.Windows.Forms.Label label1;
  411. private DevExpress.XtraEditors.PanelControl panelControl2;
  412. private System.Windows.Forms.ComboBox txtVenBatch;
  413. private DevExpress.XtraEditors.SimpleButton btnExit;
  414. private DevExpress.XtraEditors.SimpleButton btnSave;
  415. }
  416. }