Xinqi Bao's Git

All done
[HospitalManageSys.git] / HospitalManageSys / Form_DrugEx.designer.cs
1 namespace HospitalManageSys
2 {
3 partial class Form_DrugEx
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.textBox1 = new System.Windows.Forms.TextBox();
32 this.button1 = new System.Windows.Forms.Button();
33 this.label3 = new System.Windows.Forms.Label();
34 this.dataGridView1 = new System.Windows.Forms.DataGridView();
35 this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
36 this.dataGridView2 = new System.Windows.Forms.DataGridView();
37 this.button3 = new System.Windows.Forms.Button();
38 this.button2 = new System.Windows.Forms.Button();
39 this.button4 = new System.Windows.Forms.Button();
40 this.label2 = new System.Windows.Forms.Label();
41 this.textBox2 = new System.Windows.Forms.TextBox();
42 this.button5 = new System.Windows.Forms.Button();
43 this.label4 = new System.Windows.Forms.Label();
44 this.button6 = new System.Windows.Forms.Button();
45 this.textBox3 = new System.Windows.Forms.TextBox();
46 this.textBox4 = new System.Windows.Forms.TextBox();
47 this.label1 = new System.Windows.Forms.Label();
48 this.linkLabel1 = new System.Windows.Forms.LinkLabel();
49 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
50 ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
51 this.SuspendLayout();
52 //
53 // textBox1
54 //
55 this.textBox1.Location = new System.Drawing.Point(101, 30);
56 this.textBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
57 this.textBox1.Name = "textBox1";
58 this.textBox1.Size = new System.Drawing.Size(271, 21);
59 this.textBox1.TabIndex = 0;
60 //
61 // button1
62 //
63 this.button1.Location = new System.Drawing.Point(397, 24);
64 this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
65 this.button1.Name = "button1";
66 this.button1.Size = new System.Drawing.Size(111, 29);
67 this.button1.TabIndex = 5;
68 this.button1.Text = "搜索";
69 this.button1.UseVisualStyleBackColor = true;
70 this.button1.Click += new System.EventHandler(this.button1_Click);
71 //
72 // label3
73 //
74 this.label3.AutoSize = true;
75 this.label3.Location = new System.Drawing.Point(34, 35);
76 this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
77 this.label3.Name = "label3";
78 this.label3.Size = new System.Drawing.Size(65, 12);
79 this.label3.TabIndex = 10;
80 this.label3.Text = "未发药单号";
81 //
82 // dataGridView1
83 //
84 this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
85 this.dataGridView1.Location = new System.Drawing.Point(36, 130);
86 this.dataGridView1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
87 this.dataGridView1.Name = "dataGridView1";
88 this.dataGridView1.ReadOnly = true;
89 this.dataGridView1.RowTemplate.Height = 27;
90 this.dataGridView1.Size = new System.Drawing.Size(714, 134);
91 this.dataGridView1.TabIndex = 19;
92 //
93 // dateTimePicker1
94 //
95 this.dateTimePicker1.Location = new System.Drawing.Point(78, 340);
96 this.dateTimePicker1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
97 this.dateTimePicker1.Name = "dateTimePicker1";
98 this.dateTimePicker1.Size = new System.Drawing.Size(152, 21);
99 this.dateTimePicker1.TabIndex = 23;
100 //
101 // dataGridView2
102 //
103 this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
104 this.dataGridView2.Location = new System.Drawing.Point(36, 417);
105 this.dataGridView2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
106 this.dataGridView2.Name = "dataGridView2";
107 this.dataGridView2.RowTemplate.Height = 27;
108 this.dataGridView2.Size = new System.Drawing.Size(714, 156);
109 this.dataGridView2.TabIndex = 24;
110 //
111 // button3
112 //
113 this.button3.Location = new System.Drawing.Point(332, 342);
114 this.button3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
115 this.button3.Name = "button3";
116 this.button3.Size = new System.Drawing.Size(106, 18);
117 this.button3.TabIndex = 25;
118 this.button3.Text = "查询已发药单";
119 this.button3.UseVisualStyleBackColor = true;
120 this.button3.Click += new System.EventHandler(this.button3_Click);
121 //
122 // button2
123 //
124 this.button2.Location = new System.Drawing.Point(533, 42);
125 this.button2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
126 this.button2.Name = "button2";
127 this.button2.Size = new System.Drawing.Size(97, 42);
128 this.button2.TabIndex = 26;
129 this.button2.Text = "确认发药";
130 this.button2.UseVisualStyleBackColor = true;
131 this.button2.Click += new System.EventHandler(this.button2_Click);
132 //
133 // button4
134 //
135 this.button4.Location = new System.Drawing.Point(461, 342);
136 this.button4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
137 this.button4.Name = "button4";
138 this.button4.Size = new System.Drawing.Size(106, 18);
139 this.button4.TabIndex = 27;
140 this.button4.Text = "查询未发药单";
141 this.button4.UseVisualStyleBackColor = true;
142 this.button4.Click += new System.EventHandler(this.button4_Click);
143 //
144 // label2
145 //
146 this.label2.AutoSize = true;
147 this.label2.Location = new System.Drawing.Point(43, 383);
148 this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
149 this.label2.Name = "label2";
150 this.label2.Size = new System.Drawing.Size(29, 12);
151 this.label2.TabIndex = 29;
152 this.label2.Text = "单号";
153 //
154 // textBox2
155 //
156 this.textBox2.Location = new System.Drawing.Point(78, 381);
157 this.textBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
158 this.textBox2.Name = "textBox2";
159 this.textBox2.Size = new System.Drawing.Size(232, 21);
160 this.textBox2.TabIndex = 28;
161 //
162 // button5
163 //
164 this.button5.Location = new System.Drawing.Point(332, 378);
165 this.button5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
166 this.button5.Name = "button5";
167 this.button5.Size = new System.Drawing.Size(87, 22);
168 this.button5.TabIndex = 30;
169 this.button5.Text = "查询";
170 this.button5.UseVisualStyleBackColor = true;
171 this.button5.Click += new System.EventHandler(this.button5_Click);
172 //
173 // label4
174 //
175 this.label4.AutoSize = true;
176 this.label4.Location = new System.Drawing.Point(43, 346);
177 this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
178 this.label4.Name = "label4";
179 this.label4.Size = new System.Drawing.Size(29, 12);
180 this.label4.TabIndex = 31;
181 this.label4.Text = "日期";
182 //
183 // button6
184 //
185 this.button6.Location = new System.Drawing.Point(397, 73);
186 this.button6.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
187 this.button6.Name = "button6";
188 this.button6.Size = new System.Drawing.Size(111, 27);
189 this.button6.TabIndex = 32;
190 this.button6.Text = "发出该药";
191 this.button6.UseVisualStyleBackColor = true;
192 this.button6.Click += new System.EventHandler(this.button6_Click);
193 //
194 // textBox3
195 //
196 this.textBox3.Location = new System.Drawing.Point(109, 75);
197 this.textBox3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
198 this.textBox3.Name = "textBox3";
199 this.textBox3.Size = new System.Drawing.Size(134, 21);
200 this.textBox3.TabIndex = 33;
201 //
202 // textBox4
203 //
204 this.textBox4.Location = new System.Drawing.Point(296, 75);
205 this.textBox4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
206 this.textBox4.Name = "textBox4";
207 this.textBox4.Size = new System.Drawing.Size(76, 21);
208 this.textBox4.TabIndex = 34;
209 //
210 // label1
211 //
212 this.label1.AutoSize = true;
213 this.label1.Location = new System.Drawing.Point(43, 81);
214 this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
215 this.label1.Name = "label1";
216 this.label1.Size = new System.Drawing.Size(53, 12);
217 this.label1.TabIndex = 35;
218 this.label1.Text = "药品名称";
219 this.label1.Click += new System.EventHandler(this.label1_Click);
220 //
221 // linkLabel1
222 //
223 this.linkLabel1.AutoSize = true;
224 this.linkLabel1.Location = new System.Drawing.Point(254, 81);
225 this.linkLabel1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
226 this.linkLabel1.Name = "linkLabel1";
227 this.linkLabel1.Size = new System.Drawing.Size(29, 12);
228 this.linkLabel1.TabIndex = 36;
229 this.linkLabel1.TabStop = true;
230 this.linkLabel1.Text = "数量";
231 this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
232 //
233 // Form_DrugEx
234 //
235 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
236 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
237 this.ClientSize = new System.Drawing.Size(766, 698);
238 this.Controls.Add(this.linkLabel1);
239 this.Controls.Add(this.label1);
240 this.Controls.Add(this.textBox4);
241 this.Controls.Add(this.textBox3);
242 this.Controls.Add(this.button6);
243 this.Controls.Add(this.label4);
244 this.Controls.Add(this.button5);
245 this.Controls.Add(this.label2);
246 this.Controls.Add(this.textBox2);
247 this.Controls.Add(this.button4);
248 this.Controls.Add(this.button2);
249 this.Controls.Add(this.button3);
250 this.Controls.Add(this.dataGridView2);
251 this.Controls.Add(this.dateTimePicker1);
252 this.Controls.Add(this.dataGridView1);
253 this.Controls.Add(this.label3);
254 this.Controls.Add(this.button1);
255 this.Controls.Add(this.textBox1);
256 this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
257 this.Name = "Form_DrugEx";
258 this.Text = " 发药窗口";
259 this.Load += new System.EventHandler(this.Form_DrugEx_Load);
260 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
261 ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
262 this.ResumeLayout(false);
263 this.PerformLayout();
264
265 }
266
267 #endregion
268
269 private System.Windows.Forms.TextBox textBox1;
270 private System.Windows.Forms.Button button1;
271 private System.Windows.Forms.Label label3;
272 private System.Windows.Forms.DataGridView dataGridView1;
273 private System.Windows.Forms.DateTimePicker dateTimePicker1;
274 private System.Windows.Forms.DataGridView dataGridView2;
275 private System.Windows.Forms.Button button3;
276 private System.Windows.Forms.Button button2;
277 private System.Windows.Forms.Button button4;
278 private System.Windows.Forms.Label label2;
279 private System.Windows.Forms.TextBox textBox2;
280 private System.Windows.Forms.Button button5;
281 private System.Windows.Forms.Label label4;
282 private System.Windows.Forms.Button button6;
283 private System.Windows.Forms.TextBox textBox3;
284 private System.Windows.Forms.TextBox textBox4;
285 private System.Windows.Forms.Label label1;
286 private System.Windows.Forms.LinkLabel linkLabel1;
287 }
288 }
289