1 namespace HospitalManageSys
3 partial class Form_DrugIm
8 private System.ComponentModel.IContainer components = null;
13 /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
14 protected override void Dispose(bool disposing)
16 if (disposing && (components != null))
20 base.Dispose(disposing);
23 #region Windows 窗体设计器生成的代码
29 private void InitializeComponent()
31 this.button1 = new System.Windows.Forms.Button();
32 this.textBox1 = new System.Windows.Forms.TextBox();
33 this.label1 = new System.Windows.Forms.Label();
34 this.button2 = new System.Windows.Forms.Button();
35 this.textBox2 = new System.Windows.Forms.TextBox();
36 this.lvitem = new System.Windows.Forms.ListView();
37 this.textBox3 = new System.Windows.Forms.TextBox();
38 this.textBox4 = new System.Windows.Forms.TextBox();
39 this.textBox5 = new System.Windows.Forms.TextBox();
40 this.label2 = new System.Windows.Forms.Label();
41 this.label3 = new System.Windows.Forms.Label();
42 this.label4 = new System.Windows.Forms.Label();
43 this.label5 = new System.Windows.Forms.Label();
44 this.label6 = new System.Windows.Forms.Label();
45 this.groupBox1 = new System.Windows.Forms.GroupBox();
46 this.label17 = new System.Windows.Forms.Label();
47 this.label16 = new System.Windows.Forms.Label();
48 this.label15 = new System.Windows.Forms.Label();
49 this.label14 = new System.Windows.Forms.Label();
50 this.label13 = new System.Windows.Forms.Label();
51 this.label12 = new System.Windows.Forms.Label();
52 this.label11 = new System.Windows.Forms.Label();
53 this.label10 = new System.Windows.Forms.Label();
54 this.label9 = new System.Windows.Forms.Label();
55 this.label8 = new System.Windows.Forms.Label();
56 this.textBox7 = new System.Windows.Forms.TextBox();
57 this.listBox1 = new System.Windows.Forms.ListBox();
58 this.textBox6 = new System.Windows.Forms.TextBox();
59 this.dataGridView1 = new System.Windows.Forms.DataGridView();
60 this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
61 this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
62 this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
63 this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
64 this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
65 this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
66 this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
67 this.button3 = new System.Windows.Forms.Button();
68 this.label7 = new System.Windows.Forms.Label();
69 this.comboBox1 = new System.Windows.Forms.ComboBox();
70 this.button4 = new System.Windows.Forms.Button();
71 this.radioButton1 = new System.Windows.Forms.RadioButton();
72 this.radioButton2 = new System.Windows.Forms.RadioButton();
73 this.radioButton3 = new System.Windows.Forms.RadioButton();
74 this.groupBox1.SuspendLayout();
75 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
80 this.button1.Location = new System.Drawing.Point(91, 417);
81 this.button1.Name = "button1";
82 this.button1.Size = new System.Drawing.Size(75, 23);
83 this.button1.TabIndex = 2;
84 this.button1.Text = "nope";
85 this.button1.UseVisualStyleBackColor = true;
86 this.button1.Click += new System.EventHandler(this.button1_Click);
90 this.textBox1.Location = new System.Drawing.Point(79, 34);
91 this.textBox1.Name = "textBox1";
92 this.textBox1.Size = new System.Drawing.Size(310, 21);
93 this.textBox1.TabIndex = 0;
94 this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
98 this.label1.AutoSize = true;
99 this.label1.Location = new System.Drawing.Point(560, 320);
100 this.label1.Name = "label1";
101 this.label1.Size = new System.Drawing.Size(65, 12);
102 this.label1.TabIndex = 3;
103 this.label1.Text = "check view";
104 this.label1.Visible = false;
105 this.label1.Click += new System.EventHandler(this.label1_Click);
106 this.label1.DoubleClick += new System.EventHandler(this.button1_Click);
110 this.button2.Location = new System.Drawing.Point(255, 416);
111 this.button2.Name = "button2";
112 this.button2.Size = new System.Drawing.Size(75, 23);
113 this.button2.TabIndex = 5;
114 this.button2.Text = "clear";
115 this.button2.UseVisualStyleBackColor = true;
116 this.button2.Click += new System.EventHandler(this.button2_Click);
120 this.textBox2.Location = new System.Drawing.Point(79, 75);
121 this.textBox2.Name = "textBox2";
122 this.textBox2.Size = new System.Drawing.Size(310, 21);
123 this.textBox2.TabIndex = 6;
124 this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
128 this.lvitem.GridLines = true;
129 this.lvitem.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
130 this.lvitem.Location = new System.Drawing.Point(631, 320);
131 this.lvitem.Name = "lvitem";
132 this.lvitem.Size = new System.Drawing.Size(517, 61);
133 this.lvitem.TabIndex = 7;
134 this.lvitem.UseCompatibleStateImageBehavior = false;
135 this.lvitem.View = System.Windows.Forms.View.Details;
136 this.lvitem.Visible = false;
140 this.textBox3.Location = new System.Drawing.Point(79, 116);
141 this.textBox3.Name = "textBox3";
142 this.textBox3.Size = new System.Drawing.Size(310, 21);
143 this.textBox3.TabIndex = 8;
144 this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
148 this.textBox4.Location = new System.Drawing.Point(79, 157);
149 this.textBox4.Name = "textBox4";
150 this.textBox4.Size = new System.Drawing.Size(310, 21);
151 this.textBox4.TabIndex = 9;
152 this.textBox4.TextChanged += new System.EventHandler(this.textBox4_TextChanged);
156 this.textBox5.Location = new System.Drawing.Point(79, 198);
157 this.textBox5.Name = "textBox5";
158 this.textBox5.Size = new System.Drawing.Size(310, 21);
159 this.textBox5.TabIndex = 10;
160 this.textBox5.TextChanged += new System.EventHandler(this.textBox5_TextChanged);
164 this.label2.AutoSize = true;
165 this.label2.Location = new System.Drawing.Point(32, 34);
166 this.label2.Name = "label2";
167 this.label2.Size = new System.Drawing.Size(23, 12);
168 this.label2.TabIndex = 11;
169 this.label2.Text = "Pid";
173 this.label3.AutoSize = true;
174 this.label3.Location = new System.Drawing.Point(32, 75);
175 this.label3.Name = "label3";
176 this.label3.Size = new System.Drawing.Size(35, 12);
177 this.label3.TabIndex = 12;
178 this.label3.Text = "Pname";
182 this.label4.AutoSize = true;
183 this.label4.Location = new System.Drawing.Point(32, 116);
184 this.label4.Name = "label4";
185 this.label4.Size = new System.Drawing.Size(41, 12);
186 this.label4.TabIndex = 13;
187 this.label4.Text = "Pprize";
191 this.label5.AutoSize = true;
192 this.label5.Location = new System.Drawing.Point(31, 157);
193 this.label5.Name = "label5";
194 this.label5.Size = new System.Drawing.Size(35, 12);
195 this.label5.TabIndex = 14;
196 this.label5.Text = "Pspec";
200 this.label6.AutoSize = true;
201 this.label6.Location = new System.Drawing.Point(32, 198);
202 this.label6.Name = "label6";
203 this.label6.Size = new System.Drawing.Size(47, 12);
204 this.label6.TabIndex = 15;
205 this.label6.Text = "Pamount";
209 this.groupBox1.Controls.Add(this.radioButton3);
210 this.groupBox1.Controls.Add(this.radioButton2);
211 this.groupBox1.Controls.Add(this.radioButton1);
212 this.groupBox1.Controls.Add(this.label17);
213 this.groupBox1.Controls.Add(this.label16);
214 this.groupBox1.Controls.Add(this.label15);
215 this.groupBox1.Controls.Add(this.label14);
216 this.groupBox1.Controls.Add(this.label13);
217 this.groupBox1.Controls.Add(this.label12);
218 this.groupBox1.Controls.Add(this.label11);
219 this.groupBox1.Controls.Add(this.label10);
220 this.groupBox1.Controls.Add(this.label9);
221 this.groupBox1.Controls.Add(this.label8);
222 this.groupBox1.Controls.Add(this.textBox7);
223 this.groupBox1.Controls.Add(this.listBox1);
224 this.groupBox1.Controls.Add(this.textBox6);
225 this.groupBox1.Controls.Add(this.label6);
226 this.groupBox1.Controls.Add(this.label5);
227 this.groupBox1.Controls.Add(this.label4);
228 this.groupBox1.Controls.Add(this.label3);
229 this.groupBox1.Controls.Add(this.label2);
230 this.groupBox1.Controls.Add(this.textBox5);
231 this.groupBox1.Controls.Add(this.textBox4);
232 this.groupBox1.Controls.Add(this.textBox3);
233 this.groupBox1.Controls.Add(this.textBox2);
234 this.groupBox1.Controls.Add(this.textBox1);
235 this.groupBox1.Location = new System.Drawing.Point(79, 12);
236 this.groupBox1.Name = "groupBox1";
237 this.groupBox1.Size = new System.Drawing.Size(1069, 238);
238 this.groupBox1.TabIndex = 16;
239 this.groupBox1.TabStop = false;
240 this.groupBox1.Text = "InputBox";
244 this.label17.AutoSize = true;
245 this.label17.Location = new System.Drawing.Point(500, 62);
246 this.label17.Name = "label17";
247 this.label17.Size = new System.Drawing.Size(185, 12);
248 this.label17.TabIndex = 28;
249 this.label17.Text = "请输入供应商(Johnson indus.)";
253 this.label16.AutoSize = true;
254 this.label16.Location = new System.Drawing.Point(500, 19);
255 this.label16.Name = "label16";
256 this.label16.Size = new System.Drawing.Size(161, 12);
257 this.label16.TabIndex = 27;
258 this.label16.Text = "请输入贮藏方法(no light)";
262 this.label15.AutoSize = true;
263 this.label15.Location = new System.Drawing.Point(79, 185);
264 this.label15.Name = "label15";
265 this.label15.Size = new System.Drawing.Size(137, 12);
266 this.label15.TabIndex = 26;
267 this.label15.Text = "请输入数字(如:1500)";
271 this.label14.AutoSize = true;
272 this.label14.Location = new System.Drawing.Point(79, 144);
273 this.label14.Name = "label14";
274 this.label14.Size = new System.Drawing.Size(161, 12);
275 this.label14.TabIndex = 25;
276 this.label14.Text = "请输入产品信息(10 pills)";
280 this.label13.AutoSize = true;
281 this.label13.Location = new System.Drawing.Point(79, 103);
282 this.label13.Name = "label13";
283 this.label13.Size = new System.Drawing.Size(137, 12);
284 this.label13.TabIndex = 24;
285 this.label13.Text = "请输入价格(如:88.5)";
289 this.label12.AutoSize = true;
290 this.label12.Location = new System.Drawing.Point(79, 62);
291 this.label12.Name = "label12";
292 this.label12.Size = new System.Drawing.Size(155, 12);
293 this.label12.TabIndex = 23;
294 this.label12.Text = "请输入药名(如:Asprine)";
298 this.label11.AutoSize = true;
299 this.label11.Location = new System.Drawing.Point(79, 16);
300 this.label11.Name = "label11";
301 this.label11.Size = new System.Drawing.Size(131, 12);
302 this.label11.TabIndex = 22;
303 this.label11.Text = "请输入数字(如:123)";
307 this.label10.AutoSize = true;
308 this.label10.Location = new System.Drawing.Point(440, 75);
309 this.label10.Name = "label10";
310 this.label10.Size = new System.Drawing.Size(59, 12);
311 this.label10.TabIndex = 19;
312 this.label10.Text = "Psupplier";
316 this.label9.AutoSize = true;
317 this.label9.Location = new System.Drawing.Point(438, 34);
318 this.label9.Name = "label9";
319 this.label9.Size = new System.Drawing.Size(53, 12);
320 this.label9.TabIndex = 18;
321 this.label9.Text = "Pstorage";
325 this.label8.AutoSize = true;
326 this.label8.Location = new System.Drawing.Point(438, 158);
327 this.label8.Name = "label8";
328 this.label8.Size = new System.Drawing.Size(53, 12);
329 this.label8.TabIndex = 21;
330 this.label8.Text = "信息列表";
331 this.label8.Click += new System.EventHandler(this.label8_Click);
335 this.textBox7.Location = new System.Drawing.Point(502, 78);
336 this.textBox7.Name = "textBox7";
337 this.textBox7.Size = new System.Drawing.Size(310, 21);
338 this.textBox7.TabIndex = 17;
339 this.textBox7.TextChanged += new System.EventHandler(this.textBox7_TextChanged);
343 this.listBox1.FormattingEnabled = true;
344 this.listBox1.ItemHeight = 12;
345 this.listBox1.Location = new System.Drawing.Point(500, 158);
346 this.listBox1.Name = "listBox1";
347 this.listBox1.Size = new System.Drawing.Size(310, 64);
348 this.listBox1.TabIndex = 20;
349 this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
353 this.textBox6.Location = new System.Drawing.Point(502, 34);
354 this.textBox6.Name = "textBox6";
355 this.textBox6.Size = new System.Drawing.Size(310, 21);
356 this.textBox6.TabIndex = 16;
357 this.textBox6.TextChanged += new System.EventHandler(this.textBox6_TextChanged);
361 this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
362 this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
370 this.dataGridView1.Location = new System.Drawing.Point(79, 256);
371 this.dataGridView1.Name = "dataGridView1";
372 this.dataGridView1.RowTemplate.Height = 23;
373 this.dataGridView1.Size = new System.Drawing.Size(743, 150);
374 this.dataGridView1.TabIndex = 16;
375 this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
379 this.Column1.DataPropertyName = "Drug_ID";
380 this.Column1.HeaderText = "id";
381 this.Column1.Name = "Column1";
385 this.Column3.DataPropertyName = "Drug_name";
386 this.Column3.HeaderText = "name";
387 this.Column3.Name = "Column3";
391 this.Column2.DataPropertyName = "Drug_price";
392 this.Column2.HeaderText = "prize";
393 this.Column2.Name = "Column2";
397 this.Column4.DataPropertyName = "Drug_specification";
398 this.Column4.HeaderText = "spe";
399 this.Column4.Name = "Column4";
403 this.Column5.DataPropertyName = "Drug_supplier";
404 this.Column5.HeaderText = "supp";
405 this.Column5.Name = "Column5";
409 this.Column6.DataPropertyName = "Drug_storage";
410 this.Column6.HeaderText = "stor";
411 this.Column6.Name = "Column6";
415 this.Column7.DataPropertyName = "Drug_remain";
416 this.Column7.HeaderText = "rema";
417 this.Column7.Name = "Column7";
421 this.button3.Location = new System.Drawing.Point(419, 416);
422 this.button3.Name = "button3";
423 this.button3.Size = new System.Drawing.Size(75, 23);
424 this.button3.TabIndex = 17;
425 this.button3.Text = "check";
426 this.button3.UseVisualStyleBackColor = true;
427 this.button3.Click += new System.EventHandler(this.button3_Click);
431 this.label7.AutoSize = true;
432 this.label7.Location = new System.Drawing.Point(132, 462);
433 this.label7.Name = "label7";
434 this.label7.Size = new System.Drawing.Size(29, 12);
435 this.label7.TabIndex = 18;
436 this.label7.Text = "none";
440 this.comboBox1.FormattingEnabled = true;
441 this.comboBox1.Location = new System.Drawing.Point(918, 283);
442 this.comboBox1.Name = "comboBox1";
443 this.comboBox1.Size = new System.Drawing.Size(121, 20);
444 this.comboBox1.TabIndex = 19;
445 this.comboBox1.Visible = false;
449 this.button4.Location = new System.Drawing.Point(581, 415);
450 this.button4.Name = "button4";
451 this.button4.Size = new System.Drawing.Size(75, 23);
452 this.button4.TabIndex = 22;
453 this.button4.Text = "add";
454 this.button4.UseVisualStyleBackColor = true;
455 this.button4.Click += new System.EventHandler(this.button4_Click);
459 this.radioButton1.AutoSize = true;
460 this.radioButton1.Checked = true;
461 this.radioButton1.Location = new System.Drawing.Point(442, 120);
462 this.radioButton1.Name = "radioButton1";
463 this.radioButton1.Size = new System.Drawing.Size(71, 16);
464 this.radioButton1.TabIndex = 29;
465 this.radioButton1.TabStop = true;
466 this.radioButton1.Text = "药品名称";
467 this.radioButton1.UseVisualStyleBackColor = true;
471 this.radioButton2.AutoSize = true;
472 this.radioButton2.Location = new System.Drawing.Point(562, 121);
473 this.radioButton2.Name = "radioButton2";
474 this.radioButton2.Size = new System.Drawing.Size(59, 16);
475 this.radioButton2.TabIndex = 30;
476 this.radioButton2.TabStop = true;
477 this.radioButton2.Text = "供应商";
478 this.radioButton2.UseVisualStyleBackColor = true;
479 this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
483 this.radioButton3.AutoSize = true;
484 this.radioButton3.Location = new System.Drawing.Point(682, 121);
485 this.radioButton3.Name = "radioButton3";
486 this.radioButton3.Size = new System.Drawing.Size(71, 16);
487 this.radioButton3.TabIndex = 31;
488 this.radioButton3.TabStop = true;
489 this.radioButton3.Text = "药品编号";
490 this.radioButton3.UseVisualStyleBackColor = true;
491 this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged);
495 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
496 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
497 this.ClientSize = new System.Drawing.Size(1189, 485);
498 this.Controls.Add(this.dataGridView1);
499 this.Controls.Add(this.button4);
500 this.Controls.Add(this.comboBox1);
501 this.Controls.Add(this.label7);
502 this.Controls.Add(this.button3);
503 this.Controls.Add(this.groupBox1);
504 this.Controls.Add(this.lvitem);
505 this.Controls.Add(this.button2);
506 this.Controls.Add(this.label1);
507 this.Controls.Add(this.button1);
509 this.Text = "Product Input";
510 this.Load += new System.EventHandler(this.Form1_Load);
511 this.groupBox1.ResumeLayout(false);
512 this.groupBox1.PerformLayout();
513 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
514 this.ResumeLayout(false);
515 this.PerformLayout();
521 private System.Windows.Forms.Button button1;
522 private System.Windows.Forms.TextBox textBox1;
523 private System.Windows.Forms.Label label1;
524 private System.Windows.Forms.Button button2;
525 private System.Windows.Forms.TextBox textBox2;
526 private System.Windows.Forms.ListView lvitem;
527 private System.Windows.Forms.TextBox textBox3;
528 private System.Windows.Forms.TextBox textBox4;
529 private System.Windows.Forms.TextBox textBox5;
530 private System.Windows.Forms.Label label2;
531 private System.Windows.Forms.Label label3;
532 private System.Windows.Forms.Label label4;
533 private System.Windows.Forms.Label label5;
534 private System.Windows.Forms.Label label6;
535 private System.Windows.Forms.GroupBox groupBox1;
536 private System.Windows.Forms.Button button3;
537 private System.Windows.Forms.Label label7;
538 private System.Windows.Forms.DataGridView dataGridView1;
539 private System.Windows.Forms.ListBox listBox1;
540 private System.Windows.Forms.Label label8;
541 private System.Windows.Forms.ComboBox comboBox1;
542 private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
543 private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
544 private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
545 private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
546 private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
547 private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
548 private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
549 private System.Windows.Forms.Button button4;
550 private System.Windows.Forms.TextBox textBox7;
551 private System.Windows.Forms.TextBox textBox6;
552 private System.Windows.Forms.Label label10;
553 private System.Windows.Forms.Label label9;
554 private System.Windows.Forms.Label label17;
555 private System.Windows.Forms.Label label16;
556 private System.Windows.Forms.Label label15;
557 private System.Windows.Forms.Label label14;
558 private System.Windows.Forms.Label label13;
559 private System.Windows.Forms.Label label12;
560 private System.Windows.Forms.Label label11;
561 private System.Windows.Forms.RadioButton radioButton3;
562 private System.Windows.Forms.RadioButton radioButton2;
563 private System.Windows.Forms.RadioButton radioButton1;