华恒Mes鼎捷代码
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.

789 lines
42 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSMO2LOT1
  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(FormICSMO2LOT1));
  29. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  30. this.ls = new System.Windows.Forms.Label();
  31. this.txtnum = new System.Windows.Forms.TextBox();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label5 = new System.Windows.Forms.Label();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.lp = new System.Windows.Forms.Label();
  37. this.txtSTime = new System.Windows.Forms.TextBox();
  38. this.txtOPCode = new System.Windows.Forms.TextBox();
  39. this.txtMoQty = new System.Windows.Forms.TextBox();
  40. this.txtJYLotQty = new System.Windows.Forms.TextBox();
  41. this.txtLOTQTY = new System.Windows.Forms.TextBox();
  42. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  43. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  44. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colMOCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colTransLine = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colLOTNO = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.colLOTQTY = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.colMOVER = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.colcDepName = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
  57. this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.colMOID = new DevExpress.XtraGrid.Columns.GridColumn();
  59. this.colLOTSEQ = new DevExpress.XtraGrid.Columns.GridColumn();
  60. this.colLOTStatus = new DevExpress.XtraGrid.Columns.GridColumn();
  61. this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  62. this.colMOINPUTQTY = new DevExpress.XtraGrid.Columns.GridColumn();
  63. this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
  64. this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
  65. this.repositoryItemTimeEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
  66. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  67. this.btnLot = new DevExpress.XtraEditors.SimpleButton();
  68. this.repDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
  69. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  70. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  71. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  72. this.btn = new DevExpress.XtraEditors.SimpleButton();
  73. this.btnDel = new DevExpress.XtraEditors.SimpleButton();
  74. this.btnFalsh = new DevExpress.XtraEditors.SimpleButton();
  75. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  76. this.btnSave = new DevExpress.XtraEditors.SimpleButton();
  77. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  78. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  79. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  80. this.groupControl1.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.VistaTimeProperties)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.repDate)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  93. this.panelControl3.SuspendLayout();
  94. this.SuspendLayout();
  95. //
  96. // groupControl1
  97. //
  98. this.groupControl1.Controls.Add(this.ls);
  99. this.groupControl1.Controls.Add(this.txtnum);
  100. this.groupControl1.Controls.Add(this.label3);
  101. this.groupControl1.Controls.Add(this.label2);
  102. this.groupControl1.Controls.Add(this.label5);
  103. this.groupControl1.Controls.Add(this.label4);
  104. this.groupControl1.Controls.Add(this.lp);
  105. this.groupControl1.Controls.Add(this.txtSTime);
  106. this.groupControl1.Controls.Add(this.txtOPCode);
  107. this.groupControl1.Controls.Add(this.txtMoQty);
  108. this.groupControl1.Controls.Add(this.txtJYLotQty);
  109. this.groupControl1.Controls.Add(this.txtLOTQTY);
  110. this.groupControl1.Controls.Add(this.grdDetail);
  111. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  112. this.groupControl1.Location = new System.Drawing.Point(0, 39);
  113. this.groupControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  114. this.groupControl1.Name = "groupControl1";
  115. this.groupControl1.ShowCaption = false;
  116. this.groupControl1.Size = new System.Drawing.Size(1224, 492);
  117. this.groupControl1.TabIndex = 14;
  118. this.groupControl1.Text = "详细信息";
  119. //
  120. // ls
  121. //
  122. this.ls.AutoSize = true;
  123. this.ls.Location = new System.Drawing.Point(6, 35);
  124. this.ls.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  125. this.ls.Name = "ls";
  126. this.ls.Size = new System.Drawing.Size(73, 18);
  127. this.ls.TabIndex = 4;
  128. this.ls.Text = "本次数量:";
  129. this.ls.Visible = false;
  130. //
  131. // txtnum
  132. //
  133. this.txtnum.Location = new System.Drawing.Point(78, 30);
  134. this.txtnum.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  135. this.txtnum.Name = "txtnum";
  136. this.txtnum.Size = new System.Drawing.Size(140, 26);
  137. this.txtnum.TabIndex = 3;
  138. this.txtnum.Visible = false;
  139. //
  140. // label3
  141. //
  142. this.label3.AutoSize = true;
  143. this.label3.Location = new System.Drawing.Point(962, -6);
  144. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  145. this.label3.Name = "label3";
  146. this.label3.Size = new System.Drawing.Size(73, 18);
  147. this.label3.TabIndex = 2;
  148. this.label3.Text = "标准工时:";
  149. this.label3.Visible = false;
  150. //
  151. // label2
  152. //
  153. this.label2.AutoSize = true;
  154. this.label2.Location = new System.Drawing.Point(727, -6);
  155. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  156. this.label2.Name = "label2";
  157. this.label2.Size = new System.Drawing.Size(73, 18);
  158. this.label2.TabIndex = 2;
  159. this.label2.Text = "瓶颈工序:";
  160. this.label2.Visible = false;
  161. //
  162. // label5
  163. //
  164. this.label5.AutoSize = true;
  165. this.label5.Location = new System.Drawing.Point(280, 33);
  166. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  167. this.label5.Name = "label5";
  168. this.label5.Size = new System.Drawing.Size(73, 18);
  169. this.label5.TabIndex = 2;
  170. this.label5.Text = "工单数量:";
  171. //
  172. // label4
  173. //
  174. this.label4.AutoSize = true;
  175. this.label4.Location = new System.Drawing.Point(497, -6);
  176. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  177. this.label4.Name = "label4";
  178. this.label4.Size = new System.Drawing.Size(73, 18);
  179. this.label4.TabIndex = 2;
  180. this.label4.Text = "建议数量:";
  181. this.label4.Visible = false;
  182. //
  183. // lp
  184. //
  185. this.lp.AutoSize = true;
  186. this.lp.Location = new System.Drawing.Point(6, 33);
  187. this.lp.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  188. this.lp.Name = "lp";
  189. this.lp.Size = new System.Drawing.Size(73, 18);
  190. this.lp.TabIndex = 2;
  191. this.lp.Text = "每批数量:";
  192. //
  193. // txtSTime
  194. //
  195. this.txtSTime.Enabled = false;
  196. this.txtSTime.Location = new System.Drawing.Point(1034, -12);
  197. this.txtSTime.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  198. this.txtSTime.Name = "txtSTime";
  199. this.txtSTime.Size = new System.Drawing.Size(140, 26);
  200. this.txtSTime.TabIndex = 1;
  201. this.txtSTime.Visible = false;
  202. //
  203. // txtOPCode
  204. //
  205. this.txtOPCode.Enabled = false;
  206. this.txtOPCode.Location = new System.Drawing.Point(799, -12);
  207. this.txtOPCode.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  208. this.txtOPCode.Name = "txtOPCode";
  209. this.txtOPCode.Size = new System.Drawing.Size(140, 26);
  210. this.txtOPCode.TabIndex = 1;
  211. this.txtOPCode.Visible = false;
  212. //
  213. // txtMoQty
  214. //
  215. this.txtMoQty.Enabled = false;
  216. this.txtMoQty.Location = new System.Drawing.Point(352, 28);
  217. this.txtMoQty.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  218. this.txtMoQty.Name = "txtMoQty";
  219. this.txtMoQty.Size = new System.Drawing.Size(140, 26);
  220. this.txtMoQty.TabIndex = 1;
  221. //
  222. // txtJYLotQty
  223. //
  224. this.txtJYLotQty.Enabled = false;
  225. this.txtJYLotQty.Location = new System.Drawing.Point(569, -12);
  226. this.txtJYLotQty.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  227. this.txtJYLotQty.Name = "txtJYLotQty";
  228. this.txtJYLotQty.Size = new System.Drawing.Size(140, 26);
  229. this.txtJYLotQty.TabIndex = 1;
  230. this.txtJYLotQty.Visible = false;
  231. //
  232. // txtLOTQTY
  233. //
  234. this.txtLOTQTY.Location = new System.Drawing.Point(78, 28);
  235. this.txtLOTQTY.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  236. this.txtLOTQTY.Name = "txtLOTQTY";
  237. this.txtLOTQTY.Size = new System.Drawing.Size(140, 26);
  238. this.txtLOTQTY.TabIndex = 1;
  239. //
  240. // grdDetail
  241. //
  242. this.grdDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  243. | System.Windows.Forms.AnchorStyles.Left)
  244. | System.Windows.Forms.AnchorStyles.Right)));
  245. this.grdDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  246. this.grdDetail.Location = new System.Drawing.Point(2, 62);
  247. this.grdDetail.MainView = this.grvDetail;
  248. this.grdDetail.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  249. this.grdDetail.Name = "grdDetail";
  250. this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  251. this.repositoryItemButtonEdit1,
  252. this.repositoryItemTextEdit1,
  253. this.repositoryItemTextEdit2,
  254. this.repositoryItemDateEdit1,
  255. this.repositoryItemTimeEdit1});
  256. this.grdDetail.Size = new System.Drawing.Size(1221, 428);
  257. this.grdDetail.TabIndex = 0;
  258. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  259. this.grvDetail,
  260. this.grvAdvDetail});
  261. //
  262. // grvDetail
  263. //
  264. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  265. this.colisSelect,
  266. this.colID,
  267. this.colMOCODE,
  268. this.colTransLine,
  269. this.colLOTNO,
  270. this.colLOTQTY,
  271. this.colMCODE,
  272. this.colMUSERName,
  273. this.colMTIME,
  274. this.colMOVER,
  275. this.colcDepName,
  276. this.gridColumn1,
  277. this.gridColumn2,
  278. this.colMOID,
  279. this.colLOTSEQ,
  280. this.colLOTStatus,
  281. this.colMOINPUTQTY});
  282. this.grvDetail.GridControl = this.grdDetail;
  283. this.grvDetail.IndicatorWidth = 40;
  284. this.grvDetail.Name = "grvDetail";
  285. this.grvDetail.OptionsSelection.MultiSelect = true;
  286. this.grvDetail.OptionsView.ShowFooter = true;
  287. this.grvDetail.OptionsView.ShowGroupPanel = false;
  288. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  289. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  290. //
  291. // colisSelect
  292. //
  293. this.colisSelect.Caption = "选择";
  294. this.colisSelect.FieldName = "isSelect";
  295. this.colisSelect.Name = "colisSelect";
  296. this.colisSelect.Width = 68;
  297. //
  298. // colID
  299. //
  300. this.colID.Caption = "guid";
  301. this.colID.FieldName = "ID";
  302. this.colID.Name = "colID";
  303. //
  304. // colMOCODE
  305. //
  306. this.colMOCODE.Caption = "生产订单号";
  307. this.colMOCODE.FieldName = "MOCODE";
  308. this.colMOCODE.Name = "colMOCODE";
  309. this.colMOCODE.OptionsColumn.AllowEdit = false;
  310. this.colMOCODE.Visible = true;
  311. this.colMOCODE.VisibleIndex = 0;
  312. this.colMOCODE.Width = 99;
  313. //
  314. // colTransLine
  315. //
  316. this.colTransLine.Caption = "生产订单行号";
  317. this.colTransLine.FieldName = "TransLine";
  318. this.colTransLine.Name = "colTransLine";
  319. this.colTransLine.OptionsColumn.AllowEdit = false;
  320. this.colTransLine.Visible = true;
  321. this.colTransLine.VisibleIndex = 1;
  322. this.colTransLine.Width = 105;
  323. //
  324. // colLOTNO
  325. //
  326. this.colLOTNO.Caption = "批号";
  327. this.colLOTNO.FieldName = "LOTNO";
  328. this.colLOTNO.Name = "colLOTNO";
  329. this.colLOTNO.OptionsColumn.AllowEdit = false;
  330. this.colLOTNO.Visible = true;
  331. this.colLOTNO.VisibleIndex = 2;
  332. this.colLOTNO.Width = 63;
  333. //
  334. // colLOTQTY
  335. //
  336. this.colLOTQTY.Caption = "批次数量";
  337. this.colLOTQTY.FieldName = "LOTQTY";
  338. this.colLOTQTY.Name = "colLOTQTY";
  339. this.colLOTQTY.OptionsColumn.AllowEdit = false;
  340. this.colLOTQTY.Visible = true;
  341. this.colLOTQTY.VisibleIndex = 4;
  342. this.colLOTQTY.Width = 80;
  343. //
  344. // colMCODE
  345. //
  346. this.colMCODE.Caption = "存货编码";
  347. this.colMCODE.FieldName = "MCODE";
  348. this.colMCODE.Name = "colMCODE";
  349. this.colMCODE.OptionsColumn.AllowEdit = false;
  350. this.colMCODE.Visible = true;
  351. this.colMCODE.VisibleIndex = 3;
  352. this.colMCODE.Width = 84;
  353. //
  354. // colMUSERName
  355. //
  356. this.colMUSERName.Caption = "维护人";
  357. this.colMUSERName.FieldName = "MUSERName";
  358. this.colMUSERName.Name = "colMUSERName";
  359. this.colMUSERName.OptionsColumn.AllowEdit = false;
  360. this.colMUSERName.Visible = true;
  361. this.colMUSERName.VisibleIndex = 5;
  362. this.colMUSERName.Width = 74;
  363. //
  364. // colMTIME
  365. //
  366. this.colMTIME.Caption = "维护时间";
  367. this.colMTIME.FieldName = "MTIME";
  368. this.colMTIME.Name = "colMTIME";
  369. this.colMTIME.OptionsColumn.AllowEdit = false;
  370. this.colMTIME.Visible = true;
  371. this.colMTIME.VisibleIndex = 6;
  372. this.colMTIME.Width = 99;
  373. //
  374. // colMOVER
  375. //
  376. this.colMOVER.Caption = "零件号";
  377. this.colMOVER.FieldName = "MOVER";
  378. this.colMOVER.Name = "colMOVER";
  379. this.colMOVER.OptionsColumn.AllowEdit = false;
  380. this.colMOVER.Visible = true;
  381. this.colMOVER.VisibleIndex = 7;
  382. this.colMOVER.Width = 106;
  383. //
  384. // colcDepName
  385. //
  386. this.colcDepName.Caption = "部门";
  387. this.colcDepName.FieldName = "cDepName";
  388. this.colcDepName.Name = "colcDepName";
  389. this.colcDepName.OptionsColumn.AllowEdit = false;
  390. this.colcDepName.Visible = true;
  391. this.colcDepName.VisibleIndex = 8;
  392. this.colcDepName.Width = 156;
  393. //
  394. // gridColumn1
  395. //
  396. this.gridColumn1.Caption = "预计开工日期";
  397. this.gridColumn1.ColumnEdit = this.repositoryItemDateEdit1;
  398. this.gridColumn1.FieldName = "MOPLANSTARTDATE";
  399. this.gridColumn1.Name = "gridColumn1";
  400. this.gridColumn1.Visible = true;
  401. this.gridColumn1.VisibleIndex = 9;
  402. this.gridColumn1.Width = 152;
  403. //
  404. // repositoryItemDateEdit1
  405. //
  406. this.repositoryItemDateEdit1.AutoHeight = false;
  407. this.repositoryItemDateEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  408. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  409. this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
  410. this.repositoryItemDateEdit1.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  411. new DevExpress.XtraEditors.Controls.EditorButton()});
  412. //
  413. // gridColumn2
  414. //
  415. this.gridColumn2.Caption = "预计完工日期";
  416. this.gridColumn2.ColumnEdit = this.repositoryItemDateEdit1;
  417. this.gridColumn2.FieldName = "MOPLANENDDATE";
  418. this.gridColumn2.Name = "gridColumn2";
  419. this.gridColumn2.Visible = true;
  420. this.gridColumn2.VisibleIndex = 10;
  421. this.gridColumn2.Width = 163;
  422. //
  423. // colMOID
  424. //
  425. this.colMOID.Caption = "工单ID";
  426. this.colMOID.FieldName = "MOID";
  427. this.colMOID.Name = "colMOID";
  428. //
  429. // colLOTSEQ
  430. //
  431. this.colLOTSEQ.Caption = "产品跟踪单号流水号";
  432. this.colLOTSEQ.FieldName = "LOTSEQ";
  433. this.colLOTSEQ.Name = "colLOTSEQ";
  434. this.colLOTSEQ.OptionsColumn.AllowEdit = false;
  435. this.colLOTSEQ.Width = 91;
  436. //
  437. // colLOTStatus
  438. //
  439. this.colLOTStatus.Caption = "状态";
  440. this.colLOTStatus.ColumnEdit = this.repositoryItemButtonEdit1;
  441. this.colLOTStatus.FieldName = "LOTStatus";
  442. this.colLOTStatus.Name = "colLOTStatus";
  443. this.colLOTStatus.OptionsColumn.AllowEdit = false;
  444. this.colLOTStatus.OptionsColumn.ReadOnly = true;
  445. //
  446. // repositoryItemButtonEdit1
  447. //
  448. this.repositoryItemButtonEdit1.AutoHeight = false;
  449. this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  450. new DevExpress.XtraEditors.Controls.EditorButton()});
  451. this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
  452. this.repositoryItemButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_BottonClick);
  453. //
  454. // colMOINPUTQTY
  455. //
  456. this.colMOINPUTQTY.Caption = "辅助计量单位";
  457. this.colMOINPUTQTY.FieldName = "MOINPUTQTY";
  458. this.colMOINPUTQTY.Name = "colMOINPUTQTY";
  459. this.colMOINPUTQTY.Width = 540;
  460. //
  461. // repositoryItemTextEdit1
  462. //
  463. this.repositoryItemTextEdit1.AutoHeight = false;
  464. this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
  465. //
  466. // repositoryItemTextEdit2
  467. //
  468. this.repositoryItemTextEdit2.AutoHeight = false;
  469. this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2";
  470. //
  471. // repositoryItemTimeEdit1
  472. //
  473. this.repositoryItemTimeEdit1.AutoHeight = false;
  474. this.repositoryItemTimeEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  475. new DevExpress.XtraEditors.Controls.EditorButton()});
  476. this.repositoryItemTimeEdit1.Name = "repositoryItemTimeEdit1";
  477. //
  478. // grvAdvDetail
  479. //
  480. this.grvAdvDetail.GridControl = this.grdDetail;
  481. this.grvAdvDetail.Name = "grvAdvDetail";
  482. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  483. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  484. this.grvAdvDetail.OptionsView.ShowFooter = true;
  485. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  486. //
  487. // btnLot
  488. //
  489. this.btnLot.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  490. this.btnLot.Appearance.ForeColor = System.Drawing.Color.White;
  491. this.btnLot.Appearance.Options.UseFont = true;
  492. this.btnLot.Appearance.Options.UseForeColor = true;
  493. this.btnLot.Appearance.Options.UseTextOptions = true;
  494. this.btnLot.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  495. this.btnLot.Image = ((System.Drawing.Image)(resources.GetObject("btnLot.Image")));
  496. this.btnLot.Location = new System.Drawing.Point(186, 0);
  497. this.btnLot.LookAndFeel.SkinName = "BlueButtonSkin";
  498. this.btnLot.LookAndFeel.UseDefaultLookAndFeel = false;
  499. this.btnLot.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  500. this.btnLot.Name = "btnLot";
  501. this.btnLot.Size = new System.Drawing.Size(63, 39);
  502. this.btnLot.TabIndex = 50;
  503. this.btnLot.Text = "分批";
  504. this.btnLot.Click += new System.EventHandler(this.btnLot_Click);
  505. //
  506. // repDate
  507. //
  508. this.repDate.AutoHeight = false;
  509. this.repDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  510. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  511. this.repDate.Mask.EditMask = "yyyy-MM-dd";
  512. this.repDate.Mask.UseMaskAsDisplayFormat = true;
  513. this.repDate.Name = "repDate";
  514. this.repDate.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  515. new DevExpress.XtraEditors.Controls.EditorButton()});
  516. //
  517. // rptPage
  518. //
  519. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  520. this.rptPage.Appearance.Options.UseBackColor = true;
  521. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  522. this.rptPage.isInit = false;
  523. this.rptPage.Location = new System.Drawing.Point(0, 531);
  524. this.rptPage.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  525. this.rptPage.Name = "rptPage";
  526. this.rptPage.PageIndex = 1;
  527. this.rptPage.PageSize = 10000;
  528. this.rptPage.RecordNum = 0;
  529. this.rptPage.Size = new System.Drawing.Size(1224, 33);
  530. this.rptPage.TabIndex = 15;
  531. //
  532. // btnExit
  533. //
  534. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  535. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  536. this.btnExit.Appearance.Options.UseFont = true;
  537. this.btnExit.Appearance.Options.UseForeColor = true;
  538. this.btnExit.Appearance.Options.UseTextOptions = true;
  539. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  540. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  541. this.btnExit.Location = new System.Drawing.Point(448, 0);
  542. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  543. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  544. this.btnExit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  545. this.btnExit.Name = "btnExit";
  546. this.btnExit.Size = new System.Drawing.Size(63, 39);
  547. this.btnExit.TabIndex = 10;
  548. this.btnExit.Text = "退出";
  549. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  550. //
  551. // panelControl3
  552. //
  553. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  554. this.panelControl3.Appearance.Options.UseBackColor = true;
  555. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  556. this.panelControl3.Controls.Add(this.btn);
  557. this.panelControl3.Controls.Add(this.btnDel);
  558. this.panelControl3.Controls.Add(this.btnLot);
  559. this.panelControl3.Controls.Add(this.btnFalsh);
  560. this.panelControl3.Controls.Add(this.btnOutPut);
  561. this.panelControl3.Controls.Add(this.btnSave);
  562. this.panelControl3.Controls.Add(this.lblTitle);
  563. this.panelControl3.Controls.Add(this.btnClose);
  564. this.panelControl3.Controls.Add(this.btnExit);
  565. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  566. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  567. this.panelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  568. this.panelControl3.Name = "panelControl3";
  569. this.panelControl3.Size = new System.Drawing.Size(1224, 39);
  570. this.panelControl3.TabIndex = 13;
  571. //
  572. // btn
  573. //
  574. this.btn.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  575. this.btn.Appearance.ForeColor = System.Drawing.Color.White;
  576. this.btn.Appearance.Options.UseFont = true;
  577. this.btn.Appearance.Options.UseForeColor = true;
  578. this.btn.Appearance.Options.UseTextOptions = true;
  579. this.btn.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  580. this.btn.Image = ((System.Drawing.Image)(resources.GetObject("btn.Image")));
  581. this.btn.Location = new System.Drawing.Point(125, 0);
  582. this.btn.LookAndFeel.SkinName = "BlueButtonSkin";
  583. this.btn.LookAndFeel.UseDefaultLookAndFeel = false;
  584. this.btn.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  585. this.btn.Name = "btn";
  586. this.btn.Size = new System.Drawing.Size(63, 39);
  587. this.btn.TabIndex = 52;
  588. this.btn.Text = "切换";
  589. this.btn.Click += new System.EventHandler(this.btn_Click);
  590. //
  591. // btnDel
  592. //
  593. this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  594. this.btnDel.Appearance.ForeColor = System.Drawing.Color.White;
  595. this.btnDel.Appearance.Options.UseFont = true;
  596. this.btnDel.Appearance.Options.UseForeColor = true;
  597. this.btnDel.Appearance.Options.UseTextOptions = true;
  598. this.btnDel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  599. this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
  600. this.btnDel.Location = new System.Drawing.Point(315, 0);
  601. this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin";
  602. this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false;
  603. this.btnDel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  604. this.btnDel.Name = "btnDel";
  605. this.btnDel.Size = new System.Drawing.Size(62, 39);
  606. this.btnDel.TabIndex = 51;
  607. this.btnDel.Text = "删除";
  608. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  609. //
  610. // btnFalsh
  611. //
  612. this.btnFalsh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  613. this.btnFalsh.Appearance.ForeColor = System.Drawing.Color.White;
  614. this.btnFalsh.Appearance.Options.UseFont = true;
  615. this.btnFalsh.Appearance.Options.UseForeColor = true;
  616. this.btnFalsh.Appearance.Options.UseTextOptions = true;
  617. this.btnFalsh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  618. this.btnFalsh.Image = ((System.Drawing.Image)(resources.GetObject("btnFalsh.Image")));
  619. this.btnFalsh.Location = new System.Drawing.Point(510, 0);
  620. this.btnFalsh.LookAndFeel.SkinName = "BlueButtonSkin";
  621. this.btnFalsh.LookAndFeel.UseDefaultLookAndFeel = false;
  622. this.btnFalsh.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  623. this.btnFalsh.Name = "btnFalsh";
  624. this.btnFalsh.Size = new System.Drawing.Size(66, 39);
  625. this.btnFalsh.TabIndex = 49;
  626. this.btnFalsh.Text = "刷新";
  627. this.btnFalsh.Visible = false;
  628. //
  629. // btnOutPut
  630. //
  631. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  632. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  633. this.btnOutPut.Appearance.Options.UseFont = true;
  634. this.btnOutPut.Appearance.Options.UseForeColor = true;
  635. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  636. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  637. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  638. this.btnOutPut.Location = new System.Drawing.Point(377, 0);
  639. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  640. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  641. this.btnOutPut.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  642. this.btnOutPut.Name = "btnOutPut";
  643. this.btnOutPut.Size = new System.Drawing.Size(72, 39);
  644. this.btnOutPut.TabIndex = 48;
  645. this.btnOutPut.Text = "导出";
  646. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  647. //
  648. // btnSave
  649. //
  650. this.btnSave.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  651. this.btnSave.Appearance.ForeColor = System.Drawing.Color.White;
  652. this.btnSave.Appearance.Options.UseFont = true;
  653. this.btnSave.Appearance.Options.UseForeColor = true;
  654. this.btnSave.Appearance.Options.UseTextOptions = true;
  655. this.btnSave.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  656. this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
  657. this.btnSave.Location = new System.Drawing.Point(249, 0);
  658. this.btnSave.LookAndFeel.SkinName = "BlueButtonSkin";
  659. this.btnSave.LookAndFeel.UseDefaultLookAndFeel = false;
  660. this.btnSave.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  661. this.btnSave.Name = "btnSave";
  662. this.btnSave.Size = new System.Drawing.Size(66, 39);
  663. this.btnSave.TabIndex = 22;
  664. this.btnSave.Text = "保存";
  665. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  666. //
  667. // lblTitle
  668. //
  669. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  670. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  671. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  672. this.lblTitle.Location = new System.Drawing.Point(3, 5);
  673. this.lblTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  674. this.lblTitle.Name = "lblTitle";
  675. this.lblTitle.Size = new System.Drawing.Size(117, 30);
  676. this.lblTitle.TabIndex = 19;
  677. this.lblTitle.Text = "工单批次信息";
  678. //
  679. // btnClose
  680. //
  681. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  682. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  683. this.btnClose.Appearance.Options.UseFont = true;
  684. this.btnClose.Appearance.Options.UseForeColor = true;
  685. this.btnClose.Appearance.Options.UseTextOptions = true;
  686. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  687. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  688. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  689. this.btnClose.Location = new System.Drawing.Point(1194, 0);
  690. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  691. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  692. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  693. this.btnClose.Name = "btnClose";
  694. this.btnClose.Size = new System.Drawing.Size(30, 39);
  695. this.btnClose.TabIndex = 14;
  696. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  697. //
  698. // FormICSMO2LOT1
  699. //
  700. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  701. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  702. this.ClientSize = new System.Drawing.Size(1224, 564);
  703. this.Controls.Add(this.groupControl1);
  704. this.Controls.Add(this.rptPage);
  705. this.Controls.Add(this.panelControl3);
  706. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  707. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  708. this.Name = "FormICSMO2LOT1";
  709. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  710. this.Text = "0";
  711. this.Load += new System.EventHandler(this.FormICSMO2Lot_Load);
  712. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  713. this.groupControl1.ResumeLayout(false);
  714. this.groupControl1.PerformLayout();
  715. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  716. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  717. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.VistaTimeProperties)).EndInit();
  718. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
  719. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
  720. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
  721. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
  722. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).EndInit();
  723. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  724. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).EndInit();
  725. ((System.ComponentModel.ISupportInitialize)(this.repDate)).EndInit();
  726. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  727. this.panelControl3.ResumeLayout(false);
  728. this.ResumeLayout(false);
  729. }
  730. #endregion
  731. private DevExpress.XtraEditors.GroupControl groupControl1;
  732. private DevExpress.XtraGrid.GridControl grdDetail;
  733. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  734. private ICSSoft.Base.UserControl.FormControl.PageNavTool rptPage;
  735. private DevExpress.XtraEditors.SimpleButton btnExit;
  736. private DevExpress.XtraEditors.PanelControl panelControl3;
  737. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  738. private DevExpress.XtraEditors.SimpleButton btnClose;
  739. private DevExpress.XtraEditors.LabelControl lblTitle;
  740. private DevExpress.XtraEditors.SimpleButton btnSave;
  741. private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repDate;
  742. private DevExpress.XtraGrid.Columns.GridColumn colID;
  743. private DevExpress.XtraGrid.Columns.GridColumn colMOID;
  744. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  745. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  746. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  747. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  748. private DevExpress.XtraEditors.SimpleButton btnFalsh;
  749. private DevExpress.XtraGrid.Columns.GridColumn colLOTNO;
  750. private DevExpress.XtraGrid.Columns.GridColumn colMOCODE;
  751. private DevExpress.XtraGrid.Columns.GridColumn colLOTQTY;
  752. private DevExpress.XtraGrid.Columns.GridColumn colLOTStatus;
  753. private DevExpress.XtraEditors.SimpleButton btnLot;
  754. private DevExpress.XtraGrid.Columns.GridColumn colLOTSEQ;
  755. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
  756. private System.Windows.Forms.Label lp;
  757. private System.Windows.Forms.TextBox txtLOTQTY;
  758. private DevExpress.XtraEditors.SimpleButton btnDel;
  759. private System.Windows.Forms.Label label3;
  760. private System.Windows.Forms.Label label2;
  761. private System.Windows.Forms.TextBox txtSTime;
  762. private System.Windows.Forms.TextBox txtOPCode;
  763. private System.Windows.Forms.Label label4;
  764. private System.Windows.Forms.TextBox txtJYLotQty;
  765. private System.Windows.Forms.Label label5;
  766. private System.Windows.Forms.TextBox txtMoQty;
  767. private DevExpress.XtraGrid.Columns.GridColumn colTransLine;
  768. private DevExpress.XtraGrid.Columns.GridColumn colMCODE;
  769. private DevExpress.XtraGrid.Columns.GridColumn colMOVER;
  770. private DevExpress.XtraGrid.Columns.GridColumn colMOINPUTQTY;
  771. private DevExpress.XtraGrid.Columns.GridColumn colcDepName;
  772. private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
  773. private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
  774. private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit repositoryItemTextEdit2;
  775. private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit repositoryItemTextEdit1;
  776. private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repositoryItemDateEdit1;
  777. private DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit repositoryItemTimeEdit1;
  778. private System.Windows.Forms.Label ls;
  779. private System.Windows.Forms.TextBox txtnum;
  780. private DevExpress.XtraEditors.SimpleButton btn;
  781. }
  782. }