华恒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.

555 lines
30 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSLotInCollection1
  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(FormICSLotInCollection1));
  29. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  30. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  31. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  32. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  33. this.txtLot = new DevExpress.XtraEditors.SimpleButton();
  34. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  35. this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
  36. this.btnDel = new DevExpress.XtraEditors.SimpleButton();
  37. this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
  38. this.MOTitle = new DevExpress.XtraEditors.LabelControl();
  39. this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
  40. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  41. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  42. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  43. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  44. this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colLOTNO = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colMOCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colMOSEQ = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.colITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colITEMNAME = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.colROUTECODE = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.colROUTEDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.colOPCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.colOPDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.colLOTQTY = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.colLotNoSplit = new DevExpress.XtraGrid.Columns.GridColumn();
  59. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  60. this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
  61. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  62. this.panelControl3.SuspendLayout();
  63. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  64. this.groupControl1.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  68. this.SuspendLayout();
  69. //
  70. // btnConfig
  71. //
  72. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  73. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  74. this.btnConfig.Appearance.Options.UseFont = true;
  75. this.btnConfig.Appearance.Options.UseForeColor = true;
  76. this.btnConfig.Appearance.Options.UseTextOptions = true;
  77. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  78. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  79. this.btnConfig.Location = new System.Drawing.Point(200, 0);
  80. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  81. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  82. this.btnConfig.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  83. this.btnConfig.Name = "btnConfig";
  84. this.btnConfig.Size = new System.Drawing.Size(103, 39);
  85. this.btnConfig.TabIndex = 4;
  86. this.btnConfig.Text = "数据源设置";
  87. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  88. //
  89. // btnExit
  90. //
  91. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  92. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  93. this.btnExit.Appearance.Options.UseFont = true;
  94. this.btnExit.Appearance.Options.UseForeColor = true;
  95. this.btnExit.Appearance.Options.UseTextOptions = true;
  96. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  97. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  98. this.btnExit.Location = new System.Drawing.Point(714, 0);
  99. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  100. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  101. this.btnExit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  102. this.btnExit.Name = "btnExit";
  103. this.btnExit.Size = new System.Drawing.Size(63, 39);
  104. this.btnExit.TabIndex = 10;
  105. this.btnExit.Text = "退出";
  106. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  107. //
  108. // btnFilter
  109. //
  110. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  111. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  112. this.btnFilter.Appearance.Options.UseFont = true;
  113. this.btnFilter.Appearance.Options.UseForeColor = true;
  114. this.btnFilter.Appearance.Options.UseTextOptions = true;
  115. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  116. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  117. this.btnFilter.Location = new System.Drawing.Point(135, 0);
  118. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  119. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  120. this.btnFilter.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  121. this.btnFilter.Name = "btnFilter";
  122. this.btnFilter.Size = new System.Drawing.Size(65, 39);
  123. this.btnFilter.TabIndex = 11;
  124. this.btnFilter.Text = "过滤";
  125. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  126. //
  127. // panelControl3
  128. //
  129. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  130. this.panelControl3.Appearance.Options.UseBackColor = true;
  131. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  132. this.panelControl3.Controls.Add(this.btnPrint);
  133. this.panelControl3.Controls.Add(this.txtLot);
  134. this.panelControl3.Controls.Add(this.btnExit);
  135. this.panelControl3.Controls.Add(this.btnClose);
  136. this.panelControl3.Controls.Add(this.btnCancelAll);
  137. this.panelControl3.Controls.Add(this.btnDel);
  138. this.panelControl3.Controls.Add(this.btnSelectAll);
  139. this.panelControl3.Controls.Add(this.MOTitle);
  140. this.panelControl3.Controls.Add(this.btnRefresh);
  141. this.panelControl3.Controls.Add(this.btnFilter);
  142. this.panelControl3.Controls.Add(this.btnConfig);
  143. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  144. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  145. this.panelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  146. this.panelControl3.Name = "panelControl3";
  147. this.panelControl3.Size = new System.Drawing.Size(1355, 39);
  148. this.panelControl3.TabIndex = 13;
  149. //
  150. // txtLot
  151. //
  152. this.txtLot.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  153. this.txtLot.Appearance.ForeColor = System.Drawing.Color.White;
  154. this.txtLot.Appearance.Options.UseFont = true;
  155. this.txtLot.Appearance.Options.UseForeColor = true;
  156. this.txtLot.Appearance.Options.UseTextOptions = true;
  157. this.txtLot.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  158. this.txtLot.Image = ((System.Drawing.Image)(resources.GetObject("txtLot.Image")));
  159. this.txtLot.Location = new System.Drawing.Point(433, 0);
  160. this.txtLot.LookAndFeel.SkinName = "BlueButtonSkin";
  161. this.txtLot.LookAndFeel.UseDefaultLookAndFeel = false;
  162. this.txtLot.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  163. this.txtLot.Name = "txtLot";
  164. this.txtLot.Size = new System.Drawing.Size(64, 39);
  165. this.txtLot.TabIndex = 34;
  166. this.txtLot.Text = "分批";
  167. this.txtLot.Click += new System.EventHandler(this.txtLot_Click);
  168. //
  169. // btnClose
  170. //
  171. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  172. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  173. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  174. this.btnClose.Appearance.Options.UseFont = true;
  175. this.btnClose.Appearance.Options.UseForeColor = true;
  176. this.btnClose.Appearance.Options.UseTextOptions = true;
  177. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  178. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  179. this.btnClose.Location = new System.Drawing.Point(1326, 0);
  180. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  181. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  182. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  183. this.btnClose.Name = "btnClose";
  184. this.btnClose.Size = new System.Drawing.Size(30, 37);
  185. this.btnClose.TabIndex = 25;
  186. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  187. //
  188. // btnCancelAll
  189. //
  190. this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  191. this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White;
  192. this.btnCancelAll.Appearance.Options.UseFont = true;
  193. this.btnCancelAll.Appearance.Options.UseForeColor = true;
  194. this.btnCancelAll.Appearance.Options.UseTextOptions = true;
  195. this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  196. this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image")));
  197. this.btnCancelAll.Location = new System.Drawing.Point(368, 0);
  198. this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
  199. this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
  200. this.btnCancelAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  201. this.btnCancelAll.Name = "btnCancelAll";
  202. this.btnCancelAll.Size = new System.Drawing.Size(65, 39);
  203. this.btnCancelAll.TabIndex = 22;
  204. this.btnCancelAll.Text = "全消";
  205. this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click);
  206. //
  207. // btnDel
  208. //
  209. this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  210. this.btnDel.Appearance.ForeColor = System.Drawing.Color.White;
  211. this.btnDel.Appearance.Options.UseFont = true;
  212. this.btnDel.Appearance.Options.UseForeColor = true;
  213. this.btnDel.Appearance.Options.UseTextOptions = true;
  214. this.btnDel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  215. this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
  216. this.btnDel.Location = new System.Drawing.Point(497, 0);
  217. this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin";
  218. this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false;
  219. this.btnDel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  220. this.btnDel.Name = "btnDel";
  221. this.btnDel.Size = new System.Drawing.Size(66, 39);
  222. this.btnDel.TabIndex = 21;
  223. this.btnDel.Text = "删除";
  224. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  225. //
  226. // btnSelectAll
  227. //
  228. this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  229. this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White;
  230. this.btnSelectAll.Appearance.Options.UseFont = true;
  231. this.btnSelectAll.Appearance.Options.UseForeColor = true;
  232. this.btnSelectAll.Appearance.Options.UseTextOptions = true;
  233. this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  234. this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image")));
  235. this.btnSelectAll.Location = new System.Drawing.Point(303, 0);
  236. this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
  237. this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
  238. this.btnSelectAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  239. this.btnSelectAll.Name = "btnSelectAll";
  240. this.btnSelectAll.Size = new System.Drawing.Size(65, 39);
  241. this.btnSelectAll.TabIndex = 20;
  242. this.btnSelectAll.Text = "全选";
  243. this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
  244. //
  245. // MOTitle
  246. //
  247. this.MOTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  248. this.MOTitle.Appearance.ForeColor = System.Drawing.Color.White;
  249. this.MOTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  250. this.MOTitle.Location = new System.Drawing.Point(3, 5);
  251. this.MOTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  252. this.MOTitle.Name = "MOTitle";
  253. this.MOTitle.Size = new System.Drawing.Size(126, 30);
  254. this.MOTitle.TabIndex = 19;
  255. this.MOTitle.Text = "产品跟踪单分批";
  256. //
  257. // btnRefresh
  258. //
  259. this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  260. this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White;
  261. this.btnRefresh.Appearance.Options.UseFont = true;
  262. this.btnRefresh.Appearance.Options.UseForeColor = true;
  263. this.btnRefresh.Appearance.Options.UseTextOptions = true;
  264. this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  265. this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
  266. this.btnRefresh.Location = new System.Drawing.Point(563, 0);
  267. this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin";
  268. this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false;
  269. this.btnRefresh.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  270. this.btnRefresh.Name = "btnRefresh";
  271. this.btnRefresh.Size = new System.Drawing.Size(66, 39);
  272. this.btnRefresh.TabIndex = 17;
  273. this.btnRefresh.Text = "刷新";
  274. this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
  275. //
  276. // rptPage
  277. //
  278. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  279. this.rptPage.Appearance.Options.UseBackColor = true;
  280. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  281. this.rptPage.isInit = false;
  282. this.rptPage.Location = new System.Drawing.Point(0, 531);
  283. this.rptPage.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
  284. this.rptPage.Name = "rptPage";
  285. this.rptPage.PageIndex = 1;
  286. this.rptPage.PageSize = 10000;
  287. this.rptPage.RecordNum = 0;
  288. this.rptPage.Size = new System.Drawing.Size(1355, 33);
  289. this.rptPage.TabIndex = 15;
  290. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  291. //
  292. // groupControl1
  293. //
  294. this.groupControl1.Controls.Add(this.grdDetail);
  295. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  296. this.groupControl1.Location = new System.Drawing.Point(0, 39);
  297. this.groupControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  298. this.groupControl1.Name = "groupControl1";
  299. this.groupControl1.Size = new System.Drawing.Size(1355, 492);
  300. this.groupControl1.TabIndex = 14;
  301. this.groupControl1.Text = "详细信息";
  302. //
  303. // grdDetail
  304. //
  305. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  306. this.grdDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  307. this.grdDetail.Location = new System.Drawing.Point(2, 26);
  308. this.grdDetail.MainView = this.grvDetail;
  309. this.grdDetail.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  310. this.grdDetail.Name = "grdDetail";
  311. this.grdDetail.Size = new System.Drawing.Size(1351, 464);
  312. this.grdDetail.TabIndex = 0;
  313. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  314. this.grvDetail,
  315. this.grvAdvDetail});
  316. //
  317. // grvDetail
  318. //
  319. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  320. this.colID,
  321. this.colisSelect,
  322. this.colLOTNO,
  323. this.colMOCODE,
  324. this.colMOSEQ,
  325. this.colITEMCODE,
  326. this.colITEMNAME,
  327. this.colROUTECODE,
  328. this.colROUTEDESC,
  329. this.colOPCODE,
  330. this.colOPDESC,
  331. this.colLOTQTY,
  332. this.colMUSERName,
  333. this.colMTIME,
  334. this.colLotNoSplit});
  335. this.grvDetail.GridControl = this.grdDetail;
  336. this.grvDetail.Name = "grvDetail";
  337. this.grvDetail.OptionsBehavior.Editable = false;
  338. this.grvDetail.OptionsBehavior.ReadOnly = true;
  339. this.grvDetail.OptionsSelection.MultiSelect = true;
  340. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  341. this.grvDetail.OptionsView.ShowFooter = true;
  342. this.grvDetail.OptionsView.ShowGroupPanel = false;
  343. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  344. //
  345. // colID
  346. //
  347. this.colID.Caption = "guid";
  348. this.colID.FieldName = "ID";
  349. this.colID.Name = "colID";
  350. //
  351. // colisSelect
  352. //
  353. this.colisSelect.Caption = "选择";
  354. this.colisSelect.FieldName = "isSelect";
  355. this.colisSelect.Name = "colisSelect";
  356. this.colisSelect.Visible = true;
  357. this.colisSelect.VisibleIndex = 0;
  358. //
  359. // colLOTNO
  360. //
  361. this.colLOTNO.Caption = "产品跟踪单号";
  362. this.colLOTNO.FieldName = "LOTNO";
  363. this.colLOTNO.Name = "colLOTNO";
  364. this.colLOTNO.Visible = true;
  365. this.colLOTNO.VisibleIndex = 1;
  366. //
  367. // colMOCODE
  368. //
  369. this.colMOCODE.Caption = "生产工单号";
  370. this.colMOCODE.FieldName = "MOCODE";
  371. this.colMOCODE.Name = "colMOCODE";
  372. this.colMOCODE.Visible = true;
  373. this.colMOCODE.VisibleIndex = 2;
  374. this.colMOCODE.Width = 106;
  375. //
  376. // colMOSEQ
  377. //
  378. this.colMOSEQ.Caption = "生产工单行";
  379. this.colMOSEQ.FieldName = "MOSEQ";
  380. this.colMOSEQ.Name = "colMOSEQ";
  381. this.colMOSEQ.Visible = true;
  382. this.colMOSEQ.VisibleIndex = 3;
  383. this.colMOSEQ.Width = 97;
  384. //
  385. // colITEMCODE
  386. //
  387. this.colITEMCODE.Caption = "产品编码";
  388. this.colITEMCODE.FieldName = "ITEMCODE";
  389. this.colITEMCODE.Name = "colITEMCODE";
  390. this.colITEMCODE.Visible = true;
  391. this.colITEMCODE.VisibleIndex = 4;
  392. //
  393. // colITEMNAME
  394. //
  395. this.colITEMNAME.Caption = "产品名称";
  396. this.colITEMNAME.FieldName = "ITEMNAME";
  397. this.colITEMNAME.Name = "colITEMNAME";
  398. this.colITEMNAME.Visible = true;
  399. this.colITEMNAME.VisibleIndex = 5;
  400. //
  401. // colROUTECODE
  402. //
  403. this.colROUTECODE.Caption = "工艺路线编码";
  404. this.colROUTECODE.FieldName = "ROUTECODE";
  405. this.colROUTECODE.Name = "colROUTECODE";
  406. this.colROUTECODE.Visible = true;
  407. this.colROUTECODE.VisibleIndex = 6;
  408. //
  409. // colROUTEDESC
  410. //
  411. this.colROUTEDESC.Caption = "工艺路线描述";
  412. this.colROUTEDESC.FieldName = "ROUTEDESC";
  413. this.colROUTEDESC.Name = "colROUTEDESC";
  414. this.colROUTEDESC.Visible = true;
  415. this.colROUTEDESC.VisibleIndex = 7;
  416. //
  417. // colOPCODE
  418. //
  419. this.colOPCODE.Caption = "工序代码";
  420. this.colOPCODE.FieldName = "OPCODE";
  421. this.colOPCODE.Name = "colOPCODE";
  422. this.colOPCODE.Visible = true;
  423. this.colOPCODE.VisibleIndex = 8;
  424. //
  425. // colOPDESC
  426. //
  427. this.colOPDESC.Caption = "工序名称";
  428. this.colOPDESC.FieldName = "OPDESC";
  429. this.colOPDESC.Name = "colOPDESC";
  430. this.colOPDESC.Visible = true;
  431. this.colOPDESC.VisibleIndex = 9;
  432. //
  433. // colLOTQTY
  434. //
  435. this.colLOTQTY.Caption = "跟踪单数量";
  436. this.colLOTQTY.FieldName = "LOTQTY";
  437. this.colLOTQTY.Name = "colLOTQTY";
  438. this.colLOTQTY.Visible = true;
  439. this.colLOTQTY.VisibleIndex = 10;
  440. //
  441. // colMUSERName
  442. //
  443. this.colMUSERName.Caption = "维护人";
  444. this.colMUSERName.FieldName = "MUSERName";
  445. this.colMUSERName.Name = "colMUSERName";
  446. this.colMUSERName.Visible = true;
  447. this.colMUSERName.VisibleIndex = 11;
  448. //
  449. // colMTIME
  450. //
  451. this.colMTIME.Caption = "维护时间";
  452. this.colMTIME.FieldName = "MTIME";
  453. this.colMTIME.Name = "colMTIME";
  454. this.colMTIME.Visible = true;
  455. this.colMTIME.VisibleIndex = 12;
  456. //
  457. // colLotNoSplit
  458. //
  459. this.colLotNoSplit.Caption = "LotNoSplit";
  460. this.colLotNoSplit.FieldName = "LotNoSplit";
  461. this.colLotNoSplit.Name = "colLotNoSplit";
  462. //
  463. // grvAdvDetail
  464. //
  465. this.grvAdvDetail.GridControl = this.grdDetail;
  466. this.grvAdvDetail.Name = "grvAdvDetail";
  467. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  468. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  469. this.grvAdvDetail.OptionsView.ShowFooter = true;
  470. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  471. //
  472. // btnPrint
  473. //
  474. this.btnPrint.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
  475. this.btnPrint.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  476. this.btnPrint.Appearance.ForeColor = System.Drawing.Color.White;
  477. this.btnPrint.Appearance.Options.UseBackColor = true;
  478. this.btnPrint.Appearance.Options.UseFont = true;
  479. this.btnPrint.Appearance.Options.UseForeColor = true;
  480. this.btnPrint.Appearance.Options.UseTextOptions = true;
  481. this.btnPrint.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  482. this.btnPrint.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.Image")));
  483. this.btnPrint.Location = new System.Drawing.Point(626, 0);
  484. this.btnPrint.LookAndFeel.SkinName = "BlueButtonSkin";
  485. this.btnPrint.LookAndFeel.UseDefaultLookAndFeel = false;
  486. this.btnPrint.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  487. this.btnPrint.Name = "btnPrint";
  488. this.btnPrint.Size = new System.Drawing.Size(91, 39);
  489. this.btnPrint.TabIndex = 124;
  490. this.btnPrint.Text = "打印条码";
  491. this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
  492. //
  493. // FormICSLotInCollection1
  494. //
  495. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  496. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  497. this.ClientSize = new System.Drawing.Size(1355, 564);
  498. this.Controls.Add(this.groupControl1);
  499. this.Controls.Add(this.rptPage);
  500. this.Controls.Add(this.panelControl3);
  501. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  502. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  503. this.Name = "FormICSLotInCollection1";
  504. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  505. this.Text = "FormGridReport";
  506. this.Load += new System.EventHandler(this.FormICSMO_Load);
  507. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  508. this.panelControl3.ResumeLayout(false);
  509. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  510. this.groupControl1.ResumeLayout(false);
  511. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  512. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  513. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  514. this.ResumeLayout(false);
  515. }
  516. #endregion
  517. private DevExpress.XtraEditors.SimpleButton btnConfig;
  518. private DevExpress.XtraEditors.SimpleButton btnExit;
  519. private DevExpress.XtraEditors.SimpleButton btnFilter;
  520. private DevExpress.XtraEditors.PanelControl panelControl3;
  521. private DevExpress.XtraEditors.SimpleButton btnRefresh;
  522. private DevExpress.XtraEditors.LabelControl MOTitle;
  523. private DevExpress.XtraEditors.SimpleButton btnCancelAll;
  524. private DevExpress.XtraEditors.SimpleButton btnDel;
  525. private DevExpress.XtraEditors.SimpleButton btnSelectAll;
  526. private Base.UserControl.FormControl.PageNavTool rptPage;
  527. private DevExpress.XtraEditors.GroupControl groupControl1;
  528. private DevExpress.XtraGrid.GridControl grdDetail;
  529. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  530. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  531. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  532. private DevExpress.XtraGrid.Columns.GridColumn colID;
  533. private DevExpress.XtraEditors.SimpleButton btnClose;
  534. private DevExpress.XtraGrid.Columns.GridColumn colMOCODE;
  535. private DevExpress.XtraEditors.SimpleButton txtLot;
  536. private DevExpress.XtraGrid.Columns.GridColumn colLOTNO;
  537. private DevExpress.XtraGrid.Columns.GridColumn colLOTQTY;
  538. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  539. private DevExpress.XtraGrid.Columns.GridColumn colITEMCODE;
  540. private DevExpress.XtraGrid.Columns.GridColumn colROUTECODE;
  541. private DevExpress.XtraGrid.Columns.GridColumn colOPCODE;
  542. private DevExpress.XtraGrid.Columns.GridColumn colOPDESC;
  543. private DevExpress.XtraGrid.Columns.GridColumn colMOSEQ;
  544. private DevExpress.XtraGrid.Columns.GridColumn colITEMNAME;
  545. private DevExpress.XtraGrid.Columns.GridColumn colROUTEDESC;
  546. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  547. private DevExpress.XtraGrid.Columns.GridColumn colLotNoSplit;
  548. private DevExpress.XtraEditors.SimpleButton btnPrint;
  549. }
  550. }