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

647 lines
36 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSOP2UserAdds
  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(FormICSOP2UserAdds));
  29. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  30. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  31. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  32. this.btnCreate = new DevExpress.XtraEditors.SimpleButton();
  33. this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
  34. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  35. this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
  36. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  37. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  38. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  39. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  40. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.colUSERCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.colUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  44. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  45. this.panel4 = new System.Windows.Forms.Panel();
  46. this.optextlist = new System.Windows.Forms.RichTextBox();
  47. this.panel2 = new System.Windows.Forms.Panel();
  48. this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
  49. this.label2 = new System.Windows.Forms.Label();
  50. this.textop = new DevExpress.XtraEditors.TextEdit();
  51. this.optext = new DevExpress.XtraEditors.GroupControl();
  52. this.rptPage1 = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  53. this.gridControl1 = new DevExpress.XtraGrid.GridControl();
  54. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  55. this.isselect = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.COLOPID = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.COLOPCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.COLOPDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  59. this.advBandedGridView1 = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  60. this.panel1 = new System.Windows.Forms.Panel();
  61. this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
  62. this.label1 = new System.Windows.Forms.Label();
  63. this.txtuser = new DevExpress.XtraEditors.TextEdit();
  64. this.panel3 = new System.Windows.Forms.Panel();
  65. this.usertextlist = new System.Windows.Forms.RichTextBox();
  66. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  67. this.panelControl3.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  69. this.groupControl1.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  73. this.tableLayoutPanel1.SuspendLayout();
  74. this.panel4.SuspendLayout();
  75. this.panel2.SuspendLayout();
  76. ((System.ComponentModel.ISupportInitialize)(this.textop.Properties)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.optext)).BeginInit();
  78. this.optext.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView1)).BeginInit();
  82. this.panel1.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.txtuser.Properties)).BeginInit();
  84. this.panel3.SuspendLayout();
  85. this.SuspendLayout();
  86. //
  87. // btnExit
  88. //
  89. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  90. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  91. this.btnExit.Appearance.Options.UseFont = true;
  92. this.btnExit.Appearance.Options.UseForeColor = true;
  93. this.btnExit.Appearance.Options.UseTextOptions = true;
  94. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  95. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  96. this.btnExit.Location = new System.Drawing.Point(284, 0);
  97. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  98. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  99. this.btnExit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  100. this.btnExit.Name = "btnExit";
  101. this.btnExit.Size = new System.Drawing.Size(63, 39);
  102. this.btnExit.TabIndex = 10;
  103. this.btnExit.Text = "退出";
  104. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  105. //
  106. // panelControl3
  107. //
  108. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  109. this.panelControl3.Appearance.Options.UseBackColor = true;
  110. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  111. this.panelControl3.Controls.Add(this.btnClose);
  112. this.panelControl3.Controls.Add(this.btnCreate);
  113. this.panelControl3.Controls.Add(this.btnCancelAll);
  114. this.panelControl3.Controls.Add(this.lblTitle);
  115. this.panelControl3.Controls.Add(this.btnRefresh);
  116. this.panelControl3.Controls.Add(this.btnExit);
  117. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  118. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  119. this.panelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  120. this.panelControl3.Name = "panelControl3";
  121. this.panelControl3.Size = new System.Drawing.Size(1184, 39);
  122. this.panelControl3.TabIndex = 13;
  123. //
  124. // btnClose
  125. //
  126. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  127. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  128. this.btnClose.Appearance.Options.UseFont = true;
  129. this.btnClose.Appearance.Options.UseForeColor = true;
  130. this.btnClose.Appearance.Options.UseTextOptions = true;
  131. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  132. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  133. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  134. this.btnClose.Location = new System.Drawing.Point(1154, 0);
  135. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  136. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  137. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  138. this.btnClose.Name = "btnClose";
  139. this.btnClose.Size = new System.Drawing.Size(30, 39);
  140. this.btnClose.TabIndex = 26;
  141. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  142. //
  143. // btnCreate
  144. //
  145. this.btnCreate.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  146. this.btnCreate.Appearance.ForeColor = System.Drawing.Color.White;
  147. this.btnCreate.Appearance.Options.UseFont = true;
  148. this.btnCreate.Appearance.Options.UseForeColor = true;
  149. this.btnCreate.Appearance.Options.UseTextOptions = true;
  150. this.btnCreate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  151. this.btnCreate.Image = ((System.Drawing.Image)(resources.GetObject("btnCreate.Image")));
  152. this.btnCreate.Location = new System.Drawing.Point(183, 0);
  153. this.btnCreate.LookAndFeel.SkinName = "BlueButtonSkin";
  154. this.btnCreate.LookAndFeel.UseDefaultLookAndFeel = false;
  155. this.btnCreate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  156. this.btnCreate.Name = "btnCreate";
  157. this.btnCreate.Size = new System.Drawing.Size(105, 39);
  158. this.btnCreate.TabIndex = 23;
  159. this.btnCreate.Text = "保存绑定";
  160. this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click_1);
  161. //
  162. // btnCancelAll
  163. //
  164. this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  165. this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White;
  166. this.btnCancelAll.Appearance.Options.UseFont = true;
  167. this.btnCancelAll.Appearance.Options.UseForeColor = true;
  168. this.btnCancelAll.Appearance.Options.UseTextOptions = true;
  169. this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  170. this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image")));
  171. this.btnCancelAll.Location = new System.Drawing.Point(64, 0);
  172. this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
  173. this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
  174. this.btnCancelAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  175. this.btnCancelAll.Name = "btnCancelAll";
  176. this.btnCancelAll.Size = new System.Drawing.Size(124, 39);
  177. this.btnCancelAll.TabIndex = 22;
  178. this.btnCancelAll.Text = "全部清除";
  179. this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click);
  180. //
  181. // lblTitle
  182. //
  183. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  185. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  186. this.lblTitle.Location = new System.Drawing.Point(3, 5);
  187. this.lblTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  188. this.lblTitle.Name = "lblTitle";
  189. this.lblTitle.Size = new System.Drawing.Size(77, 30);
  190. this.lblTitle.TabIndex = 19;
  191. this.lblTitle.Text = " 新增";
  192. //
  193. // btnRefresh
  194. //
  195. this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  196. this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White;
  197. this.btnRefresh.Appearance.Options.UseFont = true;
  198. this.btnRefresh.Appearance.Options.UseForeColor = true;
  199. this.btnRefresh.Appearance.Options.UseTextOptions = true;
  200. this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  201. this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
  202. this.btnRefresh.Location = new System.Drawing.Point(762, 0);
  203. this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin";
  204. this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false;
  205. this.btnRefresh.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  206. this.btnRefresh.Name = "btnRefresh";
  207. this.btnRefresh.Size = new System.Drawing.Size(66, 39);
  208. this.btnRefresh.TabIndex = 17;
  209. this.btnRefresh.Text = "刷新";
  210. this.btnRefresh.Visible = false;
  211. //
  212. // groupControl1
  213. //
  214. this.groupControl1.Controls.Add(this.rptPage);
  215. this.groupControl1.Controls.Add(this.grdDetail);
  216. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  217. this.groupControl1.Location = new System.Drawing.Point(3, 40);
  218. this.groupControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  219. this.groupControl1.Name = "groupControl1";
  220. this.groupControl1.Size = new System.Drawing.Size(586, 359);
  221. this.groupControl1.TabIndex = 14;
  222. this.groupControl1.Text = "人员信息";
  223. //
  224. // rptPage
  225. //
  226. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  227. this.rptPage.Appearance.Options.UseBackColor = true;
  228. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  229. this.rptPage.isInit = false;
  230. this.rptPage.Location = new System.Drawing.Point(2, 324);
  231. this.rptPage.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
  232. this.rptPage.Name = "rptPage";
  233. this.rptPage.PageIndex = 1;
  234. this.rptPage.PageSize = 500;
  235. this.rptPage.RecordNum = 0;
  236. this.rptPage.Size = new System.Drawing.Size(582, 33);
  237. this.rptPage.TabIndex = 16;
  238. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged_1);
  239. //
  240. // grdDetail
  241. //
  242. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  243. this.grdDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  244. this.grdDetail.Location = new System.Drawing.Point(2, 26);
  245. this.grdDetail.MainView = this.grvDetail;
  246. this.grdDetail.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  247. this.grdDetail.Name = "grdDetail";
  248. this.grdDetail.Size = new System.Drawing.Size(582, 331);
  249. this.grdDetail.TabIndex = 0;
  250. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  251. this.grvDetail,
  252. this.grvAdvDetail});
  253. //
  254. // grvDetail
  255. //
  256. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  257. this.colisSelect,
  258. this.colUSERCODE,
  259. this.colUSERName});
  260. this.grvDetail.GridControl = this.grdDetail;
  261. this.grvDetail.Name = "grvDetail";
  262. this.grvDetail.OptionsBehavior.Editable = false;
  263. this.grvDetail.OptionsBehavior.ReadOnly = true;
  264. this.grvDetail.OptionsSelection.MultiSelect = true;
  265. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  266. this.grvDetail.OptionsView.ShowFooter = true;
  267. this.grvDetail.OptionsView.ShowGroupPanel = false;
  268. this.grvDetail.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.grvDetail_CustomDrawCell);
  269. this.grvDetail.Click += new System.EventHandler(this.grvDetail_Click);
  270. //
  271. // colisSelect
  272. //
  273. this.colisSelect.Caption = "选择";
  274. this.colisSelect.FieldName = "isSelect";
  275. this.colisSelect.Name = "colisSelect";
  276. this.colisSelect.Visible = true;
  277. this.colisSelect.VisibleIndex = 0;
  278. //
  279. // colUSERCODE
  280. //
  281. this.colUSERCODE.Caption = "人员代码";
  282. this.colUSERCODE.FieldName = "USERCODE";
  283. this.colUSERCODE.Name = "colUSERCODE";
  284. this.colUSERCODE.Visible = true;
  285. this.colUSERCODE.VisibleIndex = 1;
  286. //
  287. // colUSERName
  288. //
  289. this.colUSERName.Caption = "人员名称";
  290. this.colUSERName.FieldName = "USERNAME";
  291. this.colUSERName.Name = "colUSERName";
  292. this.colUSERName.Visible = true;
  293. this.colUSERName.VisibleIndex = 2;
  294. //
  295. // grvAdvDetail
  296. //
  297. this.grvAdvDetail.GridControl = this.grdDetail;
  298. this.grvAdvDetail.Name = "grvAdvDetail";
  299. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  300. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  301. this.grvAdvDetail.OptionsView.ShowFooter = true;
  302. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  303. //
  304. // tableLayoutPanel1
  305. //
  306. this.tableLayoutPanel1.ColumnCount = 2;
  307. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  308. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  309. this.tableLayoutPanel1.Controls.Add(this.panel4, 1, 2);
  310. this.tableLayoutPanel1.Controls.Add(this.panel2, 1, 0);
  311. this.tableLayoutPanel1.Controls.Add(this.groupControl1, 0, 1);
  312. this.tableLayoutPanel1.Controls.Add(this.optext, 1, 1);
  313. this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
  314. this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 2);
  315. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  316. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 39);
  317. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  318. this.tableLayoutPanel1.RowCount = 3;
  319. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7F));
  320. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 70F));
  321. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 23F));
  322. this.tableLayoutPanel1.Size = new System.Drawing.Size(1184, 525);
  323. this.tableLayoutPanel1.TabIndex = 16;
  324. //
  325. // panel4
  326. //
  327. this.panel4.Controls.Add(this.optextlist);
  328. this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  329. this.panel4.Location = new System.Drawing.Point(595, 406);
  330. this.panel4.Name = "panel4";
  331. this.panel4.Size = new System.Drawing.Size(586, 116);
  332. this.panel4.TabIndex = 19;
  333. //
  334. // optextlist
  335. //
  336. this.optextlist.Dock = System.Windows.Forms.DockStyle.Fill;
  337. this.optextlist.Location = new System.Drawing.Point(0, 0);
  338. this.optextlist.Name = "optextlist";
  339. this.optextlist.ReadOnly = true;
  340. this.optextlist.Size = new System.Drawing.Size(586, 116);
  341. this.optextlist.TabIndex = 1;
  342. this.optextlist.Text = "";
  343. //
  344. // panel2
  345. //
  346. this.panel2.Controls.Add(this.simpleButton2);
  347. this.panel2.Controls.Add(this.label2);
  348. this.panel2.Controls.Add(this.textop);
  349. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  350. this.panel2.Location = new System.Drawing.Point(595, 3);
  351. this.panel2.Name = "panel2";
  352. this.panel2.Size = new System.Drawing.Size(586, 30);
  353. this.panel2.TabIndex = 17;
  354. //
  355. // simpleButton2
  356. //
  357. this.simpleButton2.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  358. this.simpleButton2.Appearance.ForeColor = System.Drawing.Color.White;
  359. this.simpleButton2.Appearance.Options.UseBackColor = true;
  360. this.simpleButton2.Appearance.Options.UseBorderColor = true;
  361. this.simpleButton2.Appearance.Options.UseFont = true;
  362. this.simpleButton2.Appearance.Options.UseForeColor = true;
  363. this.simpleButton2.Appearance.Options.UseImage = true;
  364. this.simpleButton2.Appearance.Options.UseTextOptions = true;
  365. this.simpleButton2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  366. this.simpleButton2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("simpleButton2.BackgroundImage")));
  367. this.simpleButton2.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
  368. this.simpleButton2.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton2.Image")));
  369. this.simpleButton2.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
  370. this.simpleButton2.Location = new System.Drawing.Point(252, 12);
  371. this.simpleButton2.LookAndFeel.SkinName = "Office 2013";
  372. this.simpleButton2.LookAndFeel.UseDefaultLookAndFeel = false;
  373. this.simpleButton2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  374. this.simpleButton2.Name = "simpleButton2";
  375. this.simpleButton2.Size = new System.Drawing.Size(33, 27);
  376. this.simpleButton2.TabIndex = 100;
  377. this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
  378. //
  379. // label2
  380. //
  381. this.label2.AutoSize = true;
  382. this.label2.Location = new System.Drawing.Point(3, 18);
  383. this.label2.Name = "label2";
  384. this.label2.Size = new System.Drawing.Size(68, 18);
  385. this.label2.TabIndex = 99;
  386. this.label2.Text = "工序名称";
  387. //
  388. // textop
  389. //
  390. this.textop.Location = new System.Drawing.Point(77, 12);
  391. this.textop.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  392. this.textop.Name = "textop";
  393. this.textop.Size = new System.Drawing.Size(169, 24);
  394. this.textop.TabIndex = 98;
  395. //
  396. // optext
  397. //
  398. this.optext.Controls.Add(this.rptPage1);
  399. this.optext.Controls.Add(this.gridControl1);
  400. this.optext.Dock = System.Windows.Forms.DockStyle.Fill;
  401. this.optext.Location = new System.Drawing.Point(595, 40);
  402. this.optext.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  403. this.optext.Name = "optext";
  404. this.optext.Size = new System.Drawing.Size(586, 359);
  405. this.optext.TabIndex = 15;
  406. this.optext.Text = "工序信息";
  407. //
  408. // rptPage1
  409. //
  410. this.rptPage1.Appearance.BackColor = System.Drawing.Color.White;
  411. this.rptPage1.Appearance.Options.UseBackColor = true;
  412. this.rptPage1.Dock = System.Windows.Forms.DockStyle.Bottom;
  413. this.rptPage1.isInit = false;
  414. this.rptPage1.Location = new System.Drawing.Point(2, 324);
  415. this.rptPage1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
  416. this.rptPage1.Name = "rptPage1";
  417. this.rptPage1.PageIndex = 1;
  418. this.rptPage1.PageSize = 500;
  419. this.rptPage1.RecordNum = 0;
  420. this.rptPage1.Size = new System.Drawing.Size(582, 33);
  421. this.rptPage1.TabIndex = 16;
  422. this.rptPage1.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage1_PageIndexChanged);
  423. //
  424. // gridControl1
  425. //
  426. this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  427. this.gridControl1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  428. this.gridControl1.Location = new System.Drawing.Point(2, 26);
  429. this.gridControl1.MainView = this.gridView1;
  430. this.gridControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  431. this.gridControl1.Name = "gridControl1";
  432. this.gridControl1.Size = new System.Drawing.Size(582, 331);
  433. this.gridControl1.TabIndex = 0;
  434. this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  435. this.gridView1,
  436. this.advBandedGridView1});
  437. //
  438. // gridView1
  439. //
  440. this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  441. this.isselect,
  442. this.COLOPID,
  443. this.COLOPCODE,
  444. this.COLOPDESC});
  445. this.gridView1.GridControl = this.gridControl1;
  446. this.gridView1.Name = "gridView1";
  447. this.gridView1.OptionsBehavior.Editable = false;
  448. this.gridView1.OptionsBehavior.ReadOnly = true;
  449. this.gridView1.OptionsSelection.MultiSelect = true;
  450. this.gridView1.OptionsView.ColumnAutoWidth = false;
  451. this.gridView1.OptionsView.ShowFooter = true;
  452. this.gridView1.OptionsView.ShowGroupPanel = false;
  453. this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
  454. this.gridView1.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView1_CustomDrawCell);
  455. this.gridView1.Click += new System.EventHandler(this.gridView1_Click);
  456. //
  457. // isselect
  458. //
  459. this.isselect.Caption = "选择";
  460. this.isselect.FieldName = "isSelect";
  461. this.isselect.Name = "isselect";
  462. this.isselect.Visible = true;
  463. this.isselect.VisibleIndex = 0;
  464. //
  465. // COLOPID
  466. //
  467. this.COLOPID.Caption = "工序ID";
  468. this.COLOPID.FieldName = "OPID";
  469. this.COLOPID.Name = "COLOPID";
  470. //
  471. // COLOPCODE
  472. //
  473. this.COLOPCODE.Caption = "工序代码";
  474. this.COLOPCODE.FieldName = "OPCODE";
  475. this.COLOPCODE.Name = "COLOPCODE";
  476. this.COLOPCODE.Visible = true;
  477. this.COLOPCODE.VisibleIndex = 1;
  478. //
  479. // COLOPDESC
  480. //
  481. this.COLOPDESC.Caption = "工序描述";
  482. this.COLOPDESC.FieldName = "OPDESC";
  483. this.COLOPDESC.Name = "COLOPDESC";
  484. this.COLOPDESC.Visible = true;
  485. this.COLOPDESC.VisibleIndex = 2;
  486. //
  487. // advBandedGridView1
  488. //
  489. this.advBandedGridView1.GridControl = this.gridControl1;
  490. this.advBandedGridView1.Name = "advBandedGridView1";
  491. this.advBandedGridView1.OptionsBehavior.ReadOnly = true;
  492. this.advBandedGridView1.OptionsSelection.MultiSelect = true;
  493. this.advBandedGridView1.OptionsView.ShowFooter = true;
  494. this.advBandedGridView1.OptionsView.ShowGroupPanel = false;
  495. //
  496. // panel1
  497. //
  498. this.panel1.Controls.Add(this.simpleButton1);
  499. this.panel1.Controls.Add(this.label1);
  500. this.panel1.Controls.Add(this.txtuser);
  501. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  502. this.panel1.Location = new System.Drawing.Point(3, 3);
  503. this.panel1.Name = "panel1";
  504. this.panel1.Size = new System.Drawing.Size(586, 30);
  505. this.panel1.TabIndex = 16;
  506. //
  507. // simpleButton1
  508. //
  509. this.simpleButton1.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  510. this.simpleButton1.Appearance.ForeColor = System.Drawing.Color.White;
  511. this.simpleButton1.Appearance.Options.UseBackColor = true;
  512. this.simpleButton1.Appearance.Options.UseBorderColor = true;
  513. this.simpleButton1.Appearance.Options.UseFont = true;
  514. this.simpleButton1.Appearance.Options.UseForeColor = true;
  515. this.simpleButton1.Appearance.Options.UseImage = true;
  516. this.simpleButton1.Appearance.Options.UseTextOptions = true;
  517. this.simpleButton1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  518. this.simpleButton1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("simpleButton1.BackgroundImage")));
  519. this.simpleButton1.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
  520. this.simpleButton1.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.Image")));
  521. this.simpleButton1.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
  522. this.simpleButton1.Location = new System.Drawing.Point(252, 15);
  523. this.simpleButton1.LookAndFeel.SkinName = "Office 2013";
  524. this.simpleButton1.LookAndFeel.UseDefaultLookAndFeel = false;
  525. this.simpleButton1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  526. this.simpleButton1.Name = "simpleButton1";
  527. this.simpleButton1.Size = new System.Drawing.Size(33, 27);
  528. this.simpleButton1.TabIndex = 98;
  529. this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
  530. //
  531. // label1
  532. //
  533. this.label1.AutoSize = true;
  534. this.label1.Location = new System.Drawing.Point(3, 18);
  535. this.label1.Name = "label1";
  536. this.label1.Size = new System.Drawing.Size(68, 18);
  537. this.label1.TabIndex = 97;
  538. this.label1.Text = "人员名称";
  539. //
  540. // txtuser
  541. //
  542. this.txtuser.Location = new System.Drawing.Point(77, 15);
  543. this.txtuser.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  544. this.txtuser.Name = "txtuser";
  545. this.txtuser.Size = new System.Drawing.Size(169, 24);
  546. this.txtuser.TabIndex = 96;
  547. //
  548. // panel3
  549. //
  550. this.panel3.Controls.Add(this.usertextlist);
  551. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  552. this.panel3.Location = new System.Drawing.Point(3, 406);
  553. this.panel3.Name = "panel3";
  554. this.panel3.Size = new System.Drawing.Size(586, 116);
  555. this.panel3.TabIndex = 18;
  556. //
  557. // usertextlist
  558. //
  559. this.usertextlist.Dock = System.Windows.Forms.DockStyle.Fill;
  560. this.usertextlist.Location = new System.Drawing.Point(0, 0);
  561. this.usertextlist.Name = "usertextlist";
  562. this.usertextlist.ReadOnly = true;
  563. this.usertextlist.Size = new System.Drawing.Size(586, 116);
  564. this.usertextlist.TabIndex = 0;
  565. this.usertextlist.Text = "";
  566. this.usertextlist.TextChanged += new System.EventHandler(this.richTextBox1_TextChanged);
  567. //
  568. // FormICSOP2UserAdds
  569. //
  570. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  571. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  572. this.ClientSize = new System.Drawing.Size(1184, 564);
  573. this.Controls.Add(this.tableLayoutPanel1);
  574. this.Controls.Add(this.panelControl3);
  575. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  576. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  577. this.Name = "FormICSOP2UserAdds";
  578. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  579. this.Text = "工序人员关系";
  580. this.Load += new System.EventHandler(this.FormICSITEM2ROUTE_Load);
  581. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  582. this.panelControl3.ResumeLayout(false);
  583. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  584. this.groupControl1.ResumeLayout(false);
  585. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  586. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  587. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  588. this.tableLayoutPanel1.ResumeLayout(false);
  589. this.panel4.ResumeLayout(false);
  590. this.panel2.ResumeLayout(false);
  591. this.panel2.PerformLayout();
  592. ((System.ComponentModel.ISupportInitialize)(this.textop.Properties)).EndInit();
  593. ((System.ComponentModel.ISupportInitialize)(this.optext)).EndInit();
  594. this.optext.ResumeLayout(false);
  595. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
  596. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  597. ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView1)).EndInit();
  598. this.panel1.ResumeLayout(false);
  599. this.panel1.PerformLayout();
  600. ((System.ComponentModel.ISupportInitialize)(this.txtuser.Properties)).EndInit();
  601. this.panel3.ResumeLayout(false);
  602. this.ResumeLayout(false);
  603. }
  604. #endregion
  605. private DevExpress.XtraEditors.SimpleButton btnExit;
  606. private DevExpress.XtraEditors.PanelControl panelControl3;
  607. private DevExpress.XtraEditors.SimpleButton btnRefresh;
  608. private DevExpress.XtraEditors.LabelControl lblTitle;
  609. private DevExpress.XtraEditors.SimpleButton btnCreate;
  610. private DevExpress.XtraEditors.SimpleButton btnCancelAll;
  611. private DevExpress.XtraEditors.GroupControl groupControl1;
  612. private DevExpress.XtraGrid.GridControl grdDetail;
  613. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  614. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  615. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  616. private DevExpress.XtraGrid.Columns.GridColumn colUSERCODE;
  617. private DevExpress.XtraGrid.Columns.GridColumn colUSERName;
  618. private DevExpress.XtraEditors.SimpleButton btnClose;
  619. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  620. private DevExpress.XtraEditors.GroupControl optext;
  621. private DevExpress.XtraGrid.GridControl gridControl1;
  622. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  623. private DevExpress.XtraGrid.Columns.GridColumn isselect;
  624. private DevExpress.XtraGrid.Columns.GridColumn COLOPID;
  625. private DevExpress.XtraGrid.Columns.GridColumn COLOPCODE;
  626. private DevExpress.XtraGrid.Columns.GridColumn COLOPDESC;
  627. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView advBandedGridView1;
  628. private Base.UserControl.FormControl.PageNavTool rptPage;
  629. private Base.UserControl.FormControl.PageNavTool rptPage1;
  630. private System.Windows.Forms.Panel panel2;
  631. private DevExpress.XtraEditors.SimpleButton simpleButton2;
  632. private System.Windows.Forms.Label label2;
  633. private DevExpress.XtraEditors.TextEdit textop;
  634. private System.Windows.Forms.Panel panel1;
  635. private DevExpress.XtraEditors.SimpleButton simpleButton1;
  636. private System.Windows.Forms.Label label1;
  637. private DevExpress.XtraEditors.TextEdit txtuser;
  638. private System.Windows.Forms.Panel panel4;
  639. private System.Windows.Forms.RichTextBox optextlist;
  640. private System.Windows.Forms.Panel panel3;
  641. private System.Windows.Forms.RichTextBox usertextlist;
  642. }
  643. }