懒羊羊
2023-12-28 e46d3baaf3e8d7d85f4bafec3aad75e52b078408
提交 | 用户 | 时间
e46d3b 1 namespace YX
2 {
3     partial class FrmAppendPropertyEdit
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.label1 = new System.Windows.Forms.Label();
32             this.txt_Property_Name = new System.Windows.Forms.TextBox();
33             this.txt_Property_ID = new System.Windows.Forms.TextBox();
34             this.label2 = new System.Windows.Forms.Label();
35             this.txt_SortCode = new System.Windows.Forms.TextBox();
36             this.label3 = new System.Windows.Forms.Label();
37             this.txt_Property_width = new System.Windows.Forms.TextBox();
38             this.label4 = new System.Windows.Forms.Label();
39             this.label5 = new System.Windows.Forms.Label();
40             this.label6 = new System.Windows.Forms.Label();
41             this.rich_dataSource = new System.Windows.Forms.RichTextBox();
42             this.com_controlType = new System.Windows.Forms.ComboBox();
43             this.btn_concel = new System.Windows.Forms.Button();
44             this.btn_save = new System.Windows.Forms.Button();
45             this.label7 = new System.Windows.Forms.Label();
46             this.txt_Property_Function = new System.Windows.Forms.TextBox();
47             this.SuspendLayout();
48             // 
49             // label1
50             // 
51             this.label1.AutoSize = true;
52             this.label1.Location = new System.Drawing.Point(32, 43);
53             this.label1.Name = "label1";
54             this.label1.Size = new System.Drawing.Size(65, 12);
55             this.label1.TabIndex = 0;
56             this.label1.Text = "属性名称:";
57             // 
58             // txt_Property_Name
59             // 
60             this.txt_Property_Name.Location = new System.Drawing.Point(103, 42);
61             this.txt_Property_Name.Name = "txt_Property_Name";
62             this.txt_Property_Name.Size = new System.Drawing.Size(223, 21);
63             this.txt_Property_Name.TabIndex = 31;
64             // 
65             // txt_Property_ID
66             // 
67             this.txt_Property_ID.Location = new System.Drawing.Point(103, 76);
68             this.txt_Property_ID.Name = "txt_Property_ID";
69             this.txt_Property_ID.Size = new System.Drawing.Size(223, 21);
70             this.txt_Property_ID.TabIndex = 3;
71             // 
72             // label2
73             // 
74             this.label2.AutoSize = true;
75             this.label2.Location = new System.Drawing.Point(31, 76);
76             this.label2.Name = "label2";
77             this.label2.Size = new System.Drawing.Size(65, 12);
78             this.label2.TabIndex = 2;
79             this.label2.Text = "控  件ID:";
80             // 
81             // txt_SortCode
82             // 
83             this.txt_SortCode.Location = new System.Drawing.Point(102, 178);
84             this.txt_SortCode.Name = "txt_SortCode";
85             this.txt_SortCode.Size = new System.Drawing.Size(223, 21);
86             this.txt_SortCode.TabIndex = 7;
87             // 
88             // label3
89             // 
90             this.label3.AutoSize = true;
91             this.label3.Location = new System.Drawing.Point(31, 179);
92             this.label3.Name = "label3";
93             this.label3.Size = new System.Drawing.Size(65, 12);
94             this.label3.TabIndex = 6;
95             this.label3.Text = "控件排序:";
96             // 
97             // txt_Property_width
98             // 
99             this.txt_Property_width.Location = new System.Drawing.Point(103, 143);
100             this.txt_Property_width.Name = "txt_Property_width";
101             this.txt_Property_width.Size = new System.Drawing.Size(223, 21);
102             this.txt_Property_width.TabIndex = 5;
103             // 
104             // label4
105             // 
106             this.label4.AutoSize = true;
107             this.label4.Location = new System.Drawing.Point(31, 142);
108             this.label4.Name = "label4";
109             this.label4.Size = new System.Drawing.Size(65, 12);
110             this.label4.TabIndex = 4;
111             this.label4.Text = "控件宽度:";
112             // 
113             // label5
114             // 
115             this.label5.AutoSize = true;
116             this.label5.Location = new System.Drawing.Point(37, 233);
117             this.label5.Name = "label5";
118             this.label5.Size = new System.Drawing.Size(53, 12);
119             this.label5.TabIndex = 10;
120             this.label5.Text = "数据源:";
121             // 
122             // label6
123             // 
124             this.label6.AutoSize = true;
125             this.label6.Location = new System.Drawing.Point(31, 109);
126             this.label6.Name = "label6";
127             this.label6.Size = new System.Drawing.Size(65, 12);
128             this.label6.TabIndex = 8;
129             this.label6.Text = "控件类型:";
130             // 
131             // rich_dataSource
132             // 
133             this.rich_dataSource.Location = new System.Drawing.Point(103, 211);
134             this.rich_dataSource.Name = "rich_dataSource";
135             this.rich_dataSource.Size = new System.Drawing.Size(223, 62);
136             this.rich_dataSource.TabIndex = 11;
137             this.rich_dataSource.Text = "";
138             // 
139             // com_controlType
140             // 
141             this.com_controlType.FormattingEnabled = true;
142             this.com_controlType.Location = new System.Drawing.Point(103, 110);
143             this.com_controlType.Name = "com_controlType";
144             this.com_controlType.Size = new System.Drawing.Size(223, 20);
145             this.com_controlType.TabIndex = 12;
146             // 
147             // btn_concel
148             // 
149             this.btn_concel.Image = global::YX.Properties.Resources.delete;
150             this.btn_concel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
151             this.btn_concel.Location = new System.Drawing.Point(191, 282);
152             this.btn_concel.Name = "btn_concel";
153             this.btn_concel.Size = new System.Drawing.Size(83, 32);
154             this.btn_concel.TabIndex = 29;
155             this.btn_concel.Text = "关闭";
156             this.btn_concel.UseVisualStyleBackColor = true;
157             this.btn_concel.Click += new System.EventHandler(this.btn_concel_Click);
158             // 
159             // btn_save
160             // 
161             this.btn_save.Image = global::YX.Properties.Resources.save;
162             this.btn_save.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
163             this.btn_save.Location = new System.Drawing.Point(102, 282);
164             this.btn_save.Name = "btn_save";
165             this.btn_save.Size = new System.Drawing.Size(83, 32);
166             this.btn_save.TabIndex = 28;
167             this.btn_save.Text = "保存";
168             this.btn_save.UseVisualStyleBackColor = true;
169             this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
170             // 
171             // label7
172             // 
173             this.label7.AutoSize = true;
174             this.label7.Location = new System.Drawing.Point(31, 12);
175             this.label7.Name = "label7";
176             this.label7.Size = new System.Drawing.Size(65, 12);
177             this.label7.TabIndex = 30;
178             this.label7.Text = "业务分类:";
179             // 
180             // txt_Property_Function
181             // 
182             this.txt_Property_Function.Location = new System.Drawing.Point(103, 10);
183             this.txt_Property_Function.Name = "txt_Property_Function";
184             this.txt_Property_Function.Size = new System.Drawing.Size(222, 21);
185             this.txt_Property_Function.TabIndex = 1;
186             // 
187             // FrmAppendPropertyEdit
188             // 
189             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
190             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
191             this.ClientSize = new System.Drawing.Size(358, 322);
192             this.Controls.Add(this.txt_Property_Function);
193             this.Controls.Add(this.label7);
194             this.Controls.Add(this.btn_concel);
195             this.Controls.Add(this.btn_save);
196             this.Controls.Add(this.com_controlType);
197             this.Controls.Add(this.rich_dataSource);
198             this.Controls.Add(this.label5);
199             this.Controls.Add(this.label6);
200             this.Controls.Add(this.txt_SortCode);
201             this.Controls.Add(this.label3);
202             this.Controls.Add(this.txt_Property_width);
203             this.Controls.Add(this.label4);
204             this.Controls.Add(this.txt_Property_ID);
205             this.Controls.Add(this.label2);
206             this.Controls.Add(this.txt_Property_Name);
207             this.Controls.Add(this.label1);
208             this.MaximizeBox = false;
209             this.MinimizeBox = false;
210             this.Name = "FrmAppendPropertyEdit";
211             this.Text = "FrmAppendPropertyEdit";
212             this.Load += new System.EventHandler(this.FrmAppendPropertyEdit_Load);
213             this.ResumeLayout(false);
214             this.PerformLayout();
215
216         }
217
218         #endregion
219
220         private System.Windows.Forms.Label label1;
221         private System.Windows.Forms.TextBox txt_Property_Name;
222         private System.Windows.Forms.TextBox txt_Property_ID;
223         private System.Windows.Forms.Label label2;
224         private System.Windows.Forms.TextBox txt_SortCode;
225         private System.Windows.Forms.Label label3;
226         private System.Windows.Forms.TextBox txt_Property_width;
227         private System.Windows.Forms.Label label4;
228         private System.Windows.Forms.Label label5;
229         private System.Windows.Forms.Label label6;
230         private System.Windows.Forms.RichTextBox rich_dataSource;
231         private System.Windows.Forms.ComboBox com_controlType;
232         private System.Windows.Forms.Button btn_concel;
233         private System.Windows.Forms.Button btn_save;
234         private System.Windows.Forms.Label label7;
235         private System.Windows.Forms.TextBox txt_Property_Function;
236     }
237 }