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

393 lines
23 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSOPHours
  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(FormICSOPHours));
  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.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  33. this.repDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
  34. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  35. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  36. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  37. this.btnUnCheck = new DevExpress.XtraEditors.SimpleButton();
  38. this.btnFalsh = new DevExpress.XtraEditors.SimpleButton();
  39. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  40. this.btnCanSelect = new DevExpress.XtraEditors.SimpleButton();
  41. this.btnSelect = new DevExpress.XtraEditors.SimpleButton();
  42. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  43. this.btnEdit = new DevExpress.XtraEditors.SimpleButton();
  44. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  45. this.btnCheck = new DevExpress.XtraEditors.SimpleButton();
  46. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  47. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  48. this.groupControl1.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.repDate)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  55. this.panelControl3.SuspendLayout();
  56. this.SuspendLayout();
  57. //
  58. // groupControl1
  59. //
  60. this.groupControl1.Controls.Add(this.grdDetail);
  61. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  62. this.groupControl1.Location = new System.Drawing.Point(0, 30);
  63. this.groupControl1.Name = "groupControl1";
  64. this.groupControl1.Size = new System.Drawing.Size(1096, 409);
  65. this.groupControl1.TabIndex = 14;
  66. this.groupControl1.Text = "详细信息";
  67. //
  68. // grdDetail
  69. //
  70. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  71. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  72. this.grdDetail.MainView = this.grvDetail;
  73. this.grdDetail.Name = "grdDetail";
  74. this.grdDetail.Size = new System.Drawing.Size(1092, 385);
  75. this.grdDetail.TabIndex = 0;
  76. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  77. this.grvDetail,
  78. this.grvAdvDetail});
  79. //
  80. // grvDetail
  81. //
  82. this.grvDetail.GridControl = this.grdDetail;
  83. this.grvDetail.IndicatorWidth = 50;
  84. this.grvDetail.Name = "grvDetail";
  85. this.grvDetail.OptionsSelection.MultiSelect = true;
  86. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  87. this.grvDetail.OptionsView.ShowFooter = true;
  88. this.grvDetail.OptionsView.ShowGroupPanel = false;
  89. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  90. //
  91. // grvAdvDetail
  92. //
  93. this.grvAdvDetail.GridControl = this.grdDetail;
  94. this.grvAdvDetail.Name = "grvAdvDetail";
  95. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  96. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  97. this.grvAdvDetail.OptionsView.ShowFooter = true;
  98. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  99. //
  100. // repDate
  101. //
  102. this.repDate.AutoHeight = false;
  103. this.repDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  104. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  105. this.repDate.Mask.EditMask = "yyyy-MM-dd";
  106. this.repDate.Mask.UseMaskAsDisplayFormat = true;
  107. this.repDate.Name = "repDate";
  108. this.repDate.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  109. new DevExpress.XtraEditors.Controls.EditorButton()});
  110. //
  111. // btnExit
  112. //
  113. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  114. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  115. this.btnExit.Appearance.Options.UseFont = true;
  116. this.btnExit.Appearance.Options.UseForeColor = true;
  117. this.btnExit.Appearance.Options.UseTextOptions = true;
  118. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  119. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  120. this.btnExit.Location = new System.Drawing.Point(668, 0);
  121. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  122. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  123. this.btnExit.Name = "btnExit";
  124. this.btnExit.Size = new System.Drawing.Size(55, 30);
  125. this.btnExit.TabIndex = 10;
  126. this.btnExit.Text = "退出";
  127. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  128. //
  129. // btnFilter
  130. //
  131. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  132. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  133. this.btnFilter.Appearance.Options.UseFont = true;
  134. this.btnFilter.Appearance.Options.UseForeColor = true;
  135. this.btnFilter.Appearance.Options.UseTextOptions = true;
  136. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  137. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  138. this.btnFilter.Location = new System.Drawing.Point(106, 0);
  139. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  140. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  141. this.btnFilter.Name = "btnFilter";
  142. this.btnFilter.Size = new System.Drawing.Size(59, 30);
  143. this.btnFilter.TabIndex = 11;
  144. this.btnFilter.Text = "过滤";
  145. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  146. //
  147. // panelControl3
  148. //
  149. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  150. this.panelControl3.Appearance.Options.UseBackColor = true;
  151. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  152. this.panelControl3.Controls.Add(this.btnUnCheck);
  153. this.panelControl3.Controls.Add(this.btnFilter);
  154. this.panelControl3.Controls.Add(this.btnFalsh);
  155. this.panelControl3.Controls.Add(this.btnOutPut);
  156. this.panelControl3.Controls.Add(this.btnCanSelect);
  157. this.panelControl3.Controls.Add(this.btnSelect);
  158. this.panelControl3.Controls.Add(this.btnConfig);
  159. this.panelControl3.Controls.Add(this.btnEdit);
  160. this.panelControl3.Controls.Add(this.lblTitle);
  161. this.panelControl3.Controls.Add(this.btnCheck);
  162. this.panelControl3.Controls.Add(this.btnClose);
  163. this.panelControl3.Controls.Add(this.btnExit);
  164. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  165. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  166. this.panelControl3.Name = "panelControl3";
  167. this.panelControl3.Size = new System.Drawing.Size(1096, 30);
  168. this.panelControl3.TabIndex = 13;
  169. //
  170. // btnUnCheck
  171. //
  172. this.btnUnCheck.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  173. this.btnUnCheck.Appearance.ForeColor = System.Drawing.Color.White;
  174. this.btnUnCheck.Appearance.Options.UseFont = true;
  175. this.btnUnCheck.Appearance.Options.UseForeColor = true;
  176. this.btnUnCheck.Appearance.Options.UseTextOptions = true;
  177. this.btnUnCheck.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  178. this.btnUnCheck.Image = ((System.Drawing.Image)(resources.GetObject("btnUnCheck.Image")));
  179. this.btnUnCheck.Location = new System.Drawing.Point(489, 0);
  180. this.btnUnCheck.LookAndFeel.SkinName = "BlueButtonSkin";
  181. this.btnUnCheck.LookAndFeel.UseDefaultLookAndFeel = false;
  182. this.btnUnCheck.Name = "btnUnCheck";
  183. this.btnUnCheck.Size = new System.Drawing.Size(58, 30);
  184. this.btnUnCheck.TabIndex = 50;
  185. this.btnUnCheck.Text = "弃审";
  186. this.btnUnCheck.Click += new System.EventHandler(this.btnUnCheck_Click);
  187. //
  188. // btnFalsh
  189. //
  190. this.btnFalsh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  191. this.btnFalsh.Appearance.ForeColor = System.Drawing.Color.White;
  192. this.btnFalsh.Appearance.Options.UseFont = true;
  193. this.btnFalsh.Appearance.Options.UseForeColor = true;
  194. this.btnFalsh.Appearance.Options.UseTextOptions = true;
  195. this.btnFalsh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  196. this.btnFalsh.Image = ((System.Drawing.Image)(resources.GetObject("btnFalsh.Image")));
  197. this.btnFalsh.Location = new System.Drawing.Point(610, 0);
  198. this.btnFalsh.LookAndFeel.SkinName = "BlueButtonSkin";
  199. this.btnFalsh.LookAndFeel.UseDefaultLookAndFeel = false;
  200. this.btnFalsh.Name = "btnFalsh";
  201. this.btnFalsh.Size = new System.Drawing.Size(58, 30);
  202. this.btnFalsh.TabIndex = 49;
  203. this.btnFalsh.Text = "刷新";
  204. this.btnFalsh.Click += new System.EventHandler(this.btnFalsh_Click);
  205. //
  206. // btnOutPut
  207. //
  208. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  209. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  210. this.btnOutPut.Appearance.Options.UseFont = true;
  211. this.btnOutPut.Appearance.Options.UseForeColor = true;
  212. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  213. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  214. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  215. this.btnOutPut.Location = new System.Drawing.Point(547, 0);
  216. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  217. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  218. this.btnOutPut.Name = "btnOutPut";
  219. this.btnOutPut.Size = new System.Drawing.Size(63, 30);
  220. this.btnOutPut.TabIndex = 48;
  221. this.btnOutPut.Text = "导出";
  222. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  223. //
  224. // btnCanSelect
  225. //
  226. this.btnCanSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  227. this.btnCanSelect.Appearance.ForeColor = System.Drawing.Color.White;
  228. this.btnCanSelect.Appearance.Options.UseFont = true;
  229. this.btnCanSelect.Appearance.Options.UseForeColor = true;
  230. this.btnCanSelect.Appearance.Options.UseTextOptions = true;
  231. this.btnCanSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  232. this.btnCanSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnCanSelect.Image")));
  233. this.btnCanSelect.Location = new System.Drawing.Point(315, 0);
  234. this.btnCanSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  235. this.btnCanSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  236. this.btnCanSelect.Name = "btnCanSelect";
  237. this.btnCanSelect.Size = new System.Drawing.Size(58, 30);
  238. this.btnCanSelect.TabIndex = 47;
  239. this.btnCanSelect.Text = "全消";
  240. this.btnCanSelect.Click += new System.EventHandler(this.btnCanSelect_Click);
  241. //
  242. // btnSelect
  243. //
  244. this.btnSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  245. this.btnSelect.Appearance.ForeColor = System.Drawing.Color.White;
  246. this.btnSelect.Appearance.Options.UseFont = true;
  247. this.btnSelect.Appearance.Options.UseForeColor = true;
  248. this.btnSelect.Appearance.Options.UseTextOptions = true;
  249. this.btnSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  250. this.btnSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnSelect.Image")));
  251. this.btnSelect.Location = new System.Drawing.Point(257, 0);
  252. this.btnSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  253. this.btnSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  254. this.btnSelect.Name = "btnSelect";
  255. this.btnSelect.Size = new System.Drawing.Size(58, 30);
  256. this.btnSelect.TabIndex = 45;
  257. this.btnSelect.Text = "全选";
  258. this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
  259. //
  260. // btnConfig
  261. //
  262. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  263. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  264. this.btnConfig.Appearance.Options.UseFont = true;
  265. this.btnConfig.Appearance.Options.UseForeColor = true;
  266. this.btnConfig.Appearance.Options.UseTextOptions = true;
  267. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  268. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  269. this.btnConfig.Location = new System.Drawing.Point(165, 0);
  270. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  271. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  272. this.btnConfig.Name = "btnConfig";
  273. this.btnConfig.Size = new System.Drawing.Size(92, 30);
  274. this.btnConfig.TabIndex = 26;
  275. this.btnConfig.Text = "数据源设置";
  276. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  277. //
  278. // btnEdit
  279. //
  280. this.btnEdit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  281. this.btnEdit.Appearance.ForeColor = System.Drawing.Color.White;
  282. this.btnEdit.Appearance.Options.UseFont = true;
  283. this.btnEdit.Appearance.Options.UseForeColor = true;
  284. this.btnEdit.Appearance.Options.UseTextOptions = true;
  285. this.btnEdit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  286. this.btnEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image")));
  287. this.btnEdit.Location = new System.Drawing.Point(373, 0);
  288. this.btnEdit.LookAndFeel.SkinName = "BlueButtonSkin";
  289. this.btnEdit.LookAndFeel.UseDefaultLookAndFeel = false;
  290. this.btnEdit.Name = "btnEdit";
  291. this.btnEdit.Size = new System.Drawing.Size(58, 30);
  292. this.btnEdit.TabIndex = 23;
  293. this.btnEdit.Text = "分配";
  294. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  295. //
  296. // lblTitle
  297. //
  298. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  299. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  300. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  301. this.lblTitle.Location = new System.Drawing.Point(3, 4);
  302. this.lblTitle.Name = "lblTitle";
  303. this.lblTitle.Size = new System.Drawing.Size(119, 23);
  304. this.lblTitle.TabIndex = 19;
  305. this.lblTitle.Text = "工时分配";
  306. //
  307. // btnCheck
  308. //
  309. this.btnCheck.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  310. this.btnCheck.Appearance.ForeColor = System.Drawing.Color.White;
  311. this.btnCheck.Appearance.Options.UseFont = true;
  312. this.btnCheck.Appearance.Options.UseForeColor = true;
  313. this.btnCheck.Appearance.Options.UseTextOptions = true;
  314. this.btnCheck.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  315. this.btnCheck.Image = ((System.Drawing.Image)(resources.GetObject("btnCheck.Image")));
  316. this.btnCheck.Location = new System.Drawing.Point(431, 0);
  317. this.btnCheck.LookAndFeel.SkinName = "BlueButtonSkin";
  318. this.btnCheck.LookAndFeel.UseDefaultLookAndFeel = false;
  319. this.btnCheck.Name = "btnCheck";
  320. this.btnCheck.Size = new System.Drawing.Size(58, 30);
  321. this.btnCheck.TabIndex = 17;
  322. this.btnCheck.Text = "审核";
  323. this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click);
  324. //
  325. // btnClose
  326. //
  327. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  328. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  329. this.btnClose.Appearance.Options.UseFont = true;
  330. this.btnClose.Appearance.Options.UseForeColor = true;
  331. this.btnClose.Appearance.Options.UseTextOptions = true;
  332. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  333. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  334. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  335. this.btnClose.Location = new System.Drawing.Point(1070, 0);
  336. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  337. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  338. this.btnClose.Name = "btnClose";
  339. this.btnClose.Size = new System.Drawing.Size(26, 30);
  340. this.btnClose.TabIndex = 14;
  341. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  342. //
  343. // FormICSOPHours
  344. //
  345. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  346. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  347. this.ClientSize = new System.Drawing.Size(1096, 439);
  348. this.Controls.Add(this.groupControl1);
  349. this.Controls.Add(this.panelControl3);
  350. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  351. this.Name = "FormICSOPHours";
  352. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  353. this.Text = "工时分配";
  354. this.Load += new System.EventHandler(this.FormICSOPHours_Load);
  355. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  356. this.groupControl1.ResumeLayout(false);
  357. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  358. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  359. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  360. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).EndInit();
  361. ((System.ComponentModel.ISupportInitialize)(this.repDate)).EndInit();
  362. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  363. this.panelControl3.ResumeLayout(false);
  364. this.ResumeLayout(false);
  365. }
  366. #endregion
  367. private DevExpress.XtraEditors.GroupControl groupControl1;
  368. private DevExpress.XtraGrid.GridControl grdDetail;
  369. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  370. private DevExpress.XtraEditors.SimpleButton btnExit;
  371. private DevExpress.XtraEditors.SimpleButton btnFilter;
  372. private DevExpress.XtraEditors.PanelControl panelControl3;
  373. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  374. private DevExpress.XtraEditors.SimpleButton btnClose;
  375. private DevExpress.XtraEditors.LabelControl lblTitle;
  376. private DevExpress.XtraEditors.SimpleButton btnEdit;
  377. private DevExpress.XtraEditors.SimpleButton btnConfig;
  378. private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repDate;
  379. private DevExpress.XtraEditors.SimpleButton btnSelect;
  380. private DevExpress.XtraEditors.SimpleButton btnCanSelect;
  381. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  382. private DevExpress.XtraEditors.SimpleButton btnFalsh;
  383. private DevExpress.XtraEditors.SimpleButton btnCheck;
  384. private DevExpress.XtraEditors.SimpleButton btnUnCheck;
  385. }
  386. }