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

514 lines
28 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSShipToStock
  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(FormICSShipToStock));
  29. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  30. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  31. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  32. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  33. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  34. this.btnModify = new DevExpress.XtraEditors.SimpleButton();
  35. this.btnCreate = new DevExpress.XtraEditors.SimpleButton();
  36. this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
  37. this.btnDel = new DevExpress.XtraEditors.SimpleButton();
  38. this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
  39. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  40. this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
  41. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  42. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  43. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  44. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  45. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  46. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.colITEMNAME = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colVENDORCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.colVendorName = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.colEFFDATE = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.colIVLDATE = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.colACTIVE = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  58. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  59. this.panelControl3.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  61. this.groupControl1.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  65. this.SuspendLayout();
  66. //
  67. // btnOutPut
  68. //
  69. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  70. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  71. this.btnOutPut.Appearance.Options.UseFont = true;
  72. this.btnOutPut.Appearance.Options.UseForeColor = true;
  73. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  74. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  75. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  76. this.btnOutPut.Location = new System.Drawing.Point(578, 0);
  77. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  78. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  79. this.btnOutPut.Name = "btnOutPut";
  80. this.btnOutPut.Size = new System.Drawing.Size(63, 30);
  81. this.btnOutPut.TabIndex = 2;
  82. this.btnOutPut.Text = "导出";
  83. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  84. //
  85. // btnConfig
  86. //
  87. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  88. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  89. this.btnConfig.Appearance.Options.UseFont = true;
  90. this.btnConfig.Appearance.Options.UseForeColor = true;
  91. this.btnConfig.Appearance.Options.UseTextOptions = true;
  92. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  93. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  94. this.btnConfig.Location = new System.Drawing.Point(191, 0);
  95. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  96. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  97. this.btnConfig.Name = "btnConfig";
  98. this.btnConfig.Size = new System.Drawing.Size(92, 30);
  99. this.btnConfig.TabIndex = 4;
  100. this.btnConfig.Text = "数据源设置";
  101. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  102. //
  103. // btnExit
  104. //
  105. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  106. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  107. this.btnExit.Appearance.Options.UseFont = true;
  108. this.btnExit.Appearance.Options.UseForeColor = true;
  109. this.btnExit.Appearance.Options.UseTextOptions = true;
  110. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  111. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  112. this.btnExit.Location = new System.Drawing.Point(699, 0);
  113. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  114. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  115. this.btnExit.Name = "btnExit";
  116. this.btnExit.Size = new System.Drawing.Size(55, 30);
  117. this.btnExit.TabIndex = 10;
  118. this.btnExit.Text = "退出";
  119. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  120. //
  121. // btnFilter
  122. //
  123. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  124. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  125. this.btnFilter.Appearance.Options.UseFont = true;
  126. this.btnFilter.Appearance.Options.UseForeColor = true;
  127. this.btnFilter.Appearance.Options.UseTextOptions = true;
  128. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  129. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  130. this.btnFilter.Location = new System.Drawing.Point(132, 0);
  131. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  132. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  133. this.btnFilter.Name = "btnFilter";
  134. this.btnFilter.Size = new System.Drawing.Size(59, 30);
  135. this.btnFilter.TabIndex = 11;
  136. this.btnFilter.Text = "过滤";
  137. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  138. //
  139. // panelControl3
  140. //
  141. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  142. this.panelControl3.Appearance.Options.UseBackColor = true;
  143. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  144. this.panelControl3.Controls.Add(this.btnModify);
  145. this.panelControl3.Controls.Add(this.btnCreate);
  146. this.panelControl3.Controls.Add(this.btnCancelAll);
  147. this.panelControl3.Controls.Add(this.btnDel);
  148. this.panelControl3.Controls.Add(this.btnSelectAll);
  149. this.panelControl3.Controls.Add(this.lblTitle);
  150. this.panelControl3.Controls.Add(this.btnRefresh);
  151. this.panelControl3.Controls.Add(this.btnClose);
  152. this.panelControl3.Controls.Add(this.btnFilter);
  153. this.panelControl3.Controls.Add(this.btnExit);
  154. this.panelControl3.Controls.Add(this.btnConfig);
  155. this.panelControl3.Controls.Add(this.btnOutPut);
  156. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  157. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  158. this.panelControl3.Name = "panelControl3";
  159. this.panelControl3.Size = new System.Drawing.Size(1036, 30);
  160. this.panelControl3.TabIndex = 13;
  161. //
  162. // btnModify
  163. //
  164. this.btnModify.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  165. this.btnModify.Appearance.ForeColor = System.Drawing.Color.White;
  166. this.btnModify.Appearance.Options.UseFont = true;
  167. this.btnModify.Appearance.Options.UseForeColor = true;
  168. this.btnModify.Appearance.Options.UseTextOptions = true;
  169. this.btnModify.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  170. this.btnModify.Image = ((System.Drawing.Image)(resources.GetObject("btnModify.Image")));
  171. this.btnModify.Location = new System.Drawing.Point(457, 0);
  172. this.btnModify.LookAndFeel.SkinName = "BlueButtonSkin";
  173. this.btnModify.LookAndFeel.UseDefaultLookAndFeel = false;
  174. this.btnModify.Name = "btnModify";
  175. this.btnModify.Size = new System.Drawing.Size(63, 30);
  176. this.btnModify.TabIndex = 24;
  177. this.btnModify.Text = "修改";
  178. this.btnModify.Click += new System.EventHandler(this.btnModify_Click);
  179. //
  180. // btnCreate
  181. //
  182. this.btnCreate.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  183. this.btnCreate.Appearance.ForeColor = System.Drawing.Color.White;
  184. this.btnCreate.Appearance.Options.UseFont = true;
  185. this.btnCreate.Appearance.Options.UseForeColor = true;
  186. this.btnCreate.Appearance.Options.UseTextOptions = true;
  187. this.btnCreate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  188. this.btnCreate.Image = ((System.Drawing.Image)(resources.GetObject("btnCreate.Image")));
  189. this.btnCreate.Location = new System.Drawing.Point(399, 0);
  190. this.btnCreate.LookAndFeel.SkinName = "BlueButtonSkin";
  191. this.btnCreate.LookAndFeel.UseDefaultLookAndFeel = false;
  192. this.btnCreate.Name = "btnCreate";
  193. this.btnCreate.Size = new System.Drawing.Size(58, 30);
  194. this.btnCreate.TabIndex = 23;
  195. this.btnCreate.Text = "新增";
  196. this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
  197. //
  198. // btnCancelAll
  199. //
  200. this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  201. this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White;
  202. this.btnCancelAll.Appearance.Options.UseFont = true;
  203. this.btnCancelAll.Appearance.Options.UseForeColor = true;
  204. this.btnCancelAll.Appearance.Options.UseTextOptions = true;
  205. this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  206. this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image")));
  207. this.btnCancelAll.Location = new System.Drawing.Point(341, 0);
  208. this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
  209. this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
  210. this.btnCancelAll.Name = "btnCancelAll";
  211. this.btnCancelAll.Size = new System.Drawing.Size(58, 30);
  212. this.btnCancelAll.TabIndex = 22;
  213. this.btnCancelAll.Text = "全消";
  214. this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click);
  215. //
  216. // btnDel
  217. //
  218. this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  219. this.btnDel.Appearance.ForeColor = System.Drawing.Color.White;
  220. this.btnDel.Appearance.Options.UseFont = true;
  221. this.btnDel.Appearance.Options.UseForeColor = true;
  222. this.btnDel.Appearance.Options.UseTextOptions = true;
  223. this.btnDel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  224. this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
  225. this.btnDel.Location = new System.Drawing.Point(520, 0);
  226. this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin";
  227. this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false;
  228. this.btnDel.Name = "btnDel";
  229. this.btnDel.Size = new System.Drawing.Size(58, 30);
  230. this.btnDel.TabIndex = 21;
  231. this.btnDel.Text = "删除";
  232. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  233. //
  234. // btnSelectAll
  235. //
  236. this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  237. this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White;
  238. this.btnSelectAll.Appearance.Options.UseFont = true;
  239. this.btnSelectAll.Appearance.Options.UseForeColor = true;
  240. this.btnSelectAll.Appearance.Options.UseTextOptions = true;
  241. this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  242. this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image")));
  243. this.btnSelectAll.Location = new System.Drawing.Point(283, 0);
  244. this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
  245. this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
  246. this.btnSelectAll.Name = "btnSelectAll";
  247. this.btnSelectAll.Size = new System.Drawing.Size(58, 30);
  248. this.btnSelectAll.TabIndex = 20;
  249. this.btnSelectAll.Text = "全选";
  250. this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
  251. //
  252. // lblTitle
  253. //
  254. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  255. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  256. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  257. this.lblTitle.Location = new System.Drawing.Point(3, 4);
  258. this.lblTitle.Name = "lblTitle";
  259. this.lblTitle.Size = new System.Drawing.Size(104, 23);
  260. this.lblTitle.TabIndex = 19;
  261. this.lblTitle.Text = " 免检物料维护";
  262. //
  263. // btnRefresh
  264. //
  265. this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  266. this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White;
  267. this.btnRefresh.Appearance.Options.UseFont = true;
  268. this.btnRefresh.Appearance.Options.UseForeColor = true;
  269. this.btnRefresh.Appearance.Options.UseTextOptions = true;
  270. this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  271. this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
  272. this.btnRefresh.Location = new System.Drawing.Point(641, 0);
  273. this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin";
  274. this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false;
  275. this.btnRefresh.Name = "btnRefresh";
  276. this.btnRefresh.Size = new System.Drawing.Size(58, 30);
  277. this.btnRefresh.TabIndex = 17;
  278. this.btnRefresh.Text = "刷新";
  279. this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
  280. //
  281. // btnClose
  282. //
  283. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  284. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  285. this.btnClose.Appearance.Options.UseFont = true;
  286. this.btnClose.Appearance.Options.UseForeColor = true;
  287. this.btnClose.Appearance.Options.UseTextOptions = true;
  288. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  289. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  290. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  291. this.btnClose.Location = new System.Drawing.Point(1010, 0);
  292. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  293. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  294. this.btnClose.Name = "btnClose";
  295. this.btnClose.Size = new System.Drawing.Size(26, 30);
  296. this.btnClose.TabIndex = 14;
  297. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  298. //
  299. // rptPage
  300. //
  301. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  302. this.rptPage.Appearance.Options.UseBackColor = true;
  303. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  304. this.rptPage.isInit = false;
  305. this.rptPage.Location = new System.Drawing.Point(0, 413);
  306. this.rptPage.Name = "rptPage";
  307. this.rptPage.PageIndex = 0;
  308. this.rptPage.PageSize = 0;
  309. this.rptPage.RecordNum = 0;
  310. this.rptPage.Size = new System.Drawing.Size(1036, 26);
  311. this.rptPage.TabIndex = 15;
  312. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  313. //
  314. // groupControl1
  315. //
  316. this.groupControl1.Controls.Add(this.grdDetail);
  317. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  318. this.groupControl1.Location = new System.Drawing.Point(0, 30);
  319. this.groupControl1.Name = "groupControl1";
  320. this.groupControl1.Size = new System.Drawing.Size(1036, 383);
  321. this.groupControl1.TabIndex = 14;
  322. this.groupControl1.Text = "详细信息";
  323. //
  324. // grdDetail
  325. //
  326. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  327. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  328. this.grdDetail.MainView = this.grvDetail;
  329. this.grdDetail.Name = "grdDetail";
  330. this.grdDetail.Size = new System.Drawing.Size(1032, 359);
  331. this.grdDetail.TabIndex = 0;
  332. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  333. this.grvDetail,
  334. this.grvAdvDetail});
  335. //
  336. // grvDetail
  337. //
  338. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  339. this.colisSelect,
  340. this.colID,
  341. this.colITEMCODE,
  342. this.colITEMNAME,
  343. this.colVENDORCODE,
  344. this.colVendorName,
  345. this.colEFFDATE,
  346. this.colIVLDATE,
  347. this.colACTIVE,
  348. this.colMUSERName,
  349. this.colMTIME});
  350. this.grvDetail.GridControl = this.grdDetail;
  351. this.grvDetail.Name = "grvDetail";
  352. this.grvDetail.OptionsBehavior.Editable = false;
  353. this.grvDetail.OptionsBehavior.ReadOnly = true;
  354. this.grvDetail.OptionsSelection.MultiSelect = true;
  355. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  356. this.grvDetail.OptionsView.ShowFooter = true;
  357. this.grvDetail.OptionsView.ShowGroupPanel = false;
  358. this.grvDetail.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.grvDetail_CustomDrawCell);
  359. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  360. //
  361. // colisSelect
  362. //
  363. this.colisSelect.Caption = "选择";
  364. this.colisSelect.FieldName = "isSelect";
  365. this.colisSelect.Name = "colisSelect";
  366. this.colisSelect.Visible = true;
  367. this.colisSelect.VisibleIndex = 0;
  368. //
  369. // colID
  370. //
  371. this.colID.Caption = "ID";
  372. this.colID.FieldName = "ID";
  373. this.colID.Name = "colID";
  374. //
  375. // colITEMCODE
  376. //
  377. this.colITEMCODE.Caption = "物料代码";
  378. this.colITEMCODE.FieldName = "ITEMCODE";
  379. this.colITEMCODE.Name = "colITEMCODE";
  380. this.colITEMCODE.Visible = true;
  381. this.colITEMCODE.VisibleIndex = 1;
  382. //
  383. // colITEMNAME
  384. //
  385. this.colITEMNAME.Caption = "存货名称";
  386. this.colITEMNAME.FieldName = "ITEMNAME";
  387. this.colITEMNAME.Name = "colITEMNAME";
  388. this.colITEMNAME.Visible = true;
  389. this.colITEMNAME.VisibleIndex = 2;
  390. //
  391. // colVENDORCODE
  392. //
  393. this.colVENDORCODE.Caption = "厂商代码";
  394. this.colVENDORCODE.FieldName = "VENDORCODE";
  395. this.colVENDORCODE.Name = "colVENDORCODE";
  396. this.colVENDORCODE.Visible = true;
  397. this.colVENDORCODE.VisibleIndex = 3;
  398. //
  399. // colVendorName
  400. //
  401. this.colVendorName.Caption = "厂商名称";
  402. this.colVendorName.FieldName = "VendorName";
  403. this.colVendorName.Name = "colVendorName";
  404. this.colVendorName.Visible = true;
  405. this.colVendorName.VisibleIndex = 4;
  406. //
  407. // colEFFDATE
  408. //
  409. this.colEFFDATE.Caption = "生效日期";
  410. this.colEFFDATE.FieldName = "EFFDATE";
  411. this.colEFFDATE.Name = "colEFFDATE";
  412. this.colEFFDATE.Visible = true;
  413. this.colEFFDATE.VisibleIndex = 5;
  414. //
  415. // colIVLDATE
  416. //
  417. this.colIVLDATE.Caption = "失效日期";
  418. this.colIVLDATE.FieldName = "IVLDATE";
  419. this.colIVLDATE.Name = "colIVLDATE";
  420. this.colIVLDATE.Visible = true;
  421. this.colIVLDATE.VisibleIndex = 6;
  422. //
  423. // colACTIVE
  424. //
  425. this.colACTIVE.Caption = "有效/无效";
  426. this.colACTIVE.FieldName = "ACTIVE";
  427. this.colACTIVE.Name = "colACTIVE";
  428. this.colACTIVE.Visible = true;
  429. this.colACTIVE.VisibleIndex = 7;
  430. //
  431. // colMUSERName
  432. //
  433. this.colMUSERName.Caption = "维护人";
  434. this.colMUSERName.FieldName = "MUSERName";
  435. this.colMUSERName.Name = "colMUSERName";
  436. this.colMUSERName.Visible = true;
  437. this.colMUSERName.VisibleIndex = 8;
  438. //
  439. // colMTIME
  440. //
  441. this.colMTIME.Caption = "维护时间";
  442. this.colMTIME.FieldName = "MTIME";
  443. this.colMTIME.Name = "colMTIME";
  444. this.colMTIME.Visible = true;
  445. this.colMTIME.VisibleIndex = 9;
  446. //
  447. // grvAdvDetail
  448. //
  449. this.grvAdvDetail.GridControl = this.grdDetail;
  450. this.grvAdvDetail.Name = "grvAdvDetail";
  451. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  452. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  453. this.grvAdvDetail.OptionsView.ShowFooter = true;
  454. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  455. //
  456. // FormICSShipToStock
  457. //
  458. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  459. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  460. this.ClientSize = new System.Drawing.Size(1036, 439);
  461. this.Controls.Add(this.groupControl1);
  462. this.Controls.Add(this.rptPage);
  463. this.Controls.Add(this.panelControl3);
  464. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  465. this.Name = "FormICSShipToStock";
  466. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  467. this.Text = "FormGridReport";
  468. this.Load += new System.EventHandler(this.FormICSShipToStock_Load);
  469. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  470. this.panelControl3.ResumeLayout(false);
  471. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  472. this.groupControl1.ResumeLayout(false);
  473. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  474. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  475. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  476. this.ResumeLayout(false);
  477. }
  478. #endregion
  479. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  480. private DevExpress.XtraEditors.SimpleButton btnConfig;
  481. private DevExpress.XtraEditors.SimpleButton btnExit;
  482. private DevExpress.XtraEditors.SimpleButton btnFilter;
  483. private DevExpress.XtraEditors.PanelControl panelControl3;
  484. private DevExpress.XtraEditors.SimpleButton btnClose;
  485. private DevExpress.XtraEditors.SimpleButton btnRefresh;
  486. private DevExpress.XtraEditors.LabelControl lblTitle;
  487. private DevExpress.XtraEditors.SimpleButton btnCreate;
  488. private DevExpress.XtraEditors.SimpleButton btnCancelAll;
  489. private DevExpress.XtraEditors.SimpleButton btnDel;
  490. private DevExpress.XtraEditors.SimpleButton btnSelectAll;
  491. private Base.UserControl.FormControl.PageNavTool rptPage;
  492. private DevExpress.XtraEditors.GroupControl groupControl1;
  493. private DevExpress.XtraGrid.GridControl grdDetail;
  494. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  495. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  496. private DevExpress.XtraGrid.Columns.GridColumn colID;
  497. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  498. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  499. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  500. private DevExpress.XtraEditors.SimpleButton btnModify;
  501. private DevExpress.XtraGrid.Columns.GridColumn colITEMCODE;
  502. private DevExpress.XtraGrid.Columns.GridColumn colVENDORCODE;
  503. private DevExpress.XtraGrid.Columns.GridColumn colEFFDATE;
  504. private DevExpress.XtraGrid.Columns.GridColumn colIVLDATE;
  505. private DevExpress.XtraGrid.Columns.GridColumn colACTIVE;
  506. private DevExpress.XtraGrid.Columns.GridColumn colITEMNAME;
  507. private DevExpress.XtraGrid.Columns.GridColumn colVendorName;
  508. }
  509. }