Xinqi Bao's Git

All done
[HospitalManageSys.git] / HospitalManageSys / Form_Registration.designer.cs
1 namespace HospitalManageSys
2 {
3 partial class Form_Registration
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.label1 = new System.Windows.Forms.Label();
32 this.label2 = new System.Windows.Forms.Label();
33 this.textBox_name = new System.Windows.Forms.TextBox();
34 this.label3 = new System.Windows.Forms.Label();
35 this.textBox_patientsex = new System.Windows.Forms.TextBox();
36 this.label5 = new System.Windows.Forms.Label();
37 this.textBox_patient_insurance = new System.Windows.Forms.TextBox();
38 this.label6 = new System.Windows.Forms.Label();
39 this.label7 = new System.Windows.Forms.Label();
40 this.textBox5_doctordepartment = new System.Windows.Forms.TextBox();
41 this.label8 = new System.Windows.Forms.Label();
42 this.textBox6_doctorcapability = new System.Windows.Forms.TextBox();
43 this.label9 = new System.Windows.Forms.Label();
44 this.textBox7_doctorfee = new System.Windows.Forms.TextBox();
45 this.button1 = new System.Windows.Forms.Button();
46 this.label10 = new System.Windows.Forms.Label();
47 this.textBox4_patientaddress = new System.Windows.Forms.TextBox();
48 this.textBox8 = new System.Windows.Forms.TextBox();
49 this.textBox9_doctorname = new System.Windows.Forms.TextBox();
50 this.comboBox1_doctorID = new System.Windows.Forms.ComboBox();
51 this.label4 = new System.Windows.Forms.Label();
52 this.button2 = new System.Windows.Forms.Button();
53 this.button3_chazhao = new System.Windows.Forms.Button();
54 this.textBox1 = new System.Windows.Forms.TextBox();
55 this.label11 = new System.Windows.Forms.Label();
56 this.label12 = new System.Windows.Forms.Label();
57 this.textBox_patient_fee = new System.Windows.Forms.TextBox();
58 this.groupBox1 = new System.Windows.Forms.GroupBox();
59 this.groupBox1.SuspendLayout();
60 this.SuspendLayout();
61 //
62 // label1
63 //
64 this.label1.AutoSize = true;
65 this.label1.Location = new System.Drawing.Point(35, 28);
66 this.label1.Name = "label1";
67 this.label1.Size = new System.Drawing.Size(41, 12);
68 this.label1.TabIndex = 0;
69 this.label1.Text = "单号:";
70 //
71 // label2
72 //
73 this.label2.AutoSize = true;
74 this.label2.Location = new System.Drawing.Point(35, 63);
75 this.label2.Name = "label2";
76 this.label2.Size = new System.Drawing.Size(41, 12);
77 this.label2.TabIndex = 2;
78 this.label2.Text = "姓名:";
79 //
80 // textBox_name
81 //
82 this.textBox_name.Location = new System.Drawing.Point(100, 60);
83 this.textBox_name.Name = "textBox_name";
84 this.textBox_name.Size = new System.Drawing.Size(100, 21);
85 this.textBox_name.TabIndex = 3;
86 //
87 // label3
88 //
89 this.label3.AutoSize = true;
90 this.label3.Location = new System.Drawing.Point(233, 63);
91 this.label3.Name = "label3";
92 this.label3.Size = new System.Drawing.Size(41, 12);
93 this.label3.TabIndex = 4;
94 this.label3.Text = "性别:";
95 //
96 // textBox_patientsex
97 //
98 this.textBox_patientsex.Location = new System.Drawing.Point(280, 60);
99 this.textBox_patientsex.Name = "textBox_patientsex";
100 this.textBox_patientsex.Size = new System.Drawing.Size(32, 21);
101 this.textBox_patientsex.TabIndex = 5;
102 //
103 // label5
104 //
105 this.label5.AutoSize = true;
106 this.label5.Location = new System.Drawing.Point(33, 103);
107 this.label5.Name = "label5";
108 this.label5.Size = new System.Drawing.Size(65, 12);
109 this.label5.TabIndex = 8;
110 this.label5.Text = "医保证号:";
111 this.label5.Click += new System.EventHandler(this.label5_Click);
112 //
113 // textBox_patient_insurance
114 //
115 this.textBox_patient_insurance.Location = new System.Drawing.Point(100, 100);
116 this.textBox_patient_insurance.Name = "textBox_patient_insurance";
117 this.textBox_patient_insurance.Size = new System.Drawing.Size(100, 21);
118 this.textBox_patient_insurance.TabIndex = 9;
119 //
120 // label6
121 //
122 this.label6.AutoSize = true;
123 this.label6.Location = new System.Drawing.Point(35, 178);
124 this.label6.Name = "label6";
125 this.label6.Size = new System.Drawing.Size(41, 12);
126 this.label6.TabIndex = 10;
127 this.label6.Text = "医生:";
128 //
129 // label7
130 //
131 this.label7.AutoSize = true;
132 this.label7.Location = new System.Drawing.Point(233, 178);
133 this.label7.Name = "label7";
134 this.label7.Size = new System.Drawing.Size(41, 12);
135 this.label7.TabIndex = 12;
136 this.label7.Text = "科室:";
137 //
138 // textBox5_doctordepartment
139 //
140 this.textBox5_doctordepartment.Location = new System.Drawing.Point(280, 175);
141 this.textBox5_doctordepartment.Name = "textBox5_doctordepartment";
142 this.textBox5_doctordepartment.Size = new System.Drawing.Size(100, 21);
143 this.textBox5_doctordepartment.TabIndex = 13;
144 //
145 // label8
146 //
147 this.label8.AutoSize = true;
148 this.label8.Location = new System.Drawing.Point(209, 219);
149 this.label8.Name = "label8";
150 this.label8.Size = new System.Drawing.Size(65, 12);
151 this.label8.TabIndex = 14;
152 this.label8.Text = "门诊类型:";
153 //
154 // textBox6_doctorcapability
155 //
156 this.textBox6_doctorcapability.Location = new System.Drawing.Point(280, 213);
157 this.textBox6_doctorcapability.Name = "textBox6_doctorcapability";
158 this.textBox6_doctorcapability.Size = new System.Drawing.Size(100, 21);
159 this.textBox6_doctorcapability.TabIndex = 15;
160 //
161 // label9
162 //
163 this.label9.AutoSize = true;
164 this.label9.Location = new System.Drawing.Point(30, 213);
165 this.label9.Name = "label9";
166 this.label9.Size = new System.Drawing.Size(53, 12);
167 this.label9.TabIndex = 16;
168 this.label9.Text = "挂号费:";
169 //
170 // textBox7_doctorfee
171 //
172 this.textBox7_doctorfee.Location = new System.Drawing.Point(100, 210);
173 this.textBox7_doctorfee.Name = "textBox7_doctorfee";
174 this.textBox7_doctorfee.Size = new System.Drawing.Size(100, 21);
175 this.textBox7_doctorfee.TabIndex = 17;
176 //
177 // button1
178 //
179 this.button1.Location = new System.Drawing.Point(215, 20);
180 this.button1.Name = "button1";
181 this.button1.Size = new System.Drawing.Size(75, 23);
182 this.button1.TabIndex = 19;
183 this.button1.Text = "添加\r\n";
184 this.button1.UseVisualStyleBackColor = true;
185 this.button1.Click += new System.EventHandler(this.button1_Click);
186 //
187 // label10
188 //
189 this.label10.AutoSize = true;
190 this.label10.Location = new System.Drawing.Point(233, 103);
191 this.label10.Name = "label10";
192 this.label10.Size = new System.Drawing.Size(41, 12);
193 this.label10.TabIndex = 20;
194 this.label10.Text = "单位:";
195 //
196 // textBox4_patientaddress
197 //
198 this.textBox4_patientaddress.Location = new System.Drawing.Point(280, 100);
199 this.textBox4_patientaddress.Name = "textBox4_patientaddress";
200 this.textBox4_patientaddress.Size = new System.Drawing.Size(209, 21);
201 this.textBox4_patientaddress.TabIndex = 21;
202 //
203 // textBox8
204 //
205 this.textBox8.Location = new System.Drawing.Point(100, 25);
206 this.textBox8.Name = "textBox8";
207 this.textBox8.Size = new System.Drawing.Size(129, 21);
208 this.textBox8.TabIndex = 22;
209 this.textBox8.TextChanged += new System.EventHandler(this.textBox8_TextChanged);
210 //
211 // textBox9_doctorname
212 //
213 this.textBox9_doctorname.Location = new System.Drawing.Point(100, 175);
214 this.textBox9_doctorname.Name = "textBox9_doctorname";
215 this.textBox9_doctorname.Size = new System.Drawing.Size(100, 21);
216 this.textBox9_doctorname.TabIndex = 23;
217 //
218 // comboBox1_doctorID
219 //
220 this.comboBox1_doctorID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
221 this.comboBox1_doctorID.FormattingEnabled = true;
222 this.comboBox1_doctorID.Location = new System.Drawing.Point(100, 138);
223 this.comboBox1_doctorID.Name = "comboBox1_doctorID";
224 this.comboBox1_doctorID.Size = new System.Drawing.Size(97, 20);
225 this.comboBox1_doctorID.TabIndex = 25;
226 this.comboBox1_doctorID.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
227 //
228 // label4
229 //
230 this.label4.AutoSize = true;
231 this.label4.Location = new System.Drawing.Point(33, 141);
232 this.label4.Name = "label4";
233 this.label4.Size = new System.Drawing.Size(65, 12);
234 this.label4.TabIndex = 26;
235 this.label4.Text = "医生编号:";
236 //
237 // button2
238 //
239 this.button2.Location = new System.Drawing.Point(108, 20);
240 this.button2.Name = "button2";
241 this.button2.Size = new System.Drawing.Size(75, 23);
242 this.button2.TabIndex = 27;
243 this.button2.Text = "修改";
244 this.button2.UseVisualStyleBackColor = true;
245 this.button2.Click += new System.EventHandler(this.button2_Click);
246 //
247 // button3_chazhao
248 //
249 this.button3_chazhao.Location = new System.Drawing.Point(6, 20);
250 this.button3_chazhao.Name = "button3_chazhao";
251 this.button3_chazhao.Size = new System.Drawing.Size(75, 23);
252 this.button3_chazhao.TabIndex = 28;
253 this.button3_chazhao.Text = "查找";
254 this.button3_chazhao.UseVisualStyleBackColor = true;
255 this.button3_chazhao.Click += new System.EventHandler(this.button3_Click);
256 //
257 // textBox1
258 //
259 this.textBox1.Location = new System.Drawing.Point(68, 62);
260 this.textBox1.Name = "textBox1";
261 this.textBox1.Size = new System.Drawing.Size(141, 21);
262 this.textBox1.TabIndex = 30;
263 //
264 // label11
265 //
266 this.label11.AutoSize = true;
267 this.label11.Location = new System.Drawing.Point(21, 71);
268 this.label11.Name = "label11";
269 this.label11.Size = new System.Drawing.Size(41, 12);
270 this.label11.TabIndex = 32;
271 this.label11.Text = "单号:";
272 //
273 // label12
274 //
275 this.label12.AutoSize = true;
276 this.label12.Location = new System.Drawing.Point(351, 63);
277 this.label12.Name = "label12";
278 this.label12.Size = new System.Drawing.Size(65, 12);
279 this.label12.TabIndex = 33;
280 this.label12.Text = "预交费用:";
281 //
282 // textBox_patient_fee
283 //
284 this.textBox_patient_fee.Location = new System.Drawing.Point(424, 60);
285 this.textBox_patient_fee.Name = "textBox_patient_fee";
286 this.textBox_patient_fee.Size = new System.Drawing.Size(65, 21);
287 this.textBox_patient_fee.TabIndex = 34;
288 //
289 // groupBox1
290 //
291 this.groupBox1.Controls.Add(this.textBox1);
292 this.groupBox1.Controls.Add(this.label11);
293 this.groupBox1.Controls.Add(this.button3_chazhao);
294 this.groupBox1.Controls.Add(this.button2);
295 this.groupBox1.Controls.Add(this.button1);
296 this.groupBox1.Location = new System.Drawing.Point(32, 261);
297 this.groupBox1.Name = "groupBox1";
298 this.groupBox1.Size = new System.Drawing.Size(309, 100);
299 this.groupBox1.TabIndex = 35;
300 this.groupBox1.TabStop = false;
301 this.groupBox1.Text = "操作";
302 //
303 // Form1
304 //
305 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
306 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
307 this.ClientSize = new System.Drawing.Size(665, 442);
308 this.Controls.Add(this.groupBox1);
309 this.Controls.Add(this.textBox_patient_fee);
310 this.Controls.Add(this.label12);
311 this.Controls.Add(this.label4);
312 this.Controls.Add(this.comboBox1_doctorID);
313 this.Controls.Add(this.textBox9_doctorname);
314 this.Controls.Add(this.textBox8);
315 this.Controls.Add(this.textBox4_patientaddress);
316 this.Controls.Add(this.label10);
317 this.Controls.Add(this.textBox7_doctorfee);
318 this.Controls.Add(this.label9);
319 this.Controls.Add(this.textBox6_doctorcapability);
320 this.Controls.Add(this.label8);
321 this.Controls.Add(this.textBox5_doctordepartment);
322 this.Controls.Add(this.label7);
323 this.Controls.Add(this.label6);
324 this.Controls.Add(this.textBox_patient_insurance);
325 this.Controls.Add(this.label5);
326 this.Controls.Add(this.textBox_patientsex);
327 this.Controls.Add(this.label3);
328 this.Controls.Add(this.textBox_name);
329 this.Controls.Add(this.label2);
330 this.Controls.Add(this.label1);
331 this.Name = "Form1";
332 this.Text = "Form1";
333 this.Load += new System.EventHandler(this.Form1_Load);
334 this.groupBox1.ResumeLayout(false);
335 this.groupBox1.PerformLayout();
336 this.ResumeLayout(false);
337 this.PerformLayout();
338
339 }
340
341 #endregion
342
343 private System.Windows.Forms.Label label1;
344 private System.Windows.Forms.Label label2;
345 private System.Windows.Forms.TextBox textBox_name;
346 private System.Windows.Forms.Label label3;
347 private System.Windows.Forms.TextBox textBox_patientsex;
348 private System.Windows.Forms.Label label5;
349 private System.Windows.Forms.TextBox textBox_patient_insurance;
350 private System.Windows.Forms.Label label6;
351 private System.Windows.Forms.Label label7;
352 private System.Windows.Forms.TextBox textBox5_doctordepartment;
353 private System.Windows.Forms.Label label8;
354 private System.Windows.Forms.TextBox textBox6_doctorcapability;
355 private System.Windows.Forms.Label label9;
356 private System.Windows.Forms.TextBox textBox7_doctorfee;
357 private System.Windows.Forms.Button button1;
358 private System.Windows.Forms.Label label10;
359 private System.Windows.Forms.TextBox textBox4_patientaddress;
360 private System.Windows.Forms.TextBox textBox8;
361 private System.Windows.Forms.TextBox textBox9_doctorname;
362 private System.Windows.Forms.ComboBox comboBox1_doctorID;
363 private System.Windows.Forms.Label label4;
364 private System.Windows.Forms.Button button2;
365 private System.Windows.Forms.Button button3_chazhao;
366 private System.Windows.Forms.TextBox textBox1;
367 private System.Windows.Forms.Label label11;
368 private System.Windows.Forms.Label label12;
369 private System.Windows.Forms.TextBox textBox_patient_fee;
370 private System.Windows.Forms.GroupBox groupBox1;
371 }
372 }
373