1 namespace HospitalManageSys
3 partial class Form_Charge
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.dataGridView1 = new System.Windows.Forms.DataGridView();
33 this.textBox1 = new System.Windows.Forms.TextBox();
34 this.textBox3 = new System.Windows.Forms.TextBox();
35 this.textBox4 = new System.Windows.Forms.TextBox();
36 this.label1 = new System.Windows.Forms.Label();
37 this.label2 = new System.Windows.Forms.Label();
38 this.label3 = new System.Windows.Forms.Label();
39 this.label4 = new System.Windows.Forms.Label();
40 this.comboBox1 = new System.Windows.Forms.ComboBox();
41 this.button2 = new System.Windows.Forms.Button();
42 this.textBox2 = new System.Windows.Forms.TextBox();
43 this.textBox5 = new System.Windows.Forms.TextBox();
44 this.label5 = new System.Windows.Forms.Label();
45 this.label6 = new System.Windows.Forms.Label();
46 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
51 this.button1.Location = new System.Drawing.Point(253, 115);
52 this.button1.Name = "button1";
53 this.button1.Size = new System.Drawing.Size(75, 23);
54 this.button1.TabIndex = 0;
55 this.button1.Text = "保存";
56 this.button1.UseVisualStyleBackColor = true;
57 this.button1.Click += new System.EventHandler(this.button1_Click);
61 this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
62 this.dataGridView1.Location = new System.Drawing.Point(10, 145);
63 this.dataGridView1.Name = "dataGridView1";
64 this.dataGridView1.RowTemplate.Height = 23;
65 this.dataGridView1.Size = new System.Drawing.Size(751, 258);
66 this.dataGridView1.TabIndex = 1;
70 this.textBox1.Location = new System.Drawing.Point(87, 13);
71 this.textBox1.Name = "textBox1";
72 this.textBox1.Size = new System.Drawing.Size(222, 21);
73 this.textBox1.TabIndex = 2;
77 this.textBox3.Location = new System.Drawing.Point(494, 54);
78 this.textBox3.Name = "textBox3";
79 this.textBox3.Size = new System.Drawing.Size(223, 21);
80 this.textBox3.TabIndex = 4;
84 this.textBox4.Location = new System.Drawing.Point(495, 89);
85 this.textBox4.Name = "textBox4";
86 this.textBox4.Size = new System.Drawing.Size(222, 21);
87 this.textBox4.TabIndex = 5;
91 this.label1.AutoSize = true;
92 this.label1.Location = new System.Drawing.Point(26, 16);
93 this.label1.Name = "label1";
94 this.label1.Size = new System.Drawing.Size(53, 12);
95 this.label1.TabIndex = 7;
96 this.label1.Text = "收费单号";
100 this.label2.AutoSize = true;
101 this.label2.Location = new System.Drawing.Point(413, 16);
102 this.label2.Name = "label2";
103 this.label2.Size = new System.Drawing.Size(65, 12);
104 this.label2.TabIndex = 8;
105 this.label2.Text = "收费人编号";
109 this.label3.AutoSize = true;
110 this.label3.Location = new System.Drawing.Point(413, 54);
111 this.label3.Name = "label3";
112 this.label3.Size = new System.Drawing.Size(65, 12);
113 this.label3.TabIndex = 9;
114 this.label3.Text = "中药费用¥";
118 this.label4.AutoSize = true;
119 this.label4.Location = new System.Drawing.Point(414, 89);
120 this.label4.Name = "label4";
121 this.label4.Size = new System.Drawing.Size(65, 12);
122 this.label4.TabIndex = 10;
123 this.label4.Text = "西药费用¥";
127 this.comboBox1.FormattingEnabled = true;
128 this.comboBox1.Items.AddRange(new object[] {
138 this.comboBox1.Location = new System.Drawing.Point(494, 13);
139 this.comboBox1.Name = "comboBox1";
140 this.comboBox1.Size = new System.Drawing.Size(223, 20);
141 this.comboBox1.TabIndex = 11;
145 this.button2.Location = new System.Drawing.Point(416, 114);
146 this.button2.Name = "button2";
147 this.button2.Size = new System.Drawing.Size(75, 23);
148 this.button2.TabIndex = 12;
149 this.button2.Text = "编号查询";
150 this.button2.UseVisualStyleBackColor = true;
151 this.button2.Click += new System.EventHandler(this.button2_Click);
155 this.textBox2.Location = new System.Drawing.Point(87, 51);
156 this.textBox2.Name = "textBox2";
157 this.textBox2.Size = new System.Drawing.Size(222, 21);
158 this.textBox2.TabIndex = 13;
162 this.textBox5.Location = new System.Drawing.Point(87, 89);
163 this.textBox5.Name = "textBox5";
164 this.textBox5.Size = new System.Drawing.Size(222, 21);
165 this.textBox5.TabIndex = 14;
169 this.label5.AutoSize = true;
170 this.label5.Location = new System.Drawing.Point(26, 54);
171 this.label5.Name = "label5";
172 this.label5.Size = new System.Drawing.Size(53, 12);
173 this.label5.TabIndex = 15;
174 this.label5.Text = "中药名称";
178 this.label6.AutoSize = true;
179 this.label6.Location = new System.Drawing.Point(26, 92);
180 this.label6.Name = "label6";
181 this.label6.Size = new System.Drawing.Size(53, 12);
182 this.label6.TabIndex = 16;
183 this.label6.Text = "西药名称";
187 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
188 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
189 this.ClientSize = new System.Drawing.Size(788, 415);
190 this.Controls.Add(this.label6);
191 this.Controls.Add(this.label5);
192 this.Controls.Add(this.textBox5);
193 this.Controls.Add(this.textBox2);
194 this.Controls.Add(this.button2);
195 this.Controls.Add(this.comboBox1);
196 this.Controls.Add(this.label4);
197 this.Controls.Add(this.label3);
198 this.Controls.Add(this.label2);
199 this.Controls.Add(this.label1);
200 this.Controls.Add(this.textBox4);
201 this.Controls.Add(this.textBox3);
202 this.Controls.Add(this.textBox1);
203 this.Controls.Add(this.dataGridView1);
204 this.Controls.Add(this.button1);
205 this.Name = "Form_Charge";
207 this.Load += new System.EventHandler(this.Form_Charge_Load);
208 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
209 this.ResumeLayout(false);
210 this.PerformLayout();
216 private System.Windows.Forms.Button button1;
217 private System.Windows.Forms.DataGridView dataGridView1;
218 private System.Windows.Forms.TextBox textBox1;
219 private System.Windows.Forms.TextBox textBox3;
220 private System.Windows.Forms.TextBox textBox4;
221 private System.Windows.Forms.Label label1;
222 private System.Windows.Forms.Label label2;
223 private System.Windows.Forms.Label label3;
224 private System.Windows.Forms.Label label4;
225 private System.Windows.Forms.ComboBox comboBox1;
226 private System.Windows.Forms.Button button2;
227 private System.Windows.Forms.TextBox textBox2;
228 private System.Windows.Forms.TextBox textBox5;
229 private System.Windows.Forms.Label label5;
230 private System.Windows.Forms.Label label6;