革博士V2程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

434 строки
28 KiB

  1. namespace GeBoShi.UI.User
  2. {
  3. partial class RightMgrFrm
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RightMgrFrm));
  40. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  41. this.panel1 = new System.Windows.Forms.Panel();
  42. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  43. this.groupBox2 = new System.Windows.Forms.GroupBox();
  44. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  45. this.工序 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.groupBox1 = new System.Windows.Forms.GroupBox();
  48. this.dataGridView2 = new System.Windows.Forms.DataGridView();
  49. this.colCheck = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  50. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  52. this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
  53. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  54. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  55. this.tsbtnDel = new System.Windows.Forms.ToolStripButton();
  56. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  57. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  58. this.uiTitel1 = new GeBoShi.UIKits.MaiMuMenu.UITitel_LT();
  59. this.tableLayoutPanel1.SuspendLayout();
  60. this.panel1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  62. this.splitContainer1.Panel1.SuspendLayout();
  63. this.splitContainer1.Panel2.SuspendLayout();
  64. this.splitContainer1.SuspendLayout();
  65. this.groupBox2.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  67. this.groupBox1.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
  69. this.toolStrip1.SuspendLayout();
  70. this.SuspendLayout();
  71. //
  72. // tableLayoutPanel1
  73. //
  74. this.tableLayoutPanel1.ColumnCount = 1;
  75. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  76. this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 1);
  77. this.tableLayoutPanel1.Controls.Add(this.uiTitel1, 0, 0);
  78. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  79. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  80. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  81. this.tableLayoutPanel1.RowCount = 2;
  82. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.188153F));
  83. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 91.81184F));
  84. this.tableLayoutPanel1.Size = new System.Drawing.Size(642, 574);
  85. this.tableLayoutPanel1.TabIndex = 0;
  86. //
  87. // panel1
  88. //
  89. this.panel1.Controls.Add(this.splitContainer1);
  90. this.panel1.Controls.Add(this.toolStrip1);
  91. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  92. this.panel1.Location = new System.Drawing.Point(3, 50);
  93. this.panel1.Name = "panel1";
  94. this.panel1.Size = new System.Drawing.Size(636, 521);
  95. this.panel1.TabIndex = 0;
  96. //
  97. // splitContainer1
  98. //
  99. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  100. this.splitContainer1.Location = new System.Drawing.Point(0, 56);
  101. this.splitContainer1.Margin = new System.Windows.Forms.Padding(2);
  102. this.splitContainer1.Name = "splitContainer1";
  103. //
  104. // splitContainer1.Panel1
  105. //
  106. this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  107. this.splitContainer1.Panel1.Controls.Add(this.groupBox2);
  108. //
  109. // splitContainer1.Panel2
  110. //
  111. this.splitContainer1.Panel2.Controls.Add(this.groupBox1);
  112. this.splitContainer1.Size = new System.Drawing.Size(636, 465);
  113. this.splitContainer1.SplitterDistance = 311;
  114. this.splitContainer1.SplitterWidth = 3;
  115. this.splitContainer1.TabIndex = 20;
  116. //
  117. // groupBox2
  118. //
  119. this.groupBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  120. this.groupBox2.Controls.Add(this.dataGridView1);
  121. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  122. this.groupBox2.ForeColor = System.Drawing.Color.MidnightBlue;
  123. this.groupBox2.Location = new System.Drawing.Point(0, 0);
  124. this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
  125. this.groupBox2.Name = "groupBox2";
  126. this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
  127. this.groupBox2.Size = new System.Drawing.Size(311, 465);
  128. this.groupBox2.TabIndex = 13;
  129. this.groupBox2.TabStop = false;
  130. this.groupBox2.Text = "角色列表";
  131. //
  132. // dataGridView1
  133. //
  134. this.dataGridView1.AllowUserToAddRows = false;
  135. this.dataGridView1.AllowUserToDeleteRows = false;
  136. this.dataGridView1.AllowUserToResizeRows = false;
  137. this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Window;
  138. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  139. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  140. dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(92)))), ((int)(((byte)(172)))));
  142. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Control;
  143. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(92)))), ((int)(((byte)(172)))));
  144. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  145. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  146. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  147. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  148. this.工序,
  149. this.名称});
  150. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  151. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
  152. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.MidnightBlue;
  154. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.GradientActiveCaption;
  155. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(92)))), ((int)(((byte)(172)))));
  156. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  157. this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle4;
  158. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  159. this.dataGridView1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(92)))), ((int)(((byte)(172)))));
  160. this.dataGridView1.Location = new System.Drawing.Point(2, 16);
  161. this.dataGridView1.Margin = new System.Windows.Forms.Padding(2);
  162. this.dataGridView1.MultiSelect = false;
  163. this.dataGridView1.Name = "dataGridView1";
  164. this.dataGridView1.ReadOnly = true;
  165. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  166. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
  167. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
  169. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  170. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  171. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  172. this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
  173. this.dataGridView1.RowHeadersVisible = false;
  174. this.dataGridView1.RowHeadersWidth = 62;
  175. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle6;
  177. this.dataGridView1.RowTemplate.Height = 30;
  178. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  179. this.dataGridView1.Size = new System.Drawing.Size(307, 447);
  180. this.dataGridView1.TabIndex = 3;
  181. this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
  182. this.dataGridView1.SelectionChanged += new System.EventHandler(this.dataGridView1_SelectionChanged);
  183. //
  184. // 工序
  185. //
  186. this.工序.DataPropertyName = "Code";
  187. dataGridViewCellStyle2.BackColor = System.Drawing.Color.White;
  188. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.工序.DefaultCellStyle = dataGridViewCellStyle2;
  190. this.工序.HeaderText = "编号";
  191. this.工序.MinimumWidth = 8;
  192. this.工序.Name = "工序";
  193. this.工序.ReadOnly = true;
  194. this.工序.Width = 150;
  195. //
  196. // 名称
  197. //
  198. this.名称.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  199. this.名称.DataPropertyName = "Name";
  200. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
  201. this.名称.DefaultCellStyle = dataGridViewCellStyle3;
  202. this.名称.HeaderText = "名称";
  203. this.名称.MinimumWidth = 8;
  204. this.名称.Name = "名称";
  205. this.名称.ReadOnly = true;
  206. //
  207. // groupBox1
  208. //
  209. this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  210. this.groupBox1.Controls.Add(this.dataGridView2);
  211. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  212. this.groupBox1.ForeColor = System.Drawing.Color.MidnightBlue;
  213. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  214. this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
  215. this.groupBox1.Name = "groupBox1";
  216. this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
  217. this.groupBox1.Size = new System.Drawing.Size(322, 465);
  218. this.groupBox1.TabIndex = 14;
  219. this.groupBox1.TabStop = false;
  220. this.groupBox1.Text = "系统权限";
  221. //
  222. // dataGridView2
  223. //
  224. this.dataGridView2.AllowUserToAddRows = false;
  225. this.dataGridView2.AllowUserToDeleteRows = false;
  226. this.dataGridView2.AllowUserToResizeRows = false;
  227. this.dataGridView2.BackgroundColor = System.Drawing.SystemColors.Window;
  228. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  229. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
  230. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  231. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(92)))), ((int)(((byte)(172)))));
  232. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Control;
  233. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(92)))), ((int)(((byte)(172)))));
  234. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  235. this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  236. this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  237. this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  238. this.colCheck,
  239. this.dataGridViewTextBoxColumn1});
  240. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  241. dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window;
  242. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.MidnightBlue;
  244. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.GradientActiveCaption;
  245. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(92)))), ((int)(((byte)(172)))));
  246. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  247. this.dataGridView2.DefaultCellStyle = dataGridViewCellStyle9;
  248. this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
  249. this.dataGridView2.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  250. this.dataGridView2.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(92)))), ((int)(((byte)(172)))));
  251. this.dataGridView2.Location = new System.Drawing.Point(2, 16);
  252. this.dataGridView2.Margin = new System.Windows.Forms.Padding(2);
  253. this.dataGridView2.MultiSelect = false;
  254. this.dataGridView2.Name = "dataGridView2";
  255. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  256. dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control;
  257. dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText;
  259. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  260. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  261. dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  262. this.dataGridView2.RowHeadersDefaultCellStyle = dataGridViewCellStyle10;
  263. this.dataGridView2.RowHeadersVisible = false;
  264. this.dataGridView2.RowHeadersWidth = 62;
  265. dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.dataGridView2.RowsDefaultCellStyle = dataGridViewCellStyle11;
  267. this.dataGridView2.RowTemplate.Height = 30;
  268. this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  269. this.dataGridView2.Size = new System.Drawing.Size(318, 447);
  270. this.dataGridView2.TabIndex = 3;
  271. //
  272. // colCheck
  273. //
  274. this.colCheck.DataPropertyName = "check";
  275. this.colCheck.HeaderText = "";
  276. this.colCheck.MinimumWidth = 8;
  277. this.colCheck.Name = "colCheck";
  278. this.colCheck.Width = 50;
  279. //
  280. // dataGridViewTextBoxColumn1
  281. //
  282. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  283. this.dataGridViewTextBoxColumn1.DataPropertyName = "Name";
  284. dataGridViewCellStyle8.BackColor = System.Drawing.Color.White;
  285. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle8;
  287. this.dataGridViewTextBoxColumn1.HeaderText = "权限";
  288. this.dataGridViewTextBoxColumn1.MinimumWidth = 8;
  289. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  290. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  291. //
  292. // toolStrip1
  293. //
  294. this.toolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  295. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  296. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  297. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  298. this.tsbtnSave,
  299. this.toolStripSeparator1,
  300. this.tsbtnAdd,
  301. this.tsbtnDel,
  302. this.toolStripSeparator3,
  303. this.tsbtnClose});
  304. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  305. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  306. this.toolStrip1.Name = "toolStrip1";
  307. this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  308. this.toolStrip1.Size = new System.Drawing.Size(636, 56);
  309. this.toolStrip1.TabIndex = 19;
  310. this.toolStrip1.Text = "toolStrip1";
  311. this.toolStrip1.Paint += new System.Windows.Forms.PaintEventHandler(this.toolStrip1_Paint);
  312. //
  313. // tsbtnSave
  314. //
  315. this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
  316. this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  317. this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  318. this.tsbtnSave.Name = "tsbtnSave";
  319. this.tsbtnSave.Size = new System.Drawing.Size(52, 53);
  320. this.tsbtnSave.Text = " 保存 ";
  321. this.tsbtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  322. this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
  323. //
  324. // toolStripSeparator1
  325. //
  326. this.toolStripSeparator1.Name = "toolStripSeparator1";
  327. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 56);
  328. //
  329. // tsbtnAdd
  330. //
  331. this.tsbtnAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAdd.Image")));
  332. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  333. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  334. this.tsbtnAdd.Name = "tsbtnAdd";
  335. this.tsbtnAdd.Size = new System.Drawing.Size(52, 53);
  336. this.tsbtnAdd.Text = " 创建 ";
  337. this.tsbtnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  338. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  339. //
  340. // tsbtnDel
  341. //
  342. this.tsbtnDel.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDel.Image")));
  343. this.tsbtnDel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  344. this.tsbtnDel.ImageTransparentColor = System.Drawing.Color.Magenta;
  345. this.tsbtnDel.Name = "tsbtnDel";
  346. this.tsbtnDel.Size = new System.Drawing.Size(52, 53);
  347. this.tsbtnDel.Text = " 删除 ";
  348. this.tsbtnDel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  349. this.tsbtnDel.Click += new System.EventHandler(this.tsbtnDel_Click);
  350. //
  351. // toolStripSeparator3
  352. //
  353. this.toolStripSeparator3.Name = "toolStripSeparator3";
  354. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 56);
  355. //
  356. // tsbtnClose
  357. //
  358. this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image")));
  359. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  360. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  361. this.tsbtnClose.Name = "tsbtnClose";
  362. this.tsbtnClose.Size = new System.Drawing.Size(52, 53);
  363. this.tsbtnClose.Text = " 关闭 ";
  364. this.tsbtnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  365. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  366. //
  367. // uiTitel1
  368. //
  369. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  370. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  371. this.uiTitel1.FatherForm = null;
  372. this.uiTitel1.Location = new System.Drawing.Point(3, 3);
  373. this.uiTitel1.Name = "uiTitel1";
  374. this.uiTitel1.Size = new System.Drawing.Size(636, 41);
  375. this.uiTitel1.TabIndex = 1;
  376. //
  377. // RightMgrFrm
  378. //
  379. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  380. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  381. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  382. this.ClientSize = new System.Drawing.Size(642, 574);
  383. this.Controls.Add(this.tableLayoutPanel1);
  384. this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  385. this.ForeColor = System.Drawing.Color.White;
  386. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  387. this.Name = "RightMgrFrm";
  388. this.ShowIcon = false;
  389. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  390. this.Text = "权限管理";
  391. this.Load += new System.EventHandler(this.RightMgrFrm_Load);
  392. this.tableLayoutPanel1.ResumeLayout(false);
  393. this.panel1.ResumeLayout(false);
  394. this.panel1.PerformLayout();
  395. this.splitContainer1.Panel1.ResumeLayout(false);
  396. this.splitContainer1.Panel2.ResumeLayout(false);
  397. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  398. this.splitContainer1.ResumeLayout(false);
  399. this.groupBox2.ResumeLayout(false);
  400. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  401. this.groupBox1.ResumeLayout(false);
  402. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
  403. this.toolStrip1.ResumeLayout(false);
  404. this.toolStrip1.PerformLayout();
  405. this.ResumeLayout(false);
  406. }
  407. #endregion
  408. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  409. private System.Windows.Forms.Panel panel1;
  410. private System.Windows.Forms.SplitContainer splitContainer1;
  411. private System.Windows.Forms.GroupBox groupBox2;
  412. private System.Windows.Forms.DataGridView dataGridView1;
  413. private System.Windows.Forms.DataGridViewTextBoxColumn 工序;
  414. private System.Windows.Forms.DataGridViewTextBoxColumn 名称;
  415. private System.Windows.Forms.GroupBox groupBox1;
  416. private System.Windows.Forms.DataGridView dataGridView2;
  417. private System.Windows.Forms.DataGridViewCheckBoxColumn colCheck;
  418. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  419. private System.Windows.Forms.ToolStrip toolStrip1;
  420. private System.Windows.Forms.ToolStripButton tsbtnSave;
  421. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  422. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  423. private System.Windows.Forms.ToolStripButton tsbtnDel;
  424. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  425. private System.Windows.Forms.ToolStripButton tsbtnClose;
  426. private GeBoShi.UIKits.MaiMuMenu.UITitel_LT uiTitel1;
  427. }
  428. }