懒羊羊
2023-12-28 e46d3baaf3e8d7d85f4bafec3aad75e52b078408
提交 | 用户 | 时间
e46d3b 1 namespace YX
2 {
3     partial class FrmUserInfo
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(FrmUserInfo));
33             this.toolStrip2 = new System.Windows.Forms.ToolStrip();
34             this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
35             this.com_Searchwhere = new System.Windows.Forms.ToolStripComboBox();
36             this.txt_Search = new System.Windows.Forms.ToolStripTextBox();
37             this.btn_select = new System.Windows.Forms.ToolStripButton();
38             this.toolStrip1 = new System.Windows.Forms.ToolStrip();
39             this.btn_add = new System.Windows.Forms.ToolStripButton();
40             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
41             this.btn_edit = new System.Windows.Forms.ToolStripButton();
42             this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
43             this.btn_delete = new System.Windows.Forms.ToolStripButton();
44             this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
45             this.btn_refresh = new System.Windows.Forms.ToolStripButton();
46             this.dataGridView1 = new System.Windows.Forms.DataGridView();
47             this.panel1 = new System.Windows.Forms.Panel();
48             this.treeView1 = new System.Windows.Forms.TreeView();
49             this.imageList1 = new System.Windows.Forms.ImageList(this.components);
50             this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
51             this.刷新ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
52             this.toolStrip2.SuspendLayout();
53             this.toolStrip1.SuspendLayout();
54             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
55             this.panel1.SuspendLayout();
56             this.contextMenuStrip1.SuspendLayout();
57             this.SuspendLayout();
58             // 
59             // toolStrip2
60             // 
61             this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
62             this.toolStripLabel1,
63             this.com_Searchwhere,
64             this.txt_Search,
65             this.btn_select});
66             this.toolStrip2.Location = new System.Drawing.Point(0, 25);
67             this.toolStrip2.Name = "toolStrip2";
68             this.toolStrip2.Size = new System.Drawing.Size(825, 25);
69             this.toolStrip2.TabIndex = 6;
70             this.toolStrip2.Text = "toolStrip2";
71             // 
72             // toolStripLabel1
73             // 
74             this.toolStripLabel1.Name = "toolStripLabel1";
75             this.toolStripLabel1.Size = new System.Drawing.Size(68, 22);
76             this.toolStripLabel1.Text = "条件查询:";
77             // 
78             // com_Searchwhere
79             // 
80             this.com_Searchwhere.Name = "com_Searchwhere";
81             this.com_Searchwhere.Size = new System.Drawing.Size(121, 25);
82             // 
83             // txt_Search
84             // 
85             this.txt_Search.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
86             this.txt_Search.Name = "txt_Search";
87             this.txt_Search.Size = new System.Drawing.Size(100, 25);
88             // 
89             // btn_select
90             // 
91             this.btn_select.Image = ((System.Drawing.Image)(resources.GetObject("btn_select.Image")));
92             this.btn_select.ImageTransparentColor = System.Drawing.Color.Magenta;
93             this.btn_select.Name = "btn_select";
94             this.btn_select.Size = new System.Drawing.Size(52, 22);
95             this.btn_select.Text = "查询";
96             this.btn_select.Click += new System.EventHandler(this.btn_select_Click);
97             // 
98             // toolStrip1
99             // 
100             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
101             this.btn_add,
102             this.toolStripSeparator1,
103             this.btn_edit,
104             this.toolStripSeparator2,
105             this.btn_delete,
106             this.toolStripSeparator3,
107             this.btn_refresh});
108             this.toolStrip1.Location = new System.Drawing.Point(0, 0);
109             this.toolStrip1.Name = "toolStrip1";
110             this.toolStrip1.Size = new System.Drawing.Size(825, 25);
111             this.toolStrip1.TabIndex = 5;
112             this.toolStrip1.Text = "toolStrip1";
113             // 
114             // btn_add
115             // 
116             this.btn_add.Image = ((System.Drawing.Image)(resources.GetObject("btn_add.Image")));
117             this.btn_add.ImageTransparentColor = System.Drawing.Color.Magenta;
118             this.btn_add.Name = "btn_add";
119             this.btn_add.Size = new System.Drawing.Size(52, 22);
120             this.btn_add.Text = "添加";
121             this.btn_add.Click += new System.EventHandler(this.btn_Add_Click);
122             // 
123             // toolStripSeparator1
124             // 
125             this.toolStripSeparator1.Name = "toolStripSeparator1";
126             this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
127             // 
128             // btn_edit
129             // 
130             this.btn_edit.Image = ((System.Drawing.Image)(resources.GetObject("btn_edit.Image")));
131             this.btn_edit.ImageTransparentColor = System.Drawing.Color.Magenta;
132             this.btn_edit.Name = "btn_edit";
133             this.btn_edit.Size = new System.Drawing.Size(52, 22);
134             this.btn_edit.Text = "编辑";
135             this.btn_edit.Click += new System.EventHandler(this.btn_edit_Click);
136             // 
137             // toolStripSeparator2
138             // 
139             this.toolStripSeparator2.Name = "toolStripSeparator2";
140             this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
141             // 
142             // btn_delete
143             // 
144             this.btn_delete.Image = ((System.Drawing.Image)(resources.GetObject("btn_delete.Image")));
145             this.btn_delete.ImageTransparentColor = System.Drawing.Color.Magenta;
146             this.btn_delete.Name = "btn_delete";
147             this.btn_delete.Size = new System.Drawing.Size(52, 22);
148             this.btn_delete.Text = "删除";
149             this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);
150             // 
151             // toolStripSeparator3
152             // 
153             this.toolStripSeparator3.Name = "toolStripSeparator3";
154             this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
155             // 
156             // btn_refresh
157             // 
158             this.btn_refresh.Image = ((System.Drawing.Image)(resources.GetObject("btn_refresh.Image")));
159             this.btn_refresh.ImageTransparentColor = System.Drawing.Color.Magenta;
160             this.btn_refresh.Name = "btn_refresh";
161             this.btn_refresh.Size = new System.Drawing.Size(52, 22);
162             this.btn_refresh.Text = "刷新";
163             this.btn_refresh.Click += new System.EventHandler(this.btn_refresh_Click);
164             // 
165             // dataGridView1
166             // 
167             this.dataGridView1.AllowUserToAddRows = false;
168             this.dataGridView1.AllowUserToDeleteRows = false;
169             this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
170             | System.Windows.Forms.AnchorStyles.Left) 
171             | System.Windows.Forms.AnchorStyles.Right)));
172             this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
173             this.dataGridView1.Location = new System.Drawing.Point(195, 53);
174             this.dataGridView1.Name = "dataGridView1";
175             this.dataGridView1.ReadOnly = true;
176             this.dataGridView1.RowTemplate.Height = 23;
177             this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
178             this.dataGridView1.Size = new System.Drawing.Size(630, 420);
179             this.dataGridView1.TabIndex = 7;
180             this.dataGridView1.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridView1_DataBindingComplete);
181             // 
182             // panel1
183             // 
184             this.panel1.Controls.Add(this.treeView1);
185             this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
186             this.panel1.Location = new System.Drawing.Point(0, 50);
187             this.panel1.Name = "panel1";
188             this.panel1.Size = new System.Drawing.Size(189, 424);
189             this.panel1.TabIndex = 8;
190             // 
191             // treeView1
192             // 
193             this.treeView1.ContextMenuStrip = this.contextMenuStrip1;
194             this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
195             this.treeView1.ImageIndex = 0;
196             this.treeView1.ImageList = this.imageList1;
197             this.treeView1.ItemHeight = 20;
198             this.treeView1.Location = new System.Drawing.Point(0, 0);
199             this.treeView1.Name = "treeView1";
200             this.treeView1.Scrollable = false;
201             this.treeView1.SelectedImageIndex = 0;
202             this.treeView1.Size = new System.Drawing.Size(189, 424);
203             this.treeView1.TabIndex = 1;
204             this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
205             // 
206             // imageList1
207             // 
208             this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
209             this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
210             this.imageList1.Images.SetKeyName(0, "folder.png");
211             // 
212             // contextMenuStrip1
213             // 
214             this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
215             this.刷新ToolStripMenuItem});
216             this.contextMenuStrip1.Name = "contextMenuStrip1";
217             this.contextMenuStrip1.Size = new System.Drawing.Size(153, 48);
218             // 
219             // 刷新ToolStripMenuItem
220             // 
221             this.刷新ToolStripMenuItem.Image = global::YX.Properties.Resources.brush;
222             this.刷新ToolStripMenuItem.Name = "刷新ToolStripMenuItem";
223             this.刷新ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
224             this.刷新ToolStripMenuItem.Text = "刷新";
225             this.刷新ToolStripMenuItem.Click += new System.EventHandler(this.刷新ToolStripMenuItem_Click);
226             // 
227             // FrmUserInfo
228             // 
229             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
230             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
231             this.ClientSize = new System.Drawing.Size(825, 474);
232             this.Controls.Add(this.panel1);
233             this.Controls.Add(this.dataGridView1);
234             this.Controls.Add(this.toolStrip2);
235             this.Controls.Add(this.toolStrip1);
236             this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
237             this.Name = "FrmUserInfo";
238             this.Text = "用户管理";
239             this.Load += new System.EventHandler(this.FrmUserInfo_Load);
240             this.toolStrip2.ResumeLayout(false);
241             this.toolStrip2.PerformLayout();
242             this.toolStrip1.ResumeLayout(false);
243             this.toolStrip1.PerformLayout();
244             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
245             this.panel1.ResumeLayout(false);
246             this.contextMenuStrip1.ResumeLayout(false);
247             this.ResumeLayout(false);
248             this.PerformLayout();
249
250         }
251
252         #endregion
253
254         private System.Windows.Forms.ToolStrip toolStrip2;
255         private System.Windows.Forms.ToolStripLabel toolStripLabel1;
256         private System.Windows.Forms.ToolStripComboBox com_Searchwhere;
257         private System.Windows.Forms.ToolStripTextBox txt_Search;
258         private System.Windows.Forms.ToolStripButton btn_select;
259         private System.Windows.Forms.ToolStrip toolStrip1;
260         private System.Windows.Forms.ToolStripButton btn_add;
261         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
262         private System.Windows.Forms.ToolStripButton btn_edit;
263         private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
264         private System.Windows.Forms.ToolStripButton btn_delete;
265         private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
266         private System.Windows.Forms.ToolStripButton btn_refresh;
267         public System.Windows.Forms.DataGridView dataGridView1;
268         private System.Windows.Forms.Panel panel1;
269         private System.Windows.Forms.TreeView treeView1;
270         private System.Windows.Forms.ImageList imageList1;
271         private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
272         private System.Windows.Forms.ToolStripMenuItem 刷新ToolStripMenuItem;
273     }
274 }