华恒Mes鼎捷代码
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.

526 lines
28 KiB

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