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

638 lines
37 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSINLoad
  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(FormICSINLoad));
  29. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  30. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  31. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  32. this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
  33. this.colSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  34. this.colINCode = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.colVenBatch = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.colMOVER = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.colLotNOs = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.colUpLoad = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.repositoryItemButtonEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  40. this.colDownLoad = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.repositoryItemButtonEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  42. this.colDel = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.repositoryItemButtonEdit5 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  44. this.coltFileName = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.colMUSER = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  49. this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  50. this.repositoryItemButtonEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  51. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  52. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  53. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  54. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  55. this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
  56. this.btnDel = new DevExpress.XtraEditors.SimpleButton();
  57. this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
  58. this.btnStove = new DevExpress.XtraEditors.SimpleButton();
  59. this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
  60. this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
  61. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  62. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  63. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  64. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  65. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  66. this.colProductCode = new DevExpress.XtraGrid.Columns.GridColumn();
  67. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit5)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  77. this.panelControl3.SuspendLayout();
  78. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  79. this.groupControl1.SuspendLayout();
  80. this.SuspendLayout();
  81. //
  82. // gridView1
  83. //
  84. this.gridView1.GridControl = this.grdDetail;
  85. this.gridView1.Name = "gridView1";
  86. this.gridView1.OptionsPrint.AutoWidth = false;
  87. this.gridView1.OptionsSelection.MultiSelect = true;
  88. this.gridView1.OptionsView.ColumnAutoWidth = false;
  89. this.gridView1.OptionsView.ShowFooter = true;
  90. this.gridView1.OptionsView.ShowGroupPanel = false;
  91. //
  92. // grdDetail
  93. //
  94. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  95. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  96. this.grdDetail.MainView = this.grvDetail;
  97. this.grdDetail.Name = "grdDetail";
  98. this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  99. this.repositoryItemButtonEdit3,
  100. this.repositoryItemButtonEdit4,
  101. this.repositoryItemButtonEdit5});
  102. this.grdDetail.Size = new System.Drawing.Size(1196, 359);
  103. this.grdDetail.TabIndex = 0;
  104. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  105. this.grvDetail,
  106. this.grvAdvDetail,
  107. this.gridView1});
  108. //
  109. // grvDetail
  110. //
  111. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  112. this.colID,
  113. this.colSelect,
  114. this.colINCode,
  115. this.colVenBatch,
  116. this.colMOVER,
  117. this.colLotNOs,
  118. this.colUpLoad,
  119. this.colDownLoad,
  120. this.colDel,
  121. this.coltFileName,
  122. this.colMUSER,
  123. this.colMUSERName,
  124. this.colMTIME});
  125. this.grvDetail.GridControl = this.grdDetail;
  126. this.grvDetail.IndicatorWidth = 55;
  127. this.grvDetail.Name = "grvDetail";
  128. this.grvDetail.OptionsBehavior.ReadOnly = true;
  129. this.grvDetail.OptionsPrint.AutoWidth = false;
  130. this.grvDetail.OptionsPrint.ExpandAllDetails = true;
  131. this.grvDetail.OptionsPrint.PrintDetails = true;
  132. this.grvDetail.OptionsSelection.MultiSelect = true;
  133. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  134. this.grvDetail.OptionsView.ShowFooter = true;
  135. this.grvDetail.OptionsView.ShowGroupPanel = false;
  136. this.grvDetail.MasterRowExpanded += new DevExpress.XtraGrid.Views.Grid.CustomMasterRowEventHandler(this.grvDetail_MasterRowExpanded);
  137. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  138. //
  139. // colID
  140. //
  141. this.colID.Caption = "ID";
  142. this.colID.FieldName = "ID";
  143. this.colID.Name = "colID";
  144. //
  145. // colSelect
  146. //
  147. this.colSelect.Caption = "选择";
  148. this.colSelect.FieldName = "isSelect";
  149. this.colSelect.Name = "colSelect";
  150. this.colSelect.OptionsColumn.AllowEdit = false;
  151. this.colSelect.OptionsColumn.ReadOnly = true;
  152. this.colSelect.Visible = true;
  153. this.colSelect.VisibleIndex = 0;
  154. //
  155. // colINCode
  156. //
  157. this.colINCode.Caption = "单据号";
  158. this.colINCode.FieldName = "INCode";
  159. this.colINCode.Name = "colINCode";
  160. this.colINCode.Visible = true;
  161. this.colINCode.VisibleIndex = 1;
  162. //
  163. // colVenBatch
  164. //
  165. this.colVenBatch.Caption = "供应商炉批号";
  166. this.colVenBatch.FieldName = "VenBatch";
  167. this.colVenBatch.Name = "colVenBatch";
  168. this.colVenBatch.Visible = true;
  169. this.colVenBatch.VisibleIndex = 2;
  170. //
  171. // colMOVER
  172. //
  173. this.colMOVER.Caption = "零件号";
  174. this.colMOVER.FieldName = "MOVER";
  175. this.colMOVER.Name = "colMOVER";
  176. this.colMOVER.Visible = true;
  177. this.colMOVER.VisibleIndex = 3;
  178. //
  179. // colLotNOs
  180. //
  181. this.colLotNOs.Caption = "关联条码信息";
  182. this.colLotNOs.FieldName = "LotNOs";
  183. this.colLotNOs.Name = "colLotNOs";
  184. this.colLotNOs.Visible = true;
  185. this.colLotNOs.VisibleIndex = 4;
  186. this.colLotNOs.Width = 120;
  187. //
  188. // colUpLoad
  189. //
  190. this.colUpLoad.Caption = "上传";
  191. this.colUpLoad.ColumnEdit = this.repositoryItemButtonEdit3;
  192. this.colUpLoad.FieldName = "UpLoad";
  193. this.colUpLoad.Name = "colUpLoad";
  194. this.colUpLoad.Visible = true;
  195. this.colUpLoad.VisibleIndex = 5;
  196. //
  197. // repositoryItemButtonEdit3
  198. //
  199. this.repositoryItemButtonEdit3.AutoHeight = false;
  200. this.repositoryItemButtonEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  201. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Up)});
  202. this.repositoryItemButtonEdit3.Name = "repositoryItemButtonEdit3";
  203. this.repositoryItemButtonEdit3.ReadOnly = true;
  204. this.repositoryItemButtonEdit3.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  205. this.repositoryItemButtonEdit3.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_Click);
  206. //
  207. // colDownLoad
  208. //
  209. this.colDownLoad.Caption = "下载";
  210. this.colDownLoad.ColumnEdit = this.repositoryItemButtonEdit4;
  211. this.colDownLoad.FieldName = "DownLoad";
  212. this.colDownLoad.Name = "colDownLoad";
  213. this.colDownLoad.Visible = true;
  214. this.colDownLoad.VisibleIndex = 6;
  215. //
  216. // repositoryItemButtonEdit4
  217. //
  218. this.repositoryItemButtonEdit4.AutoHeight = false;
  219. this.repositoryItemButtonEdit4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  220. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Down)});
  221. this.repositoryItemButtonEdit4.Name = "repositoryItemButtonEdit4";
  222. this.repositoryItemButtonEdit4.ReadOnly = true;
  223. this.repositoryItemButtonEdit4.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  224. this.repositoryItemButtonEdit4.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit2_Click);
  225. //
  226. // colDel
  227. //
  228. this.colDel.Caption = "清除";
  229. this.colDel.ColumnEdit = this.repositoryItemButtonEdit5;
  230. this.colDel.FieldName = "Del";
  231. this.colDel.Name = "colDel";
  232. //
  233. // repositoryItemButtonEdit5
  234. //
  235. this.repositoryItemButtonEdit5.AutoHeight = false;
  236. this.repositoryItemButtonEdit5.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  237. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
  238. this.repositoryItemButtonEdit5.Name = "repositoryItemButtonEdit5";
  239. this.repositoryItemButtonEdit5.ReadOnly = true;
  240. this.repositoryItemButtonEdit5.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  241. this.repositoryItemButtonEdit5.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit5_ButtonClick);
  242. //
  243. // coltFileName
  244. //
  245. this.coltFileName.Caption = "文件名";
  246. this.coltFileName.FieldName = "tFileName";
  247. this.coltFileName.Name = "coltFileName";
  248. this.coltFileName.Visible = true;
  249. this.coltFileName.VisibleIndex = 7;
  250. //
  251. // colMUSER
  252. //
  253. this.colMUSER.Caption = "创建人";
  254. this.colMUSER.FieldName = "MUSER";
  255. this.colMUSER.Name = "colMUSER";
  256. //
  257. // colMUSERName
  258. //
  259. this.colMUSERName.Caption = "创建人姓名";
  260. this.colMUSERName.FieldName = "MUSERName";
  261. this.colMUSERName.Name = "colMUSERName";
  262. this.colMUSERName.Visible = true;
  263. this.colMUSERName.VisibleIndex = 8;
  264. //
  265. // colMTIME
  266. //
  267. this.colMTIME.Caption = "创建时间";
  268. this.colMTIME.FieldName = "MTIME";
  269. this.colMTIME.Name = "colMTIME";
  270. this.colMTIME.Visible = true;
  271. this.colMTIME.VisibleIndex = 9;
  272. //
  273. // grvAdvDetail
  274. //
  275. this.grvAdvDetail.GridControl = this.grdDetail;
  276. this.grvAdvDetail.Name = "grvAdvDetail";
  277. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  278. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  279. this.grvAdvDetail.OptionsView.ShowFooter = true;
  280. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  281. //
  282. // repositoryItemButtonEdit1
  283. //
  284. this.repositoryItemButtonEdit1.AutoHeight = false;
  285. this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  286. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Up)});
  287. this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
  288. this.repositoryItemButtonEdit1.ReadOnly = true;
  289. this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  290. //
  291. // repositoryItemButtonEdit2
  292. //
  293. this.repositoryItemButtonEdit2.AutoHeight = false;
  294. this.repositoryItemButtonEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  295. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Down)});
  296. this.repositoryItemButtonEdit2.Name = "repositoryItemButtonEdit2";
  297. this.repositoryItemButtonEdit2.ReadOnly = true;
  298. this.repositoryItemButtonEdit2.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  299. //
  300. // btnOutPut
  301. //
  302. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  303. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  304. this.btnOutPut.Appearance.Options.UseFont = true;
  305. this.btnOutPut.Appearance.Options.UseForeColor = true;
  306. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  307. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  308. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  309. this.btnOutPut.Location = new System.Drawing.Point(485, 0);
  310. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  311. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  312. this.btnOutPut.Name = "btnOutPut";
  313. this.btnOutPut.Size = new System.Drawing.Size(59, 30);
  314. this.btnOutPut.TabIndex = 2;
  315. this.btnOutPut.Text = "导出";
  316. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  317. //
  318. // btnConfig
  319. //
  320. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  321. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  322. this.btnConfig.Appearance.Options.UseFont = true;
  323. this.btnConfig.Appearance.Options.UseForeColor = true;
  324. this.btnConfig.Appearance.Options.UseTextOptions = true;
  325. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  326. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  327. this.btnConfig.Location = new System.Drawing.Point(179, 0);
  328. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  329. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  330. this.btnConfig.Name = "btnConfig";
  331. this.btnConfig.Size = new System.Drawing.Size(92, 30);
  332. this.btnConfig.TabIndex = 4;
  333. this.btnConfig.Text = "数据源设置";
  334. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  335. //
  336. // btnFilter
  337. //
  338. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  339. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  340. this.btnFilter.Appearance.Options.UseFont = true;
  341. this.btnFilter.Appearance.Options.UseForeColor = true;
  342. this.btnFilter.Appearance.Options.UseTextOptions = true;
  343. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  344. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  345. this.btnFilter.Location = new System.Drawing.Point(114, 0);
  346. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  347. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  348. this.btnFilter.Name = "btnFilter";
  349. this.btnFilter.Size = new System.Drawing.Size(65, 30);
  350. this.btnFilter.TabIndex = 11;
  351. this.btnFilter.Text = "过滤";
  352. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  353. //
  354. // panelControl3
  355. //
  356. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  357. this.panelControl3.Appearance.Options.UseBackColor = true;
  358. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  359. this.panelControl3.Controls.Add(this.btnCancel);
  360. this.panelControl3.Controls.Add(this.btnDel);
  361. this.panelControl3.Controls.Add(this.btnRefresh);
  362. this.panelControl3.Controls.Add(this.btnStove);
  363. this.panelControl3.Controls.Add(this.btnCancelAll);
  364. this.panelControl3.Controls.Add(this.btnSelectAll);
  365. this.panelControl3.Controls.Add(this.lblTitle);
  366. this.panelControl3.Controls.Add(this.btnClose);
  367. this.panelControl3.Controls.Add(this.btnFilter);
  368. this.panelControl3.Controls.Add(this.btnExit);
  369. this.panelControl3.Controls.Add(this.btnConfig);
  370. this.panelControl3.Controls.Add(this.btnOutPut);
  371. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  372. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  373. this.panelControl3.Name = "panelControl3";
  374. this.panelControl3.Size = new System.Drawing.Size(1200, 30);
  375. this.panelControl3.TabIndex = 13;
  376. //
  377. // btnCancel
  378. //
  379. this.btnCancel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  380. this.btnCancel.Appearance.ForeColor = System.Drawing.Color.White;
  381. this.btnCancel.Appearance.Options.UseFont = true;
  382. this.btnCancel.Appearance.Options.UseForeColor = true;
  383. this.btnCancel.Appearance.Options.UseTextOptions = true;
  384. this.btnCancel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  385. this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
  386. this.btnCancel.Location = new System.Drawing.Point(602, 0);
  387. this.btnCancel.LookAndFeel.SkinName = "BlueButtonSkin";
  388. this.btnCancel.LookAndFeel.UseDefaultLookAndFeel = false;
  389. this.btnCancel.Name = "btnCancel";
  390. this.btnCancel.Size = new System.Drawing.Size(75, 30);
  391. this.btnCancel.TabIndex = 27;
  392. this.btnCancel.Text = "清除文件";
  393. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  394. //
  395. // btnDel
  396. //
  397. this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  398. this.btnDel.Appearance.ForeColor = System.Drawing.Color.White;
  399. this.btnDel.Appearance.Options.UseFont = true;
  400. this.btnDel.Appearance.Options.UseForeColor = true;
  401. this.btnDel.Appearance.Options.UseTextOptions = true;
  402. this.btnDel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  403. this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
  404. this.btnDel.Location = new System.Drawing.Point(544, 0);
  405. this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin";
  406. this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false;
  407. this.btnDel.Name = "btnDel";
  408. this.btnDel.Size = new System.Drawing.Size(58, 30);
  409. this.btnDel.TabIndex = 26;
  410. this.btnDel.Text = "删除";
  411. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  412. //
  413. // btnRefresh
  414. //
  415. this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  416. this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White;
  417. this.btnRefresh.Appearance.Options.UseFont = true;
  418. this.btnRefresh.Appearance.Options.UseForeColor = true;
  419. this.btnRefresh.Appearance.Options.UseTextOptions = true;
  420. this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  421. this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
  422. this.btnRefresh.Location = new System.Drawing.Point(677, 0);
  423. this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin";
  424. this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false;
  425. this.btnRefresh.Name = "btnRefresh";
  426. this.btnRefresh.Size = new System.Drawing.Size(58, 30);
  427. this.btnRefresh.TabIndex = 25;
  428. this.btnRefresh.Text = "刷新";
  429. this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
  430. //
  431. // btnStove
  432. //
  433. this.btnStove.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  434. this.btnStove.Appearance.ForeColor = System.Drawing.Color.Transparent;
  435. this.btnStove.Appearance.Options.UseFont = true;
  436. this.btnStove.Appearance.Options.UseForeColor = true;
  437. this.btnStove.Appearance.Options.UseTextOptions = true;
  438. this.btnStove.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  439. this.btnStove.Image = ((System.Drawing.Image)(resources.GetObject("btnStove.Image")));
  440. this.btnStove.Location = new System.Drawing.Point(387, 0);
  441. this.btnStove.LookAndFeel.SkinName = "BlueButtonSkin";
  442. this.btnStove.LookAndFeel.UseDefaultLookAndFeel = false;
  443. this.btnStove.Name = "btnStove";
  444. this.btnStove.Size = new System.Drawing.Size(98, 30);
  445. this.btnStove.TabIndex = 23;
  446. this.btnStove.Text = "新增来料文件";
  447. this.btnStove.Click += new System.EventHandler(this.btnStove_Click);
  448. //
  449. // btnCancelAll
  450. //
  451. this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  452. this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White;
  453. this.btnCancelAll.Appearance.Options.UseFont = true;
  454. this.btnCancelAll.Appearance.Options.UseForeColor = true;
  455. this.btnCancelAll.Appearance.Options.UseTextOptions = true;
  456. this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  457. this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image")));
  458. this.btnCancelAll.Location = new System.Drawing.Point(329, 0);
  459. this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
  460. this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
  461. this.btnCancelAll.Name = "btnCancelAll";
  462. this.btnCancelAll.Size = new System.Drawing.Size(58, 30);
  463. this.btnCancelAll.TabIndex = 22;
  464. this.btnCancelAll.Text = "全消";
  465. this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click);
  466. //
  467. // btnSelectAll
  468. //
  469. this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  470. this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White;
  471. this.btnSelectAll.Appearance.Options.UseFont = true;
  472. this.btnSelectAll.Appearance.Options.UseForeColor = true;
  473. this.btnSelectAll.Appearance.Options.UseTextOptions = true;
  474. this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  475. this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image")));
  476. this.btnSelectAll.Location = new System.Drawing.Point(271, 0);
  477. this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
  478. this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
  479. this.btnSelectAll.Name = "btnSelectAll";
  480. this.btnSelectAll.Size = new System.Drawing.Size(58, 30);
  481. this.btnSelectAll.TabIndex = 20;
  482. this.btnSelectAll.Text = "全选";
  483. this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
  484. //
  485. // lblTitle
  486. //
  487. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  488. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  489. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  490. this.lblTitle.Location = new System.Drawing.Point(3, 2);
  491. this.lblTitle.Name = "lblTitle";
  492. this.lblTitle.Size = new System.Drawing.Size(105, 23);
  493. this.lblTitle.TabIndex = 19;
  494. this.lblTitle.Text = "来料文件上传";
  495. //
  496. // btnClose
  497. //
  498. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  499. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  500. this.btnClose.Appearance.Options.UseFont = true;
  501. this.btnClose.Appearance.Options.UseForeColor = true;
  502. this.btnClose.Appearance.Options.UseTextOptions = true;
  503. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  504. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  505. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  506. this.btnClose.Location = new System.Drawing.Point(1174, 0);
  507. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  508. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  509. this.btnClose.Name = "btnClose";
  510. this.btnClose.Size = new System.Drawing.Size(26, 30);
  511. this.btnClose.TabIndex = 14;
  512. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  513. //
  514. // btnExit
  515. //
  516. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  517. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  518. this.btnExit.Appearance.Options.UseFont = true;
  519. this.btnExit.Appearance.Options.UseForeColor = true;
  520. this.btnExit.Appearance.Options.UseTextOptions = true;
  521. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  522. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  523. this.btnExit.Location = new System.Drawing.Point(735, 0);
  524. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  525. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  526. this.btnExit.Name = "btnExit";
  527. this.btnExit.Size = new System.Drawing.Size(60, 30);
  528. this.btnExit.TabIndex = 10;
  529. this.btnExit.Text = "退出";
  530. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  531. //
  532. // rptPage
  533. //
  534. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  535. this.rptPage.Appearance.Options.UseBackColor = true;
  536. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  537. this.rptPage.isInit = false;
  538. this.rptPage.Location = new System.Drawing.Point(0, 413);
  539. this.rptPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  540. this.rptPage.Name = "rptPage";
  541. this.rptPage.PageIndex = 0;
  542. this.rptPage.PageSize = 0;
  543. this.rptPage.RecordNum = 0;
  544. this.rptPage.Size = new System.Drawing.Size(1200, 26);
  545. this.rptPage.TabIndex = 15;
  546. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  547. //
  548. // groupControl1
  549. //
  550. this.groupControl1.Controls.Add(this.grdDetail);
  551. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  552. this.groupControl1.Location = new System.Drawing.Point(0, 30);
  553. this.groupControl1.Name = "groupControl1";
  554. this.groupControl1.Size = new System.Drawing.Size(1200, 383);
  555. this.groupControl1.TabIndex = 14;
  556. this.groupControl1.Text = "详细信息";
  557. //
  558. // colProductCode
  559. //
  560. this.colProductCode.Caption = "生产编码";
  561. this.colProductCode.FieldName = "ProductCode";
  562. this.colProductCode.Name = "colProductCode";
  563. //
  564. // FormICSINLoad
  565. //
  566. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  567. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  568. this.ClientSize = new System.Drawing.Size(1200, 439);
  569. this.Controls.Add(this.groupControl1);
  570. this.Controls.Add(this.rptPage);
  571. this.Controls.Add(this.panelControl3);
  572. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  573. this.Name = "FormICSINLoad";
  574. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  575. this.Text = "FormGridReport";
  576. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormICSItemLot_FormClosing);
  577. this.Load += new System.EventHandler(this.FormICSItemLot_Load);
  578. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  579. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  580. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  581. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).EndInit();
  582. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).EndInit();
  583. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit5)).EndInit();
  584. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  585. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
  586. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).EndInit();
  587. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  588. this.panelControl3.ResumeLayout(false);
  589. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  590. this.groupControl1.ResumeLayout(false);
  591. this.ResumeLayout(false);
  592. }
  593. #endregion
  594. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  595. private DevExpress.XtraEditors.SimpleButton btnConfig;
  596. private DevExpress.XtraEditors.SimpleButton btnFilter;
  597. private DevExpress.XtraEditors.PanelControl panelControl3;
  598. private DevExpress.XtraEditors.SimpleButton btnClose;
  599. private DevExpress.XtraEditors.LabelControl lblTitle;
  600. private DevExpress.XtraEditors.SimpleButton btnStove;
  601. private DevExpress.XtraEditors.SimpleButton btnCancelAll;
  602. private DevExpress.XtraEditors.SimpleButton btnSelectAll;
  603. private Base.UserControl.FormControl.PageNavTool rptPage;
  604. private DevExpress.XtraEditors.GroupControl groupControl1;
  605. private DevExpress.XtraGrid.Columns.GridColumn colProductCode;
  606. private DevExpress.XtraEditors.SimpleButton btnRefresh;
  607. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
  608. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit2;
  609. private DevExpress.XtraGrid.GridControl grdDetail;
  610. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  611. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  612. private DevExpress.XtraGrid.Columns.GridColumn colSelect;
  613. private DevExpress.XtraGrid.Columns.GridColumn colINCode;
  614. private DevExpress.XtraGrid.Columns.GridColumn colVenBatch;
  615. private DevExpress.XtraGrid.Columns.GridColumn colMOVER;
  616. private DevExpress.XtraGrid.Columns.GridColumn colLotNOs;
  617. private DevExpress.XtraGrid.Columns.GridColumn colUpLoad;
  618. private DevExpress.XtraGrid.Columns.GridColumn colDownLoad;
  619. private DevExpress.XtraGrid.Columns.GridColumn coltFileName;
  620. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  621. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit3;
  622. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit4;
  623. private DevExpress.XtraGrid.Columns.GridColumn colID;
  624. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit5;
  625. private DevExpress.XtraGrid.Columns.GridColumn colMUSER;
  626. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  627. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  628. private DevExpress.XtraGrid.Columns.GridColumn colDel;
  629. private DevExpress.XtraEditors.SimpleButton btnExit;
  630. private DevExpress.XtraEditors.SimpleButton btnDel;
  631. private DevExpress.XtraEditors.SimpleButton btnCancel;
  632. }
  633. }