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

562 lines
32 KiB

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