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

418 lines
21 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSOPBOM
  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(FormICSOPBOM));
  29. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  30. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  31. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  32. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  33. this.colITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  34. this.colROUTECODE = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.colOPCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.colOPSEQ = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.colOPCONTROL = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.colITEMID = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.cUser = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.cUserTime = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.colROUTEID = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.colOPID = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.colWORKPOINT = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.repDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
  45. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  46. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  47. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  48. this.btnFalsh = new DevExpress.XtraEditors.SimpleButton();
  49. this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
  50. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  51. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  52. this.colITEMDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.colROUTEDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.colOPDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  55. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  56. this.groupControl1.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.repDate)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  62. this.panelControl3.SuspendLayout();
  63. this.SuspendLayout();
  64. //
  65. // groupControl1
  66. //
  67. this.groupControl1.Controls.Add(this.grdDetail);
  68. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  69. this.groupControl1.Location = new System.Drawing.Point(0, 30);
  70. this.groupControl1.Name = "groupControl1";
  71. this.groupControl1.Size = new System.Drawing.Size(812, 383);
  72. this.groupControl1.TabIndex = 14;
  73. this.groupControl1.Text = "详细信息";
  74. //
  75. // grdDetail
  76. //
  77. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  78. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  79. this.grdDetail.MainView = this.grvDetail;
  80. this.grdDetail.Name = "grdDetail";
  81. this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  82. this.repDate});
  83. this.grdDetail.Size = new System.Drawing.Size(808, 359);
  84. this.grdDetail.TabIndex = 0;
  85. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  86. this.grvDetail});
  87. this.grdDetail.Load += new System.EventHandler(this.grdDetail_Load);
  88. //
  89. // grvDetail
  90. //
  91. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  92. this.colisSelect,
  93. this.colITEMCODE,
  94. this.colROUTECODE,
  95. this.colOPCODE,
  96. this.colOPSEQ,
  97. this.colOPCONTROL,
  98. this.colITEMID,
  99. this.cUser,
  100. this.cUserTime,
  101. this.colROUTEID,
  102. this.colOPID,
  103. this.colWORKPOINT,
  104. this.colITEMDESC,
  105. this.colROUTEDESC,
  106. this.colOPDESC});
  107. this.grvDetail.GridControl = this.grdDetail;
  108. this.grvDetail.IndicatorWidth = 40;
  109. this.grvDetail.Name = "grvDetail";
  110. this.grvDetail.OptionsBehavior.Editable = false;
  111. this.grvDetail.OptionsBehavior.ReadOnly = true;
  112. this.grvDetail.OptionsSelection.MultiSelect = true;
  113. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  114. this.grvDetail.OptionsView.ShowFooter = true;
  115. this.grvDetail.OptionsView.ShowGroupPanel = false;
  116. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  117. this.grvDetail.DoubleClick += new System.EventHandler(this.grdDetail_DoubleClick);
  118. //
  119. // colisSelect
  120. //
  121. this.colisSelect.Caption = "选择";
  122. this.colisSelect.FieldName = "isSelect";
  123. this.colisSelect.Name = "colisSelect";
  124. this.colisSelect.Visible = true;
  125. this.colisSelect.VisibleIndex = 0;
  126. this.colisSelect.Width = 47;
  127. //
  128. // colITEMCODE
  129. //
  130. this.colITEMCODE.Caption = "存货编码";
  131. this.colITEMCODE.FieldName = "存货编码";
  132. this.colITEMCODE.Name = "colITEMCODE";
  133. this.colITEMCODE.Visible = true;
  134. this.colITEMCODE.VisibleIndex = 1;
  135. //
  136. // colROUTECODE
  137. //
  138. this.colROUTECODE.Caption = "途程代码";
  139. this.colROUTECODE.FieldName = "途程代码";
  140. this.colROUTECODE.Name = "colROUTECODE";
  141. this.colROUTECODE.Visible = true;
  142. this.colROUTECODE.VisibleIndex = 3;
  143. this.colROUTECODE.Width = 103;
  144. //
  145. // colOPCODE
  146. //
  147. this.colOPCODE.Caption = "工序代码";
  148. this.colOPCODE.FieldName = "工序代码";
  149. this.colOPCODE.Name = "colOPCODE";
  150. this.colOPCODE.Visible = true;
  151. this.colOPCODE.VisibleIndex = 5;
  152. this.colOPCODE.Width = 95;
  153. //
  154. // colOPSEQ
  155. //
  156. this.colOPSEQ.Caption = "工序次序";
  157. this.colOPSEQ.FieldName = "工序次序";
  158. this.colOPSEQ.Name = "colOPSEQ";
  159. this.colOPSEQ.Visible = true;
  160. this.colOPSEQ.VisibleIndex = 7;
  161. //
  162. // colOPCONTROL
  163. //
  164. this.colOPCONTROL.Caption = "工序类型";
  165. this.colOPCONTROL.FieldName = "工序类型";
  166. this.colOPCONTROL.Name = "colOPCONTROL";
  167. this.colOPCONTROL.Visible = true;
  168. this.colOPCONTROL.VisibleIndex = 8;
  169. this.colOPCONTROL.Width = 105;
  170. //
  171. // colITEMID
  172. //
  173. this.colITEMID.Caption = "产品编号";
  174. this.colITEMID.FieldName = "产品编号";
  175. this.colITEMID.Name = "colITEMID";
  176. //
  177. // cUser
  178. //
  179. this.cUser.Caption = "维护人";
  180. this.cUser.FieldName = "维护人";
  181. this.cUser.Name = "cUser";
  182. this.cUser.Visible = true;
  183. this.cUser.VisibleIndex = 10;
  184. this.cUser.Width = 105;
  185. //
  186. // cUserTime
  187. //
  188. this.cUserTime.Caption = "维护时间";
  189. this.cUserTime.FieldName = "维护时间";
  190. this.cUserTime.Name = "cUserTime";
  191. this.cUserTime.Visible = true;
  192. this.cUserTime.VisibleIndex = 11;
  193. //
  194. // colROUTEID
  195. //
  196. this.colROUTEID.Caption = "途程编号";
  197. this.colROUTEID.FieldName = "途程编号";
  198. this.colROUTEID.Name = "colROUTEID";
  199. //
  200. // colOPID
  201. //
  202. this.colOPID.Caption = "工序编号";
  203. this.colOPID.FieldName = "工序编号";
  204. this.colOPID.Name = "colOPID";
  205. //
  206. // colWORKPOINT
  207. //
  208. this.colWORKPOINT.Caption = "站点";
  209. this.colWORKPOINT.FieldName = "站点";
  210. this.colWORKPOINT.Name = "colWORKPOINT";
  211. this.colWORKPOINT.Visible = true;
  212. this.colWORKPOINT.VisibleIndex = 9;
  213. //
  214. // repDate
  215. //
  216. this.repDate.AutoHeight = false;
  217. this.repDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  218. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  219. this.repDate.Mask.EditMask = "yyyy-MM-dd";
  220. this.repDate.Mask.UseMaskAsDisplayFormat = true;
  221. this.repDate.Name = "repDate";
  222. this.repDate.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  223. new DevExpress.XtraEditors.Controls.EditorButton()});
  224. //
  225. // rptPage
  226. //
  227. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  228. this.rptPage.Appearance.Options.UseBackColor = true;
  229. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  230. this.rptPage.isInit = false;
  231. this.rptPage.Location = new System.Drawing.Point(0, 413);
  232. this.rptPage.Name = "rptPage";
  233. this.rptPage.PageIndex = 0;
  234. this.rptPage.PageSize = 0;
  235. this.rptPage.RecordNum = 0;
  236. this.rptPage.Size = new System.Drawing.Size(812, 26);
  237. this.rptPage.TabIndex = 15;
  238. //this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  239. //
  240. // panelControl3
  241. //
  242. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  243. this.panelControl3.Appearance.Options.UseBackColor = true;
  244. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  245. this.panelControl3.Controls.Add(this.btnExit);
  246. this.panelControl3.Controls.Add(this.btnFalsh);
  247. this.panelControl3.Controls.Add(this.btnAdd);
  248. this.panelControl3.Controls.Add(this.btnClose);
  249. this.panelControl3.Controls.Add(this.lblTitle);
  250. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  251. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  252. this.panelControl3.Name = "panelControl3";
  253. this.panelControl3.Size = new System.Drawing.Size(812, 30);
  254. this.panelControl3.TabIndex = 13;
  255. //
  256. // btnExit
  257. //
  258. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  259. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  260. this.btnExit.Appearance.Options.UseFont = true;
  261. this.btnExit.Appearance.Options.UseForeColor = true;
  262. this.btnExit.Appearance.Options.UseTextOptions = true;
  263. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  264. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  265. this.btnExit.Location = new System.Drawing.Point(262, 0);
  266. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  267. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  268. this.btnExit.Name = "btnExit";
  269. this.btnExit.Size = new System.Drawing.Size(57, 30);
  270. this.btnExit.TabIndex = 37;
  271. this.btnExit.Text = "退出";
  272. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  273. //
  274. // btnFalsh
  275. //
  276. this.btnFalsh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  277. this.btnFalsh.Appearance.ForeColor = System.Drawing.Color.White;
  278. this.btnFalsh.Appearance.Options.UseFont = true;
  279. this.btnFalsh.Appearance.Options.UseForeColor = true;
  280. this.btnFalsh.Appearance.Options.UseTextOptions = true;
  281. this.btnFalsh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  282. this.btnFalsh.Image = ((System.Drawing.Image)(resources.GetObject("btnFalsh.Image")));
  283. this.btnFalsh.Location = new System.Drawing.Point(202, 0);
  284. this.btnFalsh.LookAndFeel.SkinName = "BlueButtonSkin";
  285. this.btnFalsh.LookAndFeel.UseDefaultLookAndFeel = false;
  286. this.btnFalsh.Name = "btnFalsh";
  287. this.btnFalsh.Size = new System.Drawing.Size(60, 30);
  288. this.btnFalsh.TabIndex = 36;
  289. this.btnFalsh.Text = "刷新";
  290. this.btnFalsh.Click += new System.EventHandler(this.btnFalsh_Click);
  291. //
  292. // btnAdd
  293. //
  294. this.btnAdd.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  295. this.btnAdd.Appearance.ForeColor = System.Drawing.Color.White;
  296. this.btnAdd.Appearance.Options.UseFont = true;
  297. this.btnAdd.Appearance.Options.UseForeColor = true;
  298. this.btnAdd.Appearance.Options.UseTextOptions = true;
  299. this.btnAdd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  300. this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
  301. this.btnAdd.Location = new System.Drawing.Point(98, 0);
  302. this.btnAdd.LookAndFeel.SkinName = "BlueButtonSkin";
  303. this.btnAdd.LookAndFeel.UseDefaultLookAndFeel = false;
  304. this.btnAdd.Name = "btnAdd";
  305. this.btnAdd.Size = new System.Drawing.Size(105, 30);
  306. this.btnAdd.TabIndex = 31;
  307. this.btnAdd.Text = "维护工序BOM";
  308. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  309. //
  310. // btnClose
  311. //
  312. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  313. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  314. this.btnClose.Appearance.Options.UseFont = true;
  315. this.btnClose.Appearance.Options.UseForeColor = true;
  316. this.btnClose.Appearance.Options.UseTextOptions = true;
  317. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  318. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  319. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  320. this.btnClose.Location = new System.Drawing.Point(786, 0);
  321. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  322. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  323. this.btnClose.Name = "btnClose";
  324. this.btnClose.Size = new System.Drawing.Size(26, 30);
  325. this.btnClose.TabIndex = 29;
  326. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  327. //
  328. // lblTitle
  329. //
  330. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  331. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  332. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  333. this.lblTitle.Location = new System.Drawing.Point(3, 3);
  334. this.lblTitle.Name = "lblTitle";
  335. this.lblTitle.Size = new System.Drawing.Size(94, 23);
  336. this.lblTitle.TabIndex = 19;
  337. this.lblTitle.Text = "工序BOM信息";
  338. //
  339. // colITEMDESC
  340. //
  341. this.colITEMDESC.Caption = "规格型号";
  342. this.colITEMDESC.FieldName = "规格型号";
  343. this.colITEMDESC.Name = "colITEMDESC";
  344. this.colITEMDESC.Visible = true;
  345. this.colITEMDESC.VisibleIndex = 2;
  346. //
  347. // colROUTEDESC
  348. //
  349. this.colROUTEDESC.Caption = "途程描述";
  350. this.colROUTEDESC.FieldName = "途程描述";
  351. this.colROUTEDESC.Name = "colROUTEDESC";
  352. this.colROUTEDESC.Visible = true;
  353. this.colROUTEDESC.VisibleIndex = 4;
  354. //
  355. // colOPDESC
  356. //
  357. this.colOPDESC.Caption = "工序";
  358. this.colOPDESC.FieldName = "工序";
  359. this.colOPDESC.Name = "colOPDESC";
  360. this.colOPDESC.Visible = true;
  361. this.colOPDESC.VisibleIndex = 6;
  362. //
  363. // FormICSOPBOM
  364. //
  365. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  366. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  367. this.ClientSize = new System.Drawing.Size(812, 439);
  368. this.Controls.Add(this.groupControl1);
  369. this.Controls.Add(this.rptPage);
  370. this.Controls.Add(this.panelControl3);
  371. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  372. this.Name = "FormICSOPBOM";
  373. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  374. this.Text = "FormGridReport";
  375. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  376. this.groupControl1.ResumeLayout(false);
  377. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  378. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  379. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).EndInit();
  380. ((System.ComponentModel.ISupportInitialize)(this.repDate)).EndInit();
  381. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  382. this.panelControl3.ResumeLayout(false);
  383. this.ResumeLayout(false);
  384. }
  385. #endregion
  386. private DevExpress.XtraEditors.GroupControl groupControl1;
  387. private DevExpress.XtraGrid.GridControl grdDetail;
  388. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  389. private ICSSoft.Base.UserControl.FormControl.PageNavTool rptPage;
  390. private DevExpress.XtraEditors.PanelControl panelControl3;
  391. private DevExpress.XtraEditors.LabelControl lblTitle;
  392. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  393. private DevExpress.XtraGrid.Columns.GridColumn colROUTECODE;
  394. private DevExpress.XtraGrid.Columns.GridColumn colOPCODE;
  395. private DevExpress.XtraEditors.SimpleButton btnClose;
  396. private DevExpress.XtraEditors.SimpleButton btnAdd;
  397. private DevExpress.XtraEditors.SimpleButton btnFalsh;
  398. private DevExpress.XtraEditors.SimpleButton btnExit;
  399. private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repDate;
  400. private DevExpress.XtraGrid.Columns.GridColumn colOPCONTROL;
  401. private DevExpress.XtraGrid.Columns.GridColumn colOPSEQ;
  402. private DevExpress.XtraGrid.Columns.GridColumn colITEMID;
  403. private DevExpress.XtraGrid.Columns.GridColumn cUser;
  404. private DevExpress.XtraGrid.Columns.GridColumn cUserTime;
  405. private DevExpress.XtraGrid.Columns.GridColumn colITEMCODE;
  406. private DevExpress.XtraGrid.Columns.GridColumn colROUTEID;
  407. private DevExpress.XtraGrid.Columns.GridColumn colOPID;
  408. private DevExpress.XtraGrid.Columns.GridColumn colWORKPOINT;
  409. private DevExpress.XtraGrid.Columns.GridColumn colITEMDESC;
  410. private DevExpress.XtraGrid.Columns.GridColumn colROUTEDESC;
  411. private DevExpress.XtraGrid.Columns.GridColumn colOPDESC;
  412. }
  413. }