yantian yue
2023-12-29 fdda48e034b2da82fb100ec04f5b51351477e2bb
提交 | 用户 | 时间
e46d3b 1 namespace YX
2 {
3     partial class FrmMenuEdit
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             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMenuEdit));
32             this.panel1 = new System.Windows.Forms.Panel();
33             this.btn_concel = new System.Windows.Forms.Button();
34             this.btn_save = new System.Windows.Forms.Button();
35             this.txt_Sort = new System.Windows.Forms.TextBox();
36             this.label5 = new System.Windows.Forms.Label();
37             this.pic_menu = new System.Windows.Forms.PictureBox();
38             this.label4 = new System.Windows.Forms.Label();
39             this.label3 = new System.Windows.Forms.Label();
40             this.txt_MenuTag = new System.Windows.Forms.TextBox();
41             this.label2 = new System.Windows.Forms.Label();
42             this.txt_MenuName = new System.Windows.Forms.TextBox();
43             this.label1 = new System.Windows.Forms.Label();
44             this.txt_parent = new System.Windows.Forms.TextBox();
45             this.panel1.SuspendLayout();
46             ((System.ComponentModel.ISupportInitialize)(this.pic_menu)).BeginInit();
47             this.SuspendLayout();
48             // 
49             // panel1
50             // 
51             this.panel1.Controls.Add(this.txt_parent);
52             this.panel1.Controls.Add(this.btn_concel);
53             this.panel1.Controls.Add(this.btn_save);
54             this.panel1.Controls.Add(this.txt_Sort);
55             this.panel1.Controls.Add(this.label5);
56             this.panel1.Controls.Add(this.pic_menu);
57             this.panel1.Controls.Add(this.label4);
58             this.panel1.Controls.Add(this.label3);
59             this.panel1.Controls.Add(this.txt_MenuTag);
60             this.panel1.Controls.Add(this.label2);
61             this.panel1.Controls.Add(this.txt_MenuName);
62             this.panel1.Controls.Add(this.label1);
63             this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
64             this.panel1.Location = new System.Drawing.Point(0, 0);
65             this.panel1.Name = "panel1";
66             this.panel1.Size = new System.Drawing.Size(315, 282);
67             this.panel1.TabIndex = 0;
68             // 
69             // btn_concel
70             // 
71             this.btn_concel.Image = global::YX.Properties.Resources.delete;
72             this.btn_concel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
73             this.btn_concel.Location = new System.Drawing.Point(156, 238);
74             this.btn_concel.Name = "btn_concel";
75             this.btn_concel.Size = new System.Drawing.Size(83, 32);
76             this.btn_concel.TabIndex = 27;
77             this.btn_concel.Text = "关闭";
78             this.btn_concel.UseVisualStyleBackColor = true;
79             this.btn_concel.Click += new System.EventHandler(this.btn_concel_Click);
80             // 
81             // btn_save
82             // 
83             this.btn_save.Image = global::YX.Properties.Resources.save;
84             this.btn_save.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
85             this.btn_save.Location = new System.Drawing.Point(67, 238);
86             this.btn_save.Name = "btn_save";
87             this.btn_save.Size = new System.Drawing.Size(83, 32);
88             this.btn_save.TabIndex = 26;
89             this.btn_save.Text = "保存";
90             this.btn_save.UseVisualStyleBackColor = true;
91             this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
92             // 
93             // txt_Sort
94             // 
95             this.txt_Sort.Location = new System.Drawing.Point(113, 204);
96             this.txt_Sort.Name = "txt_Sort";
97             this.txt_Sort.Size = new System.Drawing.Size(159, 21);
98             this.txt_Sort.TabIndex = 9;
99             // 
100             // label5
101             // 
102             this.label5.AutoSize = true;
103             this.label5.Location = new System.Drawing.Point(42, 207);
104             this.label5.Name = "label5";
105             this.label5.Size = new System.Drawing.Size(65, 12);
106             this.label5.TabIndex = 8;
107             this.label5.Text = "排序顺序:";
108             // 
109             // pic_menu
110             // 
111             this.pic_menu.Cursor = System.Windows.Forms.Cursors.Hand;
112             this.pic_menu.Image = ((System.Drawing.Image)(resources.GetObject("pic_menu.Image")));
113             this.pic_menu.Location = new System.Drawing.Point(113, 156);
114             this.pic_menu.Name = "pic_menu";
115             this.pic_menu.Size = new System.Drawing.Size(42, 39);
116             this.pic_menu.TabIndex = 7;
117             this.pic_menu.TabStop = false;
118             this.pic_menu.Tag = "1";
119             this.pic_menu.Click += new System.EventHandler(this.pic_menu_Click);
120             // 
121             // label4
122             // 
123             this.label4.AutoSize = true;
124             this.label4.Location = new System.Drawing.Point(42, 165);
125             this.label4.Name = "label4";
126             this.label4.Size = new System.Drawing.Size(65, 12);
127             this.label4.TabIndex = 6;
128             this.label4.Text = "菜单图标:";
129             // 
130             // label3
131             // 
132             this.label3.AutoSize = true;
133             this.label3.Location = new System.Drawing.Point(40, 122);
134             this.label3.Name = "label3";
135             this.label3.Size = new System.Drawing.Size(65, 12);
136             this.label3.TabIndex = 4;
137             this.label3.Text = "节点位置:";
138             // 
139             // txt_MenuTag
140             // 
141             this.txt_MenuTag.Location = new System.Drawing.Point(110, 77);
142             this.txt_MenuTag.Name = "txt_MenuTag";
143             this.txt_MenuTag.Size = new System.Drawing.Size(159, 21);
144             this.txt_MenuTag.TabIndex = 3;
145             // 
146             // label2
147             // 
148             this.label2.AutoSize = true;
149             this.label2.Location = new System.Drawing.Point(42, 81);
150             this.label2.Name = "label2";
151             this.label2.Size = new System.Drawing.Size(65, 12);
152             this.label2.TabIndex = 2;
153             this.label2.Text = "菜单标记:";
154             // 
155             // txt_MenuName
156             // 
157             this.txt_MenuName.Location = new System.Drawing.Point(110, 33);
158             this.txt_MenuName.Name = "txt_MenuName";
159             this.txt_MenuName.Size = new System.Drawing.Size(159, 21);
160             this.txt_MenuName.TabIndex = 1;
161             // 
162             // label1
163             // 
164             this.label1.AutoSize = true;
165             this.label1.Location = new System.Drawing.Point(42, 37);
166             this.label1.Name = "label1";
167             this.label1.Size = new System.Drawing.Size(65, 12);
168             this.label1.TabIndex = 0;
169             this.label1.Text = "菜单名称:";
170             // 
171             // txt_parent
172             // 
173             this.txt_parent.Enabled = false;
174             this.txt_parent.Location = new System.Drawing.Point(110, 119);
175             this.txt_parent.Name = "txt_parent";
176             this.txt_parent.Size = new System.Drawing.Size(159, 21);
177             this.txt_parent.TabIndex = 28;
178             // 
179             // FrmMenuEdit
180             // 
181             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
182             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
183             this.ClientSize = new System.Drawing.Size(315, 282);
184             this.Controls.Add(this.panel1);
185             this.MaximizeBox = false;
186             this.MinimizeBox = false;
187             this.Name = "FrmMenuEdit";
188             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
189             this.Text = "菜单编辑";
190             this.Load += new System.EventHandler(this.FrmMenuEdit_Load);
191             this.panel1.ResumeLayout(false);
192             this.panel1.PerformLayout();
193             ((System.ComponentModel.ISupportInitialize)(this.pic_menu)).EndInit();
194             this.ResumeLayout(false);
195
196         }
197
198         #endregion
199
200         private System.Windows.Forms.Panel panel1;
201         private System.Windows.Forms.TextBox txt_MenuName;
202         private System.Windows.Forms.Label label1;
203         private System.Windows.Forms.TextBox txt_MenuTag;
204         private System.Windows.Forms.Label label2;
205         private System.Windows.Forms.Label label3;
206         private System.Windows.Forms.Label label4;
207         private System.Windows.Forms.Label label5;
208         private System.Windows.Forms.TextBox txt_Sort;
209         public System.Windows.Forms.PictureBox pic_menu;
210         private System.Windows.Forms.Button btn_concel;
211         private System.Windows.Forms.Button btn_save;
212         private System.Windows.Forms.TextBox txt_parent;
213     }
214 }