懒羊羊
2023-12-28 e46d3baaf3e8d7d85f4bafec3aad75e52b078408
提交 | 用户 | 时间
e46d3b 1 namespace YX
2 {
3     partial class FrmRole
4     {
5         /// <summary>
6         /// Required designer variable.
7         /// </summary>
8         private System.ComponentModel.IContainer components = null;
9
10         /// <summary>
11         /// Clean up any resources being used.
12         /// </summary>
13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         protected override void Dispose(bool disposing)
15         {
16             if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             base.Dispose(disposing);
21         }
22
23         #region Windows Form Designer generated code
24
25         /// <summary>
26         /// Required method for Designer support - do not modify
27         /// the contents of this method with the code editor.
28         /// </summary>
29         private void InitializeComponent()
30         {
31             this.components = new System.ComponentModel.Container();
32             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmRole));
33             this.dataGridView1 = new System.Windows.Forms.DataGridView();
34             this.Roles_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
35             this.ParentId = new System.Windows.Forms.DataGridViewTextBoxColumn();
36             this.Roles_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
37             this.Roles_Remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
38             this.SortCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
39             this.CreateDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
40             this.CreateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
41             this.ModifyDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
42             this.ModifyUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
43             this.treeView1 = new System.Windows.Forms.TreeView();
44             this.toolStrip1 = new System.Windows.Forms.ToolStrip();
45             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
46             this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
47             this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
48             this.imageList1 = new System.Windows.Forms.ImageList(this.components);
49             this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
50             this.刷新ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
51             this.btn_add = new System.Windows.Forms.ToolStripButton();
52             this.btn_edit = new System.Windows.Forms.ToolStripButton();
53             this.btn_delete = new System.Windows.Forms.ToolStripButton();
54             this.btn_refresh = new System.Windows.Forms.ToolStripButton();
55             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
56             this.toolStrip1.SuspendLayout();
57             this.contextMenuStrip1.SuspendLayout();
58             this.SuspendLayout();
59             // 
60             // dataGridView1
61             // 
62             this.dataGridView1.AllowUserToAddRows = false;
63             this.dataGridView1.AllowUserToDeleteRows = false;
64             this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
65             | System.Windows.Forms.AnchorStyles.Left) 
66             | System.Windows.Forms.AnchorStyles.Right)));
67             this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
68             this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
69             this.Roles_ID,
70             this.ParentId,
71             this.Roles_Name,
72             this.Roles_Remark,
73             this.SortCode,
74             this.CreateDate,
75             this.CreateUserName,
76             this.ModifyDate,
77             this.ModifyUserName});
78             this.dataGridView1.Location = new System.Drawing.Point(194, 25);
79             this.dataGridView1.Name = "dataGridView1";
80             this.dataGridView1.ReadOnly = true;
81             this.dataGridView1.RowTemplate.Height = 23;
82             this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
83             this.dataGridView1.Size = new System.Drawing.Size(721, 412);
84             this.dataGridView1.TabIndex = 10;
85             // 
86             // Roles_ID
87             // 
88             this.Roles_ID.DataPropertyName = "Roles_ID";
89             this.Roles_ID.HeaderText = "编号";
90             this.Roles_ID.Name = "Roles_ID";
91             this.Roles_ID.ReadOnly = true;
92             // 
93             // ParentId
94             // 
95             this.ParentId.DataPropertyName = "ParentId";
96             this.ParentId.HeaderText = "节点名称";
97             this.ParentId.Name = "ParentId";
98             this.ParentId.ReadOnly = true;
99             // 
100             // Roles_Name
101             // 
102             this.Roles_Name.DataPropertyName = "Roles_Name";
103             this.Roles_Name.HeaderText = "角色名称";
104             this.Roles_Name.Name = "Roles_Name";
105             this.Roles_Name.ReadOnly = true;
106             // 
107             // Roles_Remark
108             // 
109             this.Roles_Remark.DataPropertyName = "Roles_Remark";
110             this.Roles_Remark.HeaderText = "角色描述";
111             this.Roles_Remark.Name = "Roles_Remark";
112             this.Roles_Remark.ReadOnly = true;
113             // 
114             // SortCode
115             // 
116             this.SortCode.DataPropertyName = "SortCode";
117             this.SortCode.HeaderText = "排序";
118             this.SortCode.Name = "SortCode";
119             this.SortCode.ReadOnly = true;
120             // 
121             // CreateDate
122             // 
123             this.CreateDate.DataPropertyName = "CreateDate";
124             this.CreateDate.HeaderText = "创建时间";
125             this.CreateDate.Name = "CreateDate";
126             this.CreateDate.ReadOnly = true;
127             // 
128             // CreateUserName
129             // 
130             this.CreateUserName.DataPropertyName = "CreateUserName";
131             this.CreateUserName.HeaderText = "创建人";
132             this.CreateUserName.Name = "CreateUserName";
133             this.CreateUserName.ReadOnly = true;
134             // 
135             // ModifyDate
136             // 
137             this.ModifyDate.DataPropertyName = "ModifyDate";
138             this.ModifyDate.HeaderText = "修改时间";
139             this.ModifyDate.Name = "ModifyDate";
140             this.ModifyDate.ReadOnly = true;
141             // 
142             // ModifyUserName
143             // 
144             this.ModifyUserName.DataPropertyName = "ModifyUserName";
145             this.ModifyUserName.HeaderText = "修改人";
146             this.ModifyUserName.Name = "ModifyUserName";
147             this.ModifyUserName.ReadOnly = true;
148             // 
149             // treeView1
150             // 
151             this.treeView1.ContextMenuStrip = this.contextMenuStrip1;
152             this.treeView1.Dock = System.Windows.Forms.DockStyle.Left;
153             this.treeView1.ItemHeight = 20;
154             this.treeView1.Location = new System.Drawing.Point(0, 25);
155             this.treeView1.Name = "treeView1";
156             this.treeView1.Scrollable = false;
157             this.treeView1.Size = new System.Drawing.Size(188, 412);
158             this.treeView1.TabIndex = 8;
159             this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
160             // 
161             // toolStrip1
162             // 
163             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
164             this.btn_add,
165             this.toolStripSeparator1,
166             this.btn_edit,
167             this.toolStripSeparator2,
168             this.btn_delete,
169             this.toolStripSeparator3,
170             this.btn_refresh});
171             this.toolStrip1.Location = new System.Drawing.Point(0, 0);
172             this.toolStrip1.Name = "toolStrip1";
173             this.toolStrip1.Size = new System.Drawing.Size(915, 25);
174             this.toolStrip1.TabIndex = 9;
175             this.toolStrip1.Text = "toolStrip1";
176             // 
177             // toolStripSeparator1
178             // 
179             this.toolStripSeparator1.Name = "toolStripSeparator1";
180             this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
181             // 
182             // toolStripSeparator2
183             // 
184             this.toolStripSeparator2.Name = "toolStripSeparator2";
185             this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
186             // 
187             // toolStripSeparator3
188             // 
189             this.toolStripSeparator3.Name = "toolStripSeparator3";
190             this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
191             // 
192             // imageList1
193             // 
194             this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
195             this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
196             this.imageList1.Images.SetKeyName(0, "188.png");
197             this.imageList1.Images.SetKeyName(1, "161.png");
198             // 
199             // contextMenuStrip1
200             // 
201             this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
202             this.刷新ToolStripMenuItem});
203             this.contextMenuStrip1.Name = "contextMenuStrip1";
204             this.contextMenuStrip1.Size = new System.Drawing.Size(101, 26);
205             // 
206             // 刷新ToolStripMenuItem
207             // 
208             this.刷新ToolStripMenuItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
209             this.刷新ToolStripMenuItem.Image = global::YX.Properties.Resources.brush;
210             this.刷新ToolStripMenuItem.Name = "刷新ToolStripMenuItem";
211             this.刷新ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
212             this.刷新ToolStripMenuItem.Text = "刷新";
213             this.刷新ToolStripMenuItem.Click += new System.EventHandler(this.刷新ToolStripMenuItem_Click);
214             // 
215             // btn_add
216             // 
217             this.btn_add.Image = ((System.Drawing.Image)(resources.GetObject("btn_add.Image")));
218             this.btn_add.ImageTransparentColor = System.Drawing.Color.Magenta;
219             this.btn_add.Name = "btn_add";
220             this.btn_add.Size = new System.Drawing.Size(52, 22);
221             this.btn_add.Text = "添加";
222             this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
223             // 
224             // btn_edit
225             // 
226             this.btn_edit.Image = ((System.Drawing.Image)(resources.GetObject("btn_edit.Image")));
227             this.btn_edit.ImageTransparentColor = System.Drawing.Color.Magenta;
228             this.btn_edit.Name = "btn_edit";
229             this.btn_edit.Size = new System.Drawing.Size(52, 22);
230             this.btn_edit.Text = "编辑";
231             this.btn_edit.Click += new System.EventHandler(this.btn_edit_Click);
232             // 
233             // btn_delete
234             // 
235             this.btn_delete.Image = ((System.Drawing.Image)(resources.GetObject("btn_delete.Image")));
236             this.btn_delete.ImageTransparentColor = System.Drawing.Color.Magenta;
237             this.btn_delete.Name = "btn_delete";
238             this.btn_delete.Size = new System.Drawing.Size(52, 22);
239             this.btn_delete.Text = "删除";
240             this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);
241             // 
242             // btn_refresh
243             // 
244             this.btn_refresh.Image = ((System.Drawing.Image)(resources.GetObject("btn_refresh.Image")));
245             this.btn_refresh.ImageTransparentColor = System.Drawing.Color.Magenta;
246             this.btn_refresh.Name = "btn_refresh";
247             this.btn_refresh.Size = new System.Drawing.Size(52, 22);
248             this.btn_refresh.Text = "刷新";
249             this.btn_refresh.Click += new System.EventHandler(this.btn_refresh_Click);
250             // 
251             // FrmRole
252             // 
253             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
254             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
255             this.ClientSize = new System.Drawing.Size(915, 437);
256             this.Controls.Add(this.dataGridView1);
257             this.Controls.Add(this.treeView1);
258             this.Controls.Add(this.toolStrip1);
259             this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
260             this.Name = "FrmRole";
261             this.Text = "角色管理";
262             this.Load += new System.EventHandler(this.FrmRole_Load);
263             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
264             this.toolStrip1.ResumeLayout(false);
265             this.toolStrip1.PerformLayout();
266             this.contextMenuStrip1.ResumeLayout(false);
267             this.ResumeLayout(false);
268             this.PerformLayout();
269
270         }
271
272         #endregion
273
274         public System.Windows.Forms.DataGridView dataGridView1;
275         public System.Windows.Forms.TreeView treeView1;
276         private System.Windows.Forms.ToolStrip toolStrip1;
277         private System.Windows.Forms.ToolStripButton btn_add;
278         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
279         private System.Windows.Forms.ToolStripButton btn_edit;
280         private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
281         private System.Windows.Forms.ToolStripButton btn_delete;
282         private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
283         private System.Windows.Forms.ToolStripButton btn_refresh;
284         private System.Windows.Forms.ImageList imageList1;
285         private System.Windows.Forms.DataGridViewTextBoxColumn Roles_ID;
286         private System.Windows.Forms.DataGridViewTextBoxColumn ParentId;
287         private System.Windows.Forms.DataGridViewTextBoxColumn Roles_Name;
288         private System.Windows.Forms.DataGridViewTextBoxColumn Roles_Remark;
289         private System.Windows.Forms.DataGridViewTextBoxColumn SortCode;
290         private System.Windows.Forms.DataGridViewTextBoxColumn CreateDate;
291         private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserName;
292         private System.Windows.Forms.DataGridViewTextBoxColumn ModifyDate;
293         private System.Windows.Forms.DataGridViewTextBoxColumn ModifyUserName;
294         private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
295         private System.Windows.Forms.ToolStripMenuItem 刷新ToolStripMenuItem;
296     }
297 }