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

594 lines
32 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSItemLot
  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(FormICSItemLot));
  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.colID = new DevExpress.XtraGrid.Columns.GridColumn();
  33. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  34. this.colLOTNO = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.colLOTQTY = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.colMOCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.colMOSEQ = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.colTransNO = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.colTransLine = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.colITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.colINVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.colINVCLASS = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.colTYPE = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colPrintTimes = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.colBinCode = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colStackName = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colStorageCode = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colStorageName = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.colINVSTD = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  52. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.repositoryItemButtonEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  54. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  55. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  56. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  57. this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
  58. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  59. this.btnCanSelect = new DevExpress.XtraEditors.SimpleButton();
  60. this.btnSelect = new DevExpress.XtraEditors.SimpleButton();
  61. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  62. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  63. this.btnFalsh = new DevExpress.XtraEditors.SimpleButton();
  64. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  65. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  66. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  67. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  68. this.groupControl1.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  75. this.panelControl3.SuspendLayout();
  76. this.SuspendLayout();
  77. //
  78. // groupControl1
  79. //
  80. this.groupControl1.Controls.Add(this.grdDetail);
  81. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  82. this.groupControl1.Location = new System.Drawing.Point(0, 30);
  83. this.groupControl1.Name = "groupControl1";
  84. this.groupControl1.Size = new System.Drawing.Size(986, 453);
  85. this.groupControl1.TabIndex = 14;
  86. this.groupControl1.Text = "详细信息";
  87. //
  88. // grdDetail
  89. //
  90. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  91. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  92. this.grdDetail.MainView = this.grvDetail;
  93. this.grdDetail.Name = "grdDetail";
  94. this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  95. this.repositoryItemButtonEdit1,
  96. this.repositoryItemButtonEdit2});
  97. this.grdDetail.Size = new System.Drawing.Size(982, 429);
  98. this.grdDetail.TabIndex = 1;
  99. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  100. this.grvDetail,
  101. this.grvAdvDetail});
  102. this.grdDetail.Click += new System.EventHandler(this.grdDetail_Click_1);
  103. //
  104. // grvDetail
  105. //
  106. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  107. this.colID,
  108. this.colisSelect,
  109. this.colLOTNO,
  110. this.colLOTQTY,
  111. this.colMOCODE,
  112. this.colMOSEQ,
  113. this.colTransNO,
  114. this.colTransLine,
  115. this.colITEMCODE,
  116. this.colINVNAME,
  117. this.colINVCLASS,
  118. this.colTYPE,
  119. this.colPrintTimes,
  120. this.colBinCode,
  121. this.colStackName,
  122. this.colStorageCode,
  123. this.colStorageName,
  124. this.colINVSTD,
  125. this.,
  126. this.});
  127. this.grvDetail.GridControl = this.grdDetail;
  128. this.grvDetail.IndicatorWidth = 40;
  129. this.grvDetail.Name = "grvDetail";
  130. this.grvDetail.OptionsBehavior.Editable = false;
  131. this.grvDetail.OptionsBehavior.ReadOnly = 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.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  137. this.grvDetail.DoubleClick += new System.EventHandler(this.grdDetail_DoubleClick);
  138. //
  139. // colID
  140. //
  141. this.colID.Caption = "ID";
  142. this.colID.FieldName = "ID";
  143. this.colID.Name = "colID";
  144. //
  145. // colisSelect
  146. //
  147. this.colisSelect.Caption = "选择";
  148. this.colisSelect.FieldName = "isSelect";
  149. this.colisSelect.Name = "colisSelect";
  150. this.colisSelect.Visible = true;
  151. this.colisSelect.VisibleIndex = 0;
  152. this.colisSelect.Width = 45;
  153. //
  154. // colLOTNO
  155. //
  156. this.colLOTNO.Caption = "物料条码";
  157. this.colLOTNO.FieldName = "LOTNO";
  158. this.colLOTNO.Name = "colLOTNO";
  159. this.colLOTNO.Visible = true;
  160. this.colLOTNO.VisibleIndex = 1;
  161. this.colLOTNO.Width = 108;
  162. //
  163. // colLOTQTY
  164. //
  165. this.colLOTQTY.Caption = "数量";
  166. this.colLOTQTY.FieldName = "LOTQTY";
  167. this.colLOTQTY.Name = "colLOTQTY";
  168. this.colLOTQTY.Visible = true;
  169. this.colLOTQTY.VisibleIndex = 7;
  170. //
  171. // colMOCODE
  172. //
  173. this.colMOCODE.Caption = "生产订单号";
  174. this.colMOCODE.FieldName = "MOCODE";
  175. this.colMOCODE.Name = "colMOCODE";
  176. //
  177. // colMOSEQ
  178. //
  179. this.colMOSEQ.Caption = "生产订单行号";
  180. this.colMOSEQ.FieldName = "MOSEQ";
  181. this.colMOSEQ.Name = "colMOSEQ";
  182. //
  183. // colTransNO
  184. //
  185. this.colTransNO.Caption = "单据号";
  186. this.colTransNO.FieldName = "TransNO";
  187. this.colTransNO.Name = "colTransNO";
  188. this.colTransNO.Visible = true;
  189. this.colTransNO.VisibleIndex = 2;
  190. //
  191. // colTransLine
  192. //
  193. this.colTransLine.Caption = "单据行号";
  194. this.colTransLine.FieldName = "TransLine";
  195. this.colTransLine.Name = "colTransLine";
  196. this.colTransLine.Visible = true;
  197. this.colTransLine.VisibleIndex = 3;
  198. //
  199. // colITEMCODE
  200. //
  201. this.colITEMCODE.Caption = "存货编码";
  202. this.colITEMCODE.FieldName = "ITEMCODE";
  203. this.colITEMCODE.Name = "colITEMCODE";
  204. this.colITEMCODE.Visible = true;
  205. this.colITEMCODE.VisibleIndex = 4;
  206. //
  207. // colINVNAME
  208. //
  209. this.colINVNAME.Caption = "存货名称";
  210. this.colINVNAME.FieldName = "INVNAME";
  211. this.colINVNAME.Name = "colINVNAME";
  212. this.colINVNAME.Visible = true;
  213. this.colINVNAME.VisibleIndex = 5;
  214. //
  215. // colINVCLASS
  216. //
  217. this.colINVCLASS.Caption = "产品大类";
  218. this.colINVCLASS.FieldName = "INVCLASS";
  219. this.colINVCLASS.Name = "colINVCLASS";
  220. //
  221. // colTYPE
  222. //
  223. this.colTYPE.Caption = "类型";
  224. this.colTYPE.FieldName = "TYPE";
  225. this.colTYPE.Name = "colTYPE";
  226. this.colTYPE.Visible = true;
  227. this.colTYPE.VisibleIndex = 8;
  228. //
  229. // colPrintTimes
  230. //
  231. this.colPrintTimes.Caption = "打印次数";
  232. this.colPrintTimes.FieldName = "PrintTimes";
  233. this.colPrintTimes.Name = "colPrintTimes";
  234. this.colPrintTimes.Visible = true;
  235. this.colPrintTimes.VisibleIndex = 9;
  236. //
  237. // colBinCode
  238. //
  239. this.colBinCode.Caption = "库位代码";
  240. this.colBinCode.FieldName = "BinCode";
  241. this.colBinCode.Name = "colBinCode";
  242. //
  243. // colStackName
  244. //
  245. this.colStackName.Caption = "库位名称";
  246. this.colStackName.FieldName = "StackName";
  247. this.colStackName.Name = "colStackName";
  248. //
  249. // colStorageCode
  250. //
  251. this.colStorageCode.Caption = "仓库代码";
  252. this.colStorageCode.FieldName = "StorageCode";
  253. this.colStorageCode.Name = "colStorageCode";
  254. //
  255. // colStorageName
  256. //
  257. this.colStorageName.Caption = "仓库编码";
  258. this.colStorageName.FieldName = "StorageName";
  259. this.colStorageName.Name = "colStorageName";
  260. //
  261. // colINVSTD
  262. //
  263. this.colINVSTD.Caption = "规格型号";
  264. this.colINVSTD.FieldName = "INVSTD";
  265. this.colINVSTD.Name = "colINVSTD";
  266. this.colINVSTD.Visible = true;
  267. this.colINVSTD.VisibleIndex = 6;
  268. //
  269. // 上传
  270. //
  271. this..Caption = "上传";
  272. this..ColumnEdit = this.repositoryItemButtonEdit1;
  273. this..FieldName = "上传";
  274. this..Name = "上传";
  275. this..ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
  276. //
  277. // repositoryItemButtonEdit1
  278. //
  279. this.repositoryItemButtonEdit1.AutoHeight = false;
  280. this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  281. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Up)});
  282. this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
  283. this.repositoryItemButtonEdit1.NullText = "上传";
  284. this.repositoryItemButtonEdit1.ReadOnly = true;
  285. this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  286. //
  287. // 下载
  288. //
  289. this..Caption = "下载";
  290. this..ColumnEdit = this.repositoryItemButtonEdit2;
  291. this..FieldName = "下载";
  292. this..Name = "下载";
  293. this..ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
  294. //
  295. // repositoryItemButtonEdit2
  296. //
  297. this.repositoryItemButtonEdit2.AutoHeight = false;
  298. this.repositoryItemButtonEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  299. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Down)});
  300. this.repositoryItemButtonEdit2.Name = "repositoryItemButtonEdit2";
  301. this.repositoryItemButtonEdit2.NullText = "下载";
  302. this.repositoryItemButtonEdit2.ReadOnly = true;
  303. this.repositoryItemButtonEdit2.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  304. //
  305. // grvAdvDetail
  306. //
  307. this.grvAdvDetail.GridControl = this.grdDetail;
  308. this.grvAdvDetail.Name = "grvAdvDetail";
  309. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  310. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  311. this.grvAdvDetail.OptionsView.ShowFooter = true;
  312. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  313. //
  314. // rptPage
  315. //
  316. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  317. this.rptPage.Appearance.Options.UseBackColor = true;
  318. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  319. this.rptPage.isInit = false;
  320. this.rptPage.Location = new System.Drawing.Point(0, 483);
  321. this.rptPage.Name = "rptPage";
  322. this.rptPage.PageIndex = 0;
  323. this.rptPage.PageSize = 0;
  324. this.rptPage.RecordNum = 0;
  325. this.rptPage.Size = new System.Drawing.Size(986, 26);
  326. this.rptPage.TabIndex = 15;
  327. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  328. //
  329. // panelControl3
  330. //
  331. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  332. this.panelControl3.Appearance.Options.UseBackColor = true;
  333. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  334. this.panelControl3.Controls.Add(this.simpleButton4);
  335. this.panelControl3.Controls.Add(this.btnOutPut);
  336. this.panelControl3.Controls.Add(this.btnCanSelect);
  337. this.panelControl3.Controls.Add(this.btnSelect);
  338. this.panelControl3.Controls.Add(this.btnConfig);
  339. this.panelControl3.Controls.Add(this.btnExit);
  340. this.panelControl3.Controls.Add(this.btnFalsh);
  341. this.panelControl3.Controls.Add(this.btnFilter);
  342. this.panelControl3.Controls.Add(this.btnClose);
  343. this.panelControl3.Controls.Add(this.lblTitle);
  344. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  345. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  346. this.panelControl3.Name = "panelControl3";
  347. this.panelControl3.Size = new System.Drawing.Size(986, 30);
  348. this.panelControl3.TabIndex = 13;
  349. //
  350. // simpleButton4
  351. //
  352. this.simpleButton4.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
  353. this.simpleButton4.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  354. this.simpleButton4.Appearance.ForeColor = System.Drawing.Color.White;
  355. this.simpleButton4.Appearance.Options.UseBackColor = true;
  356. this.simpleButton4.Appearance.Options.UseFont = true;
  357. this.simpleButton4.Appearance.Options.UseForeColor = true;
  358. this.simpleButton4.Appearance.Options.UseTextOptions = true;
  359. this.simpleButton4.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  360. this.simpleButton4.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton4.Image")));
  361. this.simpleButton4.Location = new System.Drawing.Point(348, 0);
  362. this.simpleButton4.LookAndFeel.SkinName = "BlueButtonSkin";
  363. this.simpleButton4.LookAndFeel.UseDefaultLookAndFeel = false;
  364. this.simpleButton4.Name = "simpleButton4";
  365. this.simpleButton4.Size = new System.Drawing.Size(80, 30);
  366. this.simpleButton4.TabIndex = 122;
  367. this.simpleButton4.Text = "打印条码";
  368. this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click);
  369. //
  370. // btnOutPut
  371. //
  372. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  373. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  374. this.btnOutPut.Appearance.Options.UseFont = true;
  375. this.btnOutPut.Appearance.Options.UseForeColor = true;
  376. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  377. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  378. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  379. this.btnOutPut.Location = new System.Drawing.Point(428, 0);
  380. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  381. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  382. this.btnOutPut.Name = "btnOutPut";
  383. this.btnOutPut.Size = new System.Drawing.Size(63, 30);
  384. this.btnOutPut.TabIndex = 43;
  385. this.btnOutPut.Text = "导出";
  386. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  387. //
  388. // btnCanSelect
  389. //
  390. this.btnCanSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  391. this.btnCanSelect.Appearance.ForeColor = System.Drawing.Color.White;
  392. this.btnCanSelect.Appearance.Options.UseFont = true;
  393. this.btnCanSelect.Appearance.Options.UseForeColor = true;
  394. this.btnCanSelect.Appearance.Options.UseTextOptions = true;
  395. this.btnCanSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  396. this.btnCanSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnCanSelect.Image")));
  397. this.btnCanSelect.Location = new System.Drawing.Point(290, 0);
  398. this.btnCanSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  399. this.btnCanSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  400. this.btnCanSelect.Name = "btnCanSelect";
  401. this.btnCanSelect.Size = new System.Drawing.Size(58, 30);
  402. this.btnCanSelect.TabIndex = 40;
  403. this.btnCanSelect.Text = "全消";
  404. this.btnCanSelect.Click += new System.EventHandler(this.btnCanSelect_Click);
  405. //
  406. // btnSelect
  407. //
  408. this.btnSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  409. this.btnSelect.Appearance.ForeColor = System.Drawing.Color.White;
  410. this.btnSelect.Appearance.Options.UseFont = true;
  411. this.btnSelect.Appearance.Options.UseForeColor = true;
  412. this.btnSelect.Appearance.Options.UseTextOptions = true;
  413. this.btnSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  414. this.btnSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnSelect.Image")));
  415. this.btnSelect.Location = new System.Drawing.Point(232, 0);
  416. this.btnSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  417. this.btnSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  418. this.btnSelect.Name = "btnSelect";
  419. this.btnSelect.Size = new System.Drawing.Size(58, 30);
  420. this.btnSelect.TabIndex = 39;
  421. this.btnSelect.Text = "全选";
  422. this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
  423. //
  424. // btnConfig
  425. //
  426. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  427. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  428. this.btnConfig.Appearance.Options.UseFont = true;
  429. this.btnConfig.Appearance.Options.UseForeColor = true;
  430. this.btnConfig.Appearance.Options.UseTextOptions = true;
  431. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  432. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  433. this.btnConfig.Location = new System.Drawing.Point(137, 0);
  434. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  435. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  436. this.btnConfig.Name = "btnConfig";
  437. this.btnConfig.Size = new System.Drawing.Size(95, 30);
  438. this.btnConfig.TabIndex = 38;
  439. this.btnConfig.Text = "数据源设置";
  440. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  441. //
  442. // btnExit
  443. //
  444. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  445. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  446. this.btnExit.Appearance.Options.UseFont = true;
  447. this.btnExit.Appearance.Options.UseForeColor = true;
  448. this.btnExit.Appearance.Options.UseTextOptions = true;
  449. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  450. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  451. this.btnExit.Location = new System.Drawing.Point(551, 0);
  452. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  453. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  454. this.btnExit.Name = "btnExit";
  455. this.btnExit.Size = new System.Drawing.Size(57, 30);
  456. this.btnExit.TabIndex = 37;
  457. this.btnExit.Text = "退出";
  458. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  459. //
  460. // btnFalsh
  461. //
  462. this.btnFalsh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  463. this.btnFalsh.Appearance.ForeColor = System.Drawing.Color.White;
  464. this.btnFalsh.Appearance.Options.UseFont = true;
  465. this.btnFalsh.Appearance.Options.UseForeColor = true;
  466. this.btnFalsh.Appearance.Options.UseTextOptions = true;
  467. this.btnFalsh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  468. this.btnFalsh.Image = ((System.Drawing.Image)(resources.GetObject("btnFalsh.Image")));
  469. this.btnFalsh.Location = new System.Drawing.Point(491, 0);
  470. this.btnFalsh.LookAndFeel.SkinName = "BlueButtonSkin";
  471. this.btnFalsh.LookAndFeel.UseDefaultLookAndFeel = false;
  472. this.btnFalsh.Name = "btnFalsh";
  473. this.btnFalsh.Size = new System.Drawing.Size(60, 30);
  474. this.btnFalsh.TabIndex = 36;
  475. this.btnFalsh.Text = "刷新";
  476. this.btnFalsh.Click += new System.EventHandler(this.btnFalsh_Click);
  477. //
  478. // btnFilter
  479. //
  480. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  481. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  482. this.btnFilter.Appearance.Options.UseFont = true;
  483. this.btnFilter.Appearance.Options.UseForeColor = true;
  484. this.btnFilter.Appearance.Options.UseTextOptions = true;
  485. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  486. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  487. this.btnFilter.Location = new System.Drawing.Point(75, 0);
  488. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  489. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  490. this.btnFilter.Name = "btnFilter";
  491. this.btnFilter.Size = new System.Drawing.Size(65, 30);
  492. this.btnFilter.TabIndex = 30;
  493. this.btnFilter.Text = "过滤";
  494. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  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(960, 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 = 29;
  512. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  513. //
  514. // lblTitle
  515. //
  516. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  517. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  518. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  519. this.lblTitle.Location = new System.Drawing.Point(3, 3);
  520. this.lblTitle.Name = "lblTitle";
  521. this.lblTitle.Size = new System.Drawing.Size(84, 23);
  522. this.lblTitle.TabIndex = 19;
  523. this.lblTitle.Text = "条码信息";
  524. //
  525. // FormICSItemLot
  526. //
  527. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  528. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  529. this.ClientSize = new System.Drawing.Size(986, 509);
  530. this.Controls.Add(this.groupControl1);
  531. this.Controls.Add(this.rptPage);
  532. this.Controls.Add(this.panelControl3);
  533. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  534. this.Name = "FormICSItemLot";
  535. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  536. this.Text = "FormICSItemLot";
  537. this.Load += new System.EventHandler(this.FormICSSum_Manday_Load_1);
  538. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  539. this.groupControl1.ResumeLayout(false);
  540. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  541. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  542. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
  543. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).EndInit();
  544. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  545. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  546. this.panelControl3.ResumeLayout(false);
  547. this.ResumeLayout(false);
  548. }
  549. #endregion
  550. private DevExpress.XtraEditors.GroupControl groupControl1;
  551. private ICSSoft.Base.UserControl.FormControl.PageNavTool rptPage;
  552. private DevExpress.XtraEditors.PanelControl panelControl3;
  553. private DevExpress.XtraEditors.LabelControl lblTitle;
  554. private DevExpress.XtraEditors.SimpleButton btnClose;
  555. private DevExpress.XtraEditors.SimpleButton btnFilter;
  556. private DevExpress.XtraEditors.SimpleButton btnFalsh;
  557. private DevExpress.XtraEditors.SimpleButton btnExit;
  558. private DevExpress.XtraEditors.SimpleButton btnConfig;
  559. private DevExpress.XtraEditors.SimpleButton btnSelect;
  560. private DevExpress.XtraEditors.SimpleButton btnCanSelect;
  561. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  562. private DevExpress.XtraEditors.SimpleButton simpleButton4;
  563. private DevExpress.XtraGrid.GridControl grdDetail;
  564. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  565. private DevExpress.XtraGrid.Columns.GridColumn colID;
  566. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  567. private DevExpress.XtraGrid.Columns.GridColumn colLOTNO;
  568. private DevExpress.XtraGrid.Columns.GridColumn colLOTQTY;
  569. private DevExpress.XtraGrid.Columns.GridColumn colMOCODE;
  570. private DevExpress.XtraGrid.Columns.GridColumn colMOSEQ;
  571. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  572. private DevExpress.XtraGrid.Columns.GridColumn colTransNO;
  573. private DevExpress.XtraGrid.Columns.GridColumn colTransLine;
  574. private DevExpress.XtraGrid.Columns.GridColumn colITEMCODE;
  575. private DevExpress.XtraGrid.Columns.GridColumn colINVNAME;
  576. private DevExpress.XtraGrid.Columns.GridColumn colINVCLASS;
  577. private DevExpress.XtraGrid.Columns.GridColumn colTYPE;
  578. private DevExpress.XtraGrid.Columns.GridColumn colPrintTimes;
  579. private DevExpress.XtraGrid.Columns.GridColumn colBinCode;
  580. private DevExpress.XtraGrid.Columns.GridColumn colStackName;
  581. private DevExpress.XtraGrid.Columns.GridColumn colStorageCode;
  582. private DevExpress.XtraGrid.Columns.GridColumn colStorageName;
  583. private DevExpress.XtraGrid.Columns.GridColumn colINVSTD;
  584. private DevExpress.XtraGrid.Columns.GridColumn ;
  585. private DevExpress.XtraGrid.Columns.GridColumn ;
  586. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
  587. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit2;
  588. }
  589. }