Xinqi Bao's Git

All done
[HospitalManageSys.git] / HospitalManageSys / Form_Adminisrtator.designer.cs
1 namespace HospitalManageSys
2 {
3 partial class Form_Adminisrtator
4 {
5 /// <summary>
6 /// 必需的设计器变量。
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9
10 /// <summary>
11 /// 清理所有正在使用的资源。
12 /// </summary>
13 /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
24
25 /// <summary>
26 /// 设计器支持所需的方法 - 不要
27 /// 使用代码编辑器修改此方法的内容。
28 /// </summary>
29 private void InitializeComponent()
30 {
31 this.groupBox1 = new System.Windows.Forms.GroupBox();
32 this.button5 = new System.Windows.Forms.Button();
33 this.button4 = new System.Windows.Forms.Button();
34 this.button3 = new System.Windows.Forms.Button();
35 this.button2 = new System.Windows.Forms.Button();
36 this.pb_photo = new System.Windows.Forms.PictureBox();
37 this.cb_department = new System.Windows.Forms.ComboBox();
38 this.cb_job = new System.Windows.Forms.ComboBox();
39 this.cb_sex = new System.Windows.Forms.ComboBox();
40 this.tb_fee = new System.Windows.Forms.TextBox();
41 this.tb_comment = new System.Windows.Forms.TextBox();
42 this.tb_password = new System.Windows.Forms.TextBox();
43 this.tb_name = new System.Windows.Forms.TextBox();
44 this.label6 = new System.Windows.Forms.Label();
45 this.label7 = new System.Windows.Forms.Label();
46 this.label5 = new System.Windows.Forms.Label();
47 this.label4 = new System.Windows.Forms.Label();
48 this.label8 = new System.Windows.Forms.Label();
49 this.label3 = new System.Windows.Forms.Label();
50 this.label2 = new System.Windows.Forms.Label();
51 this.button1 = new System.Windows.Forms.Button();
52 this.tb_id = new System.Windows.Forms.TextBox();
53 this.label1 = new System.Windows.Forms.Label();
54 this.groupBox2 = new System.Windows.Forms.GroupBox();
55 this.button6 = new System.Windows.Forms.Button();
56 this.所有员工信息 = new System.Windows.Forms.GroupBox();
57 this.dataGridView1 = new System.Windows.Forms.DataGridView();
58 this.groupBox3 = new System.Windows.Forms.GroupBox();
59 this.check_4 = new System.Windows.Forms.CheckBox();
60 this.check_5 = new System.Windows.Forms.CheckBox();
61 this.check_1 = new System.Windows.Forms.CheckBox();
62 this.check_6 = new System.Windows.Forms.CheckBox();
63 this.check_2 = new System.Windows.Forms.CheckBox();
64 this.check_3 = new System.Windows.Forms.CheckBox();
65 this.groupBox1.SuspendLayout();
66 ((System.ComponentModel.ISupportInitialize)(this.pb_photo)).BeginInit();
67 this.groupBox2.SuspendLayout();
68 this.所有员工信息.SuspendLayout();
69 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
70 this.groupBox3.SuspendLayout();
71 this.SuspendLayout();
72 //
73 // groupBox1
74 //
75 this.groupBox1.Controls.Add(this.button5);
76 this.groupBox1.Controls.Add(this.button4);
77 this.groupBox1.Controls.Add(this.button3);
78 this.groupBox1.Controls.Add(this.button2);
79 this.groupBox1.Controls.Add(this.pb_photo);
80 this.groupBox1.Controls.Add(this.cb_department);
81 this.groupBox1.Controls.Add(this.cb_job);
82 this.groupBox1.Controls.Add(this.cb_sex);
83 this.groupBox1.Controls.Add(this.tb_fee);
84 this.groupBox1.Controls.Add(this.tb_comment);
85 this.groupBox1.Controls.Add(this.tb_password);
86 this.groupBox1.Controls.Add(this.tb_name);
87 this.groupBox1.Controls.Add(this.label6);
88 this.groupBox1.Controls.Add(this.label7);
89 this.groupBox1.Controls.Add(this.label5);
90 this.groupBox1.Controls.Add(this.label4);
91 this.groupBox1.Controls.Add(this.label8);
92 this.groupBox1.Controls.Add(this.label3);
93 this.groupBox1.Controls.Add(this.label2);
94 this.groupBox1.Location = new System.Drawing.Point(8, 95);
95 this.groupBox1.Name = "groupBox1";
96 this.groupBox1.Size = new System.Drawing.Size(469, 223);
97 this.groupBox1.TabIndex = 0;
98 this.groupBox1.TabStop = false;
99 this.groupBox1.Text = "员工详细信息";
100 //
101 // button5
102 //
103 this.button5.Location = new System.Drawing.Point(380, 160);
104 this.button5.Name = "button5";
105 this.button5.Size = new System.Drawing.Size(75, 23);
106 this.button5.TabIndex = 5;
107 this.button5.Text = "清空(&C)";
108 this.button5.UseVisualStyleBackColor = true;
109 this.button5.Click += new System.EventHandler(this.button5_Click);
110 //
111 // button4
112 //
113 this.button4.Location = new System.Drawing.Point(380, 113);
114 this.button4.Name = "button4";
115 this.button4.Size = new System.Drawing.Size(75, 23);
116 this.button4.TabIndex = 4;
117 this.button4.Text = "修改(&M)";
118 this.button4.UseVisualStyleBackColor = true;
119 this.button4.Click += new System.EventHandler(this.button4_Click);
120 //
121 // button3
122 //
123 this.button3.Location = new System.Drawing.Point(380, 73);
124 this.button3.Name = "button3";
125 this.button3.Size = new System.Drawing.Size(75, 23);
126 this.button3.TabIndex = 4;
127 this.button3.Text = "删除(&D)";
128 this.button3.UseVisualStyleBackColor = true;
129 this.button3.Click += new System.EventHandler(this.button3_Click);
130 //
131 // button2
132 //
133 this.button2.Location = new System.Drawing.Point(380, 30);
134 this.button2.Name = "button2";
135 this.button2.Size = new System.Drawing.Size(75, 23);
136 this.button2.TabIndex = 4;
137 this.button2.Text = "添加(&A)";
138 this.button2.UseVisualStyleBackColor = true;
139 this.button2.Click += new System.EventHandler(this.button2_Click);
140 //
141 // pb_photo
142 //
143 this.pb_photo.BackColor = System.Drawing.SystemColors.ActiveBorder;
144 this.pb_photo.BackgroundImage = global::HospitalManageSys.Properties.Resources.QQ截图20161101204141;
145 this.pb_photo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
146 this.pb_photo.ErrorImage = null;
147 this.pb_photo.Location = new System.Drawing.Point(243, 30);
148 this.pb_photo.Name = "pb_photo";
149 this.pb_photo.Size = new System.Drawing.Size(119, 153);
150 this.pb_photo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
151 this.pb_photo.TabIndex = 3;
152 this.pb_photo.TabStop = false;
153 this.pb_photo.Click += new System.EventHandler(this.pb_photo_Click);
154 //
155 // cb_department
156 //
157 this.cb_department.FormattingEnabled = true;
158 this.cb_department.Items.AddRange(new object[] {
159 "办公室",
160 "财务科",
161 "护理科",
162 "后勤部",
163 "内科",
164 "外科",
165 "妇科",
166 "男科",
167 "儿科",
168 "五官科",
169 "肿瘤科",
170 "皮肤科",
171 "放射科",
172 "中医科"});
173 this.cb_department.Location = new System.Drawing.Point(82, 136);
174 this.cb_department.Name = "cb_department";
175 this.cb_department.Size = new System.Drawing.Size(135, 20);
176 this.cb_department.TabIndex = 2;
177 //
178 // cb_job
179 //
180 this.cb_job.FormattingEnabled = true;
181 this.cb_job.Items.AddRange(new object[] {
182 "院长",
183 "副院长",
184 "科室主任",
185 "护士长",
186 "财务主任",
187 "门诊医生",
188 "护士",
189 "药房会计",
190 "药房库管",
191 "挂号/收银员"});
192 this.cb_job.Location = new System.Drawing.Point(82, 110);
193 this.cb_job.Name = "cb_job";
194 this.cb_job.Size = new System.Drawing.Size(135, 20);
195 this.cb_job.TabIndex = 2;
196 //
197 // cb_sex
198 //
199 this.cb_sex.FormattingEnabled = true;
200 this.cb_sex.Items.AddRange(new object[] {
201 "男",
202 "女"});
203 this.cb_sex.Location = new System.Drawing.Point(82, 84);
204 this.cb_sex.Name = "cb_sex";
205 this.cb_sex.Size = new System.Drawing.Size(135, 20);
206 this.cb_sex.TabIndex = 2;
207 //
208 // tb_fee
209 //
210 this.tb_fee.Location = new System.Drawing.Point(82, 162);
211 this.tb_fee.Name = "tb_fee";
212 this.tb_fee.Size = new System.Drawing.Size(137, 21);
213 this.tb_fee.TabIndex = 1;
214 //
215 // tb_comment
216 //
217 this.tb_comment.Location = new System.Drawing.Point(80, 189);
218 this.tb_comment.Name = "tb_comment";
219 this.tb_comment.Size = new System.Drawing.Size(375, 21);
220 this.tb_comment.TabIndex = 1;
221 //
222 // tb_password
223 //
224 this.tb_password.Location = new System.Drawing.Point(82, 57);
225 this.tb_password.Name = "tb_password";
226 this.tb_password.PasswordChar = '*';
227 this.tb_password.Size = new System.Drawing.Size(135, 21);
228 this.tb_password.TabIndex = 1;
229 //
230 // tb_name
231 //
232 this.tb_name.Location = new System.Drawing.Point(82, 30);
233 this.tb_name.Name = "tb_name";
234 this.tb_name.Size = new System.Drawing.Size(135, 21);
235 this.tb_name.TabIndex = 1;
236 //
237 // label6
238 //
239 this.label6.AutoSize = true;
240 this.label6.Location = new System.Drawing.Point(8, 192);
241 this.label6.Name = "label6";
242 this.label6.Size = new System.Drawing.Size(59, 12);
243 this.label6.TabIndex = 0;
244 this.label6.Text = "备 注:";
245 //
246 // label7
247 //
248 this.label7.AutoSize = true;
249 this.label7.Location = new System.Drawing.Point(12, 168);
250 this.label7.Name = "label7";
251 this.label7.Size = new System.Drawing.Size(59, 12);
252 this.label7.TabIndex = 0;
253 this.label7.Text = "挂 号 费:";
254 //
255 // label5
256 //
257 this.label5.AutoSize = true;
258 this.label5.Location = new System.Drawing.Point(10, 139);
259 this.label5.Name = "label5";
260 this.label5.Size = new System.Drawing.Size(59, 12);
261 this.label5.TabIndex = 0;
262 this.label5.Text = "科 室:";
263 //
264 // label4
265 //
266 this.label4.AutoSize = true;
267 this.label4.Location = new System.Drawing.Point(12, 113);
268 this.label4.Name = "label4";
269 this.label4.Size = new System.Drawing.Size(59, 12);
270 this.label4.TabIndex = 0;
271 this.label4.Text = "职 位:";
272 //
273 // label8
274 //
275 this.label8.AutoSize = true;
276 this.label8.Location = new System.Drawing.Point(10, 60);
277 this.label8.Name = "label8";
278 this.label8.Size = new System.Drawing.Size(65, 12);
279 this.label8.TabIndex = 0;
280 this.label8.Text = "密 码:";
281 //
282 // label3
283 //
284 this.label3.AutoSize = true;
285 this.label3.Location = new System.Drawing.Point(10, 84);
286 this.label3.Name = "label3";
287 this.label3.Size = new System.Drawing.Size(59, 12);
288 this.label3.TabIndex = 0;
289 this.label3.Text = "性 别:";
290 //
291 // label2
292 //
293 this.label2.AutoSize = true;
294 this.label2.Location = new System.Drawing.Point(10, 33);
295 this.label2.Name = "label2";
296 this.label2.Size = new System.Drawing.Size(59, 12);
297 this.label2.TabIndex = 0;
298 this.label2.Text = "姓 名:";
299 //
300 // button1
301 //
302 this.button1.Location = new System.Drawing.Point(262, 41);
303 this.button1.Name = "button1";
304 this.button1.Size = new System.Drawing.Size(75, 23);
305 this.button1.TabIndex = 4;
306 this.button1.Text = "查询(&F)";
307 this.button1.UseVisualStyleBackColor = true;
308 this.button1.Click += new System.EventHandler(this.button1_Click);
309 //
310 // tb_id
311 //
312 this.tb_id.Location = new System.Drawing.Point(82, 43);
313 this.tb_id.Name = "tb_id";
314 this.tb_id.Size = new System.Drawing.Size(135, 21);
315 this.tb_id.TabIndex = 1;
316 //
317 // label1
318 //
319 this.label1.AutoSize = true;
320 this.label1.Location = new System.Drawing.Point(10, 46);
321 this.label1.Name = "label1";
322 this.label1.Size = new System.Drawing.Size(59, 12);
323 this.label1.TabIndex = 0;
324 this.label1.Text = "编 号:";
325 //
326 // groupBox2
327 //
328 this.groupBox2.Controls.Add(this.button6);
329 this.groupBox2.Controls.Add(this.tb_id);
330 this.groupBox2.Controls.Add(this.label1);
331 this.groupBox2.Controls.Add(this.button1);
332 this.groupBox2.Location = new System.Drawing.Point(8, 13);
333 this.groupBox2.Name = "groupBox2";
334 this.groupBox2.Size = new System.Drawing.Size(469, 82);
335 this.groupBox2.TabIndex = 6;
336 this.groupBox2.TabStop = false;
337 this.groupBox2.Text = "员工查询";
338 //
339 // button6
340 //
341 this.button6.Location = new System.Drawing.Point(364, 41);
342 this.button6.Name = "button6";
343 this.button6.Size = new System.Drawing.Size(91, 23);
344 this.button6.TabIndex = 5;
345 this.button6.Text = "所有员工(&S)";
346 this.button6.UseVisualStyleBackColor = true;
347 this.button6.Click += new System.EventHandler(this.button6_Click);
348 //
349 // 所有员工信息
350 //
351 this.所有员工信息.Controls.Add(this.dataGridView1);
352 this.所有员工信息.Location = new System.Drawing.Point(485, 13);
353 this.所有员工信息.Name = "所有员工信息";
354 this.所有员工信息.Size = new System.Drawing.Size(456, 407);
355 this.所有员工信息.TabIndex = 7;
356 this.所有员工信息.TabStop = false;
357 this.所有员工信息.Text = "所有员工信息";
358 //
359 // dataGridView1
360 //
361 this.dataGridView1.Location = new System.Drawing.Point(-2, 15);
362 this.dataGridView1.Name = "dataGridView1";
363 this.dataGridView1.RowTemplate.Height = 23;
364 this.dataGridView1.Size = new System.Drawing.Size(449, 381);
365 this.dataGridView1.TabIndex = 1;
366 //
367 // groupBox3
368 //
369 this.groupBox3.Controls.Add(this.check_4);
370 this.groupBox3.Controls.Add(this.check_5);
371 this.groupBox3.Controls.Add(this.check_1);
372 this.groupBox3.Controls.Add(this.check_6);
373 this.groupBox3.Controls.Add(this.check_2);
374 this.groupBox3.Controls.Add(this.check_3);
375 this.groupBox3.Location = new System.Drawing.Point(8, 324);
376 this.groupBox3.Name = "groupBox3";
377 this.groupBox3.Size = new System.Drawing.Size(469, 96);
378 this.groupBox3.TabIndex = 8;
379 this.groupBox3.TabStop = false;
380 this.groupBox3.Text = "权限设置";
381 //
382 // check_4
383 //
384 this.check_4.AutoSize = true;
385 this.check_4.Location = new System.Drawing.Point(32, 59);
386 this.check_4.Name = "check_4";
387 this.check_4.Size = new System.Drawing.Size(72, 16);
388 this.check_4.TabIndex = 0;
389 this.check_4.Text = "发药系统";
390 this.check_4.UseVisualStyleBackColor = true;
391 //
392 // check_5
393 //
394 this.check_5.AutoSize = true;
395 this.check_5.Location = new System.Drawing.Point(176, 59);
396 this.check_5.Name = "check_5";
397 this.check_5.Size = new System.Drawing.Size(72, 16);
398 this.check_5.TabIndex = 0;
399 this.check_5.Text = "收费系统";
400 this.check_5.UseVisualStyleBackColor = true;
401 //
402 // check_1
403 //
404 this.check_1.AutoSize = true;
405 this.check_1.Location = new System.Drawing.Point(32, 28);
406 this.check_1.Name = "check_1";
407 this.check_1.Size = new System.Drawing.Size(72, 16);
408 this.check_1.TabIndex = 0;
409 this.check_1.Text = "人事管理";
410 this.check_1.UseVisualStyleBackColor = true;
411 //
412 // check_6
413 //
414 this.check_6.AutoSize = true;
415 this.check_6.Location = new System.Drawing.Point(310, 59);
416 this.check_6.Name = "check_6";
417 this.check_6.Size = new System.Drawing.Size(72, 16);
418 this.check_6.TabIndex = 0;
419 this.check_6.Text = "药品入库";
420 this.check_6.UseVisualStyleBackColor = true;
421 //
422 // check_2
423 //
424 this.check_2.AutoSize = true;
425 this.check_2.Location = new System.Drawing.Point(176, 28);
426 this.check_2.Name = "check_2";
427 this.check_2.Size = new System.Drawing.Size(72, 16);
428 this.check_2.TabIndex = 0;
429 this.check_2.Text = "门诊挂号";
430 this.check_2.UseVisualStyleBackColor = true;
431 //
432 // check_3
433 //
434 this.check_3.AutoSize = true;
435 this.check_3.Location = new System.Drawing.Point(310, 28);
436 this.check_3.Name = "check_3";
437 this.check_3.Size = new System.Drawing.Size(72, 16);
438 this.check_3.TabIndex = 0;
439 this.check_3.Text = "医生门诊";
440 this.check_3.UseVisualStyleBackColor = true;
441 //
442 // Form_Adminisrtator
443 //
444 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
445 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
446 this.ClientSize = new System.Drawing.Size(948, 421);
447 this.Controls.Add(this.groupBox3);
448 this.Controls.Add(this.所有员工信息);
449 this.Controls.Add(this.groupBox2);
450 this.Controls.Add(this.groupBox1);
451 this.Name = "Form_Adminisrtator";
452 this.Text = "人事信息";
453 this.Load += new System.EventHandler(this.Form_Adminisrtator_Load);
454 this.groupBox1.ResumeLayout(false);
455 this.groupBox1.PerformLayout();
456 ((System.ComponentModel.ISupportInitialize)(this.pb_photo)).EndInit();
457 this.groupBox2.ResumeLayout(false);
458 this.groupBox2.PerformLayout();
459 this.所有员工信息.ResumeLayout(false);
460 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
461 this.groupBox3.ResumeLayout(false);
462 this.groupBox3.PerformLayout();
463 this.ResumeLayout(false);
464
465 }
466
467 #endregion
468
469 private System.Windows.Forms.GroupBox groupBox1;
470 private System.Windows.Forms.Button button4;
471 private System.Windows.Forms.Button button3;
472 private System.Windows.Forms.Button button2;
473 private System.Windows.Forms.Button button1;
474 private System.Windows.Forms.PictureBox pb_photo;
475 private System.Windows.Forms.ComboBox cb_sex;
476 private System.Windows.Forms.TextBox tb_fee;
477 private System.Windows.Forms.TextBox tb_comment;
478 private System.Windows.Forms.TextBox tb_name;
479 private System.Windows.Forms.TextBox tb_id;
480 private System.Windows.Forms.Label label6;
481 private System.Windows.Forms.Label label7;
482 private System.Windows.Forms.Label label5;
483 private System.Windows.Forms.Label label4;
484 private System.Windows.Forms.Label label3;
485 private System.Windows.Forms.Label label2;
486 private System.Windows.Forms.Label label1;
487 private System.Windows.Forms.GroupBox groupBox2;
488 private System.Windows.Forms.Button button5;
489 private System.Windows.Forms.Button button6;
490 private System.Windows.Forms.GroupBox 所有员工信息;
491 private System.Windows.Forms.DataGridView dataGridView1;
492 private System.Windows.Forms.ComboBox cb_job;
493 private System.Windows.Forms.ComboBox cb_department;
494 private System.Windows.Forms.GroupBox groupBox3;
495 private System.Windows.Forms.CheckBox check_4;
496 private System.Windows.Forms.CheckBox check_5;
497 private System.Windows.Forms.CheckBox check_1;
498 private System.Windows.Forms.CheckBox check_6;
499 private System.Windows.Forms.CheckBox check_2;
500 private System.Windows.Forms.CheckBox check_3;
501 private System.Windows.Forms.TextBox tb_password;
502 private System.Windows.Forms.Label label8;
503 }
504 }
505