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

515 lines
28 KiB

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