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

465 lines
26 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSEQPMaterialInfo
  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(FormICSEQPMaterialInfo));
  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.colMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  34. this.colMToolCode = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.colMstatus = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.colMValidDATE = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.repositoryItemCheckedComboBoxEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit();
  40. this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  41. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  42. this.repDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
  43. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  44. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  45. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  46. this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
  47. this.btnDelLable = new DevExpress.XtraEditors.SimpleButton();
  48. this.btnFalsh = new DevExpress.XtraEditors.SimpleButton();
  49. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  50. this.btnSelect = new DevExpress.XtraEditors.SimpleButton();
  51. this.btnCanSelect = new DevExpress.XtraEditors.SimpleButton();
  52. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  53. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  54. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  55. this.groupControl1.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEdit1)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.repDate)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  64. this.panelControl3.SuspendLayout();
  65. this.SuspendLayout();
  66. //
  67. // groupControl1
  68. //
  69. this.groupControl1.Controls.Add(this.grdDetail);
  70. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  71. this.groupControl1.Location = new System.Drawing.Point(0, 30);
  72. this.groupControl1.Name = "groupControl1";
  73. this.groupControl1.Size = new System.Drawing.Size(1156, 383);
  74. this.groupControl1.TabIndex = 14;
  75. this.groupControl1.Text = "详细信息";
  76. //
  77. // grdDetail
  78. //
  79. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  80. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  81. this.grdDetail.MainView = this.grvDetail;
  82. this.grdDetail.Name = "grdDetail";
  83. this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  84. this.repositoryItemCheckedComboBoxEdit1,
  85. this.repositoryItemButtonEdit1});
  86. this.grdDetail.Size = new System.Drawing.Size(1152, 359);
  87. this.grdDetail.TabIndex = 0;
  88. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  89. this.grvDetail,
  90. this.grvAdvDetail});
  91. //
  92. // grvDetail
  93. //
  94. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  95. this.colisSelect,
  96. this.colMCODE,
  97. this.colMToolCode,
  98. this.colMstatus,
  99. this.colMValidDATE,
  100. this.colMUSERName,
  101. this.colMTIME});
  102. this.grvDetail.GridControl = this.grdDetail;
  103. this.grvDetail.IndicatorWidth = 40;
  104. this.grvDetail.Name = "grvDetail";
  105. this.grvDetail.OptionsBehavior.ReadOnly = true;
  106. this.grvDetail.OptionsSelection.MultiSelect = true;
  107. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  108. this.grvDetail.OptionsView.ShowFooter = true;
  109. this.grvDetail.OptionsView.ShowGroupPanel = false;
  110. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  111. this.grvDetail.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.grvDetail_CustomDrawCell);
  112. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  113. //
  114. // colisSelect
  115. //
  116. this.colisSelect.Caption = "选择";
  117. this.colisSelect.FieldName = "isSelect";
  118. this.colisSelect.Name = "colisSelect";
  119. this.colisSelect.OptionsColumn.AllowEdit = false;
  120. this.colisSelect.Visible = true;
  121. this.colisSelect.VisibleIndex = 0;
  122. this.colisSelect.Width = 48;
  123. //
  124. // colMCODE
  125. //
  126. this.colMCODE.Caption = "备件料号";
  127. this.colMCODE.FieldName = "ItemCode";
  128. this.colMCODE.Name = "colMCODE";
  129. this.colMCODE.Visible = true;
  130. this.colMCODE.VisibleIndex = 6;
  131. //
  132. // colMToolCode
  133. //
  134. this.colMToolCode.Caption = "备件编码";
  135. this.colMToolCode.FieldName = "MToolCode";
  136. this.colMToolCode.Name = "colMToolCode";
  137. this.colMToolCode.OptionsColumn.AllowEdit = false;
  138. this.colMToolCode.Visible = true;
  139. this.colMToolCode.VisibleIndex = 1;
  140. this.colMToolCode.Width = 69;
  141. //
  142. // colMstatus
  143. //
  144. this.colMstatus.Caption = "备件状态";
  145. this.colMstatus.FieldName = "Mstatus";
  146. this.colMstatus.Name = "colMstatus";
  147. this.colMstatus.OptionsColumn.AllowEdit = false;
  148. this.colMstatus.Visible = true;
  149. this.colMstatus.VisibleIndex = 2;
  150. this.colMstatus.Width = 97;
  151. //
  152. // colMValidDATE
  153. //
  154. this.colMValidDATE.Caption = "使用到期日期";
  155. this.colMValidDATE.FieldName = "MValidDATE";
  156. this.colMValidDATE.Name = "colMValidDATE";
  157. this.colMValidDATE.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
  158. this.colMValidDATE.Visible = true;
  159. this.colMValidDATE.VisibleIndex = 5;
  160. this.colMValidDATE.Width = 88;
  161. //
  162. // colMUSERName
  163. //
  164. this.colMUSERName.Caption = "维护人";
  165. this.colMUSERName.FieldName = "MUSERName";
  166. this.colMUSERName.Name = "colMUSERName";
  167. this.colMUSERName.OptionsColumn.AllowEdit = false;
  168. this.colMUSERName.Visible = true;
  169. this.colMUSERName.VisibleIndex = 3;
  170. this.colMUSERName.Width = 66;
  171. //
  172. // colMTIME
  173. //
  174. this.colMTIME.Caption = "维护时间";
  175. this.colMTIME.FieldName = "MTIME";
  176. this.colMTIME.Name = "colMTIME";
  177. this.colMTIME.OptionsColumn.AllowEdit = false;
  178. this.colMTIME.Visible = true;
  179. this.colMTIME.VisibleIndex = 4;
  180. this.colMTIME.Width = 77;
  181. //
  182. // repositoryItemCheckedComboBoxEdit1
  183. //
  184. this.repositoryItemCheckedComboBoxEdit1.AutoHeight = false;
  185. this.repositoryItemCheckedComboBoxEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  186. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  187. this.repositoryItemCheckedComboBoxEdit1.Name = "repositoryItemCheckedComboBoxEdit1";
  188. //
  189. // repositoryItemButtonEdit1
  190. //
  191. this.repositoryItemButtonEdit1.AutoHeight = false;
  192. this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  193. new DevExpress.XtraEditors.Controls.EditorButton()});
  194. this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
  195. //
  196. // grvAdvDetail
  197. //
  198. this.grvAdvDetail.GridControl = this.grdDetail;
  199. this.grvAdvDetail.Name = "grvAdvDetail";
  200. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  201. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  202. this.grvAdvDetail.OptionsView.ShowFooter = true;
  203. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  204. //
  205. // repDate
  206. //
  207. this.repDate.AutoHeight = false;
  208. this.repDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  209. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  210. this.repDate.Mask.EditMask = "yyyy-MM-dd";
  211. this.repDate.Mask.UseMaskAsDisplayFormat = true;
  212. this.repDate.Name = "repDate";
  213. this.repDate.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  214. new DevExpress.XtraEditors.Controls.EditorButton()});
  215. //
  216. // rptPage
  217. //
  218. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  219. this.rptPage.Appearance.Options.UseBackColor = true;
  220. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  221. this.rptPage.isInit = false;
  222. this.rptPage.Location = new System.Drawing.Point(0, 413);
  223. this.rptPage.Name = "rptPage";
  224. this.rptPage.PageIndex = 0;
  225. this.rptPage.PageSize = 0;
  226. this.rptPage.RecordNum = 0;
  227. this.rptPage.Size = new System.Drawing.Size(1156, 26);
  228. this.rptPage.TabIndex = 15;
  229. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  230. //
  231. // btnExit
  232. //
  233. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  234. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  235. this.btnExit.Appearance.Options.UseFont = true;
  236. this.btnExit.Appearance.Options.UseForeColor = true;
  237. this.btnExit.Appearance.Options.UseTextOptions = true;
  238. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  239. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  240. this.btnExit.Location = new System.Drawing.Point(508, 0);
  241. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  242. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  243. this.btnExit.Name = "btnExit";
  244. this.btnExit.Size = new System.Drawing.Size(57, 30);
  245. this.btnExit.TabIndex = 10;
  246. this.btnExit.Text = "退出";
  247. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  248. //
  249. // panelControl3
  250. //
  251. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  252. this.panelControl3.Appearance.Options.UseBackColor = true;
  253. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  254. this.panelControl3.Controls.Add(this.btnAdd);
  255. this.panelControl3.Controls.Add(this.btnDelLable);
  256. this.panelControl3.Controls.Add(this.btnFalsh);
  257. this.panelControl3.Controls.Add(this.btnOutPut);
  258. this.panelControl3.Controls.Add(this.btnSelect);
  259. this.panelControl3.Controls.Add(this.btnCanSelect);
  260. this.panelControl3.Controls.Add(this.lblTitle);
  261. this.panelControl3.Controls.Add(this.btnClose);
  262. this.panelControl3.Controls.Add(this.btnExit);
  263. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  264. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  265. this.panelControl3.Name = "panelControl3";
  266. this.panelControl3.Size = new System.Drawing.Size(1156, 30);
  267. this.panelControl3.TabIndex = 13;
  268. //
  269. // btnAdd
  270. //
  271. this.btnAdd.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  272. this.btnAdd.Appearance.ForeColor = System.Drawing.Color.White;
  273. this.btnAdd.Appearance.Options.UseFont = true;
  274. this.btnAdd.Appearance.Options.UseForeColor = true;
  275. this.btnAdd.Appearance.Options.UseTextOptions = true;
  276. this.btnAdd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  277. this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
  278. this.btnAdd.Location = new System.Drawing.Point(263, 0);
  279. this.btnAdd.LookAndFeel.SkinName = "BlueButtonSkin";
  280. this.btnAdd.LookAndFeel.UseDefaultLookAndFeel = false;
  281. this.btnAdd.Name = "btnAdd";
  282. this.btnAdd.Size = new System.Drawing.Size(58, 30);
  283. this.btnAdd.TabIndex = 50;
  284. this.btnAdd.Text = "新增";
  285. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  286. //
  287. // btnDelLable
  288. //
  289. this.btnDelLable.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  290. this.btnDelLable.Appearance.ForeColor = System.Drawing.Color.White;
  291. this.btnDelLable.Appearance.Options.UseFont = true;
  292. this.btnDelLable.Appearance.Options.UseForeColor = true;
  293. this.btnDelLable.Appearance.Options.UseTextOptions = true;
  294. this.btnDelLable.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  295. this.btnDelLable.Image = ((System.Drawing.Image)(resources.GetObject("btnDelLable.Image")));
  296. this.btnDelLable.Location = new System.Drawing.Point(321, 0);
  297. this.btnDelLable.LookAndFeel.SkinName = "BlueButtonSkin";
  298. this.btnDelLable.LookAndFeel.UseDefaultLookAndFeel = false;
  299. this.btnDelLable.Name = "btnDelLable";
  300. this.btnDelLable.Size = new System.Drawing.Size(61, 30);
  301. this.btnDelLable.TabIndex = 49;
  302. this.btnDelLable.Text = "删除";
  303. this.btnDelLable.Click += new System.EventHandler(this.btnDel_Click);
  304. //
  305. // btnFalsh
  306. //
  307. this.btnFalsh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  308. this.btnFalsh.Appearance.ForeColor = System.Drawing.Color.White;
  309. this.btnFalsh.Appearance.Options.UseFont = true;
  310. this.btnFalsh.Appearance.Options.UseForeColor = true;
  311. this.btnFalsh.Appearance.Options.UseTextOptions = true;
  312. this.btnFalsh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  313. this.btnFalsh.Image = ((System.Drawing.Image)(resources.GetObject("btnFalsh.Image")));
  314. this.btnFalsh.Location = new System.Drawing.Point(450, 0);
  315. this.btnFalsh.LookAndFeel.SkinName = "BlueButtonSkin";
  316. this.btnFalsh.LookAndFeel.UseDefaultLookAndFeel = false;
  317. this.btnFalsh.Name = "btnFalsh";
  318. this.btnFalsh.Size = new System.Drawing.Size(58, 30);
  319. this.btnFalsh.TabIndex = 48;
  320. this.btnFalsh.Text = "刷新";
  321. this.btnFalsh.Click += new System.EventHandler(this.btnFalsh_Click);
  322. //
  323. // btnOutPut
  324. //
  325. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  326. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  327. this.btnOutPut.Appearance.Options.UseFont = true;
  328. this.btnOutPut.Appearance.Options.UseForeColor = true;
  329. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  330. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  331. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  332. this.btnOutPut.Location = new System.Drawing.Point(382, 0);
  333. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  334. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  335. this.btnOutPut.Name = "btnOutPut";
  336. this.btnOutPut.Size = new System.Drawing.Size(69, 30);
  337. this.btnOutPut.TabIndex = 47;
  338. this.btnOutPut.Text = "导出";
  339. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  340. //
  341. // btnSelect
  342. //
  343. this.btnSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  344. this.btnSelect.Appearance.ForeColor = System.Drawing.Color.White;
  345. this.btnSelect.Appearance.Options.UseFont = true;
  346. this.btnSelect.Appearance.Options.UseForeColor = true;
  347. this.btnSelect.Appearance.Options.UseTextOptions = true;
  348. this.btnSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  349. this.btnSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnSelect.Image")));
  350. this.btnSelect.Location = new System.Drawing.Point(146, 0);
  351. this.btnSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  352. this.btnSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  353. this.btnSelect.Name = "btnSelect";
  354. this.btnSelect.Size = new System.Drawing.Size(58, 30);
  355. this.btnSelect.TabIndex = 45;
  356. this.btnSelect.Text = "全选";
  357. this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
  358. //
  359. // btnCanSelect
  360. //
  361. this.btnCanSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  362. this.btnCanSelect.Appearance.ForeColor = System.Drawing.Color.White;
  363. this.btnCanSelect.Appearance.Options.UseFont = true;
  364. this.btnCanSelect.Appearance.Options.UseForeColor = true;
  365. this.btnCanSelect.Appearance.Options.UseTextOptions = true;
  366. this.btnCanSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  367. this.btnCanSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnCanSelect.Image")));
  368. this.btnCanSelect.Location = new System.Drawing.Point(204, 0);
  369. this.btnCanSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  370. this.btnCanSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  371. this.btnCanSelect.Name = "btnCanSelect";
  372. this.btnCanSelect.Size = new System.Drawing.Size(59, 30);
  373. this.btnCanSelect.TabIndex = 46;
  374. this.btnCanSelect.Text = "全消";
  375. this.btnCanSelect.Click += new System.EventHandler(this.btnCanSelect_Click);
  376. //
  377. // lblTitle
  378. //
  379. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  380. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  381. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  382. this.lblTitle.Location = new System.Drawing.Point(3, 4);
  383. this.lblTitle.Name = "lblTitle";
  384. this.lblTitle.Size = new System.Drawing.Size(137, 23);
  385. this.lblTitle.TabIndex = 19;
  386. this.lblTitle.Text = "备品备件信息记录表";
  387. //
  388. // btnClose
  389. //
  390. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  391. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  392. this.btnClose.Appearance.Options.UseFont = true;
  393. this.btnClose.Appearance.Options.UseForeColor = true;
  394. this.btnClose.Appearance.Options.UseTextOptions = true;
  395. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  396. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  397. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  398. this.btnClose.Location = new System.Drawing.Point(1130, 0);
  399. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  400. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  401. this.btnClose.Name = "btnClose";
  402. this.btnClose.Size = new System.Drawing.Size(26, 30);
  403. this.btnClose.TabIndex = 14;
  404. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  405. //
  406. // FormICSEQPMaterialInfo
  407. //
  408. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  409. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  410. this.ClientSize = new System.Drawing.Size(1156, 439);
  411. this.Controls.Add(this.groupControl1);
  412. this.Controls.Add(this.rptPage);
  413. this.Controls.Add(this.panelControl3);
  414. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  415. this.Name = "FormICSEQPMaterialInfo";
  416. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  417. this.Text = "设备处理";
  418. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  419. this.groupControl1.ResumeLayout(false);
  420. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  421. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  422. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEdit1)).EndInit();
  423. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
  424. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  425. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).EndInit();
  426. ((System.ComponentModel.ISupportInitialize)(this.repDate)).EndInit();
  427. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  428. this.panelControl3.ResumeLayout(false);
  429. this.ResumeLayout(false);
  430. }
  431. #endregion
  432. private DevExpress.XtraEditors.GroupControl groupControl1;
  433. private DevExpress.XtraGrid.GridControl grdDetail;
  434. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  435. private ICSSoft.Base.UserControl.FormControl.PageNavTool rptPage;
  436. private DevExpress.XtraEditors.SimpleButton btnExit;
  437. private DevExpress.XtraEditors.PanelControl panelControl3;
  438. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  439. private DevExpress.XtraEditors.SimpleButton btnClose;
  440. private DevExpress.XtraEditors.LabelControl lblTitle;
  441. private DevExpress.XtraGrid.Columns.GridColumn colMCODE;
  442. private DevExpress.XtraGrid.Columns.GridColumn colMToolCode;
  443. private DevExpress.XtraGrid.Columns.GridColumn colMValidDATE;
  444. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  445. private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repDate;
  446. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  447. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  448. private DevExpress.XtraEditors.SimpleButton btnCanSelect;
  449. private DevExpress.XtraEditors.SimpleButton btnSelect;
  450. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  451. private DevExpress.XtraEditors.SimpleButton btnFalsh;
  452. private DevExpress.XtraGrid.Columns.GridColumn colMstatus;
  453. private DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit repositoryItemCheckedComboBoxEdit1;
  454. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
  455. private DevExpress.XtraEditors.SimpleButton btnAdd;
  456. private DevExpress.XtraEditors.SimpleButton btnDelLable;
  457. }
  458. }