华恒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.

797 lines
45 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSWorkHourUpload
  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(FormICSWorkHourUpload));
  29. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  30. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  31. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  32. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  33. this.LOTNO = new DevExpress.XtraGrid.Columns.GridColumn();
  34. this.ITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.INVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.INVSTD = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.QTY = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.OPCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.OPDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.COLBGUSER = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.MOCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.ID = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.colMOseq = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colBgDate = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.COLSTATUS = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colWorkHours = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.COLNGQTY = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.ColOpseq = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.singleHours = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colWorkHours2 = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.STIME = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.Addition = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
  54. this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  55. this.repositoryItemButtonEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  56. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  57. this.repDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
  58. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  59. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  60. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  61. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  62. this.btnbl = new DevExpress.XtraEditors.SimpleButton();
  63. this.btnStpUpload = new DevExpress.XtraEditors.SimpleButton();
  64. this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
  65. this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
  66. this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
  67. this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
  68. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  69. this.btnCanSelect = new DevExpress.XtraEditors.SimpleButton();
  70. this.btnSelect = new DevExpress.XtraEditors.SimpleButton();
  71. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  72. this.btnFalsh = new DevExpress.XtraEditors.SimpleButton();
  73. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  74. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  75. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  76. this.groupControl1.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.repDate)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  86. this.panelControl3.SuspendLayout();
  87. this.SuspendLayout();
  88. //
  89. // groupControl1
  90. //
  91. this.groupControl1.Controls.Add(this.grdDetail);
  92. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  93. this.groupControl1.Location = new System.Drawing.Point(0, 39);
  94. this.groupControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  95. this.groupControl1.Name = "groupControl1";
  96. this.groupControl1.Size = new System.Drawing.Size(1321, 492);
  97. this.groupControl1.TabIndex = 14;
  98. this.groupControl1.Text = "详细信息";
  99. //
  100. // grdDetail
  101. //
  102. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  103. this.grdDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  104. this.grdDetail.Location = new System.Drawing.Point(2, 26);
  105. this.grdDetail.MainView = this.grvDetail;
  106. this.grdDetail.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  107. this.grdDetail.Name = "grdDetail";
  108. this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  109. this.repositoryItemComboBox1,
  110. this.repositoryItemButtonEdit1,
  111. this.repositoryItemButtonEdit2});
  112. this.grdDetail.Size = new System.Drawing.Size(1317, 464);
  113. this.grdDetail.TabIndex = 0;
  114. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  115. this.grvDetail,
  116. this.grvAdvDetail});
  117. //
  118. // grvDetail
  119. //
  120. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  121. this.colisSelect,
  122. this.LOTNO,
  123. this.ITEMCODE,
  124. this.INVNAME,
  125. this.INVSTD,
  126. this.QTY,
  127. this.OPCODE,
  128. this.OPDESC,
  129. this.COLBGUSER,
  130. this.MOCODE,
  131. this.ID,
  132. this.colMOseq,
  133. this.colBgDate,
  134. this.COLSTATUS,
  135. this.colWorkHours,
  136. this.COLNGQTY,
  137. this.ColOpseq,
  138. this.singleHours,
  139. this.colWorkHours2,
  140. this.STIME,
  141. this.Addition});
  142. this.grvDetail.GridControl = this.grdDetail;
  143. this.grvDetail.IndicatorWidth = 40;
  144. this.grvDetail.Name = "grvDetail";
  145. this.grvDetail.OptionsSelection.MultiSelect = true;
  146. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  147. this.grvDetail.OptionsView.ShowFooter = true;
  148. this.grvDetail.OptionsView.ShowGroupPanel = false;
  149. this.grvDetail.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.grvDetail_RowCellClick);
  150. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  151. this.grvDetail.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.grvDetail_ShowingEditor);
  152. this.grvDetail.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.grvDetail_CellValueChanged);
  153. this.grvDetail.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.grvDetail_CellValueChanging);
  154. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  155. this.grvDetail.ValidatingEditor += new DevExpress.XtraEditors.Controls.BaseContainerValidateEditorEventHandler(this.grvDetail_ValidatingEditor);
  156. //
  157. // colisSelect
  158. //
  159. this.colisSelect.Caption = "选择";
  160. this.colisSelect.FieldName = "isSelect";
  161. this.colisSelect.Name = "colisSelect";
  162. this.colisSelect.OptionsColumn.AllowEdit = false;
  163. this.colisSelect.Tag = false;
  164. this.colisSelect.Visible = true;
  165. this.colisSelect.VisibleIndex = 0;
  166. //
  167. // LOTNO
  168. //
  169. this.LOTNO.Caption = "产品跟踪单号";
  170. this.LOTNO.FieldName = "LOTNO";
  171. this.LOTNO.Name = "LOTNO";
  172. this.LOTNO.OptionsColumn.ReadOnly = true;
  173. this.LOTNO.Tag = false;
  174. this.LOTNO.Visible = true;
  175. this.LOTNO.VisibleIndex = 3;
  176. this.LOTNO.Width = 93;
  177. //
  178. // ITEMCODE
  179. //
  180. this.ITEMCODE.Caption = "存货编码";
  181. this.ITEMCODE.FieldName = "ITEMCODE";
  182. this.ITEMCODE.Name = "ITEMCODE";
  183. this.ITEMCODE.OptionsColumn.ReadOnly = true;
  184. this.ITEMCODE.Visible = true;
  185. this.ITEMCODE.VisibleIndex = 6;
  186. //
  187. // INVNAME
  188. //
  189. this.INVNAME.Caption = "存货名称";
  190. this.INVNAME.FieldName = "INVNAME";
  191. this.INVNAME.Name = "INVNAME";
  192. this.INVNAME.OptionsColumn.ReadOnly = true;
  193. this.INVNAME.Visible = true;
  194. this.INVNAME.VisibleIndex = 7;
  195. //
  196. // INVSTD
  197. //
  198. this.INVSTD.Caption = "规格型号";
  199. this.INVSTD.FieldName = "INVSTD";
  200. this.INVSTD.Name = "INVSTD";
  201. this.INVSTD.Visible = true;
  202. this.INVSTD.VisibleIndex = 8;
  203. //
  204. // QTY
  205. //
  206. this.QTY.Caption = "良品数量";
  207. this.QTY.FieldName = "GOODQTY";
  208. this.QTY.Name = "QTY";
  209. this.QTY.Visible = true;
  210. this.QTY.VisibleIndex = 11;
  211. this.QTY.Width = 91;
  212. //
  213. // OPCODE
  214. //
  215. this.OPCODE.Caption = "工序代码";
  216. this.OPCODE.FieldName = "OPCODE";
  217. this.OPCODE.Name = "OPCODE";
  218. this.OPCODE.OptionsColumn.ReadOnly = true;
  219. this.OPCODE.Visible = true;
  220. this.OPCODE.VisibleIndex = 4;
  221. //
  222. // OPDESC
  223. //
  224. this.OPDESC.Caption = "工序";
  225. this.OPDESC.FieldName = "OPDESC";
  226. this.OPDESC.Name = "OPDESC";
  227. this.OPDESC.OptionsColumn.ReadOnly = true;
  228. this.OPDESC.Visible = true;
  229. this.OPDESC.VisibleIndex = 5;
  230. //
  231. // COLBGUSER
  232. //
  233. this.COLBGUSER.Caption = "报工人";
  234. this.COLBGUSER.FieldName = "USERNAME";
  235. this.COLBGUSER.Name = "COLBGUSER";
  236. this.COLBGUSER.OptionsColumn.ReadOnly = true;
  237. this.COLBGUSER.Visible = true;
  238. this.COLBGUSER.VisibleIndex = 9;
  239. //
  240. // MOCODE
  241. //
  242. this.MOCODE.Caption = "生产订单号";
  243. this.MOCODE.FieldName = "MOCODE";
  244. this.MOCODE.Name = "MOCODE";
  245. this.MOCODE.OptionsColumn.ReadOnly = true;
  246. this.MOCODE.Visible = true;
  247. this.MOCODE.VisibleIndex = 1;
  248. this.MOCODE.Width = 116;
  249. //
  250. // ID
  251. //
  252. this.ID.Caption = "ID";
  253. this.ID.FieldName = "ID";
  254. this.ID.Name = "ID";
  255. this.ID.OptionsColumn.ReadOnly = true;
  256. //
  257. // colMOseq
  258. //
  259. this.colMOseq.Caption = "生产订单行号";
  260. this.colMOseq.FieldName = "MOSEQ";
  261. this.colMOseq.Name = "colMOseq";
  262. this.colMOseq.Visible = true;
  263. this.colMOseq.VisibleIndex = 2;
  264. this.colMOseq.Width = 111;
  265. //
  266. // colBgDate
  267. //
  268. this.colBgDate.Caption = "报工时间";
  269. this.colBgDate.FieldName = "BeginTime";
  270. this.colBgDate.Name = "colBgDate";
  271. this.colBgDate.Visible = true;
  272. this.colBgDate.VisibleIndex = 10;
  273. //
  274. // COLSTATUS
  275. //
  276. this.COLSTATUS.Caption = "状态";
  277. this.COLSTATUS.FieldName = "STATUS";
  278. this.COLSTATUS.Name = "COLSTATUS";
  279. this.COLSTATUS.Visible = true;
  280. this.COLSTATUS.VisibleIndex = 13;
  281. //
  282. // colWorkHours
  283. //
  284. this.colWorkHours.Caption = "总工时";
  285. this.colWorkHours.FieldName = "WORKHOURS";
  286. this.colWorkHours.Name = "colWorkHours";
  287. this.colWorkHours.OptionsColumn.AllowEdit = false;
  288. this.colWorkHours.OptionsColumn.ReadOnly = true;
  289. this.colWorkHours.Visible = true;
  290. this.colWorkHours.VisibleIndex = 12;
  291. //
  292. // COLNGQTY
  293. //
  294. this.COLNGQTY.Caption = "报废数量";
  295. this.COLNGQTY.FieldName = "NGQTY";
  296. this.COLNGQTY.Name = "COLNGQTY";
  297. this.COLNGQTY.Visible = true;
  298. this.COLNGQTY.VisibleIndex = 14;
  299. //
  300. // ColOpseq
  301. //
  302. this.ColOpseq.Caption = "工序次序";
  303. this.ColOpseq.FieldName = "OPSEQ";
  304. this.ColOpseq.Name = "ColOpseq";
  305. this.ColOpseq.Visible = true;
  306. this.ColOpseq.VisibleIndex = 15;
  307. //
  308. // singleHours
  309. //
  310. this.singleHours.Caption = "单件工时";
  311. this.singleHours.FieldName = "EATTRIBUTE4";
  312. this.singleHours.Name = "singleHours";
  313. this.singleHours.Visible = true;
  314. this.singleHours.VisibleIndex = 16;
  315. //
  316. // colWorkHours2
  317. //
  318. this.colWorkHours2.Caption = "总工时(单间工时*数量)";
  319. this.colWorkHours2.FieldName = "WorkHours2";
  320. this.colWorkHours2.Name = "colWorkHours2";
  321. this.colWorkHours2.UnboundExpression = "[EATTRIBUTE4] * ([NGQTY] + [GOODQTY])";
  322. this.colWorkHours2.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
  323. this.colWorkHours2.Visible = true;
  324. this.colWorkHours2.VisibleIndex = 17;
  325. //
  326. // STIME
  327. //
  328. this.STIME.Caption = "标准工时";
  329. this.STIME.FieldName = "STIME";
  330. this.STIME.Name = "STIME";
  331. this.STIME.Visible = true;
  332. this.STIME.VisibleIndex = 18;
  333. //
  334. // Addition
  335. //
  336. this.Addition.Caption = "补录工时";
  337. this.Addition.FieldName = "AdditionHours";
  338. this.Addition.Name = "Addition";
  339. this.Addition.Visible = true;
  340. this.Addition.VisibleIndex = 19;
  341. //
  342. // repositoryItemComboBox1
  343. //
  344. this.repositoryItemComboBox1.AutoHeight = false;
  345. this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  346. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  347. this.repositoryItemComboBox1.Items.AddRange(new object[] {
  348. "合格",
  349. "不合格"});
  350. this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
  351. this.repositoryItemComboBox1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  352. //
  353. // repositoryItemButtonEdit1
  354. //
  355. this.repositoryItemButtonEdit1.AutoHeight = false;
  356. this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  357. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Up)});
  358. this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
  359. this.repositoryItemButtonEdit1.ReadOnly = true;
  360. this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  361. //
  362. // repositoryItemButtonEdit2
  363. //
  364. this.repositoryItemButtonEdit2.AutoHeight = false;
  365. this.repositoryItemButtonEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  366. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Down)});
  367. this.repositoryItemButtonEdit2.Name = "repositoryItemButtonEdit2";
  368. this.repositoryItemButtonEdit2.ReadOnly = true;
  369. this.repositoryItemButtonEdit2.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  370. //
  371. // grvAdvDetail
  372. //
  373. this.grvAdvDetail.GridControl = this.grdDetail;
  374. this.grvAdvDetail.Name = "grvAdvDetail";
  375. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  376. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  377. this.grvAdvDetail.OptionsView.ShowFooter = true;
  378. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  379. //
  380. // repDate
  381. //
  382. this.repDate.AutoHeight = false;
  383. this.repDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  384. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  385. this.repDate.Mask.EditMask = "yyyy-MM-dd";
  386. this.repDate.Mask.UseMaskAsDisplayFormat = true;
  387. this.repDate.Name = "repDate";
  388. this.repDate.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  389. new DevExpress.XtraEditors.Controls.EditorButton()});
  390. //
  391. // rptPage
  392. //
  393. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  394. this.rptPage.Appearance.Options.UseBackColor = true;
  395. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  396. this.rptPage.isInit = false;
  397. this.rptPage.Location = new System.Drawing.Point(0, 531);
  398. this.rptPage.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
  399. this.rptPage.Name = "rptPage";
  400. this.rptPage.PageIndex = 1;
  401. this.rptPage.PageSize = 10000;
  402. this.rptPage.RecordNum = 0;
  403. this.rptPage.Size = new System.Drawing.Size(1321, 33);
  404. this.rptPage.TabIndex = 15;
  405. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  406. //
  407. // btnExit
  408. //
  409. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  410. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  411. this.btnExit.Appearance.Options.UseFont = true;
  412. this.btnExit.Appearance.Options.UseForeColor = true;
  413. this.btnExit.Appearance.Options.UseTextOptions = true;
  414. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  415. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  416. this.btnExit.Location = new System.Drawing.Point(798, 0);
  417. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  418. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  419. this.btnExit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  420. this.btnExit.Name = "btnExit";
  421. this.btnExit.Size = new System.Drawing.Size(65, 39);
  422. this.btnExit.TabIndex = 10;
  423. this.btnExit.Text = "退出";
  424. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  425. //
  426. // btnFilter
  427. //
  428. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  429. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  430. this.btnFilter.Appearance.Options.UseFont = true;
  431. this.btnFilter.Appearance.Options.UseForeColor = true;
  432. this.btnFilter.Appearance.Options.UseTextOptions = true;
  433. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  434. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  435. this.btnFilter.Location = new System.Drawing.Point(78, 0);
  436. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  437. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  438. this.btnFilter.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  439. this.btnFilter.Name = "btnFilter";
  440. this.btnFilter.Size = new System.Drawing.Size(62, 39);
  441. this.btnFilter.TabIndex = 11;
  442. this.btnFilter.Text = "过滤";
  443. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  444. //
  445. // panelControl3
  446. //
  447. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  448. this.panelControl3.Appearance.Options.UseBackColor = true;
  449. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  450. this.panelControl3.Controls.Add(this.btnbl);
  451. this.panelControl3.Controls.Add(this.btnStpUpload);
  452. this.panelControl3.Controls.Add(this.btnCancelAll);
  453. this.panelControl3.Controls.Add(this.btnSelectAll);
  454. this.panelControl3.Controls.Add(this.simpleButton1);
  455. this.panelControl3.Controls.Add(this.simpleButton2);
  456. this.panelControl3.Controls.Add(this.btnOutPut);
  457. this.panelControl3.Controls.Add(this.btnCanSelect);
  458. this.panelControl3.Controls.Add(this.btnSelect);
  459. this.panelControl3.Controls.Add(this.btnConfig);
  460. this.panelControl3.Controls.Add(this.btnFalsh);
  461. this.panelControl3.Controls.Add(this.lblTitle);
  462. this.panelControl3.Controls.Add(this.btnClose);
  463. this.panelControl3.Controls.Add(this.btnFilter);
  464. this.panelControl3.Controls.Add(this.btnExit);
  465. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  466. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  467. this.panelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  468. this.panelControl3.Name = "panelControl3";
  469. this.panelControl3.Size = new System.Drawing.Size(1321, 39);
  470. this.panelControl3.TabIndex = 13;
  471. //
  472. // btnbl
  473. //
  474. this.btnbl.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  475. this.btnbl.Appearance.ForeColor = System.Drawing.Color.White;
  476. this.btnbl.Appearance.Options.UseFont = true;
  477. this.btnbl.Appearance.Options.UseForeColor = true;
  478. this.btnbl.Appearance.Options.UseTextOptions = true;
  479. this.btnbl.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  480. this.btnbl.Image = ((System.Drawing.Image)(resources.GetObject("btnbl.Image")));
  481. this.btnbl.Location = new System.Drawing.Point(490, 0);
  482. this.btnbl.LookAndFeel.SkinName = "BlueButtonSkin";
  483. this.btnbl.LookAndFeel.UseDefaultLookAndFeel = false;
  484. this.btnbl.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  485. this.btnbl.Name = "btnbl";
  486. this.btnbl.Size = new System.Drawing.Size(127, 39);
  487. this.btnbl.TabIndex = 54;
  488. this.btnbl.Text = "补录工时上传";
  489. this.btnbl.Click += new System.EventHandler(this.btnbl_Click);
  490. //
  491. // btnStpUpload
  492. //
  493. this.btnStpUpload.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  494. this.btnStpUpload.Appearance.ForeColor = System.Drawing.Color.White;
  495. this.btnStpUpload.Appearance.Options.UseFont = true;
  496. this.btnStpUpload.Appearance.Options.UseForeColor = true;
  497. this.btnStpUpload.Appearance.Options.UseTextOptions = true;
  498. this.btnStpUpload.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  499. this.btnStpUpload.Image = ((System.Drawing.Image)(resources.GetObject("btnStpUpload.Image")));
  500. this.btnStpUpload.Location = new System.Drawing.Point(378, 0);
  501. this.btnStpUpload.LookAndFeel.SkinName = "BlueButtonSkin";
  502. this.btnStpUpload.LookAndFeel.UseDefaultLookAndFeel = false;
  503. this.btnStpUpload.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  504. this.btnStpUpload.Name = "btnStpUpload";
  505. this.btnStpUpload.Size = new System.Drawing.Size(116, 39);
  506. this.btnStpUpload.TabIndex = 53;
  507. this.btnStpUpload.Text = "标准工时上传";
  508. this.btnStpUpload.Click += new System.EventHandler(this.btnStpUpload_Click);
  509. //
  510. // btnCancelAll
  511. //
  512. this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  513. this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White;
  514. this.btnCancelAll.Appearance.Options.UseFont = true;
  515. this.btnCancelAll.Appearance.Options.UseForeColor = true;
  516. this.btnCancelAll.Appearance.Options.UseTextOptions = true;
  517. this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  518. this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image")));
  519. this.btnCancelAll.Location = new System.Drawing.Point(737, 0);
  520. this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
  521. this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
  522. this.btnCancelAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  523. this.btnCancelAll.Name = "btnCancelAll";
  524. this.btnCancelAll.Size = new System.Drawing.Size(65, 39);
  525. this.btnCancelAll.TabIndex = 52;
  526. this.btnCancelAll.Text = "全消";
  527. this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click_1);
  528. //
  529. // btnSelectAll
  530. //
  531. this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  532. this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White;
  533. this.btnSelectAll.Appearance.Options.UseFont = true;
  534. this.btnSelectAll.Appearance.Options.UseForeColor = true;
  535. this.btnSelectAll.Appearance.Options.UseTextOptions = true;
  536. this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  537. this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image")));
  538. this.btnSelectAll.Location = new System.Drawing.Point(675, 0);
  539. this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
  540. this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
  541. this.btnSelectAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  542. this.btnSelectAll.Name = "btnSelectAll";
  543. this.btnSelectAll.Size = new System.Drawing.Size(65, 39);
  544. this.btnSelectAll.TabIndex = 51;
  545. this.btnSelectAll.Text = "全选";
  546. this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click_1);
  547. //
  548. // simpleButton1
  549. //
  550. this.simpleButton1.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  551. this.simpleButton1.Appearance.ForeColor = System.Drawing.Color.White;
  552. this.simpleButton1.Appearance.Options.UseFont = true;
  553. this.simpleButton1.Appearance.Options.UseForeColor = true;
  554. this.simpleButton1.Appearance.Options.UseTextOptions = true;
  555. this.simpleButton1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  556. this.simpleButton1.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.Image")));
  557. this.simpleButton1.Location = new System.Drawing.Point(1126, 0);
  558. this.simpleButton1.LookAndFeel.SkinName = "BlueButtonSkin";
  559. this.simpleButton1.LookAndFeel.UseDefaultLookAndFeel = false;
  560. this.simpleButton1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  561. this.simpleButton1.Name = "simpleButton1";
  562. this.simpleButton1.Size = new System.Drawing.Size(66, 39);
  563. this.simpleButton1.TabIndex = 50;
  564. this.simpleButton1.Text = "保存";
  565. this.simpleButton1.Visible = false;
  566. //
  567. // simpleButton2
  568. //
  569. this.simpleButton2.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  570. this.simpleButton2.Appearance.ForeColor = System.Drawing.Color.White;
  571. this.simpleButton2.Appearance.Options.UseFont = true;
  572. this.simpleButton2.Appearance.Options.UseForeColor = true;
  573. this.simpleButton2.Appearance.Options.UseTextOptions = true;
  574. this.simpleButton2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  575. this.simpleButton2.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton2.Image")));
  576. this.simpleButton2.Location = new System.Drawing.Point(315, 0);
  577. this.simpleButton2.LookAndFeel.SkinName = "BlueButtonSkin";
  578. this.simpleButton2.LookAndFeel.UseDefaultLookAndFeel = false;
  579. this.simpleButton2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  580. this.simpleButton2.Name = "simpleButton2";
  581. this.simpleButton2.Size = new System.Drawing.Size(66, 39);
  582. this.simpleButton2.TabIndex = 49;
  583. this.simpleButton2.Text = "上传";
  584. this.simpleButton2.Click += new System.EventHandler(this.btnCreate_Click);
  585. //
  586. // btnOutPut
  587. //
  588. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  589. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  590. this.btnOutPut.Appearance.Options.UseFont = true;
  591. this.btnOutPut.Appearance.Options.UseForeColor = true;
  592. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  593. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  594. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  595. this.btnOutPut.Location = new System.Drawing.Point(247, 0);
  596. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  597. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  598. this.btnOutPut.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  599. this.btnOutPut.Name = "btnOutPut";
  600. this.btnOutPut.Size = new System.Drawing.Size(72, 39);
  601. this.btnOutPut.TabIndex = 47;
  602. this.btnOutPut.Text = "导出";
  603. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click_1);
  604. //
  605. // btnCanSelect
  606. //
  607. this.btnCanSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  608. this.btnCanSelect.Appearance.ForeColor = System.Drawing.Color.White;
  609. this.btnCanSelect.Appearance.Options.UseFont = true;
  610. this.btnCanSelect.Appearance.Options.UseForeColor = true;
  611. this.btnCanSelect.Appearance.Options.UseTextOptions = true;
  612. this.btnCanSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  613. this.btnCanSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnCanSelect.Image")));
  614. this.btnCanSelect.Location = new System.Drawing.Point(995, 0);
  615. this.btnCanSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  616. this.btnCanSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  617. this.btnCanSelect.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  618. this.btnCanSelect.Name = "btnCanSelect";
  619. this.btnCanSelect.Size = new System.Drawing.Size(66, 39);
  620. this.btnCanSelect.TabIndex = 46;
  621. this.btnCanSelect.Text = "全消";
  622. this.btnCanSelect.Visible = false;
  623. this.btnCanSelect.Click += new System.EventHandler(this.btnCancelAll_Click);
  624. //
  625. // btnSelect
  626. //
  627. this.btnSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  628. this.btnSelect.Appearance.ForeColor = System.Drawing.Color.White;
  629. this.btnSelect.Appearance.Options.UseFont = true;
  630. this.btnSelect.Appearance.Options.UseForeColor = true;
  631. this.btnSelect.Appearance.Options.UseTextOptions = true;
  632. this.btnSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  633. this.btnSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnSelect.Image")));
  634. this.btnSelect.Location = new System.Drawing.Point(929, 0);
  635. this.btnSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  636. this.btnSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  637. this.btnSelect.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  638. this.btnSelect.Name = "btnSelect";
  639. this.btnSelect.Size = new System.Drawing.Size(66, 39);
  640. this.btnSelect.TabIndex = 45;
  641. this.btnSelect.Text = "全选";
  642. this.btnSelect.Visible = false;
  643. this.btnSelect.Click += new System.EventHandler(this.btnSelectAll_Click);
  644. //
  645. // btnConfig
  646. //
  647. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  648. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  649. this.btnConfig.Appearance.Options.UseFont = true;
  650. this.btnConfig.Appearance.Options.UseForeColor = true;
  651. this.btnConfig.Appearance.Options.UseTextOptions = true;
  652. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  653. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  654. this.btnConfig.Location = new System.Drawing.Point(140, 0);
  655. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  656. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  657. this.btnConfig.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  658. this.btnConfig.Name = "btnConfig";
  659. this.btnConfig.Size = new System.Drawing.Size(109, 39);
  660. this.btnConfig.TabIndex = 26;
  661. this.btnConfig.Text = "数据源设置";
  662. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  663. //
  664. // btnFalsh
  665. //
  666. this.btnFalsh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  667. this.btnFalsh.Appearance.ForeColor = System.Drawing.Color.White;
  668. this.btnFalsh.Appearance.Options.UseFont = true;
  669. this.btnFalsh.Appearance.Options.UseForeColor = true;
  670. this.btnFalsh.Appearance.Options.UseTextOptions = true;
  671. this.btnFalsh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  672. this.btnFalsh.Image = ((System.Drawing.Image)(resources.GetObject("btnFalsh.Image")));
  673. this.btnFalsh.Location = new System.Drawing.Point(613, 0);
  674. this.btnFalsh.LookAndFeel.SkinName = "BlueButtonSkin";
  675. this.btnFalsh.LookAndFeel.UseDefaultLookAndFeel = false;
  676. this.btnFalsh.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  677. this.btnFalsh.Name = "btnFalsh";
  678. this.btnFalsh.Size = new System.Drawing.Size(66, 39);
  679. this.btnFalsh.TabIndex = 25;
  680. this.btnFalsh.Text = "刷新";
  681. this.btnFalsh.Click += new System.EventHandler(this.btnRefresh_Click);
  682. //
  683. // lblTitle
  684. //
  685. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  686. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  687. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  688. this.lblTitle.Location = new System.Drawing.Point(3, 5);
  689. this.lblTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  690. this.lblTitle.Name = "lblTitle";
  691. this.lblTitle.Size = new System.Drawing.Size(69, 30);
  692. this.lblTitle.TabIndex = 19;
  693. this.lblTitle.Text = "工时上传";
  694. //
  695. // btnClose
  696. //
  697. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  698. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  699. this.btnClose.Appearance.Options.UseFont = true;
  700. this.btnClose.Appearance.Options.UseForeColor = true;
  701. this.btnClose.Appearance.Options.UseTextOptions = true;
  702. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  703. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  704. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  705. this.btnClose.Location = new System.Drawing.Point(1291, 0);
  706. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  707. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  708. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  709. this.btnClose.Name = "btnClose";
  710. this.btnClose.Size = new System.Drawing.Size(30, 39);
  711. this.btnClose.TabIndex = 14;
  712. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  713. //
  714. // FormICSWorkHourUpload
  715. //
  716. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  717. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  718. this.ClientSize = new System.Drawing.Size(1321, 564);
  719. this.Controls.Add(this.groupControl1);
  720. this.Controls.Add(this.rptPage);
  721. this.Controls.Add(this.panelControl3);
  722. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  723. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  724. this.Name = "FormICSWorkHourUpload";
  725. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  726. this.Text = "FormGridReport";
  727. this.Load += new System.EventHandler(this.FormICSCREW_Load);
  728. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  729. this.groupControl1.ResumeLayout(false);
  730. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  731. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  732. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
  733. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
  734. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).EndInit();
  735. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  736. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).EndInit();
  737. ((System.ComponentModel.ISupportInitialize)(this.repDate)).EndInit();
  738. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  739. this.panelControl3.ResumeLayout(false);
  740. this.ResumeLayout(false);
  741. }
  742. #endregion
  743. private DevExpress.XtraEditors.GroupControl groupControl1;
  744. private DevExpress.XtraGrid.GridControl grdDetail;
  745. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  746. private ICSSoft.Base.UserControl.FormControl.PageNavTool rptPage;
  747. private DevExpress.XtraEditors.SimpleButton btnExit;
  748. private DevExpress.XtraEditors.SimpleButton btnFilter;
  749. private DevExpress.XtraEditors.PanelControl panelControl3;
  750. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  751. private DevExpress.XtraEditors.SimpleButton btnClose;
  752. private DevExpress.XtraEditors.LabelControl lblTitle;
  753. private DevExpress.XtraEditors.SimpleButton btnConfig;
  754. private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repDate;
  755. private DevExpress.XtraEditors.SimpleButton btnFalsh;
  756. private DevExpress.XtraEditors.SimpleButton btnCanSelect;
  757. private DevExpress.XtraEditors.SimpleButton btnSelect;
  758. private DevExpress.XtraGrid.Columns.GridColumn ID;
  759. private DevExpress.XtraGrid.Columns.GridColumn MOCODE;
  760. private DevExpress.XtraGrid.Columns.GridColumn LOTNO;
  761. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  762. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  763. private DevExpress.XtraEditors.SimpleButton simpleButton1;
  764. private DevExpress.XtraEditors.SimpleButton simpleButton2;
  765. private DevExpress.XtraGrid.Columns.GridColumn ITEMCODE;
  766. private DevExpress.XtraGrid.Columns.GridColumn INVNAME;
  767. private DevExpress.XtraGrid.Columns.GridColumn OPCODE;
  768. private DevExpress.XtraGrid.Columns.GridColumn OPDESC;
  769. private DevExpress.XtraGrid.Columns.GridColumn COLBGUSER;
  770. private DevExpress.XtraEditors.Repository.RepositoryItemComboBox repositoryItemComboBox1;
  771. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
  772. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit2;
  773. private DevExpress.XtraGrid.Columns.GridColumn INVSTD;
  774. private DevExpress.XtraGrid.Columns.GridColumn QTY;
  775. private DevExpress.XtraGrid.Columns.GridColumn colMOseq;
  776. private DevExpress.XtraGrid.Columns.GridColumn colBgDate;
  777. private DevExpress.XtraGrid.Columns.GridColumn COLSTATUS;
  778. private DevExpress.XtraGrid.Columns.GridColumn colWorkHours;
  779. private DevExpress.XtraGrid.Columns.GridColumn COLNGQTY;
  780. private DevExpress.XtraGrid.Columns.GridColumn ColOpseq;
  781. private DevExpress.XtraGrid.Columns.GridColumn singleHours;
  782. private DevExpress.XtraEditors.SimpleButton btnSelectAll;
  783. private DevExpress.XtraEditors.SimpleButton btnCancelAll;
  784. private DevExpress.XtraGrid.Columns.GridColumn colWorkHours2;
  785. private DevExpress.XtraEditors.SimpleButton btnStpUpload;
  786. private DevExpress.XtraGrid.Columns.GridColumn STIME;
  787. private DevExpress.XtraGrid.Columns.GridColumn Addition;
  788. private DevExpress.XtraEditors.SimpleButton btnbl;
  789. }
  790. }