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

595 lines
33 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSBatchsQuery
  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(FormICSBatchsQuery));
  29. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  30. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  31. this.save = new DevExpress.XtraEditors.SimpleButton();
  32. this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
  33. this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
  34. this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
  35. this.btnDel = new DevExpress.XtraEditors.SimpleButton();
  36. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  37. this.MOTitle = new DevExpress.XtraEditors.LabelControl();
  38. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  39. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  40. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  41. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  42. this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colBatch = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.colMOPLANLINE = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colMOCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colMOSEQ = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.colINVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  51. this.panel1 = new System.Windows.Forms.Panel();
  52. this.txtMOPLANLINE = new DevExpress.XtraEditors.ButtonEdit();
  53. this.label5 = new System.Windows.Forms.Label();
  54. this.label4 = new System.Windows.Forms.Label();
  55. this.txtBatch = new DevExpress.XtraEditors.TextEdit();
  56. this.txtItemCode = new DevExpress.XtraEditors.TextEdit();
  57. this.txtItemName = new DevExpress.XtraEditors.TextEdit();
  58. this.txtCode = new DevExpress.XtraEditors.GridLookUpEdit();
  59. this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  60. this.cmbSEQ = new DevExpress.XtraEditors.ComboBoxEdit();
  61. this.label6 = new System.Windows.Forms.Label();
  62. this.label3 = new System.Windows.Forms.Label();
  63. this.label2 = new System.Windows.Forms.Label();
  64. this.label1 = new System.Windows.Forms.Label();
  65. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  66. this.panelControl3.SuspendLayout();
  67. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  68. this.groupControl1.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  72. this.panel1.SuspendLayout();
  73. ((System.ComponentModel.ISupportInitialize)(this.txtMOPLANLINE.Properties)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.txtBatch.Properties)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.txtItemCode.Properties)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.txtCode.Properties)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.cmbSEQ.Properties)).BeginInit();
  80. this.SuspendLayout();
  81. //
  82. // btnExit
  83. //
  84. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  85. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  86. this.btnExit.Appearance.Options.UseFont = true;
  87. this.btnExit.Appearance.Options.UseForeColor = true;
  88. this.btnExit.Appearance.Options.UseTextOptions = true;
  89. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  90. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  91. this.btnExit.Location = new System.Drawing.Point(420, 0);
  92. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  93. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  94. this.btnExit.Name = "btnExit";
  95. this.btnExit.Size = new System.Drawing.Size(55, 30);
  96. this.btnExit.TabIndex = 10;
  97. this.btnExit.Text = "退出";
  98. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  99. //
  100. // panelControl3
  101. //
  102. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  103. this.panelControl3.Appearance.Options.UseBackColor = true;
  104. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  105. this.panelControl3.Controls.Add(this.save);
  106. this.panelControl3.Controls.Add(this.btnAdd);
  107. this.panelControl3.Controls.Add(this.btnCancelAll);
  108. this.panelControl3.Controls.Add(this.btnSelectAll);
  109. this.panelControl3.Controls.Add(this.btnDel);
  110. this.panelControl3.Controls.Add(this.btnClose);
  111. this.panelControl3.Controls.Add(this.MOTitle);
  112. this.panelControl3.Controls.Add(this.btnExit);
  113. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  114. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  115. this.panelControl3.Name = "panelControl3";
  116. this.panelControl3.Size = new System.Drawing.Size(1173, 30);
  117. this.panelControl3.TabIndex = 13;
  118. //
  119. // save
  120. //
  121. this.save.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  122. this.save.Appearance.ForeColor = System.Drawing.Color.White;
  123. this.save.Appearance.Options.UseFont = true;
  124. this.save.Appearance.Options.UseForeColor = true;
  125. this.save.Appearance.Options.UseTextOptions = true;
  126. this.save.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  127. this.save.Image = ((System.Drawing.Image)(resources.GetObject("save.Image")));
  128. this.save.Location = new System.Drawing.Point(351, 0);
  129. this.save.LookAndFeel.SkinName = "BlueButtonSkin";
  130. this.save.LookAndFeel.UseDefaultLookAndFeel = false;
  131. this.save.Name = "save";
  132. this.save.Size = new System.Drawing.Size(70, 30);
  133. this.save.TabIndex = 123;
  134. this.save.Text = "保存";
  135. this.save.Click += new System.EventHandler(this.save_Click);
  136. //
  137. // btnAdd
  138. //
  139. this.btnAdd.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  140. this.btnAdd.Appearance.ForeColor = System.Drawing.Color.White;
  141. this.btnAdd.Appearance.Options.UseFont = true;
  142. this.btnAdd.Appearance.Options.UseForeColor = true;
  143. this.btnAdd.Appearance.Options.UseTextOptions = true;
  144. this.btnAdd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  145. this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
  146. this.btnAdd.Location = new System.Drawing.Point(285, 0);
  147. this.btnAdd.LookAndFeel.SkinName = "BlueButtonSkin";
  148. this.btnAdd.LookAndFeel.UseDefaultLookAndFeel = false;
  149. this.btnAdd.Name = "btnAdd";
  150. this.btnAdd.Size = new System.Drawing.Size(67, 30);
  151. this.btnAdd.TabIndex = 122;
  152. this.btnAdd.Text = "添加行";
  153. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  154. //
  155. // btnCancelAll
  156. //
  157. this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  158. this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White;
  159. this.btnCancelAll.Appearance.Options.UseFont = true;
  160. this.btnCancelAll.Appearance.Options.UseForeColor = true;
  161. this.btnCancelAll.Appearance.Options.UseTextOptions = true;
  162. this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  163. this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image")));
  164. this.btnCancelAll.Location = new System.Drawing.Point(160, 0);
  165. this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
  166. this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
  167. this.btnCancelAll.Name = "btnCancelAll";
  168. this.btnCancelAll.Size = new System.Drawing.Size(57, 30);
  169. this.btnCancelAll.TabIndex = 28;
  170. this.btnCancelAll.Text = "全消";
  171. this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click);
  172. //
  173. // btnSelectAll
  174. //
  175. this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  176. this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White;
  177. this.btnSelectAll.Appearance.Options.UseFont = true;
  178. this.btnSelectAll.Appearance.Options.UseForeColor = true;
  179. this.btnSelectAll.Appearance.Options.UseTextOptions = true;
  180. this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  181. this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image")));
  182. this.btnSelectAll.Location = new System.Drawing.Point(103, 0);
  183. this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
  184. this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
  185. this.btnSelectAll.Name = "btnSelectAll";
  186. this.btnSelectAll.Size = new System.Drawing.Size(57, 30);
  187. this.btnSelectAll.TabIndex = 27;
  188. this.btnSelectAll.Text = "全选";
  189. this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
  190. //
  191. // btnDel
  192. //
  193. this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  194. this.btnDel.Appearance.ForeColor = System.Drawing.Color.White;
  195. this.btnDel.Appearance.Options.UseFont = true;
  196. this.btnDel.Appearance.Options.UseForeColor = true;
  197. this.btnDel.Appearance.Options.UseTextOptions = true;
  198. this.btnDel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  199. this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
  200. this.btnDel.Location = new System.Drawing.Point(216, 0);
  201. this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin";
  202. this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false;
  203. this.btnDel.Name = "btnDel";
  204. this.btnDel.Size = new System.Drawing.Size(70, 30);
  205. this.btnDel.TabIndex = 26;
  206. this.btnDel.Text = "删除行";
  207. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  208. //
  209. // btnClose
  210. //
  211. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  212. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  213. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  214. this.btnClose.Appearance.Options.UseFont = true;
  215. this.btnClose.Appearance.Options.UseForeColor = true;
  216. this.btnClose.Appearance.Options.UseTextOptions = true;
  217. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  218. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  219. this.btnClose.Location = new System.Drawing.Point(1147, 0);
  220. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  221. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  222. this.btnClose.Name = "btnClose";
  223. this.btnClose.Size = new System.Drawing.Size(26, 29);
  224. this.btnClose.TabIndex = 25;
  225. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  226. //
  227. // MOTitle
  228. //
  229. this.MOTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  230. this.MOTitle.Appearance.ForeColor = System.Drawing.Color.White;
  231. this.MOTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  232. this.MOTitle.Location = new System.Drawing.Point(4, 4);
  233. this.MOTitle.Name = "MOTitle";
  234. this.MOTitle.Size = new System.Drawing.Size(100, 23);
  235. this.MOTitle.TabIndex = 19;
  236. this.MOTitle.Text = "物料批次追溯";
  237. //
  238. // rptPage
  239. //
  240. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  241. this.rptPage.Appearance.Options.UseBackColor = true;
  242. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  243. this.rptPage.isInit = false;
  244. this.rptPage.Location = new System.Drawing.Point(0, 413);
  245. this.rptPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  246. this.rptPage.Name = "rptPage";
  247. this.rptPage.PageIndex = 0;
  248. this.rptPage.PageSize = 0;
  249. this.rptPage.RecordNum = 0;
  250. this.rptPage.Size = new System.Drawing.Size(1173, 26);
  251. this.rptPage.TabIndex = 15;
  252. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  253. //
  254. // groupControl1
  255. //
  256. this.groupControl1.Controls.Add(this.grdDetail);
  257. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  258. this.groupControl1.Location = new System.Drawing.Point(0, 80);
  259. this.groupControl1.Name = "groupControl1";
  260. this.groupControl1.Size = new System.Drawing.Size(1173, 333);
  261. this.groupControl1.TabIndex = 14;
  262. this.groupControl1.Text = "详细信息";
  263. //
  264. // grdDetail
  265. //
  266. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  267. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  268. this.grdDetail.MainView = this.grvDetail;
  269. this.grdDetail.Name = "grdDetail";
  270. this.grdDetail.Size = new System.Drawing.Size(1169, 309);
  271. this.grdDetail.TabIndex = 0;
  272. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  273. this.grvDetail,
  274. this.grvAdvDetail});
  275. //
  276. // grvDetail
  277. //
  278. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  279. this.colID,
  280. this.colisSelect,
  281. this.colBatch,
  282. this.colMOPLANLINE,
  283. this.colMOCODE,
  284. this.colMOSEQ,
  285. this.colITEMCODE,
  286. this.colINVNAME});
  287. this.grvDetail.GridControl = this.grdDetail;
  288. this.grvDetail.IndicatorWidth = 40;
  289. this.grvDetail.Name = "grvDetail";
  290. this.grvDetail.OptionsBehavior.Editable = false;
  291. this.grvDetail.OptionsBehavior.ReadOnly = true;
  292. this.grvDetail.OptionsSelection.MultiSelect = true;
  293. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  294. this.grvDetail.OptionsView.ShowFooter = true;
  295. this.grvDetail.OptionsView.ShowGroupPanel = false;
  296. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  297. this.grvDetail.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.grvDetail_CustomDrawCell);
  298. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  299. //
  300. // colID
  301. //
  302. this.colID.Caption = "ID";
  303. this.colID.FieldName = "ID";
  304. this.colID.Name = "colID";
  305. //
  306. // colisSelect
  307. //
  308. this.colisSelect.Caption = "选择";
  309. this.colisSelect.FieldName = "isSelect";
  310. this.colisSelect.Name = "colisSelect";
  311. this.colisSelect.Visible = true;
  312. this.colisSelect.VisibleIndex = 0;
  313. this.colisSelect.Width = 45;
  314. //
  315. // colBatch
  316. //
  317. this.colBatch.Caption = "物料条码";
  318. this.colBatch.FieldName = "Batch";
  319. this.colBatch.Name = "colBatch";
  320. this.colBatch.Visible = true;
  321. this.colBatch.VisibleIndex = 4;
  322. this.colBatch.Width = 156;
  323. //
  324. // colMOPLANLINE
  325. //
  326. this.colMOPLANLINE.Caption = "产线";
  327. this.colMOPLANLINE.FieldName = "MOPLANLINE";
  328. this.colMOPLANLINE.Name = "colMOPLANLINE";
  329. this.colMOPLANLINE.Visible = true;
  330. this.colMOPLANLINE.VisibleIndex = 3;
  331. //
  332. // colMOCODE
  333. //
  334. this.colMOCODE.Caption = "生产订单号";
  335. this.colMOCODE.FieldName = "MOCODE";
  336. this.colMOCODE.Name = "colMOCODE";
  337. this.colMOCODE.Visible = true;
  338. this.colMOCODE.VisibleIndex = 1;
  339. //
  340. // colMOSEQ
  341. //
  342. this.colMOSEQ.Caption = "生产订单行号";
  343. this.colMOSEQ.FieldName = "MOSEQ";
  344. this.colMOSEQ.Name = "colMOSEQ";
  345. this.colMOSEQ.Visible = true;
  346. this.colMOSEQ.VisibleIndex = 2;
  347. //
  348. // colITEMCODE
  349. //
  350. this.colITEMCODE.Caption = "存货编码";
  351. this.colITEMCODE.FieldName = "ITEMCODE";
  352. this.colITEMCODE.Name = "colITEMCODE";
  353. this.colITEMCODE.Visible = true;
  354. this.colITEMCODE.VisibleIndex = 5;
  355. //
  356. // colINVNAME
  357. //
  358. this.colINVNAME.Caption = "存货名称";
  359. this.colINVNAME.FieldName = "INVNAME";
  360. this.colINVNAME.Name = "colINVNAME";
  361. this.colINVNAME.Visible = true;
  362. this.colINVNAME.VisibleIndex = 6;
  363. //
  364. // grvAdvDetail
  365. //
  366. this.grvAdvDetail.GridControl = this.grdDetail;
  367. this.grvAdvDetail.Name = "grvAdvDetail";
  368. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  369. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  370. this.grvAdvDetail.OptionsView.ShowFooter = true;
  371. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  372. //
  373. // panel1
  374. //
  375. this.panel1.Controls.Add(this.txtMOPLANLINE);
  376. this.panel1.Controls.Add(this.label5);
  377. this.panel1.Controls.Add(this.label4);
  378. this.panel1.Controls.Add(this.txtBatch);
  379. this.panel1.Controls.Add(this.txtItemCode);
  380. this.panel1.Controls.Add(this.txtItemName);
  381. this.panel1.Controls.Add(this.txtCode);
  382. this.panel1.Controls.Add(this.cmbSEQ);
  383. this.panel1.Controls.Add(this.label6);
  384. this.panel1.Controls.Add(this.label3);
  385. this.panel1.Controls.Add(this.label2);
  386. this.panel1.Controls.Add(this.label1);
  387. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  388. this.panel1.Location = new System.Drawing.Point(0, 30);
  389. this.panel1.Name = "panel1";
  390. this.panel1.Size = new System.Drawing.Size(1173, 50);
  391. this.panel1.TabIndex = 16;
  392. //
  393. // txtMOPLANLINE
  394. //
  395. this.txtMOPLANLINE.EditValue = "";
  396. this.txtMOPLANLINE.Location = new System.Drawing.Point(411, 16);
  397. this.txtMOPLANLINE.Name = "txtMOPLANLINE";
  398. this.txtMOPLANLINE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  399. new DevExpress.XtraEditors.Controls.EditorButton()});
  400. this.txtMOPLANLINE.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  401. this.txtMOPLANLINE.Size = new System.Drawing.Size(124, 20);
  402. this.txtMOPLANLINE.TabIndex = 105;
  403. this.txtMOPLANLINE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtMOPLANLINE_EditValueChanged);
  404. //
  405. // label5
  406. //
  407. this.label5.AutoSize = true;
  408. this.label5.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  409. this.label5.Location = new System.Drawing.Point(372, 19);
  410. this.label5.Name = "label5";
  411. this.label5.Size = new System.Drawing.Size(46, 14);
  412. this.label5.TabIndex = 104;
  413. this.label5.Text = "产线:";
  414. //
  415. // label4
  416. //
  417. this.label4.AutoSize = true;
  418. this.label4.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  419. this.label4.Location = new System.Drawing.Point(920, 19);
  420. this.label4.Name = "label4";
  421. this.label4.Size = new System.Drawing.Size(72, 14);
  422. this.label4.TabIndex = 103;
  423. this.label4.Text = "物料条码:";
  424. //
  425. // txtBatch
  426. //
  427. this.txtBatch.EnterMoveNextControl = true;
  428. this.txtBatch.Location = new System.Drawing.Point(992, 16);
  429. this.txtBatch.Name = "txtBatch";
  430. this.txtBatch.Size = new System.Drawing.Size(155, 20);
  431. this.txtBatch.TabIndex = 102;
  432. //
  433. // txtItemCode
  434. //
  435. this.txtItemCode.Location = new System.Drawing.Point(609, 16);
  436. this.txtItemCode.Name = "txtItemCode";
  437. this.txtItemCode.Properties.ReadOnly = true;
  438. this.txtItemCode.Size = new System.Drawing.Size(120, 20);
  439. this.txtItemCode.TabIndex = 4;
  440. //
  441. // txtItemName
  442. //
  443. this.txtItemName.Location = new System.Drawing.Point(799, 16);
  444. this.txtItemName.Name = "txtItemName";
  445. this.txtItemName.Properties.ReadOnly = true;
  446. this.txtItemName.Size = new System.Drawing.Size(120, 20);
  447. this.txtItemName.TabIndex = 4;
  448. //
  449. // txtCode
  450. //
  451. this.txtCode.EditValue = "";
  452. this.txtCode.Location = new System.Drawing.Point(78, 16);
  453. this.txtCode.Name = "txtCode";
  454. this.txtCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  455. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  456. this.txtCode.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
  457. this.txtCode.Properties.View = this.gridLookUpEdit1View;
  458. this.txtCode.Size = new System.Drawing.Size(120, 20);
  459. this.txtCode.TabIndex = 1;
  460. this.txtCode.EditValueChanged += new System.EventHandler(this.txtMOCode_EditValueChanged);
  461. //
  462. // gridLookUpEdit1View
  463. //
  464. this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  465. this.gridLookUpEdit1View.Name = "gridLookUpEdit1View";
  466. this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  467. this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  468. //
  469. // cmbSEQ
  470. //
  471. this.cmbSEQ.Location = new System.Drawing.Point(246, 16);
  472. this.cmbSEQ.Name = "cmbSEQ";
  473. this.cmbSEQ.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  474. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  475. this.cmbSEQ.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
  476. this.cmbSEQ.Size = new System.Drawing.Size(120, 20);
  477. this.cmbSEQ.TabIndex = 3;
  478. this.cmbSEQ.SelectedIndexChanged += new System.EventHandler(this.cmbSEQ_SelectedIndexChanged);
  479. //
  480. // label6
  481. //
  482. this.label6.AutoSize = true;
  483. this.label6.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  484. this.label6.Location = new System.Drawing.Point(541, 19);
  485. this.label6.Name = "label6";
  486. this.label6.Size = new System.Drawing.Size(72, 14);
  487. this.label6.TabIndex = 0;
  488. this.label6.Text = "存货编码:";
  489. //
  490. // label3
  491. //
  492. this.label3.AutoSize = true;
  493. this.label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  494. this.label3.Location = new System.Drawing.Point(731, 19);
  495. this.label3.Name = "label3";
  496. this.label3.Size = new System.Drawing.Size(72, 14);
  497. this.label3.TabIndex = 0;
  498. this.label3.Text = "存货名称:";
  499. //
  500. // label2
  501. //
  502. this.label2.AutoSize = true;
  503. this.label2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  504. this.label2.Location = new System.Drawing.Point(200, 19);
  505. this.label2.Name = "label2";
  506. this.label2.Size = new System.Drawing.Size(46, 14);
  507. this.label2.TabIndex = 0;
  508. this.label2.Text = "行号:";
  509. //
  510. // label1
  511. //
  512. this.label1.AutoSize = true;
  513. this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  514. this.label1.Location = new System.Drawing.Point(4, 19);
  515. this.label1.Name = "label1";
  516. this.label1.Size = new System.Drawing.Size(85, 14);
  517. this.label1.TabIndex = 0;
  518. this.label1.Text = "生产工单号:";
  519. //
  520. // FormICSBatchsQuery
  521. //
  522. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  523. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  524. this.ClientSize = new System.Drawing.Size(1173, 439);
  525. this.Controls.Add(this.groupControl1);
  526. this.Controls.Add(this.panel1);
  527. this.Controls.Add(this.rptPage);
  528. this.Controls.Add(this.panelControl3);
  529. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  530. this.Name = "FormICSBatchsQuery";
  531. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  532. this.Text = "FormICSRdrecord2LOT";
  533. this.Load += new System.EventHandler(this.FormICSRdrecord2LOT_Load);
  534. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  535. this.panelControl3.ResumeLayout(false);
  536. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  537. this.groupControl1.ResumeLayout(false);
  538. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  539. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  540. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  541. this.panel1.ResumeLayout(false);
  542. this.panel1.PerformLayout();
  543. ((System.ComponentModel.ISupportInitialize)(this.txtMOPLANLINE.Properties)).EndInit();
  544. ((System.ComponentModel.ISupportInitialize)(this.txtBatch.Properties)).EndInit();
  545. ((System.ComponentModel.ISupportInitialize)(this.txtItemCode.Properties)).EndInit();
  546. ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).EndInit();
  547. ((System.ComponentModel.ISupportInitialize)(this.txtCode.Properties)).EndInit();
  548. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
  549. ((System.ComponentModel.ISupportInitialize)(this.cmbSEQ.Properties)).EndInit();
  550. this.ResumeLayout(false);
  551. }
  552. #endregion
  553. private DevExpress.XtraEditors.SimpleButton btnExit;
  554. private DevExpress.XtraEditors.PanelControl panelControl3;
  555. private DevExpress.XtraEditors.LabelControl MOTitle;
  556. private Base.UserControl.FormControl.PageNavTool rptPage;
  557. private DevExpress.XtraEditors.GroupControl groupControl1;
  558. private DevExpress.XtraGrid.GridControl grdDetail;
  559. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  560. private DevExpress.XtraGrid.Columns.GridColumn colBatch;
  561. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  562. private DevExpress.XtraEditors.SimpleButton btnClose;
  563. private DevExpress.XtraEditors.SimpleButton btnDel;
  564. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  565. private DevExpress.XtraEditors.SimpleButton btnSelectAll;
  566. private DevExpress.XtraEditors.SimpleButton btnCancelAll;
  567. private DevExpress.XtraGrid.Columns.GridColumn colMOPLANLINE;
  568. private System.Windows.Forms.Panel panel1;
  569. private DevExpress.XtraEditors.GridLookUpEdit txtCode;
  570. private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View;
  571. private DevExpress.XtraEditors.ComboBoxEdit cmbSEQ;
  572. private System.Windows.Forms.Label label2;
  573. private System.Windows.Forms.Label label1;
  574. private DevExpress.XtraEditors.TextEdit txtItemName;
  575. private System.Windows.Forms.Label label3;
  576. private DevExpress.XtraGrid.Columns.GridColumn colID;
  577. private DevExpress.XtraGrid.Columns.GridColumn colMOCODE;
  578. private DevExpress.XtraGrid.Columns.GridColumn colMOSEQ;
  579. private DevExpress.XtraEditors.TextEdit txtItemCode;
  580. private System.Windows.Forms.Label label6;
  581. private DevExpress.XtraEditors.SimpleButton btnAdd;
  582. private System.Windows.Forms.Label label4;
  583. private DevExpress.XtraEditors.TextEdit txtBatch;
  584. private System.Windows.Forms.Label label5;
  585. private DevExpress.XtraGrid.Columns.GridColumn colITEMCODE;
  586. private DevExpress.XtraGrid.Columns.GridColumn colINVNAME;
  587. private DevExpress.XtraEditors.SimpleButton save;
  588. private DevExpress.XtraEditors.ButtonEdit txtMOPLANLINE;
  589. }
  590. }