懒羊羊
2023-12-28 e46d3baaf3e8d7d85f4bafec3aad75e52b078408
提交 | 用户 | 时间
e46d3b 1 namespace YX
2 {
3     partial class FrmDeptInfoEdit
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.panel1 = new System.Windows.Forms.Panel();
32             this.com_ParentId = new System.Windows.Forms.ComboBox();
33             this.btn_concel = new System.Windows.Forms.Button();
34             this.btn_save = new System.Windows.Forms.Button();
35             this.txt_Organization_Remark = new System.Windows.Forms.RichTextBox();
36             this.label12 = new System.Windows.Forms.Label();
37             this.txt_Organization_Address = new System.Windows.Forms.TextBox();
38             this.label11 = new System.Windows.Forms.Label();
39             this.txt_SortCode = new System.Windows.Forms.TextBox();
40             this.label9 = new System.Windows.Forms.Label();
41             this.label10 = new System.Windows.Forms.Label();
42             this.txt_Organization_Zipcode = new System.Windows.Forms.TextBox();
43             this.label7 = new System.Windows.Forms.Label();
44             this.txt_Organization_Fax = new System.Windows.Forms.TextBox();
45             this.label8 = new System.Windows.Forms.Label();
46             this.txt_Organization_InnerPhone = new System.Windows.Forms.TextBox();
47             this.label5 = new System.Windows.Forms.Label();
48             this.txt_Organization_OuterPhone = new System.Windows.Forms.TextBox();
49             this.label6 = new System.Windows.Forms.Label();
50             this.txt_Organization_AssistantManager = new System.Windows.Forms.TextBox();
51             this.label3 = new System.Windows.Forms.Label();
52             this.txt_Organization_Manager = new System.Windows.Forms.TextBox();
53             this.label4 = new System.Windows.Forms.Label();
54             this.txt_Organization_Name = new System.Windows.Forms.TextBox();
55             this.label2 = new System.Windows.Forms.Label();
56             this.txt_Organization_Code = new System.Windows.Forms.TextBox();
57             this.label1 = new System.Windows.Forms.Label();
58             this.panel1.SuspendLayout();
59             this.SuspendLayout();
60             // 
61             // panel1
62             // 
63             this.panel1.Controls.Add(this.com_ParentId);
64             this.panel1.Controls.Add(this.btn_concel);
65             this.panel1.Controls.Add(this.btn_save);
66             this.panel1.Controls.Add(this.txt_Organization_Remark);
67             this.panel1.Controls.Add(this.label12);
68             this.panel1.Controls.Add(this.txt_Organization_Address);
69             this.panel1.Controls.Add(this.label11);
70             this.panel1.Controls.Add(this.txt_SortCode);
71             this.panel1.Controls.Add(this.label9);
72             this.panel1.Controls.Add(this.label10);
73             this.panel1.Controls.Add(this.txt_Organization_Zipcode);
74             this.panel1.Controls.Add(this.label7);
75             this.panel1.Controls.Add(this.txt_Organization_Fax);
76             this.panel1.Controls.Add(this.label8);
77             this.panel1.Controls.Add(this.txt_Organization_InnerPhone);
78             this.panel1.Controls.Add(this.label5);
79             this.panel1.Controls.Add(this.txt_Organization_OuterPhone);
80             this.panel1.Controls.Add(this.label6);
81             this.panel1.Controls.Add(this.txt_Organization_AssistantManager);
82             this.panel1.Controls.Add(this.label3);
83             this.panel1.Controls.Add(this.txt_Organization_Manager);
84             this.panel1.Controls.Add(this.label4);
85             this.panel1.Controls.Add(this.txt_Organization_Name);
86             this.panel1.Controls.Add(this.label2);
87             this.panel1.Controls.Add(this.txt_Organization_Code);
88             this.panel1.Controls.Add(this.label1);
89             this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
90             this.panel1.Location = new System.Drawing.Point(0, 0);
91             this.panel1.Name = "panel1";
92             this.panel1.Size = new System.Drawing.Size(464, 356);
93             this.panel1.TabIndex = 0;
94             // 
95             // com_ParentId
96             // 
97             this.com_ParentId.FormattingEnabled = true;
98             this.com_ParentId.Location = new System.Drawing.Point(86, 154);
99             this.com_ParentId.Name = "com_ParentId";
100             this.com_ParentId.Size = new System.Drawing.Size(136, 20);
101             this.com_ParentId.TabIndex = 26;
102             // 
103             // btn_concel
104             // 
105             this.btn_concel.Image = global::YX.Properties.Resources.delete;
106             this.btn_concel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
107             this.btn_concel.Location = new System.Drawing.Point(237, 312);
108             this.btn_concel.Name = "btn_concel";
109             this.btn_concel.Size = new System.Drawing.Size(83, 32);
110             this.btn_concel.TabIndex = 25;
111             this.btn_concel.Text = "关闭";
112             this.btn_concel.UseVisualStyleBackColor = true;
113             this.btn_concel.Click += new System.EventHandler(this.btn_concel_Click);
114             // 
115             // btn_save
116             // 
117             this.btn_save.Image = global::YX.Properties.Resources.save;
118             this.btn_save.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
119             this.btn_save.Location = new System.Drawing.Point(148, 312);
120             this.btn_save.Name = "btn_save";
121             this.btn_save.Size = new System.Drawing.Size(83, 32);
122             this.btn_save.TabIndex = 24;
123             this.btn_save.Text = "保存";
124             this.btn_save.UseVisualStyleBackColor = true;
125             this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
126             // 
127             // txt_Organization_Remark
128             // 
129             this.txt_Organization_Remark.Location = new System.Drawing.Point(83, 218);
130             this.txt_Organization_Remark.Name = "txt_Organization_Remark";
131             this.txt_Organization_Remark.Size = new System.Drawing.Size(360, 72);
132             this.txt_Organization_Remark.TabIndex = 23;
133             this.txt_Organization_Remark.Text = "";
134             // 
135             // label12
136             // 
137             this.label12.AutoSize = true;
138             this.label12.Location = new System.Drawing.Point(36, 249);
139             this.label12.Name = "label12";
140             this.label12.Size = new System.Drawing.Size(41, 12);
141             this.label12.TabIndex = 22;
142             this.label12.Text = "备注:";
143             // 
144             // txt_Organization_Address
145             // 
146             this.txt_Organization_Address.Location = new System.Drawing.Point(85, 185);
147             this.txt_Organization_Address.Name = "txt_Organization_Address";
148             this.txt_Organization_Address.Size = new System.Drawing.Size(358, 21);
149             this.txt_Organization_Address.TabIndex = 21;
150             // 
151             // label11
152             // 
153             this.label11.AutoSize = true;
154             this.label11.Location = new System.Drawing.Point(14, 188);
155             this.label11.Name = "label11";
156             this.label11.Size = new System.Drawing.Size(65, 12);
157             this.label11.TabIndex = 20;
158             this.label11.Text = "所在地址:";
159             // 
160             // txt_SortCode
161             // 
162             this.txt_SortCode.Location = new System.Drawing.Point(306, 154);
163             this.txt_SortCode.Name = "txt_SortCode";
164             this.txt_SortCode.Size = new System.Drawing.Size(137, 21);
165             this.txt_SortCode.TabIndex = 19;
166             // 
167             // label9
168             // 
169             this.label9.AutoSize = true;
170             this.label9.Location = new System.Drawing.Point(235, 158);
171             this.label9.Name = "label9";
172             this.label9.Size = new System.Drawing.Size(65, 12);
173             this.label9.TabIndex = 18;
174             this.label9.Text = "显示顺序:";
175             // 
176             // label10
177             // 
178             this.label10.AutoSize = true;
179             this.label10.Location = new System.Drawing.Point(14, 157);
180             this.label10.Name = "label10";
181             this.label10.Size = new System.Drawing.Size(65, 12);
182             this.label10.TabIndex = 16;
183             this.label10.Text = "节点位置:";
184             // 
185             // txt_Organization_Zipcode
186             // 
187             this.txt_Organization_Zipcode.Location = new System.Drawing.Point(306, 122);
188             this.txt_Organization_Zipcode.Name = "txt_Organization_Zipcode";
189             this.txt_Organization_Zipcode.Size = new System.Drawing.Size(137, 21);
190             this.txt_Organization_Zipcode.TabIndex = 15;
191             // 
192             // label7
193             // 
194             this.label7.AutoSize = true;
195             this.label7.Location = new System.Drawing.Point(235, 127);
196             this.label7.Name = "label7";
197             this.label7.Size = new System.Drawing.Size(65, 12);
198             this.label7.TabIndex = 14;
199             this.label7.Text = "行政号码:";
200             // 
201             // txt_Organization_Fax
202             // 
203             this.txt_Organization_Fax.Location = new System.Drawing.Point(85, 122);
204             this.txt_Organization_Fax.Name = "txt_Organization_Fax";
205             this.txt_Organization_Fax.Size = new System.Drawing.Size(137, 21);
206             this.txt_Organization_Fax.TabIndex = 13;
207             // 
208             // label8
209             // 
210             this.label8.AutoSize = true;
211             this.label8.Location = new System.Drawing.Point(14, 127);
212             this.label8.Name = "label8";
213             this.label8.Size = new System.Drawing.Size(65, 12);
214             this.label8.TabIndex = 12;
215             this.label8.Text = "传真号码:";
216             // 
217             // txt_Organization_InnerPhone
218             // 
219             this.txt_Organization_InnerPhone.Location = new System.Drawing.Point(306, 90);
220             this.txt_Organization_InnerPhone.Name = "txt_Organization_InnerPhone";
221             this.txt_Organization_InnerPhone.Size = new System.Drawing.Size(137, 21);
222             this.txt_Organization_InnerPhone.TabIndex = 11;
223             // 
224             // label5
225             // 
226             this.label5.AutoSize = true;
227             this.label5.Location = new System.Drawing.Point(235, 95);
228             this.label5.Name = "label5";
229             this.label5.Size = new System.Drawing.Size(65, 12);
230             this.label5.TabIndex = 10;
231             this.label5.Text = "内线电话:";
232             // 
233             // txt_Organization_OuterPhone
234             // 
235             this.txt_Organization_OuterPhone.Location = new System.Drawing.Point(85, 89);
236             this.txt_Organization_OuterPhone.Name = "txt_Organization_OuterPhone";
237             this.txt_Organization_OuterPhone.Size = new System.Drawing.Size(137, 21);
238             this.txt_Organization_OuterPhone.TabIndex = 9;
239             // 
240             // label6
241             // 
242             this.label6.AutoSize = true;
243             this.label6.Location = new System.Drawing.Point(14, 93);
244             this.label6.Name = "label6";
245             this.label6.Size = new System.Drawing.Size(65, 12);
246             this.label6.TabIndex = 8;
247             this.label6.Text = "外线电话:";
248             // 
249             // txt_Organization_AssistantManager
250             // 
251             this.txt_Organization_AssistantManager.Location = new System.Drawing.Point(306, 58);
252             this.txt_Organization_AssistantManager.Name = "txt_Organization_AssistantManager";
253             this.txt_Organization_AssistantManager.Size = new System.Drawing.Size(137, 21);
254             this.txt_Organization_AssistantManager.TabIndex = 7;
255             // 
256             // label3
257             // 
258             this.label3.AutoSize = true;
259             this.label3.Location = new System.Drawing.Point(235, 62);
260             this.label3.Name = "label3";
261             this.label3.Size = new System.Drawing.Size(65, 12);
262             this.label3.TabIndex = 6;
263             this.label3.Text = "副负责人:";
264             // 
265             // txt_Organization_Manager
266             // 
267             this.txt_Organization_Manager.Location = new System.Drawing.Point(85, 58);
268             this.txt_Organization_Manager.Name = "txt_Organization_Manager";
269             this.txt_Organization_Manager.Size = new System.Drawing.Size(137, 21);
270             this.txt_Organization_Manager.TabIndex = 5;
271             // 
272             // label4
273             // 
274             this.label4.AutoSize = true;
275             this.label4.Location = new System.Drawing.Point(14, 63);
276             this.label4.Name = "label4";
277             this.label4.Size = new System.Drawing.Size(65, 12);
278             this.label4.TabIndex = 4;
279             this.label4.Text = "主负责人:";
280             // 
281             // txt_Organization_Name
282             // 
283             this.txt_Organization_Name.Location = new System.Drawing.Point(306, 27);
284             this.txt_Organization_Name.Name = "txt_Organization_Name";
285             this.txt_Organization_Name.Size = new System.Drawing.Size(137, 21);
286             this.txt_Organization_Name.TabIndex = 3;
287             // 
288             // label2
289             // 
290             this.label2.AutoSize = true;
291             this.label2.Location = new System.Drawing.Point(235, 30);
292             this.label2.Name = "label2";
293             this.label2.Size = new System.Drawing.Size(65, 12);
294             this.label2.TabIndex = 2;
295             this.label2.Text = "部门名称:";
296             // 
297             // txt_Organization_Code
298             // 
299             this.txt_Organization_Code.Location = new System.Drawing.Point(85, 27);
300             this.txt_Organization_Code.Name = "txt_Organization_Code";
301             this.txt_Organization_Code.Size = new System.Drawing.Size(137, 21);
302             this.txt_Organization_Code.TabIndex = 1;
303             // 
304             // label1
305             // 
306             this.label1.AutoSize = true;
307             this.label1.Location = new System.Drawing.Point(14, 32);
308             this.label1.Name = "label1";
309             this.label1.Size = new System.Drawing.Size(65, 12);
310             this.label1.TabIndex = 0;
311             this.label1.Text = "部门编号:";
312             // 
313             // FrmDeptInfoEdit
314             // 
315             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
316             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
317             this.ClientSize = new System.Drawing.Size(464, 356);
318             this.Controls.Add(this.panel1);
319             this.Name = "FrmDeptInfoEdit";
320             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
321             this.Text = "部门编辑";
322             this.Load += new System.EventHandler(this.FrmDeptInfoEdit_Load);
323             this.panel1.ResumeLayout(false);
324             this.panel1.PerformLayout();
325             this.ResumeLayout(false);
326
327         }
328
329         #endregion
330
331         private System.Windows.Forms.Panel panel1;
332         private System.Windows.Forms.Label label1;
333         private System.Windows.Forms.RichTextBox txt_Organization_Remark;
334         private System.Windows.Forms.Label label12;
335         private System.Windows.Forms.TextBox txt_Organization_Address;
336         private System.Windows.Forms.Label label11;
337         private System.Windows.Forms.TextBox txt_SortCode;
338         private System.Windows.Forms.Label label9;
339         private System.Windows.Forms.Label label10;
340         private System.Windows.Forms.TextBox txt_Organization_Zipcode;
341         private System.Windows.Forms.Label label7;
342         private System.Windows.Forms.TextBox txt_Organization_Fax;
343         private System.Windows.Forms.Label label8;
344         private System.Windows.Forms.TextBox txt_Organization_InnerPhone;
345         private System.Windows.Forms.Label label5;
346         private System.Windows.Forms.TextBox txt_Organization_OuterPhone;
347         private System.Windows.Forms.Label label6;
348         private System.Windows.Forms.TextBox txt_Organization_AssistantManager;
349         private System.Windows.Forms.Label label3;
350         private System.Windows.Forms.TextBox txt_Organization_Manager;
351         private System.Windows.Forms.Label label4;
352         private System.Windows.Forms.TextBox txt_Organization_Name;
353         private System.Windows.Forms.Label label2;
354         private System.Windows.Forms.TextBox txt_Organization_Code;
355         private System.Windows.Forms.Button btn_concel;
356         private System.Windows.Forms.Button btn_save;
357         private System.Windows.Forms.ComboBox com_ParentId;
358     }
359 }