懒羊羊
2023-12-28 e46d3baaf3e8d7d85f4bafec3aad75e52b078408
提交 | 用户 | 时间
e46d3b 1 namespace YX
2 {
3     partial class FrmMenu
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(FrmMenu));
33             this.toolStrip1 = new System.Windows.Forms.ToolStrip();
34             this.btn_add = new System.Windows.Forms.ToolStripButton();
35             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
36             this.btn_edit = new System.Windows.Forms.ToolStripButton();
37             this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
38             this.btn_delete = new System.Windows.Forms.ToolStripButton();
39             this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
40             this.btn_refresh = new System.Windows.Forms.ToolStripButton();
41             this.toolStrip2 = new System.Windows.Forms.ToolStrip();
42             this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
43             this.com_querylist = new System.Windows.Forms.ToolStripComboBox();
44             this.txt_query = new System.Windows.Forms.ToolStripTextBox();
45             this.btn_select = new System.Windows.Forms.ToolStripButton();
46             this.dataGridView1 = new System.Windows.Forms.DataGridView();
47             this.Menu_Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
48             this.ParentId = new System.Windows.Forms.DataGridViewTextBoxColumn();
49             this.Menu_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
50             this.Menu_Tag = new System.Windows.Forms.DataGridViewTextBoxColumn();
51             this.Menu_Img = new System.Windows.Forms.DataGridViewTextBoxColumn();
52             this.SortCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
53             this.CreateDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
54             this.CreateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
55             this.ModifyDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
56             this.ModifyUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
57             this.imageList1 = new System.Windows.Forms.ImageList(this.components);
58             this.treeView1 = new System.Windows.Forms.TreeView();
59             this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
60             this.刷新ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
61             this.toolStrip1.SuspendLayout();
62             this.toolStrip2.SuspendLayout();
63             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
64             this.contextMenuStrip1.SuspendLayout();
65             this.SuspendLayout();
66             // 
67             // toolStrip1
68             // 
69             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
70             this.btn_add,
71             this.toolStripSeparator1,
72             this.btn_edit,
73             this.toolStripSeparator2,
74             this.btn_delete,
75             this.toolStripSeparator3,
76             this.btn_refresh});
77             this.toolStrip1.Location = new System.Drawing.Point(0, 0);
78             this.toolStrip1.Name = "toolStrip1";
79             this.toolStrip1.Size = new System.Drawing.Size(975, 25);
80             this.toolStrip1.TabIndex = 0;
81             this.toolStrip1.Text = "toolStrip1";
82             // 
83             // btn_add
84             // 
85             this.btn_add.Image = ((System.Drawing.Image)(resources.GetObject("btn_add.Image")));
86             this.btn_add.ImageTransparentColor = System.Drawing.Color.Magenta;
87             this.btn_add.Name = "btn_add";
88             this.btn_add.Size = new System.Drawing.Size(52, 22);
89             this.btn_add.Text = "添加";
90             this.btn_add.Click += new System.EventHandler(this.btn_Add_Click);
91             // 
92             // toolStripSeparator1
93             // 
94             this.toolStripSeparator1.Name = "toolStripSeparator1";
95             this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
96             // 
97             // btn_edit
98             // 
99             this.btn_edit.Image = ((System.Drawing.Image)(resources.GetObject("btn_edit.Image")));
100             this.btn_edit.ImageTransparentColor = System.Drawing.Color.Magenta;
101             this.btn_edit.Name = "btn_edit";
102             this.btn_edit.Size = new System.Drawing.Size(52, 22);
103             this.btn_edit.Text = "编辑";
104             this.btn_edit.Click += new System.EventHandler(this.btn_edit_Click);
105             // 
106             // toolStripSeparator2
107             // 
108             this.toolStripSeparator2.Name = "toolStripSeparator2";
109             this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
110             // 
111             // btn_delete
112             // 
113             this.btn_delete.Image = ((System.Drawing.Image)(resources.GetObject("btn_delete.Image")));
114             this.btn_delete.ImageTransparentColor = System.Drawing.Color.Magenta;
115             this.btn_delete.Name = "btn_delete";
116             this.btn_delete.Size = new System.Drawing.Size(52, 22);
117             this.btn_delete.Text = "删除";
118             this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);
119             // 
120             // toolStripSeparator3
121             // 
122             this.toolStripSeparator3.Name = "toolStripSeparator3";
123             this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
124             // 
125             // btn_refresh
126             // 
127             this.btn_refresh.Image = ((System.Drawing.Image)(resources.GetObject("btn_refresh.Image")));
128             this.btn_refresh.ImageTransparentColor = System.Drawing.Color.Magenta;
129             this.btn_refresh.Name = "btn_refresh";
130             this.btn_refresh.Size = new System.Drawing.Size(52, 22);
131             this.btn_refresh.Text = "刷新";
132             this.btn_refresh.Click += new System.EventHandler(this.btn_refresh_Click);
133             // 
134             // toolStrip2
135             // 
136             this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
137             this.toolStripLabel1,
138             this.com_querylist,
139             this.txt_query,
140             this.btn_select});
141             this.toolStrip2.Location = new System.Drawing.Point(0, 25);
142             this.toolStrip2.Name = "toolStrip2";
143             this.toolStrip2.Size = new System.Drawing.Size(975, 25);
144             this.toolStrip2.TabIndex = 1;
145             this.toolStrip2.Text = "toolStrip2";
146             // 
147             // toolStripLabel1
148             // 
149             this.toolStripLabel1.Name = "toolStripLabel1";
150             this.toolStripLabel1.Size = new System.Drawing.Size(68, 22);
151             this.toolStripLabel1.Text = "条件查询:";
152             // 
153             // com_querylist
154             // 
155             this.com_querylist.Name = "com_querylist";
156             this.com_querylist.Size = new System.Drawing.Size(121, 25);
157             // 
158             // txt_query
159             // 
160             this.txt_query.BackColor = System.Drawing.SystemColors.Window;
161             this.txt_query.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
162             this.txt_query.Name = "txt_query";
163             this.txt_query.Size = new System.Drawing.Size(100, 25);
164             // 
165             // btn_select
166             // 
167             this.btn_select.Image = ((System.Drawing.Image)(resources.GetObject("btn_select.Image")));
168             this.btn_select.ImageTransparentColor = System.Drawing.Color.Magenta;
169             this.btn_select.Name = "btn_select";
170             this.btn_select.Size = new System.Drawing.Size(52, 22);
171             this.btn_select.Text = "查询";
172             this.btn_select.Click += new System.EventHandler(this.btn_select_Click);
173             // 
174             // dataGridView1
175             // 
176             this.dataGridView1.AllowUserToAddRows = false;
177             this.dataGridView1.AllowUserToDeleteRows = false;
178             this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
179             | System.Windows.Forms.AnchorStyles.Left) 
180             | System.Windows.Forms.AnchorStyles.Right)));
181             this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
182             this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
183             this.Menu_Id,
184             this.ParentId,
185             this.Menu_Name,
186             this.Menu_Tag,
187             this.Menu_Img,
188             this.SortCode,
189             this.CreateDate,
190             this.CreateUserName,
191             this.ModifyDate,
192             this.ModifyUserName});
193             this.dataGridView1.Location = new System.Drawing.Point(197, 53);
194             this.dataGridView1.Name = "dataGridView1";
195             this.dataGridView1.ReadOnly = true;
196             this.dataGridView1.RowTemplate.Height = 23;
197             this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
198             this.dataGridView1.Size = new System.Drawing.Size(778, 456);
199             this.dataGridView1.TabIndex = 3;
200             // 
201             // Menu_Id
202             // 
203             this.Menu_Id.DataPropertyName = "Menu_Id";
204             this.Menu_Id.HeaderText = "编号";
205             this.Menu_Id.Name = "Menu_Id";
206             this.Menu_Id.ReadOnly = true;
207             // 
208             // ParentId
209             // 
210             this.ParentId.DataPropertyName = "ParentId";
211             this.ParentId.HeaderText = "节点位置";
212             this.ParentId.Name = "ParentId";
213             this.ParentId.ReadOnly = true;
214             // 
215             // Menu_Name
216             // 
217             this.Menu_Name.DataPropertyName = "Menu_Name";
218             this.Menu_Name.HeaderText = "菜单名称";
219             this.Menu_Name.Name = "Menu_Name";
220             this.Menu_Name.ReadOnly = true;
221             // 
222             // Menu_Tag
223             // 
224             this.Menu_Tag.DataPropertyName = "Menu_Tag";
225             this.Menu_Tag.HeaderText = "菜单标记";
226             this.Menu_Tag.Name = "Menu_Tag";
227             this.Menu_Tag.ReadOnly = true;
228             // 
229             // Menu_Img
230             // 
231             this.Menu_Img.DataPropertyName = "Menu_Img";
232             this.Menu_Img.HeaderText = "图片号码";
233             this.Menu_Img.Name = "Menu_Img";
234             this.Menu_Img.ReadOnly = true;
235             // 
236             // SortCode
237             // 
238             this.SortCode.DataPropertyName = "SortCode";
239             this.SortCode.HeaderText = "排序";
240             this.SortCode.Name = "SortCode";
241             this.SortCode.ReadOnly = true;
242             // 
243             // CreateDate
244             // 
245             this.CreateDate.DataPropertyName = "CreateDate";
246             this.CreateDate.HeaderText = "创建时间";
247             this.CreateDate.Name = "CreateDate";
248             this.CreateDate.ReadOnly = true;
249             // 
250             // CreateUserName
251             // 
252             this.CreateUserName.DataPropertyName = "CreateUserName";
253             this.CreateUserName.HeaderText = "创建人";
254             this.CreateUserName.Name = "CreateUserName";
255             this.CreateUserName.ReadOnly = true;
256             // 
257             // ModifyDate
258             // 
259             this.ModifyDate.DataPropertyName = "ModifyDate";
260             this.ModifyDate.HeaderText = "修改时间";
261             this.ModifyDate.Name = "ModifyDate";
262             this.ModifyDate.ReadOnly = true;
263             // 
264             // ModifyUserName
265             // 
266             this.ModifyUserName.DataPropertyName = "ModifyUserName";
267             this.ModifyUserName.HeaderText = "修改人";
268             this.ModifyUserName.Name = "ModifyUserName";
269             this.ModifyUserName.ReadOnly = true;
270             // 
271             // imageList1
272             // 
273             this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
274             this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
275             this.imageList1.Images.SetKeyName(0, "folder.png");
276             this.imageList1.Images.SetKeyName(1, "file.png");
277             // 
278             // treeView1
279             // 
280             this.treeView1.ContextMenuStrip = this.contextMenuStrip1;
281             this.treeView1.Dock = System.Windows.Forms.DockStyle.Left;
282             this.treeView1.ItemHeight = 20;
283             this.treeView1.Location = new System.Drawing.Point(0, 50);
284             this.treeView1.Name = "treeView1";
285             this.treeView1.Size = new System.Drawing.Size(191, 459);
286             this.treeView1.TabIndex = 4;
287             this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
288             // 
289             // contextMenuStrip1
290             // 
291             this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
292             this.刷新ToolStripMenuItem});
293             this.contextMenuStrip1.Name = "contextMenuStrip1";
294             this.contextMenuStrip1.Size = new System.Drawing.Size(153, 48);
295             // 
296             // 刷新ToolStripMenuItem
297             // 
298             this.刷新ToolStripMenuItem.Image = global::YX.Properties.Resources.brush;
299             this.刷新ToolStripMenuItem.Name = "刷新ToolStripMenuItem";
300             this.刷新ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
301             this.刷新ToolStripMenuItem.Text = "刷新";
302             this.刷新ToolStripMenuItem.Click += new System.EventHandler(this.刷新ToolStripMenuItem_Click);
303             // 
304             // FrmMenu
305             // 
306             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
307             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
308             this.ClientSize = new System.Drawing.Size(975, 509);
309             this.Controls.Add(this.treeView1);
310             this.Controls.Add(this.dataGridView1);
311             this.Controls.Add(this.toolStrip2);
312             this.Controls.Add(this.toolStrip1);
313             this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
314             this.Name = "FrmMenu";
315             this.Text = "导航菜单";
316             this.Load += new System.EventHandler(this.FrmMenu_Load);
317             this.toolStrip1.ResumeLayout(false);
318             this.toolStrip1.PerformLayout();
319             this.toolStrip2.ResumeLayout(false);
320             this.toolStrip2.PerformLayout();
321             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
322             this.contextMenuStrip1.ResumeLayout(false);
323             this.ResumeLayout(false);
324             this.PerformLayout();
325
326         }
327
328         #endregion
329         private System.Windows.Forms.ToolStrip toolStrip2;
330         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
331         private System.Windows.Forms.ToolStripButton btn_edit;
332         private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
333         private System.Windows.Forms.ToolStripButton btn_delete;
334         private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
335         private System.Windows.Forms.ToolStripButton btn_refresh;
336         private System.Windows.Forms.ToolStripLabel toolStripLabel1;
337         private System.Windows.Forms.ToolStripComboBox com_querylist;
338         private System.Windows.Forms.ToolStripTextBox txt_query;
339         private System.Windows.Forms.ToolStripButton btn_select;
340         private System.Windows.Forms.ImageList imageList1;
341         public System.Windows.Forms.DataGridView dataGridView1;
342         public System.Windows.Forms.ToolStrip toolStrip1;
343         public System.Windows.Forms.ToolStripButton btn_add;
344         public System.Windows.Forms.TreeView treeView1;
345         private System.Windows.Forms.DataGridViewTextBoxColumn Menu_Id;
346         private System.Windows.Forms.DataGridViewTextBoxColumn ParentId;
347         private System.Windows.Forms.DataGridViewTextBoxColumn Menu_Name;
348         private System.Windows.Forms.DataGridViewTextBoxColumn Menu_Tag;
349         private System.Windows.Forms.DataGridViewTextBoxColumn Menu_Img;
350         private System.Windows.Forms.DataGridViewTextBoxColumn SortCode;
351         private System.Windows.Forms.DataGridViewTextBoxColumn CreateDate;
352         private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserName;
353         private System.Windows.Forms.DataGridViewTextBoxColumn ModifyDate;
354         private System.Windows.Forms.DataGridViewTextBoxColumn ModifyUserName;
355         private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
356         private System.Windows.Forms.ToolStripMenuItem 刷新ToolStripMenuItem;
357     }
358 }