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

717 lines
38 KiB

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