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

561 lines
29 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSPOArriveLOTPrint
  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(FormICSPOArriveLOTPrint));
  29. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  30. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  31. this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
  32. this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
  33. this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
  34. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  35. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  36. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  37. this.MOTitle = new DevExpress.XtraEditors.LabelControl();
  38. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  39. this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
  40. this.gridControl = new DevExpress.XtraGrid.GridControl();
  41. this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
  42. this.coSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.cocInvCode = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.coINVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.coINVSTD = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.cocCode = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.coirowno = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.coPOCode = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.coPORow = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.coiQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.colHasQty = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.coINVUOM = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.coMUser = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.coMTime = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.coFree1 = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.coBatch = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.coUpLoad = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.btnUpLoad = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  59. this.coDownLoad = new DevExpress.XtraGrid.Columns.GridColumn();
  60. this.btnDownLoad = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  61. this.coFileName = new DevExpress.XtraGrid.Columns.GridColumn();
  62. this.coERPAutoid = new DevExpress.XtraGrid.Columns.GridColumn();
  63. this.advBandedGridView1 = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  64. this.coPrintTimes = new DevExpress.XtraGrid.Columns.GridColumn();
  65. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  66. this.panelControl3.SuspendLayout();
  67. ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
  68. this.groupControl2.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.btnUpLoad)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.btnDownLoad)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView1)).BeginInit();
  74. this.SuspendLayout();
  75. //
  76. // btnExit
  77. //
  78. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  79. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  80. this.btnExit.Appearance.Options.UseFont = true;
  81. this.btnExit.Appearance.Options.UseForeColor = true;
  82. this.btnExit.Appearance.Options.UseTextOptions = true;
  83. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  84. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  85. this.btnExit.Location = new System.Drawing.Point(555, 0);
  86. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  87. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  88. this.btnExit.Name = "btnExit";
  89. this.btnExit.Size = new System.Drawing.Size(55, 30);
  90. this.btnExit.TabIndex = 10;
  91. this.btnExit.Text = "退出";
  92. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  93. //
  94. // panelControl3
  95. //
  96. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  97. this.panelControl3.Appearance.Options.UseBackColor = true;
  98. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  99. this.panelControl3.Controls.Add(this.btnCancelAll);
  100. this.panelControl3.Controls.Add(this.btnSelectAll);
  101. this.panelControl3.Controls.Add(this.btnPrint);
  102. this.panelControl3.Controls.Add(this.btnFilter);
  103. this.panelControl3.Controls.Add(this.btnConfig);
  104. this.panelControl3.Controls.Add(this.btnClose);
  105. this.panelControl3.Controls.Add(this.MOTitle);
  106. this.panelControl3.Controls.Add(this.btnExit);
  107. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  108. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  109. this.panelControl3.Name = "panelControl3";
  110. this.panelControl3.Size = new System.Drawing.Size(1109, 30);
  111. this.panelControl3.TabIndex = 13;
  112. //
  113. // btnCancelAll
  114. //
  115. this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  116. this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White;
  117. this.btnCancelAll.Appearance.Options.UseFont = true;
  118. this.btnCancelAll.Appearance.Options.UseForeColor = true;
  119. this.btnCancelAll.Appearance.Options.UseTextOptions = true;
  120. this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  121. this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image")));
  122. this.btnCancelAll.Location = new System.Drawing.Point(390, 0);
  123. this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
  124. this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
  125. this.btnCancelAll.Name = "btnCancelAll";
  126. this.btnCancelAll.Size = new System.Drawing.Size(58, 30);
  127. this.btnCancelAll.TabIndex = 129;
  128. this.btnCancelAll.Text = "全消";
  129. this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click);
  130. //
  131. // btnSelectAll
  132. //
  133. this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  134. this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White;
  135. this.btnSelectAll.Appearance.Options.UseFont = true;
  136. this.btnSelectAll.Appearance.Options.UseForeColor = true;
  137. this.btnSelectAll.Appearance.Options.UseTextOptions = true;
  138. this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  139. this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image")));
  140. this.btnSelectAll.Location = new System.Drawing.Point(332, 0);
  141. this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
  142. this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
  143. this.btnSelectAll.Name = "btnSelectAll";
  144. this.btnSelectAll.Size = new System.Drawing.Size(58, 30);
  145. this.btnSelectAll.TabIndex = 128;
  146. this.btnSelectAll.Text = "全选";
  147. this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
  148. //
  149. // btnPrint
  150. //
  151. this.btnPrint.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  152. this.btnPrint.Appearance.ForeColor = System.Drawing.Color.White;
  153. this.btnPrint.Appearance.Options.UseFont = true;
  154. this.btnPrint.Appearance.Options.UseForeColor = true;
  155. this.btnPrint.Appearance.Options.UseTextOptions = true;
  156. this.btnPrint.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  157. this.btnPrint.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.Image")));
  158. this.btnPrint.Location = new System.Drawing.Point(448, 0);
  159. this.btnPrint.LookAndFeel.SkinName = "BlueButtonSkin";
  160. this.btnPrint.LookAndFeel.UseDefaultLookAndFeel = false;
  161. this.btnPrint.Name = "btnPrint";
  162. this.btnPrint.Size = new System.Drawing.Size(107, 30);
  163. this.btnPrint.TabIndex = 127;
  164. this.btnPrint.Text = "打印到货条码";
  165. this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
  166. //
  167. // btnFilter
  168. //
  169. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  170. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  171. this.btnFilter.Appearance.Options.UseFont = true;
  172. this.btnFilter.Appearance.Options.UseForeColor = true;
  173. this.btnFilter.Appearance.Options.UseTextOptions = true;
  174. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  175. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  176. this.btnFilter.Location = new System.Drawing.Point(181, 0);
  177. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  178. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  179. this.btnFilter.Name = "btnFilter";
  180. this.btnFilter.Size = new System.Drawing.Size(59, 30);
  181. this.btnFilter.TabIndex = 27;
  182. this.btnFilter.Text = "过滤";
  183. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  184. //
  185. // btnConfig
  186. //
  187. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  188. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  189. this.btnConfig.Appearance.Options.UseFont = true;
  190. this.btnConfig.Appearance.Options.UseForeColor = true;
  191. this.btnConfig.Appearance.Options.UseTextOptions = true;
  192. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  193. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  194. this.btnConfig.Location = new System.Drawing.Point(240, 0);
  195. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  196. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  197. this.btnConfig.Name = "btnConfig";
  198. this.btnConfig.Size = new System.Drawing.Size(92, 30);
  199. this.btnConfig.TabIndex = 26;
  200. this.btnConfig.Text = "数据源设置";
  201. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  202. //
  203. // btnClose
  204. //
  205. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  206. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  207. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  208. this.btnClose.Appearance.Options.UseFont = true;
  209. this.btnClose.Appearance.Options.UseForeColor = true;
  210. this.btnClose.Appearance.Options.UseTextOptions = true;
  211. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  212. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  213. this.btnClose.Location = new System.Drawing.Point(1083, 0);
  214. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  215. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  216. this.btnClose.Name = "btnClose";
  217. this.btnClose.Size = new System.Drawing.Size(26, 29);
  218. this.btnClose.TabIndex = 25;
  219. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  220. //
  221. // MOTitle
  222. //
  223. this.MOTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  224. this.MOTitle.Appearance.ForeColor = System.Drawing.Color.White;
  225. this.MOTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  226. this.MOTitle.Location = new System.Drawing.Point(4, 4);
  227. this.MOTitle.Name = "MOTitle";
  228. this.MOTitle.Size = new System.Drawing.Size(171, 23);
  229. this.MOTitle.TabIndex = 19;
  230. this.MOTitle.Text = "到货单条码标签批量打印";
  231. //
  232. // rptPage
  233. //
  234. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  235. this.rptPage.Appearance.Options.UseBackColor = true;
  236. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  237. this.rptPage.isInit = false;
  238. this.rptPage.Location = new System.Drawing.Point(0, 550);
  239. this.rptPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  240. this.rptPage.Name = "rptPage";
  241. this.rptPage.PageIndex = 0;
  242. this.rptPage.PageSize = 0;
  243. this.rptPage.RecordNum = 0;
  244. this.rptPage.Size = new System.Drawing.Size(1109, 26);
  245. this.rptPage.TabIndex = 15;
  246. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  247. //
  248. // groupControl2
  249. //
  250. this.groupControl2.Controls.Add(this.gridControl);
  251. this.groupControl2.Dock = System.Windows.Forms.DockStyle.Fill;
  252. this.groupControl2.Location = new System.Drawing.Point(0, 30);
  253. this.groupControl2.Name = "groupControl2";
  254. this.groupControl2.Size = new System.Drawing.Size(1109, 520);
  255. this.groupControl2.TabIndex = 15;
  256. this.groupControl2.Text = "详细信息";
  257. //
  258. // gridControl
  259. //
  260. this.gridControl.Dock = System.Windows.Forms.DockStyle.Fill;
  261. this.gridControl.Location = new System.Drawing.Point(2, 22);
  262. this.gridControl.MainView = this.gridView;
  263. this.gridControl.Name = "gridControl";
  264. this.gridControl.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  265. this.btnUpLoad,
  266. this.btnDownLoad});
  267. this.gridControl.Size = new System.Drawing.Size(1105, 496);
  268. this.gridControl.TabIndex = 0;
  269. this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  270. this.gridView,
  271. this.advBandedGridView1});
  272. //
  273. // gridView
  274. //
  275. this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  276. this.coSelect,
  277. this.cocInvCode,
  278. this.coINVNAME,
  279. this.coINVSTD,
  280. this.cocCode,
  281. this.coirowno,
  282. this.coPOCode,
  283. this.coPORow,
  284. this.coiQuantity,
  285. this.colHasQty,
  286. this.coINVUOM,
  287. this.coMUser,
  288. this.coMTime,
  289. this.coFree1,
  290. this.coBatch,
  291. this.coPrintTimes,
  292. this.coUpLoad,
  293. this.coDownLoad,
  294. this.coFileName,
  295. this.coERPAutoid});
  296. this.gridView.GridControl = this.gridControl;
  297. this.gridView.IndicatorWidth = 55;
  298. this.gridView.Name = "gridView";
  299. this.gridView.OptionsBehavior.ReadOnly = true;
  300. this.gridView.OptionsSelection.MultiSelect = true;
  301. this.gridView.OptionsView.ColumnAutoWidth = false;
  302. this.gridView.OptionsView.ShowFooter = true;
  303. this.gridView.OptionsView.ShowGroupPanel = false;
  304. this.gridView.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView_CustomDrawRowIndicator);
  305. this.gridView.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView_CustomDrawCell);
  306. this.gridView.DoubleClick += new System.EventHandler(this.gridView_DoubleClick);
  307. //
  308. // coSelect
  309. //
  310. this.coSelect.Caption = "选择";
  311. this.coSelect.FieldName = "coSelect";
  312. this.coSelect.Name = "coSelect";
  313. this.coSelect.OptionsColumn.AllowEdit = false;
  314. this.coSelect.Visible = true;
  315. this.coSelect.VisibleIndex = 0;
  316. this.coSelect.Width = 45;
  317. //
  318. // cocInvCode
  319. //
  320. this.cocInvCode.Caption = "存货编码";
  321. this.cocInvCode.FieldName = "cInvCode";
  322. this.cocInvCode.Name = "cocInvCode";
  323. this.cocInvCode.Visible = true;
  324. this.cocInvCode.VisibleIndex = 1;
  325. this.cocInvCode.Width = 100;
  326. //
  327. // coINVNAME
  328. //
  329. this.coINVNAME.Caption = "存货名称";
  330. this.coINVNAME.FieldName = "INVNAME";
  331. this.coINVNAME.Name = "coINVNAME";
  332. this.coINVNAME.Visible = true;
  333. this.coINVNAME.VisibleIndex = 2;
  334. //
  335. // coINVSTD
  336. //
  337. this.coINVSTD.Caption = "规格型号";
  338. this.coINVSTD.FieldName = "INVSTD";
  339. this.coINVSTD.Name = "coINVSTD";
  340. this.coINVSTD.Visible = true;
  341. this.coINVSTD.VisibleIndex = 3;
  342. this.coINVSTD.Width = 45;
  343. //
  344. // cocCode
  345. //
  346. this.cocCode.Caption = "到货单号";
  347. this.cocCode.FieldName = "cCode";
  348. this.cocCode.Name = "cocCode";
  349. this.cocCode.Visible = true;
  350. this.cocCode.VisibleIndex = 4;
  351. //
  352. // coirowno
  353. //
  354. this.coirowno.Caption = "到货单行号";
  355. this.coirowno.FieldName = "irowno";
  356. this.coirowno.Name = "coirowno";
  357. this.coirowno.Visible = true;
  358. this.coirowno.VisibleIndex = 5;
  359. //
  360. // coPOCode
  361. //
  362. this.coPOCode.Caption = "采购订单号";
  363. this.coPOCode.FieldName = "POCode";
  364. this.coPOCode.Name = "coPOCode";
  365. this.coPOCode.Visible = true;
  366. this.coPOCode.VisibleIndex = 6;
  367. //
  368. // coPORow
  369. //
  370. this.coPORow.Caption = "采购订单行号";
  371. this.coPORow.FieldName = "PORow";
  372. this.coPORow.Name = "coPORow";
  373. this.coPORow.Visible = true;
  374. this.coPORow.VisibleIndex = 7;
  375. //
  376. // coiQuantity
  377. //
  378. this.coiQuantity.Caption = "数量";
  379. this.coiQuantity.FieldName = "iQuantity";
  380. this.coiQuantity.Name = "coiQuantity";
  381. this.coiQuantity.Visible = true;
  382. this.coiQuantity.VisibleIndex = 8;
  383. //
  384. // colHasQty
  385. //
  386. this.colHasQty.Caption = "已生成数量";
  387. this.colHasQty.FieldName = "HasQty";
  388. this.colHasQty.Name = "colHasQty";
  389. this.colHasQty.Visible = true;
  390. this.colHasQty.VisibleIndex = 9;
  391. //
  392. // coINVUOM
  393. //
  394. this.coINVUOM.Caption = "单位";
  395. this.coINVUOM.FieldName = "INVUOM";
  396. this.coINVUOM.Name = "coINVUOM";
  397. this.coINVUOM.Visible = true;
  398. this.coINVUOM.VisibleIndex = 10;
  399. this.coINVUOM.Width = 45;
  400. //
  401. // coMUser
  402. //
  403. this.coMUser.Caption = "维护人";
  404. this.coMUser.FieldName = "MUser";
  405. this.coMUser.Name = "coMUser";
  406. this.coMUser.Visible = true;
  407. this.coMUser.VisibleIndex = 11;
  408. //
  409. // coMTime
  410. //
  411. this.coMTime.Caption = "维护时间";
  412. this.coMTime.FieldName = "MTime";
  413. this.coMTime.Name = "coMTime";
  414. this.coMTime.Visible = true;
  415. this.coMTime.VisibleIndex = 12;
  416. //
  417. // coFree1
  418. //
  419. this.coFree1.Caption = "材质";
  420. this.coFree1.FieldName = "Free1";
  421. this.coFree1.Name = "coFree1";
  422. this.coFree1.Visible = true;
  423. this.coFree1.VisibleIndex = 13;
  424. //
  425. // coBatch
  426. //
  427. this.coBatch.Caption = "零件号";
  428. this.coBatch.FieldName = "Batch";
  429. this.coBatch.Name = "coBatch";
  430. this.coBatch.Visible = true;
  431. this.coBatch.VisibleIndex = 14;
  432. //
  433. // coUpLoad
  434. //
  435. this.coUpLoad.Caption = "上传";
  436. this.coUpLoad.ColumnEdit = this.btnUpLoad;
  437. this.coUpLoad.FieldName = "UPLoad";
  438. this.coUpLoad.Name = "coUpLoad";
  439. this.coUpLoad.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
  440. //
  441. // btnUpLoad
  442. //
  443. this.btnUpLoad.AutoHeight = false;
  444. this.btnUpLoad.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  445. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.SpinUp)});
  446. this.btnUpLoad.Name = "btnUpLoad";
  447. this.btnUpLoad.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  448. //
  449. // coDownLoad
  450. //
  451. this.coDownLoad.Caption = "下载";
  452. this.coDownLoad.ColumnEdit = this.btnDownLoad;
  453. this.coDownLoad.FieldName = "DownLoad";
  454. this.coDownLoad.Name = "coDownLoad";
  455. this.coDownLoad.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
  456. //
  457. // btnDownLoad
  458. //
  459. this.btnDownLoad.AutoHeight = false;
  460. this.btnDownLoad.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  461. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.SpinDown)});
  462. this.btnDownLoad.Name = "btnDownLoad";
  463. this.btnDownLoad.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  464. //
  465. // coFileName
  466. //
  467. this.coFileName.Caption = "文档名你";
  468. this.coFileName.FieldName = "FileName";
  469. this.coFileName.Name = "coFileName";
  470. //
  471. // coERPAutoid
  472. //
  473. this.coERPAutoid.Caption = "Autoid";
  474. this.coERPAutoid.FieldName = "ERPAutoid";
  475. this.coERPAutoid.Name = "coERPAutoid";
  476. //
  477. // advBandedGridView1
  478. //
  479. this.advBandedGridView1.GridControl = this.gridControl;
  480. this.advBandedGridView1.Name = "advBandedGridView1";
  481. this.advBandedGridView1.OptionsBehavior.ReadOnly = true;
  482. this.advBandedGridView1.OptionsSelection.MultiSelect = true;
  483. this.advBandedGridView1.OptionsView.ShowFooter = true;
  484. this.advBandedGridView1.OptionsView.ShowGroupPanel = false;
  485. //
  486. // coPrintTimes
  487. //
  488. this.coPrintTimes.Caption = "打印次数";
  489. this.coPrintTimes.FieldName = "PrintTimes";
  490. this.coPrintTimes.Name = "coPrintTimes";
  491. this.coPrintTimes.Visible = true;
  492. this.coPrintTimes.VisibleIndex = 15;
  493. //
  494. // FormICSPOArriveLOTPrint
  495. //
  496. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  497. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  498. this.ClientSize = new System.Drawing.Size(1109, 576);
  499. this.Controls.Add(this.groupControl2);
  500. this.Controls.Add(this.rptPage);
  501. this.Controls.Add(this.panelControl3);
  502. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  503. this.Name = "FormICSPOArriveLOTPrint";
  504. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  505. this.Text = "FormICSPurchaseLOT";
  506. this.Load += new System.EventHandler(this.FormICSPOArriveLOT_Load);
  507. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  508. this.panelControl3.ResumeLayout(false);
  509. ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
  510. this.groupControl2.ResumeLayout(false);
  511. ((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit();
  512. ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
  513. ((System.ComponentModel.ISupportInitialize)(this.btnUpLoad)).EndInit();
  514. ((System.ComponentModel.ISupportInitialize)(this.btnDownLoad)).EndInit();
  515. ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView1)).EndInit();
  516. this.ResumeLayout(false);
  517. }
  518. #endregion
  519. private DevExpress.XtraEditors.SimpleButton btnExit;
  520. private DevExpress.XtraEditors.PanelControl panelControl3;
  521. private DevExpress.XtraEditors.LabelControl MOTitle;
  522. private Base.UserControl.FormControl.PageNavTool rptPage;
  523. private DevExpress.XtraEditors.SimpleButton btnClose;
  524. private DevExpress.XtraEditors.GroupControl groupControl2;
  525. private DevExpress.XtraGrid.GridControl gridControl;
  526. private DevExpress.XtraGrid.Views.Grid.GridView gridView;
  527. private DevExpress.XtraGrid.Columns.GridColumn coSelect;
  528. private DevExpress.XtraGrid.Columns.GridColumn cocInvCode;
  529. private DevExpress.XtraGrid.Columns.GridColumn coINVNAME;
  530. private DevExpress.XtraGrid.Columns.GridColumn coINVSTD;
  531. private DevExpress.XtraGrid.Columns.GridColumn cocCode;
  532. private DevExpress.XtraGrid.Columns.GridColumn coirowno;
  533. private DevExpress.XtraGrid.Columns.GridColumn coPOCode;
  534. private DevExpress.XtraGrid.Columns.GridColumn coPORow;
  535. private DevExpress.XtraGrid.Columns.GridColumn coiQuantity;
  536. private DevExpress.XtraGrid.Columns.GridColumn coINVUOM;
  537. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView advBandedGridView1;
  538. private DevExpress.XtraEditors.SimpleButton btnFilter;
  539. private DevExpress.XtraEditors.SimpleButton btnConfig;
  540. private DevExpress.XtraGrid.Columns.GridColumn coMUser;
  541. private DevExpress.XtraGrid.Columns.GridColumn coMTime;
  542. private DevExpress.XtraGrid.Columns.GridColumn coFree1;
  543. private DevExpress.XtraGrid.Columns.GridColumn coBatch;
  544. private DevExpress.XtraGrid.Columns.GridColumn coUpLoad;
  545. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit btnUpLoad;
  546. private DevExpress.XtraGrid.Columns.GridColumn coDownLoad;
  547. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit btnDownLoad;
  548. private DevExpress.XtraGrid.Columns.GridColumn coFileName;
  549. private DevExpress.XtraGrid.Columns.GridColumn coERPAutoid;
  550. private DevExpress.XtraGrid.Columns.GridColumn colHasQty;
  551. private DevExpress.XtraEditors.SimpleButton btnPrint;
  552. private DevExpress.XtraEditors.SimpleButton btnCancelAll;
  553. private DevExpress.XtraEditors.SimpleButton btnSelectAll;
  554. private DevExpress.XtraGrid.Columns.GridColumn coPrintTimes;
  555. }
  556. }