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

596 lines
33 KiB

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