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

584 lines
34 KiB

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