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

517 lines
29 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSSBOM
  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(FormICSSBOM));
  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.INVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.INVDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.INVTYPE = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.MUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.MTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.WORKPOINT = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.SBOMVER = 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.btnTBLOP = new DevExpress.XtraEditors.SimpleButton();
  49. this.btnSBOM = new DevExpress.XtraEditors.SimpleButton();
  50. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  51. this.btnCanSelect = new DevExpress.XtraEditors.SimpleButton();
  52. this.btnSelect = new DevExpress.XtraEditors.SimpleButton();
  53. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  54. this.btnFalsh = new DevExpress.XtraEditors.SimpleButton();
  55. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  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(1321, 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(1317, 464);
  88. this.grdDetail.TabIndex = 0;
  89. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  90. this.grvDetail,
  91. this.grvAdvDetail});
  92. this.grdDetail.DoubleClick += new System.EventHandler(this.grdDetail_DoubleClick);
  93. //
  94. // grvDetail
  95. //
  96. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  97. this.coSelect,
  98. this.ID,
  99. this.INVCODE,
  100. this.INVNAME,
  101. this.INVDESC,
  102. this.INVTYPE,
  103. this.MUSERName,
  104. this.MTIME,
  105. this.WORKPOINT,
  106. this.SBOMVER});
  107. this.grvDetail.GridControl = this.grdDetail;
  108. this.grvDetail.IndicatorWidth = 40;
  109. this.grvDetail.Name = "grvDetail";
  110. this.grvDetail.OptionsBehavior.Editable = false;
  111. this.grvDetail.OptionsBehavior.ReadOnly = true;
  112. this.grvDetail.OptionsSelection.MultiSelect = true;
  113. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  114. this.grvDetail.OptionsView.ShowFooter = true;
  115. this.grvDetail.OptionsView.ShowGroupPanel = false;
  116. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  117. //
  118. // coSelect
  119. //
  120. this.coSelect.Caption = "选择";
  121. this.coSelect.FieldName = "coSelect";
  122. this.coSelect.Name = "coSelect";
  123. this.coSelect.Visible = true;
  124. this.coSelect.VisibleIndex = 0;
  125. //
  126. // ID
  127. //
  128. this.ID.Caption = "产品ID";
  129. this.ID.FieldName = "ID";
  130. this.ID.Name = "ID";
  131. //
  132. // INVCODE
  133. //
  134. this.INVCODE.Caption = "存货编码";
  135. this.INVCODE.FieldName = "INVCODE";
  136. this.INVCODE.Name = "INVCODE";
  137. this.INVCODE.Visible = true;
  138. this.INVCODE.VisibleIndex = 1;
  139. //
  140. // INVNAME
  141. //
  142. this.INVNAME.Caption = "存货名称";
  143. this.INVNAME.FieldName = "INVNAME";
  144. this.INVNAME.Name = "INVNAME";
  145. this.INVNAME.Visible = true;
  146. this.INVNAME.VisibleIndex = 2;
  147. //
  148. // INVDESC
  149. //
  150. this.INVDESC.Caption = "规格型号";
  151. this.INVDESC.FieldName = "INVDESC";
  152. this.INVDESC.Name = "INVDESC";
  153. this.INVDESC.Visible = true;
  154. this.INVDESC.VisibleIndex = 3;
  155. //
  156. // INVTYPE
  157. //
  158. this.INVTYPE.Caption = "产品类型";
  159. this.INVTYPE.FieldName = "INVTYPE";
  160. this.INVTYPE.Name = "INVTYPE";
  161. this.INVTYPE.Visible = true;
  162. this.INVTYPE.VisibleIndex = 4;
  163. //
  164. // MUSERName
  165. //
  166. this.MUSERName.Caption = "维护人";
  167. this.MUSERName.FieldName = "MUSERName";
  168. this.MUSERName.Name = "MUSERName";
  169. this.MUSERName.Visible = true;
  170. this.MUSERName.VisibleIndex = 5;
  171. this.MUSERName.Width = 98;
  172. //
  173. // MTIME
  174. //
  175. this.MTIME.Caption = "维护日期";
  176. this.MTIME.FieldName = "MTIME";
  177. this.MTIME.Name = "MTIME";
  178. this.MTIME.Visible = true;
  179. this.MTIME.VisibleIndex = 6;
  180. this.MTIME.Width = 93;
  181. //
  182. // WORKPOINT
  183. //
  184. this.WORKPOINT.Caption = "站点";
  185. this.WORKPOINT.FieldName = "WORKPOINT";
  186. this.WORKPOINT.Name = "WORKPOINT";
  187. //
  188. // SBOMVER
  189. //
  190. this.SBOMVER.Caption = "BOM版本";
  191. this.SBOMVER.FieldName = "SBOMVER";
  192. this.SBOMVER.Name = "SBOMVER";
  193. //
  194. // grvAdvDetail
  195. //
  196. this.grvAdvDetail.GridControl = this.grdDetail;
  197. this.grvAdvDetail.Name = "grvAdvDetail";
  198. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  199. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  200. this.grvAdvDetail.OptionsView.ShowFooter = true;
  201. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  202. //
  203. // repDate
  204. //
  205. this.repDate.AutoHeight = false;
  206. this.repDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  207. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  208. this.repDate.Mask.EditMask = "yyyy-MM-dd";
  209. this.repDate.Mask.UseMaskAsDisplayFormat = true;
  210. this.repDate.Name = "repDate";
  211. this.repDate.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  212. new DevExpress.XtraEditors.Controls.EditorButton()});
  213. //
  214. // rptPage
  215. //
  216. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  217. this.rptPage.Appearance.Options.UseBackColor = true;
  218. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  219. this.rptPage.isInit = false;
  220. this.rptPage.Location = new System.Drawing.Point(0, 531);
  221. this.rptPage.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
  222. this.rptPage.Name = "rptPage";
  223. this.rptPage.PageIndex = 1;
  224. this.rptPage.PageSize = 10000;
  225. this.rptPage.RecordNum = 0;
  226. this.rptPage.Size = new System.Drawing.Size(1321, 33);
  227. this.rptPage.TabIndex = 15;
  228. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  229. //
  230. // btnExit
  231. //
  232. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  233. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  234. this.btnExit.Appearance.Options.UseFont = true;
  235. this.btnExit.Appearance.Options.UseForeColor = true;
  236. this.btnExit.Appearance.Options.UseTextOptions = true;
  237. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  238. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  239. this.btnExit.Location = new System.Drawing.Point(889, 0);
  240. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  241. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  242. this.btnExit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  243. this.btnExit.Name = "btnExit";
  244. this.btnExit.Size = new System.Drawing.Size(65, 39);
  245. this.btnExit.TabIndex = 10;
  246. this.btnExit.Text = "退出";
  247. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  248. //
  249. // btnFilter
  250. //
  251. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  252. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  253. this.btnFilter.Appearance.Options.UseFont = true;
  254. this.btnFilter.Appearance.Options.UseForeColor = true;
  255. this.btnFilter.Appearance.Options.UseTextOptions = true;
  256. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  257. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  258. this.btnFilter.Location = new System.Drawing.Point(180, 0);
  259. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  260. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  261. this.btnFilter.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  262. this.btnFilter.Name = "btnFilter";
  263. this.btnFilter.Size = new System.Drawing.Size(62, 39);
  264. this.btnFilter.TabIndex = 11;
  265. this.btnFilter.Text = "过滤";
  266. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  267. //
  268. // panelControl3
  269. //
  270. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  271. this.panelControl3.Appearance.Options.UseBackColor = true;
  272. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  273. this.panelControl3.Controls.Add(this.btnTBLOP);
  274. this.panelControl3.Controls.Add(this.btnSBOM);
  275. this.panelControl3.Controls.Add(this.btnOutPut);
  276. this.panelControl3.Controls.Add(this.btnCanSelect);
  277. this.panelControl3.Controls.Add(this.btnSelect);
  278. this.panelControl3.Controls.Add(this.btnConfig);
  279. this.panelControl3.Controls.Add(this.btnFalsh);
  280. this.panelControl3.Controls.Add(this.lblTitle);
  281. this.panelControl3.Controls.Add(this.btnClose);
  282. this.panelControl3.Controls.Add(this.btnFilter);
  283. this.panelControl3.Controls.Add(this.btnExit);
  284. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  285. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  286. this.panelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  287. this.panelControl3.Name = "panelControl3";
  288. this.panelControl3.Size = new System.Drawing.Size(1321, 39);
  289. this.panelControl3.TabIndex = 13;
  290. //
  291. // btnTBLOP
  292. //
  293. this.btnTBLOP.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  294. this.btnTBLOP.Appearance.ForeColor = System.Drawing.Color.White;
  295. this.btnTBLOP.Appearance.Options.UseFont = true;
  296. this.btnTBLOP.Appearance.Options.UseForeColor = true;
  297. this.btnTBLOP.Appearance.Options.UseTextOptions = true;
  298. this.btnTBLOP.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  299. this.btnTBLOP.Image = ((System.Drawing.Image)(resources.GetObject("btnTBLOP.Image")));
  300. this.btnTBLOP.Location = new System.Drawing.Point(755, 0);
  301. this.btnTBLOP.LookAndFeel.SkinName = "BlueButtonSkin";
  302. this.btnTBLOP.LookAndFeel.UseDefaultLookAndFeel = false;
  303. this.btnTBLOP.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  304. this.btnTBLOP.Name = "btnTBLOP";
  305. this.btnTBLOP.Size = new System.Drawing.Size(128, 39);
  306. this.btnTBLOP.TabIndex = 50;
  307. this.btnTBLOP.Text = "发料关联BOM";
  308. this.btnTBLOP.Click += new System.EventHandler(this.btnTBLOP_Click);
  309. //
  310. // btnSBOM
  311. //
  312. this.btnSBOM.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  313. this.btnSBOM.Appearance.ForeColor = System.Drawing.Color.White;
  314. this.btnSBOM.Appearance.Options.UseFont = true;
  315. this.btnSBOM.Appearance.Options.UseForeColor = true;
  316. this.btnSBOM.Appearance.Options.UseTextOptions = true;
  317. this.btnSBOM.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  318. this.btnSBOM.Image = ((System.Drawing.Image)(resources.GetObject("btnSBOM.Image")));
  319. this.btnSBOM.Location = new System.Drawing.Point(484, 0);
  320. this.btnSBOM.LookAndFeel.SkinName = "BlueButtonSkin";
  321. this.btnSBOM.LookAndFeel.UseDefaultLookAndFeel = false;
  322. this.btnSBOM.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  323. this.btnSBOM.Name = "btnSBOM";
  324. this.btnSBOM.Size = new System.Drawing.Size(126, 39);
  325. this.btnSBOM.TabIndex = 49;
  326. this.btnSBOM.Text = "标准BOM列表";
  327. this.btnSBOM.Click += new System.EventHandler(this.btnSBOM_Click);
  328. //
  329. // btnOutPut
  330. //
  331. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  332. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  333. this.btnOutPut.Appearance.Options.UseFont = true;
  334. this.btnOutPut.Appearance.Options.UseForeColor = true;
  335. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  336. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  337. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  338. this.btnOutPut.Location = new System.Drawing.Point(611, 0);
  339. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  340. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  341. this.btnOutPut.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  342. this.btnOutPut.Name = "btnOutPut";
  343. this.btnOutPut.Size = new System.Drawing.Size(72, 39);
  344. this.btnOutPut.TabIndex = 47;
  345. this.btnOutPut.Text = "导出";
  346. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  347. //
  348. // btnCanSelect
  349. //
  350. this.btnCanSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  351. this.btnCanSelect.Appearance.ForeColor = System.Drawing.Color.White;
  352. this.btnCanSelect.Appearance.Options.UseFont = true;
  353. this.btnCanSelect.Appearance.Options.UseForeColor = true;
  354. this.btnCanSelect.Appearance.Options.UseTextOptions = true;
  355. this.btnCanSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  356. this.btnCanSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnCanSelect.Image")));
  357. this.btnCanSelect.Location = new System.Drawing.Point(416, 0);
  358. this.btnCanSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  359. this.btnCanSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  360. this.btnCanSelect.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  361. this.btnCanSelect.Name = "btnCanSelect";
  362. this.btnCanSelect.Size = new System.Drawing.Size(66, 39);
  363. this.btnCanSelect.TabIndex = 46;
  364. this.btnCanSelect.Text = "全消";
  365. this.btnCanSelect.Click += new System.EventHandler(this.btnCancelAll_Click);
  366. //
  367. // btnSelect
  368. //
  369. this.btnSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  370. this.btnSelect.Appearance.ForeColor = System.Drawing.Color.White;
  371. this.btnSelect.Appearance.Options.UseFont = true;
  372. this.btnSelect.Appearance.Options.UseForeColor = true;
  373. this.btnSelect.Appearance.Options.UseTextOptions = true;
  374. this.btnSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  375. this.btnSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnSelect.Image")));
  376. this.btnSelect.Location = new System.Drawing.Point(350, 0);
  377. this.btnSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  378. this.btnSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  379. this.btnSelect.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  380. this.btnSelect.Name = "btnSelect";
  381. this.btnSelect.Size = new System.Drawing.Size(66, 39);
  382. this.btnSelect.TabIndex = 45;
  383. this.btnSelect.Text = "全选";
  384. this.btnSelect.Click += new System.EventHandler(this.btnSelectAll_Click);
  385. //
  386. // btnConfig
  387. //
  388. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  389. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  390. this.btnConfig.Appearance.Options.UseFont = true;
  391. this.btnConfig.Appearance.Options.UseForeColor = true;
  392. this.btnConfig.Appearance.Options.UseTextOptions = true;
  393. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  394. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  395. this.btnConfig.Location = new System.Drawing.Point(241, 0);
  396. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  397. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  398. this.btnConfig.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  399. this.btnConfig.Name = "btnConfig";
  400. this.btnConfig.Size = new System.Drawing.Size(109, 39);
  401. this.btnConfig.TabIndex = 26;
  402. this.btnConfig.Text = "数据源设置";
  403. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  404. //
  405. // btnFalsh
  406. //
  407. this.btnFalsh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  408. this.btnFalsh.Appearance.ForeColor = System.Drawing.Color.White;
  409. this.btnFalsh.Appearance.Options.UseFont = true;
  410. this.btnFalsh.Appearance.Options.UseForeColor = true;
  411. this.btnFalsh.Appearance.Options.UseTextOptions = true;
  412. this.btnFalsh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  413. this.btnFalsh.Image = ((System.Drawing.Image)(resources.GetObject("btnFalsh.Image")));
  414. this.btnFalsh.Location = new System.Drawing.Point(683, 0);
  415. this.btnFalsh.LookAndFeel.SkinName = "BlueButtonSkin";
  416. this.btnFalsh.LookAndFeel.UseDefaultLookAndFeel = false;
  417. this.btnFalsh.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  418. this.btnFalsh.Name = "btnFalsh";
  419. this.btnFalsh.Size = new System.Drawing.Size(66, 39);
  420. this.btnFalsh.TabIndex = 25;
  421. this.btnFalsh.Text = "刷新";
  422. this.btnFalsh.Click += new System.EventHandler(this.btnRefresh_Click);
  423. //
  424. // lblTitle
  425. //
  426. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  427. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  428. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  429. this.lblTitle.Location = new System.Drawing.Point(3, 5);
  430. this.lblTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  431. this.lblTitle.Name = "lblTitle";
  432. this.lblTitle.Size = new System.Drawing.Size(133, 30);
  433. this.lblTitle.TabIndex = 19;
  434. this.lblTitle.Text = " 产品生产BOM";
  435. //
  436. // btnClose
  437. //
  438. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  439. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  440. this.btnClose.Appearance.Options.UseFont = true;
  441. this.btnClose.Appearance.Options.UseForeColor = true;
  442. this.btnClose.Appearance.Options.UseTextOptions = true;
  443. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  444. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  445. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  446. this.btnClose.Location = new System.Drawing.Point(1291, 0);
  447. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  448. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  449. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  450. this.btnClose.Name = "btnClose";
  451. this.btnClose.Size = new System.Drawing.Size(30, 39);
  452. this.btnClose.TabIndex = 14;
  453. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  454. //
  455. // FormICSSBOM
  456. //
  457. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  458. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  459. this.ClientSize = new System.Drawing.Size(1321, 564);
  460. this.Controls.Add(this.groupControl1);
  461. this.Controls.Add(this.rptPage);
  462. this.Controls.Add(this.panelControl3);
  463. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  464. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  465. this.Name = "FormICSSBOM";
  466. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  467. this.Text = "FormGridReport";
  468. this.Load += new System.EventHandler(this.FormICSCREW_Load);
  469. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  470. this.groupControl1.ResumeLayout(false);
  471. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  472. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  473. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  474. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).EndInit();
  475. ((System.ComponentModel.ISupportInitialize)(this.repDate)).EndInit();
  476. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  477. this.panelControl3.ResumeLayout(false);
  478. this.ResumeLayout(false);
  479. }
  480. #endregion
  481. private DevExpress.XtraEditors.GroupControl groupControl1;
  482. private DevExpress.XtraGrid.GridControl grdDetail;
  483. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  484. private ICSSoft.Base.UserControl.FormControl.PageNavTool rptPage;
  485. private DevExpress.XtraEditors.SimpleButton btnExit;
  486. private DevExpress.XtraEditors.SimpleButton btnFilter;
  487. private DevExpress.XtraEditors.PanelControl panelControl3;
  488. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  489. private DevExpress.XtraEditors.SimpleButton btnClose;
  490. private DevExpress.XtraEditors.LabelControl lblTitle;
  491. private DevExpress.XtraEditors.SimpleButton btnConfig;
  492. private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repDate;
  493. private DevExpress.XtraEditors.SimpleButton btnFalsh;
  494. private DevExpress.XtraEditors.SimpleButton btnCanSelect;
  495. private DevExpress.XtraEditors.SimpleButton btnSelect;
  496. private DevExpress.XtraGrid.Columns.GridColumn ID;
  497. private DevExpress.XtraGrid.Columns.GridColumn INVCODE;
  498. private DevExpress.XtraGrid.Columns.GridColumn INVNAME;
  499. private DevExpress.XtraGrid.Columns.GridColumn MUSERName;
  500. private DevExpress.XtraGrid.Columns.GridColumn MTIME;
  501. private DevExpress.XtraGrid.Columns.GridColumn coSelect;
  502. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  503. private DevExpress.XtraEditors.SimpleButton btnSBOM;
  504. private DevExpress.XtraGrid.Columns.GridColumn INVDESC;
  505. private DevExpress.XtraGrid.Columns.GridColumn INVTYPE;
  506. private DevExpress.XtraEditors.SimpleButton btnTBLOP;
  507. private DevExpress.XtraGrid.Columns.GridColumn WORKPOINT;
  508. private DevExpress.XtraGrid.Columns.GridColumn SBOMVER;
  509. }
  510. }