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

548 lines
30 KiB

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