版博士V2.0程序
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.
 
 
 
 

352 lines
21 KiB

  1. namespace ProductionControl
  2. {
  3. partial class FrmRoleRight
  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 dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmRoleRight));
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  38. this.groupBox2 = new System.Windows.Forms.GroupBox();
  39. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  40. this.工序 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.groupBox1 = new System.Windows.Forms.GroupBox();
  43. this.dataGridView2 = new System.Windows.Forms.DataGridView();
  44. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  45. this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
  46. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  47. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  48. this.tsbtnDel = new System.Windows.Forms.ToolStripButton();
  49. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  50. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  51. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  52. this.colCheck = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  53. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.groupBox2.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  56. this.groupBox1.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
  58. this.toolStrip1.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  60. this.splitContainer1.Panel1.SuspendLayout();
  61. this.splitContainer1.Panel2.SuspendLayout();
  62. this.splitContainer1.SuspendLayout();
  63. this.SuspendLayout();
  64. //
  65. // groupBox2
  66. //
  67. this.groupBox2.BackColor = System.Drawing.SystemColors.ActiveCaption;
  68. this.groupBox2.Controls.Add(this.dataGridView1);
  69. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  70. this.groupBox2.Location = new System.Drawing.Point(0, 0);
  71. this.groupBox2.Name = "groupBox2";
  72. this.groupBox2.Size = new System.Drawing.Size(491, 727);
  73. this.groupBox2.TabIndex = 13;
  74. this.groupBox2.TabStop = false;
  75. this.groupBox2.Text = "角色列表";
  76. //
  77. // dataGridView1
  78. //
  79. this.dataGridView1.AllowUserToAddRows = false;
  80. this.dataGridView1.AllowUserToDeleteRows = false;
  81. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  82. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  83. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  85. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  86. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  87. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  88. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  89. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  90. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  91. this.工序,
  92. this.名称});
  93. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  94. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
  95. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
  97. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  98. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  99. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  100. this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle4;
  101. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  102. this.dataGridView1.Location = new System.Drawing.Point(3, 24);
  103. this.dataGridView1.MultiSelect = false;
  104. this.dataGridView1.Name = "dataGridView1";
  105. this.dataGridView1.ReadOnly = true;
  106. this.dataGridView1.RowHeadersVisible = false;
  107. this.dataGridView1.RowHeadersWidth = 62;
  108. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle5;
  110. this.dataGridView1.RowTemplate.Height = 30;
  111. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  112. this.dataGridView1.Size = new System.Drawing.Size(485, 700);
  113. this.dataGridView1.TabIndex = 3;
  114. this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
  115. this.dataGridView1.SelectionChanged += new System.EventHandler(this.dataGridView1_SelectionChanged);
  116. //
  117. // 工序
  118. //
  119. this.工序.DataPropertyName = "Code";
  120. dataGridViewCellStyle2.BackColor = System.Drawing.Color.White;
  121. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.工序.DefaultCellStyle = dataGridViewCellStyle2;
  123. this.工序.HeaderText = "编号";
  124. this.工序.MinimumWidth = 8;
  125. this.工序.Name = "工序";
  126. this.工序.ReadOnly = true;
  127. this.工序.Width = 150;
  128. //
  129. // 名称
  130. //
  131. this.名称.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  132. this.名称.DataPropertyName = "Name";
  133. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
  134. this.名称.DefaultCellStyle = dataGridViewCellStyle3;
  135. this.名称.HeaderText = "名称";
  136. this.名称.MinimumWidth = 8;
  137. this.名称.Name = "名称";
  138. this.名称.ReadOnly = true;
  139. //
  140. // groupBox1
  141. //
  142. this.groupBox1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  143. this.groupBox1.Controls.Add(this.dataGridView2);
  144. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  145. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  146. this.groupBox1.Name = "groupBox1";
  147. this.groupBox1.Size = new System.Drawing.Size(505, 727);
  148. this.groupBox1.TabIndex = 14;
  149. this.groupBox1.TabStop = false;
  150. this.groupBox1.Text = "系统权限";
  151. //
  152. // dataGridView2
  153. //
  154. this.dataGridView2.AllowUserToAddRows = false;
  155. this.dataGridView2.AllowUserToDeleteRows = false;
  156. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  157. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
  158. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
  160. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  161. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  162. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  163. this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  164. this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  165. this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  166. this.colCheck,
  167. this.dataGridViewTextBoxColumn1});
  168. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  169. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
  170. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
  172. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  173. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  174. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  175. this.dataGridView2.DefaultCellStyle = dataGridViewCellStyle8;
  176. this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
  177. this.dataGridView2.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  178. this.dataGridView2.Location = new System.Drawing.Point(3, 24);
  179. this.dataGridView2.MultiSelect = false;
  180. this.dataGridView2.Name = "dataGridView2";
  181. this.dataGridView2.RowHeadersVisible = false;
  182. this.dataGridView2.RowHeadersWidth = 62;
  183. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.dataGridView2.RowsDefaultCellStyle = dataGridViewCellStyle9;
  185. this.dataGridView2.RowTemplate.Height = 30;
  186. this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  187. this.dataGridView2.Size = new System.Drawing.Size(499, 700);
  188. this.dataGridView2.TabIndex = 3;
  189. //
  190. // toolStrip1
  191. //
  192. this.toolStrip1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  193. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  194. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  195. this.tsbtnSave,
  196. this.toolStripSeparator1,
  197. this.tsbtnAdd,
  198. this.tsbtnDel,
  199. this.toolStripSeparator3,
  200. this.tsbtnClose});
  201. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  202. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  203. this.toolStrip1.Name = "toolStrip1";
  204. this.toolStrip1.Size = new System.Drawing.Size(1000, 65);
  205. this.toolStrip1.TabIndex = 17;
  206. this.toolStrip1.Text = "toolStrip1";
  207. //
  208. // tsbtnSave
  209. //
  210. this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
  211. this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  212. this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  213. this.tsbtnSave.Name = "tsbtnSave";
  214. this.tsbtnSave.Size = new System.Drawing.Size(70, 60);
  215. this.tsbtnSave.Text = " 保存 ";
  216. this.tsbtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  217. this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
  218. //
  219. // toolStripSeparator1
  220. //
  221. this.toolStripSeparator1.Name = "toolStripSeparator1";
  222. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 65);
  223. //
  224. // tsbtnAdd
  225. //
  226. this.tsbtnAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAdd.Image")));
  227. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  228. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  229. this.tsbtnAdd.Name = "tsbtnAdd";
  230. this.tsbtnAdd.Size = new System.Drawing.Size(70, 60);
  231. this.tsbtnAdd.Text = " 创建 ";
  232. this.tsbtnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  233. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  234. //
  235. // tsbtnDel
  236. //
  237. this.tsbtnDel.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDel.Image")));
  238. this.tsbtnDel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  239. this.tsbtnDel.ImageTransparentColor = System.Drawing.Color.Magenta;
  240. this.tsbtnDel.Name = "tsbtnDel";
  241. this.tsbtnDel.Size = new System.Drawing.Size(70, 60);
  242. this.tsbtnDel.Text = " 删除 ";
  243. this.tsbtnDel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  244. this.tsbtnDel.Click += new System.EventHandler(this.tsbtnDel_Click);
  245. //
  246. // toolStripSeparator3
  247. //
  248. this.toolStripSeparator3.Name = "toolStripSeparator3";
  249. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 65);
  250. //
  251. // tsbtnClose
  252. //
  253. this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image")));
  254. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  255. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  256. this.tsbtnClose.Name = "tsbtnClose";
  257. this.tsbtnClose.Size = new System.Drawing.Size(70, 60);
  258. this.tsbtnClose.Text = " 关闭 ";
  259. this.tsbtnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  260. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  261. //
  262. // splitContainer1
  263. //
  264. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  265. this.splitContainer1.Location = new System.Drawing.Point(0, 65);
  266. this.splitContainer1.Name = "splitContainer1";
  267. //
  268. // splitContainer1.Panel1
  269. //
  270. this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  271. this.splitContainer1.Panel1.Controls.Add(this.groupBox2);
  272. //
  273. // splitContainer1.Panel2
  274. //
  275. this.splitContainer1.Panel2.Controls.Add(this.groupBox1);
  276. this.splitContainer1.Size = new System.Drawing.Size(1000, 727);
  277. this.splitContainer1.SplitterDistance = 491;
  278. this.splitContainer1.TabIndex = 18;
  279. //
  280. // colCheck
  281. //
  282. this.colCheck.DataPropertyName = "check";
  283. this.colCheck.HeaderText = "";
  284. this.colCheck.MinimumWidth = 8;
  285. this.colCheck.Name = "colCheck";
  286. this.colCheck.Width = 50;
  287. //
  288. // dataGridViewTextBoxColumn1
  289. //
  290. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  291. this.dataGridViewTextBoxColumn1.DataPropertyName = "Name";
  292. dataGridViewCellStyle7.BackColor = System.Drawing.Color.White;
  293. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  294. this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle7;
  295. this.dataGridViewTextBoxColumn1.HeaderText = "权限";
  296. this.dataGridViewTextBoxColumn1.MinimumWidth = 8;
  297. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  298. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  299. //
  300. // FrmRoleRight
  301. //
  302. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  303. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  304. this.ClientSize = new System.Drawing.Size(1000, 792);
  305. this.Controls.Add(this.splitContainer1);
  306. this.Controls.Add(this.toolStrip1);
  307. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  308. this.MaximizeBox = false;
  309. this.MinimizeBox = false;
  310. this.Name = "FrmRoleRight";
  311. this.ShowInTaskbar = false;
  312. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  313. this.Text = "角色与权限管理";
  314. this.Load += new System.EventHandler(this.FrmRoleRight_Load);
  315. this.groupBox2.ResumeLayout(false);
  316. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  317. this.groupBox1.ResumeLayout(false);
  318. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
  319. this.toolStrip1.ResumeLayout(false);
  320. this.toolStrip1.PerformLayout();
  321. this.splitContainer1.Panel1.ResumeLayout(false);
  322. this.splitContainer1.Panel2.ResumeLayout(false);
  323. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  324. this.splitContainer1.ResumeLayout(false);
  325. this.ResumeLayout(false);
  326. this.PerformLayout();
  327. }
  328. #endregion
  329. private System.Windows.Forms.GroupBox groupBox2;
  330. private System.Windows.Forms.DataGridView dataGridView1;
  331. private System.Windows.Forms.GroupBox groupBox1;
  332. private System.Windows.Forms.DataGridView dataGridView2;
  333. private System.Windows.Forms.ToolStrip toolStrip1;
  334. private System.Windows.Forms.ToolStripButton tsbtnDel;
  335. private System.Windows.Forms.SplitContainer splitContainer1;
  336. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  337. private System.Windows.Forms.ToolStripButton tsbtnSave;
  338. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  339. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  340. private System.Windows.Forms.ToolStripButton tsbtnClose;
  341. private System.Windows.Forms.DataGridViewTextBoxColumn 工序;
  342. private System.Windows.Forms.DataGridViewTextBoxColumn 名称;
  343. private System.Windows.Forms.DataGridViewCheckBoxColumn colCheck;
  344. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  345. }
  346. }