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