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

557 lines
32 KiB

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