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

546 lines
31 KiB

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