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

565 lines
31 KiB

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