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

584 lines
34 KiB

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