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

576 lines
34 KiB

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