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

626 lines
36 KiB

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