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

649 lines
34 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSONWIPCheckAll
  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(FormICSONWIPCheckAll));
  29. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  30. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  31. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  32. this.btnALL = new DevExpress.XtraEditors.SimpleButton();
  33. this.btnTop = new DevExpress.XtraEditors.SimpleButton();
  34. this.btnModify = new DevExpress.XtraEditors.SimpleButton();
  35. this.btnCheck = new DevExpress.XtraEditors.SimpleButton();
  36. this.btnCreate = new DevExpress.XtraEditors.SimpleButton();
  37. this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
  38. this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
  39. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  40. this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
  41. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  42. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  43. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  44. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  45. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colStatus = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colCode = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.colINVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.colINVSTD = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.colCheckMode = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.colOPSEQ = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.colOPCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.colOPDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.colQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  59. this.colchkMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  60. this.colBeginDateTime = new DevExpress.XtraGrid.Columns.GridColumn();
  61. this.colEndDateTime = new DevExpress.XtraGrid.Columns.GridColumn();
  62. this.colResult = new DevExpress.XtraGrid.Columns.GridColumn();
  63. this.colTop = new DevExpress.XtraGrid.Columns.GridColumn();
  64. this.colisCtrlType = new DevExpress.XtraGrid.Columns.GridColumn();
  65. this.colOKQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
  66. this.colCanCheck = new DevExpress.XtraGrid.Columns.GridColumn();
  67. this.colDetailID = new DevExpress.XtraGrid.Columns.GridColumn();
  68. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  69. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  70. this.panelControl3.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  72. this.groupControl1.SuspendLayout();
  73. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  76. this.SuspendLayout();
  77. //
  78. // btnOutPut
  79. //
  80. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  81. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  82. this.btnOutPut.Appearance.Options.UseFont = true;
  83. this.btnOutPut.Appearance.Options.UseForeColor = true;
  84. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  85. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  86. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  87. this.btnOutPut.Location = new System.Drawing.Point(308, 0);
  88. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  89. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  90. this.btnOutPut.Name = "btnOutPut";
  91. this.btnOutPut.Size = new System.Drawing.Size(63, 30);
  92. this.btnOutPut.TabIndex = 2;
  93. this.btnOutPut.Text = "导出";
  94. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  95. //
  96. // btnExit
  97. //
  98. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  99. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  100. this.btnExit.Appearance.Options.UseFont = true;
  101. this.btnExit.Appearance.Options.UseForeColor = true;
  102. this.btnExit.Appearance.Options.UseTextOptions = true;
  103. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  104. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  105. this.btnExit.Location = new System.Drawing.Point(429, 0);
  106. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  107. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  108. this.btnExit.Name = "btnExit";
  109. this.btnExit.Size = new System.Drawing.Size(55, 30);
  110. this.btnExit.TabIndex = 10;
  111. this.btnExit.Text = "退出";
  112. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  113. //
  114. // panelControl3
  115. //
  116. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  117. this.panelControl3.Appearance.Options.UseBackColor = true;
  118. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  119. this.panelControl3.Controls.Add(this.btnALL);
  120. this.panelControl3.Controls.Add(this.btnTop);
  121. this.panelControl3.Controls.Add(this.btnModify);
  122. this.panelControl3.Controls.Add(this.btnCheck);
  123. this.panelControl3.Controls.Add(this.btnCreate);
  124. this.panelControl3.Controls.Add(this.btnCancelAll);
  125. this.panelControl3.Controls.Add(this.btnSelectAll);
  126. this.panelControl3.Controls.Add(this.lblTitle);
  127. this.panelControl3.Controls.Add(this.btnRefresh);
  128. this.panelControl3.Controls.Add(this.btnClose);
  129. this.panelControl3.Controls.Add(this.btnExit);
  130. this.panelControl3.Controls.Add(this.btnOutPut);
  131. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  132. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  133. this.panelControl3.Name = "panelControl3";
  134. this.panelControl3.Size = new System.Drawing.Size(1036, 30);
  135. this.panelControl3.TabIndex = 13;
  136. //
  137. // btnALL
  138. //
  139. this.btnALL.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  140. this.btnALL.Appearance.ForeColor = System.Drawing.Color.White;
  141. this.btnALL.Appearance.Options.UseFont = true;
  142. this.btnALL.Appearance.Options.UseForeColor = true;
  143. this.btnALL.Appearance.Options.UseTextOptions = true;
  144. this.btnALL.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  145. this.btnALL.Image = ((System.Drawing.Image)(resources.GetObject("btnALL.Image")));
  146. this.btnALL.Location = new System.Drawing.Point(228, 0);
  147. this.btnALL.LookAndFeel.SkinName = "BlueButtonSkin";
  148. this.btnALL.LookAndFeel.UseDefaultLookAndFeel = false;
  149. this.btnALL.Name = "btnALL";
  150. this.btnALL.Size = new System.Drawing.Size(80, 30);
  151. this.btnALL.TabIndex = 56;
  152. this.btnALL.Text = "显示全部";
  153. this.btnALL.Click += new System.EventHandler(this.btnALL_Click);
  154. //
  155. // btnTop
  156. //
  157. this.btnTop.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  158. this.btnTop.Appearance.ForeColor = System.Drawing.Color.White;
  159. this.btnTop.Appearance.Options.UseFont = true;
  160. this.btnTop.Appearance.Options.UseForeColor = true;
  161. this.btnTop.Appearance.Options.UseTextOptions = true;
  162. this.btnTop.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  163. this.btnTop.Image = ((System.Drawing.Image)(resources.GetObject("btnTop.Image")));
  164. this.btnTop.Location = new System.Drawing.Point(173, 0);
  165. this.btnTop.LookAndFeel.SkinName = "BlueButtonSkin";
  166. this.btnTop.LookAndFeel.UseDefaultLookAndFeel = false;
  167. this.btnTop.Name = "btnTop";
  168. this.btnTop.Size = new System.Drawing.Size(55, 30);
  169. this.btnTop.TabIndex = 55;
  170. this.btnTop.Text = "置顶";
  171. this.btnTop.Click += new System.EventHandler(this.btnTop_Click);
  172. //
  173. // btnModify
  174. //
  175. this.btnModify.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  176. this.btnModify.Appearance.ForeColor = System.Drawing.Color.White;
  177. this.btnModify.Appearance.Options.UseFont = true;
  178. this.btnModify.Appearance.Options.UseForeColor = true;
  179. this.btnModify.Appearance.Options.UseTextOptions = true;
  180. this.btnModify.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  181. this.btnModify.Image = ((System.Drawing.Image)(resources.GetObject("btnModify.Image")));
  182. this.btnModify.Location = new System.Drawing.Point(600, 0);
  183. this.btnModify.LookAndFeel.SkinName = "BlueButtonSkin";
  184. this.btnModify.LookAndFeel.UseDefaultLookAndFeel = false;
  185. this.btnModify.Name = "btnModify";
  186. this.btnModify.Size = new System.Drawing.Size(63, 30);
  187. this.btnModify.TabIndex = 24;
  188. this.btnModify.Text = "判退";
  189. this.btnModify.Click += new System.EventHandler(this.btnModify_Click);
  190. //
  191. // btnCheck
  192. //
  193. this.btnCheck.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  194. this.btnCheck.Appearance.ForeColor = System.Drawing.Color.White;
  195. this.btnCheck.Appearance.Options.UseFont = true;
  196. this.btnCheck.Appearance.Options.UseForeColor = true;
  197. this.btnCheck.Appearance.Options.UseTextOptions = true;
  198. this.btnCheck.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  199. this.btnCheck.Image = ((System.Drawing.Image)(resources.GetObject("btnCheck.Image")));
  200. this.btnCheck.Location = new System.Drawing.Point(484, 0);
  201. this.btnCheck.LookAndFeel.SkinName = "BlueButtonSkin";
  202. this.btnCheck.LookAndFeel.UseDefaultLookAndFeel = false;
  203. this.btnCheck.Name = "btnCheck";
  204. this.btnCheck.Size = new System.Drawing.Size(58, 30);
  205. this.btnCheck.TabIndex = 23;
  206. this.btnCheck.Text = "巡检";
  207. this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click);
  208. //
  209. // btnCreate
  210. //
  211. this.btnCreate.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  212. this.btnCreate.Appearance.ForeColor = System.Drawing.Color.White;
  213. this.btnCreate.Appearance.Options.UseFont = true;
  214. this.btnCreate.Appearance.Options.UseForeColor = true;
  215. this.btnCreate.Appearance.Options.UseTextOptions = true;
  216. this.btnCreate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  217. this.btnCreate.Image = ((System.Drawing.Image)(resources.GetObject("btnCreate.Image")));
  218. this.btnCreate.Location = new System.Drawing.Point(542, 0);
  219. this.btnCreate.LookAndFeel.SkinName = "BlueButtonSkin";
  220. this.btnCreate.LookAndFeel.UseDefaultLookAndFeel = false;
  221. this.btnCreate.Name = "btnCreate";
  222. this.btnCreate.Size = new System.Drawing.Size(58, 30);
  223. this.btnCreate.TabIndex = 23;
  224. this.btnCreate.Text = "放行";
  225. this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
  226. //
  227. // btnCancelAll
  228. //
  229. this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  230. this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White;
  231. this.btnCancelAll.Appearance.Options.UseFont = true;
  232. this.btnCancelAll.Appearance.Options.UseForeColor = true;
  233. this.btnCancelAll.Appearance.Options.UseTextOptions = true;
  234. this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  235. this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image")));
  236. this.btnCancelAll.Location = new System.Drawing.Point(115, 0);
  237. this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
  238. this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
  239. this.btnCancelAll.Name = "btnCancelAll";
  240. this.btnCancelAll.Size = new System.Drawing.Size(58, 30);
  241. this.btnCancelAll.TabIndex = 22;
  242. this.btnCancelAll.Text = "全消";
  243. this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click);
  244. //
  245. // btnSelectAll
  246. //
  247. this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  248. this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White;
  249. this.btnSelectAll.Appearance.Options.UseFont = true;
  250. this.btnSelectAll.Appearance.Options.UseForeColor = true;
  251. this.btnSelectAll.Appearance.Options.UseTextOptions = true;
  252. this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  253. this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image")));
  254. this.btnSelectAll.Location = new System.Drawing.Point(57, 0);
  255. this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
  256. this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
  257. this.btnSelectAll.Name = "btnSelectAll";
  258. this.btnSelectAll.Size = new System.Drawing.Size(58, 30);
  259. this.btnSelectAll.TabIndex = 20;
  260. this.btnSelectAll.Text = "全选";
  261. this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
  262. //
  263. // lblTitle
  264. //
  265. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  266. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  267. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  268. this.lblTitle.Location = new System.Drawing.Point(3, 3);
  269. this.lblTitle.Name = "lblTitle";
  270. this.lblTitle.Size = new System.Drawing.Size(112, 23);
  271. this.lblTitle.TabIndex = 19;
  272. this.lblTitle.Text = "检验";
  273. //
  274. // btnRefresh
  275. //
  276. this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  277. this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White;
  278. this.btnRefresh.Appearance.Options.UseFont = true;
  279. this.btnRefresh.Appearance.Options.UseForeColor = true;
  280. this.btnRefresh.Appearance.Options.UseTextOptions = true;
  281. this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  282. this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
  283. this.btnRefresh.Location = new System.Drawing.Point(371, 0);
  284. this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin";
  285. this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false;
  286. this.btnRefresh.Name = "btnRefresh";
  287. this.btnRefresh.Size = new System.Drawing.Size(58, 30);
  288. this.btnRefresh.TabIndex = 17;
  289. this.btnRefresh.Text = "刷新";
  290. this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
  291. //
  292. // btnClose
  293. //
  294. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  295. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  296. this.btnClose.Appearance.Options.UseFont = true;
  297. this.btnClose.Appearance.Options.UseForeColor = true;
  298. this.btnClose.Appearance.Options.UseTextOptions = true;
  299. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  300. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  301. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  302. this.btnClose.Location = new System.Drawing.Point(1010, 0);
  303. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  304. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  305. this.btnClose.Name = "btnClose";
  306. this.btnClose.Size = new System.Drawing.Size(26, 30);
  307. this.btnClose.TabIndex = 14;
  308. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  309. //
  310. // groupControl1
  311. //
  312. this.groupControl1.Controls.Add(this.grdDetail);
  313. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  314. this.groupControl1.Location = new System.Drawing.Point(0, 30);
  315. this.groupControl1.Name = "groupControl1";
  316. this.groupControl1.Size = new System.Drawing.Size(1036, 409);
  317. this.groupControl1.TabIndex = 14;
  318. this.groupControl1.Text = "详细信息";
  319. //
  320. // grdDetail
  321. //
  322. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  323. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  324. this.grdDetail.MainView = this.grvDetail;
  325. this.grdDetail.Name = "grdDetail";
  326. this.grdDetail.Size = new System.Drawing.Size(1032, 385);
  327. this.grdDetail.TabIndex = 0;
  328. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  329. this.grvDetail,
  330. this.grvAdvDetail});
  331. //
  332. // grvDetail
  333. //
  334. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  335. this.colisSelect,
  336. this.colID,
  337. this.colStatus,
  338. this.colCode,
  339. this.colMTIME,
  340. this.colITEMCODE,
  341. this.colINVNAME,
  342. this.colINVSTD,
  343. this.colCheckMode,
  344. this.colOPSEQ,
  345. this.colOPCODE,
  346. this.colOPDESC,
  347. this.colQuantity,
  348. this.colMUSERName,
  349. this.colchkMUSERName,
  350. this.colBeginDateTime,
  351. this.colEndDateTime,
  352. this.colResult,
  353. this.colTop,
  354. this.colisCtrlType,
  355. this.colOKQuantity,
  356. this.colCanCheck,
  357. this.colDetailID});
  358. this.grvDetail.GridControl = this.grdDetail;
  359. this.grvDetail.IndicatorWidth = 40;
  360. this.grvDetail.Name = "grvDetail";
  361. this.grvDetail.OptionsSelection.MultiSelect = true;
  362. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  363. this.grvDetail.OptionsView.ShowFooter = true;
  364. this.grvDetail.OptionsView.ShowGroupPanel = false;
  365. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  366. this.grvDetail.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.grvDetail_RowStyle);
  367. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  368. //
  369. // colisSelect
  370. //
  371. this.colisSelect.Caption = "选择";
  372. this.colisSelect.FieldName = "isSelect";
  373. this.colisSelect.Name = "colisSelect";
  374. this.colisSelect.Visible = true;
  375. this.colisSelect.VisibleIndex = 0;
  376. //
  377. // colID
  378. //
  379. this.colID.Caption = "ID";
  380. this.colID.FieldName = "ID";
  381. this.colID.Name = "colID";
  382. this.colID.OptionsColumn.ReadOnly = true;
  383. //
  384. // colStatus
  385. //
  386. this.colStatus.Caption = "状态";
  387. this.colStatus.FieldName = "Status";
  388. this.colStatus.Name = "colStatus";
  389. this.colStatus.OptionsColumn.ReadOnly = true;
  390. this.colStatus.Visible = true;
  391. this.colStatus.VisibleIndex = 2;
  392. //
  393. // colCode
  394. //
  395. this.colCode.Caption = "送检单号";
  396. this.colCode.FieldName = "Code";
  397. this.colCode.Name = "colCode";
  398. this.colCode.OptionsColumn.ReadOnly = true;
  399. this.colCode.Visible = true;
  400. this.colCode.VisibleIndex = 1;
  401. this.colCode.Width = 105;
  402. //
  403. // colMTIME
  404. //
  405. this.colMTIME.Caption = "送检时间";
  406. this.colMTIME.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  407. this.colMTIME.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
  408. this.colMTIME.FieldName = "MTIME";
  409. this.colMTIME.Name = "colMTIME";
  410. this.colMTIME.OptionsColumn.ReadOnly = true;
  411. this.colMTIME.Visible = true;
  412. this.colMTIME.VisibleIndex = 13;
  413. this.colMTIME.Width = 101;
  414. //
  415. // colITEMCODE
  416. //
  417. this.colITEMCODE.Caption = "物料编码";
  418. this.colITEMCODE.FieldName = "ITEMCODE";
  419. this.colITEMCODE.Name = "colITEMCODE";
  420. this.colITEMCODE.OptionsColumn.ReadOnly = true;
  421. this.colITEMCODE.Visible = true;
  422. this.colITEMCODE.VisibleIndex = 4;
  423. //
  424. // colINVNAME
  425. //
  426. this.colINVNAME.Caption = "物料名称";
  427. this.colINVNAME.FieldName = "INVNAME";
  428. this.colINVNAME.Name = "colINVNAME";
  429. this.colINVNAME.OptionsColumn.ReadOnly = true;
  430. this.colINVNAME.Visible = true;
  431. this.colINVNAME.VisibleIndex = 5;
  432. //
  433. // colINVSTD
  434. //
  435. this.colINVSTD.Caption = "规格型号";
  436. this.colINVSTD.FieldName = "INVSTD";
  437. this.colINVSTD.Name = "colINVSTD";
  438. this.colINVSTD.OptionsColumn.ReadOnly = true;
  439. this.colINVSTD.Visible = true;
  440. this.colINVSTD.VisibleIndex = 6;
  441. //
  442. // colCheckMode
  443. //
  444. this.colCheckMode.Caption = "类型";
  445. this.colCheckMode.FieldName = "CheckMode";
  446. this.colCheckMode.Name = "colCheckMode";
  447. this.colCheckMode.OptionsColumn.ReadOnly = true;
  448. this.colCheckMode.Visible = true;
  449. this.colCheckMode.VisibleIndex = 7;
  450. //
  451. // colOPSEQ
  452. //
  453. this.colOPSEQ.Caption = "工序次序";
  454. this.colOPSEQ.FieldName = "OPSEQ";
  455. this.colOPSEQ.Name = "colOPSEQ";
  456. this.colOPSEQ.OptionsColumn.ReadOnly = true;
  457. this.colOPSEQ.Visible = true;
  458. this.colOPSEQ.VisibleIndex = 8;
  459. //
  460. // colOPCODE
  461. //
  462. this.colOPCODE.Caption = "工序代码";
  463. this.colOPCODE.FieldName = "OPCODE";
  464. this.colOPCODE.Name = "colOPCODE";
  465. this.colOPCODE.OptionsColumn.ReadOnly = true;
  466. this.colOPCODE.Visible = true;
  467. this.colOPCODE.VisibleIndex = 9;
  468. //
  469. // colOPDESC
  470. //
  471. this.colOPDESC.Caption = "工序名称";
  472. this.colOPDESC.FieldName = "OPDESC";
  473. this.colOPDESC.Name = "colOPDESC";
  474. this.colOPDESC.OptionsColumn.ReadOnly = true;
  475. this.colOPDESC.Visible = true;
  476. this.colOPDESC.VisibleIndex = 10;
  477. //
  478. // colQuantity
  479. //
  480. this.colQuantity.Caption = "送检数量";
  481. this.colQuantity.FieldName = "Quantity";
  482. this.colQuantity.Name = "colQuantity";
  483. this.colQuantity.OptionsColumn.ReadOnly = true;
  484. this.colQuantity.Visible = true;
  485. this.colQuantity.VisibleIndex = 11;
  486. //
  487. // colMUSERName
  488. //
  489. this.colMUSERName.Caption = "送检人";
  490. this.colMUSERName.FieldName = "MUSERName";
  491. this.colMUSERName.Name = "colMUSERName";
  492. this.colMUSERName.OptionsColumn.ReadOnly = true;
  493. this.colMUSERName.Visible = true;
  494. this.colMUSERName.VisibleIndex = 12;
  495. //
  496. // colchkMUSERName
  497. //
  498. this.colchkMUSERName.Caption = "检验员";
  499. this.colchkMUSERName.FieldName = "chkMUSERName";
  500. this.colchkMUSERName.Name = "colchkMUSERName";
  501. this.colchkMUSERName.OptionsColumn.ReadOnly = true;
  502. this.colchkMUSERName.Visible = true;
  503. this.colchkMUSERName.VisibleIndex = 14;
  504. //
  505. // colBeginDateTime
  506. //
  507. this.colBeginDateTime.Caption = "开始时间";
  508. this.colBeginDateTime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  509. this.colBeginDateTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
  510. this.colBeginDateTime.FieldName = "BeginDateTime";
  511. this.colBeginDateTime.Name = "colBeginDateTime";
  512. this.colBeginDateTime.OptionsColumn.ReadOnly = true;
  513. this.colBeginDateTime.Visible = true;
  514. this.colBeginDateTime.VisibleIndex = 15;
  515. //
  516. // colEndDateTime
  517. //
  518. this.colEndDateTime.Caption = "结束时间";
  519. this.colEndDateTime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  520. this.colEndDateTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
  521. this.colEndDateTime.FieldName = "EndDateTime";
  522. this.colEndDateTime.Name = "colEndDateTime";
  523. this.colEndDateTime.OptionsColumn.ReadOnly = true;
  524. this.colEndDateTime.Visible = true;
  525. this.colEndDateTime.VisibleIndex = 16;
  526. //
  527. // colResult
  528. //
  529. this.colResult.Caption = "结果";
  530. this.colResult.FieldName = "Result";
  531. this.colResult.Name = "colResult";
  532. this.colResult.OptionsColumn.ReadOnly = true;
  533. this.colResult.Visible = true;
  534. this.colResult.VisibleIndex = 3;
  535. //
  536. // colTop
  537. //
  538. this.colTop.Caption = "置顶";
  539. this.colTop.FieldName = "Top";
  540. this.colTop.Name = "colTop";
  541. this.colTop.OptionsColumn.ReadOnly = true;
  542. this.colTop.Visible = true;
  543. this.colTop.VisibleIndex = 17;
  544. //
  545. // colisCtrlType
  546. //
  547. this.colisCtrlType.Caption = "并行状态";
  548. this.colisCtrlType.FieldName = "isCtrlType";
  549. this.colisCtrlType.Name = "colisCtrlType";
  550. this.colisCtrlType.OptionsColumn.ReadOnly = true;
  551. //
  552. // colOKQuantity
  553. //
  554. this.colOKQuantity.Caption = "合格数量";
  555. this.colOKQuantity.FieldName = "OKQuantity";
  556. this.colOKQuantity.Name = "colOKQuantity";
  557. this.colOKQuantity.OptionsColumn.ReadOnly = true;
  558. //
  559. // colCanCheck
  560. //
  561. this.colCanCheck.Caption = "过程检验完成";
  562. this.colCanCheck.FieldName = "CanCheck";
  563. this.colCanCheck.Name = "colCanCheck";
  564. //
  565. // colDetailID
  566. //
  567. this.colDetailID.Caption = "DetailID";
  568. this.colDetailID.FieldName = "DetailID";
  569. this.colDetailID.Name = "colDetailID";
  570. this.colDetailID.OptionsColumn.ReadOnly = true;
  571. //
  572. // grvAdvDetail
  573. //
  574. this.grvAdvDetail.GridControl = this.grdDetail;
  575. this.grvAdvDetail.Name = "grvAdvDetail";
  576. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  577. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  578. this.grvAdvDetail.OptionsView.ShowFooter = true;
  579. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  580. //
  581. // FormICSONWIPCheckAll
  582. //
  583. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  584. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  585. this.ClientSize = new System.Drawing.Size(1036, 439);
  586. this.Controls.Add(this.groupControl1);
  587. this.Controls.Add(this.panelControl3);
  588. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  589. this.Name = "FormICSONWIPCheckAll";
  590. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  591. this.Text = "检验";
  592. this.Load += new System.EventHandler(this.FormICSONWIPCheckAll_Load);
  593. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  594. this.panelControl3.ResumeLayout(false);
  595. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  596. this.groupControl1.ResumeLayout(false);
  597. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  598. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  599. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  600. this.ResumeLayout(false);
  601. }
  602. #endregion
  603. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  604. private DevExpress.XtraEditors.SimpleButton btnExit;
  605. private DevExpress.XtraEditors.PanelControl panelControl3;
  606. private DevExpress.XtraEditors.SimpleButton btnClose;
  607. private DevExpress.XtraEditors.SimpleButton btnRefresh;
  608. private DevExpress.XtraEditors.LabelControl lblTitle;
  609. private DevExpress.XtraEditors.SimpleButton btnCreate;
  610. private DevExpress.XtraEditors.SimpleButton btnCancelAll;
  611. private DevExpress.XtraEditors.SimpleButton btnSelectAll;
  612. private DevExpress.XtraEditors.GroupControl groupControl1;
  613. private DevExpress.XtraGrid.GridControl grdDetail;
  614. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  615. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  616. private DevExpress.XtraGrid.Columns.GridColumn colID;
  617. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  618. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  619. private DevExpress.XtraEditors.SimpleButton btnModify;
  620. private DevExpress.XtraGrid.Columns.GridColumn colCode;
  621. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  622. private DevExpress.XtraGrid.Columns.GridColumn colITEMCODE;
  623. private DevExpress.XtraGrid.Columns.GridColumn colINVNAME;
  624. private DevExpress.XtraGrid.Columns.GridColumn colINVSTD;
  625. private DevExpress.XtraGrid.Columns.GridColumn colCheckMode;
  626. private DevExpress.XtraGrid.Columns.GridColumn colOPSEQ;
  627. private DevExpress.XtraGrid.Columns.GridColumn colOPCODE;
  628. private DevExpress.XtraGrid.Columns.GridColumn colOPDESC;
  629. private DevExpress.XtraGrid.Columns.GridColumn colQuantity;
  630. private DevExpress.XtraGrid.Columns.GridColumn colchkMUSERName;
  631. private DevExpress.XtraGrid.Columns.GridColumn colBeginDateTime;
  632. private DevExpress.XtraGrid.Columns.GridColumn colEndDateTime;
  633. private DevExpress.XtraGrid.Columns.GridColumn colResult;
  634. private DevExpress.XtraGrid.Columns.GridColumn colStatus;
  635. private DevExpress.XtraEditors.SimpleButton btnTop;
  636. private DevExpress.XtraGrid.Columns.GridColumn colTop;
  637. private DevExpress.XtraGrid.Columns.GridColumn colisCtrlType;
  638. private DevExpress.XtraGrid.Columns.GridColumn colOKQuantity;
  639. private DevExpress.XtraEditors.SimpleButton btnALL;
  640. private DevExpress.XtraGrid.Columns.GridColumn colCanCheck;
  641. private DevExpress.XtraEditors.SimpleButton btnCheck;
  642. private DevExpress.XtraGrid.Columns.GridColumn colDetailID;
  643. }
  644. }