Xinqi Bao's Git

All done
[HospitalManageSys.git] / HospitalManageSys / MainForm.Designer.cs
1 namespace HospitalManageSys
2 {
3 partial class MainForm
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.components = new System.ComponentModel.Container();
32 this.menuStrip = new System.Windows.Forms.MenuStrip();
33 this.AdminOperationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
34 this.AdminLoginToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
35 this.AdminLogoutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
36 this.AdminSwitchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
37 this.AdminPWDToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
38 this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
39 this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
40 this.windowsMenu = new System.Windows.Forms.ToolStripMenuItem();
41 this.cascadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
42 this.tileVerticalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
43 this.tileHorizontalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
44 this.closeAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
45 this.arrangeIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
46 this.viewMenu = new System.Windows.Forms.ToolStripMenuItem();
47 this.toolBarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
48 this.statusBarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
49 this.helpMenu = new System.Windows.Forms.ToolStripMenuItem();
50 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
51 this.toolStrip = new System.Windows.Forms.ToolStrip();
52 this.toolStripButton_login = new System.Windows.Forms.ToolStripButton();
53 this.toolStripButton2 = new System.Windows.Forms.ToolStripSeparator();
54 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
55 this.toolStripButton_Admin = new System.Windows.Forms.ToolStripButton();
56 this.toolStripButton_Registration = new System.Windows.Forms.ToolStripButton();
57 this.toolStripButton_Clinic = new System.Windows.Forms.ToolStripButton();
58 this.toolStripButton_DrugEx = new System.Windows.Forms.ToolStripButton();
59 this.toolStripButton_Charge = new System.Windows.Forms.ToolStripButton();
60 this.toolStripButton_DrugIm = new System.Windows.Forms.ToolStripButton();
61 this.toolStripButton1 = new System.Windows.Forms.ToolStripSeparator();
62 this.toolStripButton3 = new System.Windows.Forms.ToolStripSeparator();
63 this.toolStripButton_exit = new System.Windows.Forms.ToolStripButton();
64 this.statusStrip = new System.Windows.Forms.StatusStrip();
65 this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
66 this.toolTip = new System.Windows.Forms.ToolTip(this.components);
67 this.groupBox_info = new System.Windows.Forms.GroupBox();
68 this.label_job = new System.Windows.Forms.Label();
69 this.label5 = new System.Windows.Forms.Label();
70 this.pictureBox1 = new System.Windows.Forms.PictureBox();
71 this.label1 = new System.Windows.Forms.Label();
72 this.label2 = new System.Windows.Forms.Label();
73 this.label3 = new System.Windows.Forms.Label();
74 this.label4 = new System.Windows.Forms.Label();
75 this.label_id = new System.Windows.Forms.Label();
76 this.label_name = new System.Windows.Forms.Label();
77 this.label_sex = new System.Windows.Forms.Label();
78 this.label_depart = new System.Windows.Forms.Label();
79 this.label_lflogin = new System.Windows.Forms.Label();
80 this.panel_WinArea = new System.Windows.Forms.Panel();
81 this.menuStrip.SuspendLayout();
82 this.toolStrip.SuspendLayout();
83 this.statusStrip.SuspendLayout();
84 this.groupBox_info.SuspendLayout();
85 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
86 this.panel_WinArea.SuspendLayout();
87 this.SuspendLayout();
88 //
89 // menuStrip
90 //
91 this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
92 this.AdminOperationToolStripMenuItem,
93 this.windowsMenu,
94 this.viewMenu,
95 this.helpMenu});
96 this.menuStrip.Location = new System.Drawing.Point(0, 0);
97 this.menuStrip.MdiWindowListItem = this.windowsMenu;
98 this.menuStrip.Name = "menuStrip";
99 this.menuStrip.Size = new System.Drawing.Size(801, 25);
100 this.menuStrip.TabIndex = 0;
101 this.menuStrip.Text = "MenuStrip";
102 //
103 // AdminOperationToolStripMenuItem
104 //
105 this.AdminOperationToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
106 this.AdminLoginToolStripMenuItem,
107 this.AdminLogoutToolStripMenuItem,
108 this.AdminSwitchToolStripMenuItem,
109 this.AdminPWDToolStripMenuItem,
110 this.toolStripSeparator9,
111 this.exitToolStripMenuItem});
112 this.AdminOperationToolStripMenuItem.Name = "AdminOperationToolStripMenuItem";
113 this.AdminOperationToolStripMenuItem.Size = new System.Drawing.Size(84, 21);
114 this.AdminOperationToolStripMenuItem.Text = "用户操作(&A)";
115 //
116 // AdminLoginToolStripMenuItem
117 //
118 this.AdminLoginToolStripMenuItem.Name = "AdminLoginToolStripMenuItem";
119 this.AdminLoginToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
120 this.AdminLoginToolStripMenuItem.Text = "用户登录";
121 this.AdminLoginToolStripMenuItem.Click += new System.EventHandler(this.AdminLoginToolStripMenuItem_Click);
122 //
123 // AdminLogoutToolStripMenuItem
124 //
125 this.AdminLogoutToolStripMenuItem.Name = "AdminLogoutToolStripMenuItem";
126 this.AdminLogoutToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
127 this.AdminLogoutToolStripMenuItem.Text = "用户注销";
128 this.AdminLogoutToolStripMenuItem.Click += new System.EventHandler(this.AdminLogoutToolStripMenuItem_Click);
129 //
130 // AdminSwitchToolStripMenuItem
131 //
132 this.AdminSwitchToolStripMenuItem.Name = "AdminSwitchToolStripMenuItem";
133 this.AdminSwitchToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
134 this.AdminSwitchToolStripMenuItem.Text = "用户切换";
135 this.AdminSwitchToolStripMenuItem.Click += new System.EventHandler(this.AdminSwitchToolStripMenuItem_Click);
136 //
137 // AdminPWDToolStripMenuItem
138 //
139 this.AdminPWDToolStripMenuItem.Name = "AdminPWDToolStripMenuItem";
140 this.AdminPWDToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
141 this.AdminPWDToolStripMenuItem.Text = "更换密码";
142 this.AdminPWDToolStripMenuItem.Click += new System.EventHandler(this.AdminPWDToolStripMenuItem_Click);
143 //
144 // toolStripSeparator9
145 //
146 this.toolStripSeparator9.Name = "toolStripSeparator9";
147 this.toolStripSeparator9.Size = new System.Drawing.Size(137, 6);
148 //
149 // exitToolStripMenuItem
150 //
151 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
152 this.exitToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
153 this.exitToolStripMenuItem.Text = "退出系统(&X)";
154 this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolsStripMenuItem_Click);
155 //
156 // windowsMenu
157 //
158 this.windowsMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
159 this.cascadeToolStripMenuItem,
160 this.tileVerticalToolStripMenuItem,
161 this.tileHorizontalToolStripMenuItem,
162 this.closeAllToolStripMenuItem,
163 this.arrangeIconsToolStripMenuItem});
164 this.windowsMenu.Name = "windowsMenu";
165 this.windowsMenu.Size = new System.Drawing.Size(64, 21);
166 this.windowsMenu.Text = "窗口(&W)";
167 //
168 // cascadeToolStripMenuItem
169 //
170 this.cascadeToolStripMenuItem.Name = "cascadeToolStripMenuItem";
171 this.cascadeToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
172 this.cascadeToolStripMenuItem.Text = "层叠(&C)";
173 this.cascadeToolStripMenuItem.Click += new System.EventHandler(this.CascadeToolStripMenuItem_Click);
174 //
175 // tileVerticalToolStripMenuItem
176 //
177 this.tileVerticalToolStripMenuItem.Name = "tileVerticalToolStripMenuItem";
178 this.tileVerticalToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
179 this.tileVerticalToolStripMenuItem.Text = "垂直平铺(&V)";
180 this.tileVerticalToolStripMenuItem.Click += new System.EventHandler(this.TileVerticalToolStripMenuItem_Click);
181 //
182 // tileHorizontalToolStripMenuItem
183 //
184 this.tileHorizontalToolStripMenuItem.Name = "tileHorizontalToolStripMenuItem";
185 this.tileHorizontalToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
186 this.tileHorizontalToolStripMenuItem.Text = "水平平铺(&H)";
187 this.tileHorizontalToolStripMenuItem.Click += new System.EventHandler(this.TileHorizontalToolStripMenuItem_Click);
188 //
189 // closeAllToolStripMenuItem
190 //
191 this.closeAllToolStripMenuItem.Name = "closeAllToolStripMenuItem";
192 this.closeAllToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
193 this.closeAllToolStripMenuItem.Text = "全部关闭(&L)";
194 this.closeAllToolStripMenuItem.Click += new System.EventHandler(this.CloseAllToolStripMenuItem_Click);
195 //
196 // arrangeIconsToolStripMenuItem
197 //
198 this.arrangeIconsToolStripMenuItem.Name = "arrangeIconsToolStripMenuItem";
199 this.arrangeIconsToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
200 this.arrangeIconsToolStripMenuItem.Text = "排列图标(&A)";
201 this.arrangeIconsToolStripMenuItem.Click += new System.EventHandler(this.ArrangeIconsToolStripMenuItem_Click);
202 //
203 // viewMenu
204 //
205 this.viewMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
206 this.toolBarToolStripMenuItem,
207 this.statusBarToolStripMenuItem});
208 this.viewMenu.Name = "viewMenu";
209 this.viewMenu.Size = new System.Drawing.Size(60, 21);
210 this.viewMenu.Text = "视图(&V)";
211 //
212 // toolBarToolStripMenuItem
213 //
214 this.toolBarToolStripMenuItem.Checked = true;
215 this.toolBarToolStripMenuItem.CheckOnClick = true;
216 this.toolBarToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
217 this.toolBarToolStripMenuItem.Name = "toolBarToolStripMenuItem";
218 this.toolBarToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
219 this.toolBarToolStripMenuItem.Text = "工具栏(&T)";
220 this.toolBarToolStripMenuItem.Click += new System.EventHandler(this.ToolBarToolStripMenuItem_Click);
221 //
222 // statusBarToolStripMenuItem
223 //
224 this.statusBarToolStripMenuItem.Checked = true;
225 this.statusBarToolStripMenuItem.CheckOnClick = true;
226 this.statusBarToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
227 this.statusBarToolStripMenuItem.Name = "statusBarToolStripMenuItem";
228 this.statusBarToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
229 this.statusBarToolStripMenuItem.Text = "状态栏(&S)";
230 this.statusBarToolStripMenuItem.Click += new System.EventHandler(this.StatusBarToolStripMenuItem_Click);
231 //
232 // helpMenu
233 //
234 this.helpMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
235 this.aboutToolStripMenuItem});
236 this.helpMenu.Name = "helpMenu";
237 this.helpMenu.Size = new System.Drawing.Size(61, 21);
238 this.helpMenu.Text = "帮助(&H)";
239 //
240 // aboutToolStripMenuItem
241 //
242 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
243 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
244 this.aboutToolStripMenuItem.Text = "关于(&A) ... ...";
245 //
246 // toolStrip
247 //
248 this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
249 this.toolStripButton_login,
250 this.toolStripButton2,
251 this.toolStripSeparator1,
252 this.toolStripButton_Admin,
253 this.toolStripButton_Registration,
254 this.toolStripButton_Clinic,
255 this.toolStripButton_DrugEx,
256 this.toolStripButton_Charge,
257 this.toolStripButton_DrugIm,
258 this.toolStripButton1,
259 this.toolStripButton3,
260 this.toolStripButton_exit});
261 this.toolStrip.Location = new System.Drawing.Point(0, 25);
262 this.toolStrip.Name = "toolStrip";
263 this.toolStrip.Size = new System.Drawing.Size(801, 40);
264 this.toolStrip.TabIndex = 1;
265 this.toolStrip.Text = "ToolStrip";
266 //
267 // toolStripButton_login
268 //
269 this.toolStripButton_login.Image = global::HospitalManageSys.Properties.Resources.login;
270 this.toolStripButton_login.ImageTransparentColor = System.Drawing.Color.Magenta;
271 this.toolStripButton_login.Name = "toolStripButton_login";
272 this.toolStripButton_login.Size = new System.Drawing.Size(36, 37);
273 this.toolStripButton_login.Text = "登录";
274 this.toolStripButton_login.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
275 this.toolStripButton_login.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
276 this.toolStripButton_login.Click += new System.EventHandler(this.AdminLoginToolStripMenuItem_Click);
277 //
278 // toolStripButton2
279 //
280 this.toolStripButton2.Name = "toolStripButton2";
281 this.toolStripButton2.Size = new System.Drawing.Size(6, 40);
282 //
283 // toolStripSeparator1
284 //
285 this.toolStripSeparator1.Name = "toolStripSeparator1";
286 this.toolStripSeparator1.Size = new System.Drawing.Size(6, 40);
287 //
288 // toolStripButton_Admin
289 //
290 this.toolStripButton_Admin.Enabled = false;
291 this.toolStripButton_Admin.Image = global::HospitalManageSys.Properties.Resources.admin;
292 this.toolStripButton_Admin.ImageTransparentColor = System.Drawing.Color.Magenta;
293 this.toolStripButton_Admin.Name = "toolStripButton_Admin";
294 this.toolStripButton_Admin.Size = new System.Drawing.Size(60, 37);
295 this.toolStripButton_Admin.Text = "人事管理";
296 this.toolStripButton_Admin.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
297 this.toolStripButton_Admin.Click += new System.EventHandler(this.AdminForm_Click);
298 //
299 // toolStripButton_Registration
300 //
301 this.toolStripButton_Registration.Enabled = false;
302 this.toolStripButton_Registration.Image = global::HospitalManageSys.Properties.Resources.registration;
303 this.toolStripButton_Registration.ImageTransparentColor = System.Drawing.Color.Magenta;
304 this.toolStripButton_Registration.Name = "toolStripButton_Registration";
305 this.toolStripButton_Registration.Size = new System.Drawing.Size(60, 37);
306 this.toolStripButton_Registration.Text = "门诊挂号";
307 this.toolStripButton_Registration.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
308 this.toolStripButton_Registration.Click += new System.EventHandler(this.RegistrationForm_Click);
309 //
310 // toolStripButton_Clinic
311 //
312 this.toolStripButton_Clinic.Enabled = false;
313 this.toolStripButton_Clinic.Image = global::HospitalManageSys.Properties.Resources.clinic;
314 this.toolStripButton_Clinic.ImageTransparentColor = System.Drawing.Color.Magenta;
315 this.toolStripButton_Clinic.Name = "toolStripButton_Clinic";
316 this.toolStripButton_Clinic.Size = new System.Drawing.Size(60, 37);
317 this.toolStripButton_Clinic.Text = "医生门诊";
318 this.toolStripButton_Clinic.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
319 this.toolStripButton_Clinic.Click += new System.EventHandler(this.ClinicForm_Click);
320 //
321 // toolStripButton_DrugEx
322 //
323 this.toolStripButton_DrugEx.Enabled = false;
324 this.toolStripButton_DrugEx.Image = global::HospitalManageSys.Properties.Resources.drugEx;
325 this.toolStripButton_DrugEx.ImageTransparentColor = System.Drawing.Color.Magenta;
326 this.toolStripButton_DrugEx.Name = "toolStripButton_DrugEx";
327 this.toolStripButton_DrugEx.Size = new System.Drawing.Size(60, 37);
328 this.toolStripButton_DrugEx.Text = "发药系统";
329 this.toolStripButton_DrugEx.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
330 this.toolStripButton_DrugEx.Click += new System.EventHandler(this.DrugExForm_Click);
331 //
332 // toolStripButton_Charge
333 //
334 this.toolStripButton_Charge.Enabled = false;
335 this.toolStripButton_Charge.Image = global::HospitalManageSys.Properties.Resources.charge;
336 this.toolStripButton_Charge.ImageTransparentColor = System.Drawing.Color.Magenta;
337 this.toolStripButton_Charge.Name = "toolStripButton_Charge";
338 this.toolStripButton_Charge.Size = new System.Drawing.Size(60, 37);
339 this.toolStripButton_Charge.Text = "收费系统";
340 this.toolStripButton_Charge.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
341 this.toolStripButton_Charge.Click += new System.EventHandler(this.ChargeForm_Click);
342 //
343 // toolStripButton_DrugIm
344 //
345 this.toolStripButton_DrugIm.Enabled = false;
346 this.toolStripButton_DrugIm.Image = global::HospitalManageSys.Properties.Resources.drugIm;
347 this.toolStripButton_DrugIm.ImageTransparentColor = System.Drawing.Color.Magenta;
348 this.toolStripButton_DrugIm.Name = "toolStripButton_DrugIm";
349 this.toolStripButton_DrugIm.Size = new System.Drawing.Size(60, 37);
350 this.toolStripButton_DrugIm.Text = "药品入库";
351 this.toolStripButton_DrugIm.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
352 this.toolStripButton_DrugIm.Click += new System.EventHandler(this.DrugImForm_Click);
353 //
354 // toolStripButton1
355 //
356 this.toolStripButton1.Name = "toolStripButton1";
357 this.toolStripButton1.Size = new System.Drawing.Size(6, 40);
358 //
359 // toolStripButton3
360 //
361 this.toolStripButton3.Name = "toolStripButton3";
362 this.toolStripButton3.Size = new System.Drawing.Size(6, 40);
363 //
364 // toolStripButton_exit
365 //
366 this.toolStripButton_exit.Image = global::HospitalManageSys.Properties.Resources.exit;
367 this.toolStripButton_exit.ImageTransparentColor = System.Drawing.Color.Magenta;
368 this.toolStripButton_exit.Name = "toolStripButton_exit";
369 this.toolStripButton_exit.Size = new System.Drawing.Size(60, 37);
370 this.toolStripButton_exit.Text = "退出系统";
371 this.toolStripButton_exit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
372 this.toolStripButton_exit.Click += new System.EventHandler(this.ExitToolsStripMenuItem_Click);
373 //
374 // statusStrip
375 //
376 this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
377 this.toolStripStatusLabel});
378 this.statusStrip.Location = new System.Drawing.Point(0, 547);
379 this.statusStrip.Name = "statusStrip";
380 this.statusStrip.Size = new System.Drawing.Size(801, 22);
381 this.statusStrip.TabIndex = 2;
382 this.statusStrip.Text = "StatusStrip";
383 //
384 // toolStripStatusLabel
385 //
386 this.toolStripStatusLabel.Name = "toolStripStatusLabel";
387 this.toolStripStatusLabel.Size = new System.Drawing.Size(32, 17);
388 this.toolStripStatusLabel.Text = "状态";
389 //
390 // groupBox_info
391 //
392 this.groupBox_info.BackColor = System.Drawing.SystemColors.ScrollBar;
393 this.groupBox_info.Controls.Add(this.label_job);
394 this.groupBox_info.Controls.Add(this.label5);
395 this.groupBox_info.Controls.Add(this.pictureBox1);
396 this.groupBox_info.Controls.Add(this.label1);
397 this.groupBox_info.Controls.Add(this.label2);
398 this.groupBox_info.Controls.Add(this.label3);
399 this.groupBox_info.Controls.Add(this.label4);
400 this.groupBox_info.Controls.Add(this.label_id);
401 this.groupBox_info.Controls.Add(this.label_name);
402 this.groupBox_info.Controls.Add(this.label_sex);
403 this.groupBox_info.Controls.Add(this.label_depart);
404 this.groupBox_info.Location = new System.Drawing.Point(8, 50);
405 this.groupBox_info.Name = "groupBox_info";
406 this.groupBox_info.Size = new System.Drawing.Size(270, 199);
407 this.groupBox_info.TabIndex = 11;
408 this.groupBox_info.TabStop = false;
409 this.groupBox_info.Text = "操作用户";
410 this.groupBox_info.Visible = false;
411 //
412 // label_job
413 //
414 this.label_job.AutoSize = true;
415 this.label_job.Location = new System.Drawing.Point(53, 173);
416 this.label_job.Name = "label_job";
417 this.label_job.Size = new System.Drawing.Size(35, 12);
418 this.label_job.TabIndex = 21;
419 this.label_job.Text = "*job*";
420 //
421 // label5
422 //
423 this.label5.AutoSize = true;
424 this.label5.Location = new System.Drawing.Point(6, 173);
425 this.label5.Name = "label5";
426 this.label5.Size = new System.Drawing.Size(41, 12);
427 this.label5.TabIndex = 20;
428 this.label5.Text = "职位:";
429 //
430 // pictureBox1
431 //
432 this.pictureBox1.BackgroundImage = global::HospitalManageSys.Properties.Resources.QQ截图20161101204141;
433 this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
434 this.pictureBox1.Location = new System.Drawing.Point(149, 20);
435 this.pictureBox1.Name = "pictureBox1";
436 this.pictureBox1.Size = new System.Drawing.Size(115, 165);
437 this.pictureBox1.TabIndex = 19;
438 this.pictureBox1.TabStop = false;
439 //
440 // label1
441 //
442 this.label1.AutoSize = true;
443 this.label1.Location = new System.Drawing.Point(6, 30);
444 this.label1.Name = "label1";
445 this.label1.Size = new System.Drawing.Size(41, 12);
446 this.label1.TabIndex = 11;
447 this.label1.Text = "编号:";
448 //
449 // label2
450 //
451 this.label2.AutoSize = true;
452 this.label2.Location = new System.Drawing.Point(6, 65);
453 this.label2.Name = "label2";
454 this.label2.Size = new System.Drawing.Size(41, 12);
455 this.label2.TabIndex = 12;
456 this.label2.Text = "姓名:";
457 //
458 // label3
459 //
460 this.label3.AutoSize = true;
461 this.label3.Location = new System.Drawing.Point(6, 104);
462 this.label3.Name = "label3";
463 this.label3.Size = new System.Drawing.Size(41, 12);
464 this.label3.TabIndex = 13;
465 this.label3.Text = "性别:";
466 //
467 // label4
468 //
469 this.label4.AutoSize = true;
470 this.label4.Location = new System.Drawing.Point(6, 141);
471 this.label4.Name = "label4";
472 this.label4.Size = new System.Drawing.Size(41, 12);
473 this.label4.TabIndex = 14;
474 this.label4.Text = "部门:";
475 //
476 // label_id
477 //
478 this.label_id.AutoSize = true;
479 this.label_id.Location = new System.Drawing.Point(53, 30);
480 this.label_id.Name = "label_id";
481 this.label_id.Size = new System.Drawing.Size(29, 12);
482 this.label_id.TabIndex = 15;
483 this.label_id.Text = "*ID*";
484 //
485 // label_name
486 //
487 this.label_name.AutoSize = true;
488 this.label_name.Location = new System.Drawing.Point(53, 65);
489 this.label_name.Name = "label_name";
490 this.label_name.Size = new System.Drawing.Size(41, 12);
491 this.label_name.TabIndex = 16;
492 this.label_name.Text = "*name*";
493 //
494 // label_sex
495 //
496 this.label_sex.AutoSize = true;
497 this.label_sex.Location = new System.Drawing.Point(53, 104);
498 this.label_sex.Name = "label_sex";
499 this.label_sex.Size = new System.Drawing.Size(35, 12);
500 this.label_sex.TabIndex = 17;
501 this.label_sex.Text = "*sex*";
502 //
503 // label_depart
504 //
505 this.label_depart.AutoSize = true;
506 this.label_depart.Location = new System.Drawing.Point(53, 141);
507 this.label_depart.Name = "label_depart";
508 this.label_depart.Size = new System.Drawing.Size(77, 12);
509 this.label_depart.TabIndex = 18;
510 this.label_depart.Text = "*department*";
511 //
512 // label_lflogin
513 //
514 this.label_lflogin.AutoSize = true;
515 this.label_lflogin.BackColor = System.Drawing.SystemColors.ScrollBar;
516 this.label_lflogin.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
517 this.label_lflogin.ForeColor = System.Drawing.Color.Red;
518 this.label_lflogin.Location = new System.Drawing.Point(3, 50);
519 this.label_lflogin.Name = "label_lflogin";
520 this.label_lflogin.Size = new System.Drawing.Size(187, 29);
521 this.label_lflogin.TabIndex = 4;
522 this.label_lflogin.Text = "请登录账号!";
523 //
524 // panel_WinArea
525 //
526 this.panel_WinArea.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
527 | System.Windows.Forms.AnchorStyles.Right)));
528 this.panel_WinArea.BackColor = System.Drawing.SystemColors.ScrollBar;
529 this.panel_WinArea.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
530 this.panel_WinArea.Controls.Add(this.groupBox_info);
531 this.panel_WinArea.Controls.Add(this.label_lflogin);
532 this.panel_WinArea.Location = new System.Drawing.Point(515, 28);
533 this.panel_WinArea.Name = "panel_WinArea";
534 this.panel_WinArea.Size = new System.Drawing.Size(286, 541);
535 this.panel_WinArea.TabIndex = 15;
536 //
537 // MainForm
538 //
539 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
540 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
541 this.BackColor = System.Drawing.SystemColors.Control;
542 this.BackgroundImage = global::HospitalManageSys.Properties.Resources.background;
543 this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
544 this.ClientSize = new System.Drawing.Size(801, 569);
545 this.ControlBox = false;
546 this.Controls.Add(this.toolStrip);
547 this.Controls.Add(this.menuStrip);
548 this.Controls.Add(this.statusStrip);
549 this.Controls.Add(this.panel_WinArea);
550 this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
551 this.ForeColor = System.Drawing.SystemColors.ControlText;
552 this.IsMdiContainer = true;
553 this.MainMenuStrip = this.menuStrip;
554 this.Name = "MainForm";
555 this.Text = "医院管理系统";
556 this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
557 this.Load += new System.EventHandler(this.MainForm_Load);
558 this.menuStrip.ResumeLayout(false);
559 this.menuStrip.PerformLayout();
560 this.toolStrip.ResumeLayout(false);
561 this.toolStrip.PerformLayout();
562 this.statusStrip.ResumeLayout(false);
563 this.statusStrip.PerformLayout();
564 this.groupBox_info.ResumeLayout(false);
565 this.groupBox_info.PerformLayout();
566 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
567 this.panel_WinArea.ResumeLayout(false);
568 this.panel_WinArea.PerformLayout();
569 this.ResumeLayout(false);
570 this.PerformLayout();
571
572 }
573 #endregion
574
575
576 private System.Windows.Forms.MenuStrip menuStrip;
577 private System.Windows.Forms.ToolStrip toolStrip;
578 private System.Windows.Forms.StatusStrip statusStrip;
579 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
580 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel;
581 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
582 private System.Windows.Forms.ToolStripMenuItem tileHorizontalToolStripMenuItem;
583 private System.Windows.Forms.ToolStripMenuItem viewMenu;
584 private System.Windows.Forms.ToolStripMenuItem toolBarToolStripMenuItem;
585 private System.Windows.Forms.ToolStripMenuItem statusBarToolStripMenuItem;
586 private System.Windows.Forms.ToolStripMenuItem windowsMenu;
587 private System.Windows.Forms.ToolStripMenuItem cascadeToolStripMenuItem;
588 private System.Windows.Forms.ToolStripMenuItem tileVerticalToolStripMenuItem;
589 private System.Windows.Forms.ToolStripMenuItem closeAllToolStripMenuItem;
590 private System.Windows.Forms.ToolStripMenuItem arrangeIconsToolStripMenuItem;
591 private System.Windows.Forms.ToolStripMenuItem helpMenu;
592 private System.Windows.Forms.ToolTip toolTip;
593 private System.Windows.Forms.GroupBox groupBox_info;
594 private System.Windows.Forms.Label label1;
595 private System.Windows.Forms.Label label2;
596 private System.Windows.Forms.Label label3;
597 private System.Windows.Forms.Label label4;
598 private System.Windows.Forms.Label label_id;
599 private System.Windows.Forms.Label label_name;
600 private System.Windows.Forms.Label label_sex;
601 private System.Windows.Forms.Label label_depart;
602 private System.Windows.Forms.PictureBox pictureBox1;
603 private System.Windows.Forms.ToolStripMenuItem AdminOperationToolStripMenuItem;
604 private System.Windows.Forms.ToolStripMenuItem AdminSwitchToolStripMenuItem;
605 private System.Windows.Forms.ToolStripMenuItem AdminLogoutToolStripMenuItem;
606 private System.Windows.Forms.ToolStripMenuItem AdminLoginToolStripMenuItem;
607 private System.Windows.Forms.ToolStripButton toolStripButton_login;
608 private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
609 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
610 private System.Windows.Forms.Label label_lflogin;
611 private System.Windows.Forms.Panel panel_WinArea;
612 private System.Windows.Forms.ToolStripButton toolStripButton_Registration;
613 private System.Windows.Forms.ToolStripSeparator toolStripButton1;
614 private System.Windows.Forms.ToolStripButton toolStripButton_exit;
615 private System.Windows.Forms.ToolStripButton toolStripButton_Admin;
616 private System.Windows.Forms.ToolStripButton toolStripButton_Charge;
617 private System.Windows.Forms.ToolStripButton toolStripButton_Clinic;
618 private System.Windows.Forms.ToolStripButton toolStripButton_DrugEx;
619 private System.Windows.Forms.ToolStripButton toolStripButton_DrugIm;
620 private System.Windows.Forms.ToolStripSeparator toolStripButton2;
621 private System.Windows.Forms.ToolStripSeparator toolStripButton3;
622 private System.Windows.Forms.ToolStripMenuItem AdminPWDToolStripMenuItem;
623 private System.Windows.Forms.Label label_job;
624 private System.Windows.Forms.Label label5;
625 }
626 }
627
628
629