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

654 lines
34 KiB

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