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

604 lines
33 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSPJXPrint
  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(FormICSPJXPrint));
  29. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  30. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  31. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  32. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  33. this.btnDelLable = new DevExpress.XtraEditors.SimpleButton();
  34. this.btnEdit = new DevExpress.XtraEditors.SimpleButton();
  35. this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
  36. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  37. this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
  38. this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
  39. this.INVRTitle = new DevExpress.XtraEditors.LabelControl();
  40. this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
  41. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  42. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  43. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  44. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  45. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colDisID = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colAutoID = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.ColcBatch = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.colcDLCode = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colcShipAddress = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.colcDefine29 = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.colcbdlcode = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.colcInvCode = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.colShipAddress = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.colLevel = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.colquantity = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.colSupplier = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.colComponent = new DevExpress.XtraGrid.Columns.GridColumn();
  59. this.colcInvName = new DevExpress.XtraGrid.Columns.GridColumn();
  60. this.colWorkPoint = new DevExpress.XtraGrid.Columns.GridColumn();
  61. this.colMUSER = new DevExpress.XtraGrid.Columns.GridColumn();
  62. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  63. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  64. this.colEATTRIBUTE1 = new DevExpress.XtraGrid.Columns.GridColumn();
  65. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  66. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  67. this.panelControl3.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  69. this.groupControl1.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  73. this.SuspendLayout();
  74. //
  75. // btnConfig
  76. //
  77. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  78. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  79. this.btnConfig.Appearance.Options.UseFont = true;
  80. this.btnConfig.Appearance.Options.UseForeColor = true;
  81. this.btnConfig.Appearance.Options.UseTextOptions = true;
  82. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  83. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  84. this.btnConfig.Location = new System.Drawing.Point(208, 0);
  85. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  86. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  87. this.btnConfig.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  88. this.btnConfig.Name = "btnConfig";
  89. this.btnConfig.Size = new System.Drawing.Size(105, 39);
  90. this.btnConfig.TabIndex = 4;
  91. this.btnConfig.Text = "数据源设置";
  92. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  93. //
  94. // btnExit
  95. //
  96. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  97. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  98. this.btnExit.Appearance.Options.UseFont = true;
  99. this.btnExit.Appearance.Options.UseForeColor = true;
  100. this.btnExit.Appearance.Options.UseTextOptions = true;
  101. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  102. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  103. this.btnExit.Location = new System.Drawing.Point(670, 0);
  104. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  105. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  106. this.btnExit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  107. this.btnExit.Name = "btnExit";
  108. this.btnExit.Size = new System.Drawing.Size(63, 39);
  109. this.btnExit.TabIndex = 10;
  110. this.btnExit.Text = "退出";
  111. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  112. //
  113. // btnFilter
  114. //
  115. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  116. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  117. this.btnFilter.Appearance.Options.UseFont = true;
  118. this.btnFilter.Appearance.Options.UseForeColor = true;
  119. this.btnFilter.Appearance.Options.UseTextOptions = true;
  120. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  121. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  122. this.btnFilter.Location = new System.Drawing.Point(141, 0);
  123. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  124. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  125. this.btnFilter.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  126. this.btnFilter.Name = "btnFilter";
  127. this.btnFilter.Size = new System.Drawing.Size(67, 39);
  128. this.btnFilter.TabIndex = 11;
  129. this.btnFilter.Text = "过滤";
  130. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  131. //
  132. // panelControl3
  133. //
  134. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  135. this.panelControl3.Appearance.Options.UseBackColor = true;
  136. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  137. this.panelControl3.Controls.Add(this.btnDelLable);
  138. this.panelControl3.Controls.Add(this.btnEdit);
  139. this.panelControl3.Controls.Add(this.btnPrint);
  140. this.panelControl3.Controls.Add(this.btnClose);
  141. this.panelControl3.Controls.Add(this.btnCancelAll);
  142. this.panelControl3.Controls.Add(this.btnSelectAll);
  143. this.panelControl3.Controls.Add(this.INVRTitle);
  144. this.panelControl3.Controls.Add(this.btnRefresh);
  145. this.panelControl3.Controls.Add(this.btnFilter);
  146. this.panelControl3.Controls.Add(this.btnExit);
  147. this.panelControl3.Controls.Add(this.btnConfig);
  148. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  149. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  150. this.panelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  151. this.panelControl3.Name = "panelControl3";
  152. this.panelControl3.Size = new System.Drawing.Size(1109, 39);
  153. this.panelControl3.TabIndex = 13;
  154. //
  155. // btnDelLable
  156. //
  157. this.btnDelLable.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  158. this.btnDelLable.Appearance.ForeColor = System.Drawing.Color.White;
  159. this.btnDelLable.Appearance.Options.UseFont = true;
  160. this.btnDelLable.Appearance.Options.UseForeColor = true;
  161. this.btnDelLable.Appearance.Options.UseTextOptions = true;
  162. this.btnDelLable.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  163. this.btnDelLable.Image = ((System.Drawing.Image)(resources.GetObject("btnDelLable.Image")));
  164. this.btnDelLable.Location = new System.Drawing.Point(961, 0);
  165. this.btnDelLable.LookAndFeel.SkinName = "BlueButtonSkin";
  166. this.btnDelLable.LookAndFeel.UseDefaultLookAndFeel = false;
  167. this.btnDelLable.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  168. this.btnDelLable.Name = "btnDelLable";
  169. this.btnDelLable.Size = new System.Drawing.Size(70, 39);
  170. this.btnDelLable.TabIndex = 126;
  171. this.btnDelLable.Text = "删除";
  172. this.btnDelLable.Visible = false;
  173. this.btnDelLable.Click += new System.EventHandler(this.btnDelLable_Click);
  174. //
  175. // btnEdit
  176. //
  177. this.btnEdit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  178. this.btnEdit.Appearance.ForeColor = System.Drawing.Color.White;
  179. this.btnEdit.Appearance.Options.UseFont = true;
  180. this.btnEdit.Appearance.Options.UseForeColor = true;
  181. this.btnEdit.Appearance.Options.UseTextOptions = true;
  182. this.btnEdit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  183. this.btnEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image")));
  184. this.btnEdit.Location = new System.Drawing.Point(444, 0);
  185. this.btnEdit.LookAndFeel.SkinName = "BlueButtonSkin";
  186. this.btnEdit.LookAndFeel.UseDefaultLookAndFeel = false;
  187. this.btnEdit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  188. this.btnEdit.Name = "btnEdit";
  189. this.btnEdit.Size = new System.Drawing.Size(96, 39);
  190. this.btnEdit.TabIndex = 125;
  191. this.btnEdit.Text = "数量维护";
  192. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  193. //
  194. // btnPrint
  195. //
  196. this.btnPrint.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
  197. this.btnPrint.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  198. this.btnPrint.Appearance.ForeColor = System.Drawing.Color.White;
  199. this.btnPrint.Appearance.Options.UseBackColor = true;
  200. this.btnPrint.Appearance.Options.UseFont = true;
  201. this.btnPrint.Appearance.Options.UseForeColor = true;
  202. this.btnPrint.Appearance.Options.UseTextOptions = true;
  203. this.btnPrint.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  204. this.btnPrint.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.Image")));
  205. this.btnPrint.Location = new System.Drawing.Point(537, 0);
  206. this.btnPrint.LookAndFeel.SkinName = "BlueButtonSkin";
  207. this.btnPrint.LookAndFeel.UseDefaultLookAndFeel = false;
  208. this.btnPrint.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  209. this.btnPrint.Name = "btnPrint";
  210. this.btnPrint.Size = new System.Drawing.Size(68, 39);
  211. this.btnPrint.TabIndex = 124;
  212. this.btnPrint.Text = "打印";
  213. this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
  214. //
  215. // btnClose
  216. //
  217. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  218. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  219. this.btnClose.Appearance.Options.UseFont = true;
  220. this.btnClose.Appearance.Options.UseForeColor = true;
  221. this.btnClose.Appearance.Options.UseTextOptions = true;
  222. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  223. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  224. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  225. this.btnClose.Location = new System.Drawing.Point(1079, 0);
  226. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  227. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  228. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  229. this.btnClose.Name = "btnClose";
  230. this.btnClose.Size = new System.Drawing.Size(30, 39);
  231. this.btnClose.TabIndex = 30;
  232. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  233. //
  234. // btnCancelAll
  235. //
  236. this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  237. this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White;
  238. this.btnCancelAll.Appearance.Options.UseFont = true;
  239. this.btnCancelAll.Appearance.Options.UseForeColor = true;
  240. this.btnCancelAll.Appearance.Options.UseTextOptions = true;
  241. this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  242. this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image")));
  243. this.btnCancelAll.Location = new System.Drawing.Point(379, 0);
  244. this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
  245. this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
  246. this.btnCancelAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  247. this.btnCancelAll.Name = "btnCancelAll";
  248. this.btnCancelAll.Size = new System.Drawing.Size(66, 39);
  249. this.btnCancelAll.TabIndex = 22;
  250. this.btnCancelAll.Text = "全消";
  251. this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click);
  252. //
  253. // btnSelectAll
  254. //
  255. this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  256. this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White;
  257. this.btnSelectAll.Appearance.Options.UseFont = true;
  258. this.btnSelectAll.Appearance.Options.UseForeColor = true;
  259. this.btnSelectAll.Appearance.Options.UseTextOptions = true;
  260. this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  261. this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image")));
  262. this.btnSelectAll.Location = new System.Drawing.Point(313, 0);
  263. this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
  264. this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
  265. this.btnSelectAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  266. this.btnSelectAll.Name = "btnSelectAll";
  267. this.btnSelectAll.Size = new System.Drawing.Size(66, 39);
  268. this.btnSelectAll.TabIndex = 20;
  269. this.btnSelectAll.Text = "全选";
  270. this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
  271. //
  272. // INVRTitle
  273. //
  274. this.INVRTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  275. this.INVRTitle.Appearance.ForeColor = System.Drawing.Color.White;
  276. this.INVRTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  277. this.INVRTitle.Location = new System.Drawing.Point(3, 4);
  278. this.INVRTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  279. this.INVRTitle.Name = "INVRTitle";
  280. this.INVRTitle.Size = new System.Drawing.Size(136, 30);
  281. this.INVRTitle.TabIndex = 19;
  282. this.INVRTitle.Text = "北极星标签维护";
  283. //
  284. // btnRefresh
  285. //
  286. this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  287. this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White;
  288. this.btnRefresh.Appearance.Options.UseFont = true;
  289. this.btnRefresh.Appearance.Options.UseForeColor = true;
  290. this.btnRefresh.Appearance.Options.UseTextOptions = true;
  291. this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  292. this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
  293. this.btnRefresh.Location = new System.Drawing.Point(604, 0);
  294. this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin";
  295. this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false;
  296. this.btnRefresh.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  297. this.btnRefresh.Name = "btnRefresh";
  298. this.btnRefresh.Size = new System.Drawing.Size(66, 39);
  299. this.btnRefresh.TabIndex = 17;
  300. this.btnRefresh.Text = "刷新";
  301. this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
  302. //
  303. // rptPage
  304. //
  305. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  306. this.rptPage.Appearance.Options.UseBackColor = true;
  307. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  308. this.rptPage.isInit = false;
  309. this.rptPage.Location = new System.Drawing.Point(0, 531);
  310. this.rptPage.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  311. this.rptPage.Name = "rptPage";
  312. this.rptPage.PageIndex = 0;
  313. this.rptPage.PageSize = 0;
  314. this.rptPage.RecordNum = 0;
  315. this.rptPage.Size = new System.Drawing.Size(1109, 33);
  316. this.rptPage.TabIndex = 15;
  317. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  318. //
  319. // groupControl1
  320. //
  321. this.groupControl1.Controls.Add(this.grdDetail);
  322. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  323. this.groupControl1.Location = new System.Drawing.Point(0, 39);
  324. this.groupControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  325. this.groupControl1.Name = "groupControl1";
  326. this.groupControl1.Size = new System.Drawing.Size(1109, 492);
  327. this.groupControl1.TabIndex = 14;
  328. this.groupControl1.Text = "详细信息";
  329. //
  330. // grdDetail
  331. //
  332. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  333. this.grdDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  334. this.grdDetail.Location = new System.Drawing.Point(2, 26);
  335. this.grdDetail.MainView = this.grvDetail;
  336. this.grdDetail.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  337. this.grdDetail.Name = "grdDetail";
  338. this.grdDetail.Size = new System.Drawing.Size(1105, 464);
  339. this.grdDetail.TabIndex = 0;
  340. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  341. this.grvDetail,
  342. this.grvAdvDetail});
  343. //
  344. // grvDetail
  345. //
  346. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  347. this.colisSelect,
  348. this.colDisID,
  349. this.colAutoID,
  350. this.ColcBatch,
  351. this.colcDLCode,
  352. this.colcShipAddress,
  353. this.colcDefine29,
  354. this.colcbdlcode,
  355. this.colcInvCode,
  356. this.colShipAddress,
  357. this.colLevel,
  358. this.colquantity,
  359. this.colSupplier,
  360. this.colComponent,
  361. this.colcInvName,
  362. this.colWorkPoint,
  363. this.colMUSER,
  364. this.colMUSERName,
  365. this.colMTIME,
  366. this.colEATTRIBUTE1});
  367. this.grvDetail.GridControl = this.grdDetail;
  368. this.grvDetail.Name = "grvDetail";
  369. this.grvDetail.OptionsBehavior.ReadOnly = true;
  370. this.grvDetail.OptionsSelection.MultiSelect = true;
  371. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  372. this.grvDetail.OptionsView.ShowFooter = true;
  373. this.grvDetail.OptionsView.ShowGroupPanel = false;
  374. this.grvDetail.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.grvDetail_CustomDrawCell);
  375. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  376. //
  377. // colisSelect
  378. //
  379. this.colisSelect.Caption = "选择";
  380. this.colisSelect.FieldName = "isSelect";
  381. this.colisSelect.Name = "colisSelect";
  382. this.colisSelect.OptionsColumn.AllowEdit = false;
  383. this.colisSelect.OptionsColumn.ReadOnly = true;
  384. this.colisSelect.Visible = true;
  385. this.colisSelect.VisibleIndex = 0;
  386. //
  387. // colDisID
  388. //
  389. this.colDisID.Caption = "DisID";
  390. this.colDisID.FieldName = "DisID";
  391. this.colDisID.Name = "colDisID";
  392. //
  393. // colAutoID
  394. //
  395. this.colAutoID.Caption = "AutoID";
  396. this.colAutoID.FieldName = "AutoID";
  397. this.colAutoID.Name = "colAutoID";
  398. //
  399. // ColcBatch
  400. //
  401. this.ColcBatch.Caption = "批号";
  402. this.ColcBatch.FieldName = "批号";
  403. this.ColcBatch.Name = "ColcBatch";
  404. //
  405. // colcDLCode
  406. //
  407. this.colcDLCode.Caption = "单号";
  408. this.colcDLCode.FieldName = "ASN单号";
  409. this.colcDLCode.Name = "colcDLCode";
  410. this.colcDLCode.Visible = true;
  411. this.colcDLCode.VisibleIndex = 1;
  412. this.colcDLCode.Width = 76;
  413. //
  414. // colcShipAddress
  415. //
  416. this.colcShipAddress.Caption = "收货地址";
  417. this.colcShipAddress.FieldName = "收货地址";
  418. this.colcShipAddress.Name = "colcShipAddress";
  419. this.colcShipAddress.Visible = true;
  420. this.colcShipAddress.VisibleIndex = 5;
  421. //
  422. // colcDefine29
  423. //
  424. this.colcDefine29.Caption = "销售订单";
  425. this.colcDefine29.FieldName = "销售订单";
  426. this.colcDefine29.Name = "colcDefine29";
  427. this.colcDefine29.Visible = true;
  428. this.colcDefine29.VisibleIndex = 4;
  429. //
  430. // colcbdlcode
  431. //
  432. this.colcbdlcode.Caption = "发货单号";
  433. this.colcbdlcode.FieldName = "发货单号";
  434. this.colcbdlcode.Name = "colcbdlcode";
  435. this.colcbdlcode.Visible = true;
  436. this.colcbdlcode.VisibleIndex = 7;
  437. //
  438. // colcInvCode
  439. //
  440. this.colcInvCode.Caption = "零件号";
  441. this.colcInvCode.FieldName = "零件号";
  442. this.colcInvCode.Name = "colcInvCode";
  443. this.colcInvCode.Visible = true;
  444. this.colcInvCode.VisibleIndex = 10;
  445. //
  446. // colShipAddress
  447. //
  448. this.colShipAddress.Caption = "发货地址";
  449. this.colShipAddress.FieldName = "发货地址";
  450. this.colShipAddress.Name = "colShipAddress";
  451. this.colShipAddress.Visible = true;
  452. this.colShipAddress.VisibleIndex = 8;
  453. //
  454. // colLevel
  455. //
  456. this.colLevel.Caption = "工程等级";
  457. this.colLevel.FieldName = "工程等级";
  458. this.colLevel.Name = "colLevel";
  459. this.colLevel.Visible = true;
  460. this.colLevel.VisibleIndex = 9;
  461. //
  462. // colquantity
  463. //
  464. this.colquantity.Caption = "数量";
  465. this.colquantity.FieldName = "数量";
  466. this.colquantity.Name = "colquantity";
  467. this.colquantity.Visible = true;
  468. this.colquantity.VisibleIndex = 12;
  469. //
  470. // colSupplier
  471. //
  472. this.colSupplier.Caption = "供应商流水号";
  473. this.colSupplier.FieldName = "供应商流水号";
  474. this.colSupplier.Name = "colSupplier";
  475. this.colSupplier.Visible = true;
  476. this.colSupplier.VisibleIndex = 3;
  477. this.colSupplier.Width = 142;
  478. //
  479. // colComponent
  480. //
  481. this.colComponent.Caption = "零件批号";
  482. this.colComponent.FieldName = "零件批号";
  483. this.colComponent.Name = "colComponent";
  484. this.colComponent.Visible = true;
  485. this.colComponent.VisibleIndex = 6;
  486. //
  487. // colcInvName
  488. //
  489. this.colcInvName.Caption = "零件名称";
  490. this.colcInvName.FieldName = "零件名称";
  491. this.colcInvName.Name = "colcInvName";
  492. this.colcInvName.Visible = true;
  493. this.colcInvName.VisibleIndex = 11;
  494. //
  495. // colWorkPoint
  496. //
  497. this.colWorkPoint.Caption = "站点";
  498. this.colWorkPoint.FieldName = "WorkPoint";
  499. this.colWorkPoint.Name = "colWorkPoint";
  500. //
  501. // colMUSER
  502. //
  503. this.colMUSER.Caption = "维护人";
  504. this.colMUSER.FieldName = "MUSER";
  505. this.colMUSER.Name = "colMUSER";
  506. //
  507. // colMUSERName
  508. //
  509. this.colMUSERName.Caption = "维护人名称";
  510. this.colMUSERName.FieldName = "维护人名称";
  511. this.colMUSERName.Name = "colMUSERName";
  512. this.colMUSERName.Visible = true;
  513. this.colMUSERName.VisibleIndex = 14;
  514. //
  515. // colMTIME
  516. //
  517. this.colMTIME.Caption = "维护时间";
  518. this.colMTIME.FieldName = "维护时间";
  519. this.colMTIME.Name = "colMTIME";
  520. this.colMTIME.Visible = true;
  521. this.colMTIME.VisibleIndex = 13;
  522. //
  523. // colEATTRIBUTE1
  524. //
  525. this.colEATTRIBUTE1.Caption = "备用1";
  526. this.colEATTRIBUTE1.FieldName = "EATTRIBUTE1";
  527. this.colEATTRIBUTE1.Name = "colEATTRIBUTE1";
  528. //
  529. // grvAdvDetail
  530. //
  531. this.grvAdvDetail.GridControl = this.grdDetail;
  532. this.grvAdvDetail.Name = "grvAdvDetail";
  533. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  534. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  535. this.grvAdvDetail.OptionsView.ShowFooter = true;
  536. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  537. //
  538. // FormICSPJXPrint
  539. //
  540. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  541. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  542. this.ClientSize = new System.Drawing.Size(1109, 564);
  543. this.Controls.Add(this.groupControl1);
  544. this.Controls.Add(this.rptPage);
  545. this.Controls.Add(this.panelControl3);
  546. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  547. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  548. this.Name = "FormICSPJXPrint";
  549. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  550. this.Text = "FormGridReport";
  551. this.Load += new System.EventHandler(this.FormICSInvConnect_Load);
  552. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  553. this.panelControl3.ResumeLayout(false);
  554. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  555. this.groupControl1.ResumeLayout(false);
  556. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  557. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  558. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  559. this.ResumeLayout(false);
  560. }
  561. #endregion
  562. private DevExpress.XtraEditors.SimpleButton btnConfig;
  563. private DevExpress.XtraEditors.SimpleButton btnExit;
  564. private DevExpress.XtraEditors.SimpleButton btnFilter;
  565. private DevExpress.XtraEditors.PanelControl panelControl3;
  566. private DevExpress.XtraEditors.SimpleButton btnRefresh;
  567. private DevExpress.XtraEditors.LabelControl INVRTitle;
  568. private DevExpress.XtraEditors.SimpleButton btnCancelAll;
  569. private DevExpress.XtraEditors.SimpleButton btnSelectAll;
  570. private Base.UserControl.FormControl.PageNavTool rptPage;
  571. private DevExpress.XtraEditors.GroupControl groupControl1;
  572. private DevExpress.XtraGrid.GridControl grdDetail;
  573. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  574. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  575. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  576. private DevExpress.XtraGrid.Columns.GridColumn colDisID;
  577. private DevExpress.XtraEditors.SimpleButton btnClose;
  578. private DevExpress.XtraGrid.Columns.GridColumn colcDLCode;
  579. private DevExpress.XtraGrid.Columns.GridColumn colSupplier;
  580. private DevExpress.XtraGrid.Columns.GridColumn colComponent;
  581. private DevExpress.XtraGrid.Columns.GridColumn colcInvName;
  582. private DevExpress.XtraGrid.Columns.GridColumn colWorkPoint;
  583. private DevExpress.XtraGrid.Columns.GridColumn colMUSER;
  584. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  585. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  586. private DevExpress.XtraGrid.Columns.GridColumn colEATTRIBUTE1;
  587. private DevExpress.XtraEditors.SimpleButton btnPrint;
  588. private DevExpress.XtraGrid.Columns.GridColumn colcShipAddress;
  589. private DevExpress.XtraGrid.Columns.GridColumn colcDefine29;
  590. private DevExpress.XtraGrid.Columns.GridColumn colcInvCode;
  591. private DevExpress.XtraGrid.Columns.GridColumn colShipAddress;
  592. private DevExpress.XtraGrid.Columns.GridColumn colcbdlcode;
  593. private DevExpress.XtraGrid.Columns.GridColumn colLevel;
  594. private DevExpress.XtraGrid.Columns.GridColumn colquantity;
  595. private DevExpress.XtraEditors.SimpleButton btnEdit;
  596. private DevExpress.XtraEditors.SimpleButton btnDelLable;
  597. private DevExpress.XtraGrid.Columns.GridColumn ColcBatch;
  598. private DevExpress.XtraGrid.Columns.GridColumn colAutoID;
  599. }
  600. }