1 namespace HospitalManageSys
3 partial class Form_DrugIm_2
6 /// Required designer variable.
8 private System.ComponentModel.IContainer components = null;
11 /// Clean up any resources being used.
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
16 if (disposing && (components != null))
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
29 private void InitializeComponent()
31 this.components = new System.ComponentModel.Container();
32 this.mtbBirthDate = new System.Windows.Forms.MaskedTextBox();
33 this.maskedTextBox2 = new System.Windows.Forms.MaskedTextBox();
34 this.maskedTextBox3 = new System.Windows.Forms.MaskedTextBox();
35 this.maskedTextBox4 = new System.Windows.Forms.MaskedTextBox();
36 this.maskedTextBox5 = new System.Windows.Forms.MaskedTextBox();
37 this.label1 = new System.Windows.Forms.Label();
38 this.label2 = new System.Windows.Forms.Label();
39 this.label3 = new System.Windows.Forms.Label();
40 this.label4 = new System.Windows.Forms.Label();
41 this.label5 = new System.Windows.Forms.Label();
42 this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
43 this.dataGridView1 = new System.Windows.Forms.DataGridView();
44 this.button1 = new System.Windows.Forms.Button();
45 this.button2 = new System.Windows.Forms.Button();
46 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
51 this.mtbBirthDate.BeepOnError = true;
52 this.mtbBirthDate.Location = new System.Drawing.Point(202, 58);
53 this.mtbBirthDate.Mask = "0000-00-00 90:00:00";
54 this.mtbBirthDate.Name = "mtbBirthDate";
55 this.mtbBirthDate.Size = new System.Drawing.Size(100, 21);
56 this.mtbBirthDate.TabIndex = 0;
57 this.mtbBirthDate.ValidatingType = typeof(System.DateTime);
61 this.maskedTextBox2.BeepOnError = true;
62 this.maskedTextBox2.Location = new System.Drawing.Point(202, 105);
63 this.maskedTextBox2.Mask = "000000-00000000-000A";
64 this.maskedTextBox2.Name = "maskedTextBox2";
65 this.maskedTextBox2.Size = new System.Drawing.Size(100, 21);
66 this.maskedTextBox2.TabIndex = 1;
70 this.maskedTextBox3.BeepOnError = true;
71 this.maskedTextBox3.Location = new System.Drawing.Point(202, 150);
72 this.maskedTextBox3.Mask = "000-0000-0000";
73 this.maskedTextBox3.Name = "maskedTextBox3";
74 this.maskedTextBox3.Size = new System.Drawing.Size(100, 21);
75 this.maskedTextBox3.TabIndex = 2;
79 this.maskedTextBox4.BeepOnError = true;
80 this.maskedTextBox4.Location = new System.Drawing.Point(202, 200);
81 this.maskedTextBox4.Mask = "000000";
82 this.maskedTextBox4.Name = "maskedTextBox4";
83 this.maskedTextBox4.Size = new System.Drawing.Size(100, 21);
84 this.maskedTextBox4.TabIndex = 3;
88 this.maskedTextBox5.BeepOnError = true;
89 this.maskedTextBox5.Location = new System.Drawing.Point(202, 253);
90 this.maskedTextBox5.Mask = "0000年90月90日";
91 this.maskedTextBox5.Name = "maskedTextBox5";
92 this.maskedTextBox5.Size = new System.Drawing.Size(100, 21);
93 this.maskedTextBox5.TabIndex = 4;
94 this.maskedTextBox5.ValidatingType = typeof(System.DateTime);
98 this.label1.AutoSize = true;
99 this.label1.Location = new System.Drawing.Point(155, 58);
100 this.label1.Name = "label1";
101 this.label1.Size = new System.Drawing.Size(35, 12);
102 this.label1.TabIndex = 5;
103 this.label1.Text = "bdate";
107 this.label2.AutoSize = true;
108 this.label2.Location = new System.Drawing.Point(155, 113);
109 this.label2.Name = "label2";
110 this.label2.Size = new System.Drawing.Size(17, 12);
111 this.label2.TabIndex = 6;
112 this.label2.Text = "id";
116 this.label3.AutoSize = true;
117 this.label3.Location = new System.Drawing.Point(155, 150);
118 this.label3.Name = "label3";
119 this.label3.Size = new System.Drawing.Size(23, 12);
120 this.label3.TabIndex = 7;
121 this.label3.Text = "tel";
125 this.label4.AutoSize = true;
126 this.label4.Location = new System.Drawing.Point(154, 200);
127 this.label4.Name = "label4";
128 this.label4.Size = new System.Drawing.Size(29, 12);
129 this.label4.TabIndex = 8;
130 this.label4.Text = "post";
134 this.label5.AutoSize = true;
135 this.label5.Location = new System.Drawing.Point(153, 253);
136 this.label5.Name = "label5";
137 this.label5.Size = new System.Drawing.Size(29, 12);
138 this.label5.TabIndex = 9;
139 this.label5.Text = "time";
143 this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
144 this.dataGridView1.Location = new System.Drawing.Point(543, 70);
145 this.dataGridView1.Name = "dataGridView1";
146 this.dataGridView1.Size = new System.Drawing.Size(240, 150);
147 this.dataGridView1.TabIndex = 10;
148 this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
152 this.button1.Location = new System.Drawing.Point(554, 274);
153 this.button1.Name = "button1";
154 this.button1.Size = new System.Drawing.Size(75, 23);
155 this.button1.TabIndex = 11;
156 this.button1.Text = "button1";
157 this.button1.UseVisualStyleBackColor = true;
158 this.button1.Click += new System.EventHandler(this.button1_Click);
162 this.button2.Location = new System.Drawing.Point(719, 274);
163 this.button2.Name = "button2";
164 this.button2.Size = new System.Drawing.Size(75, 23);
165 this.button2.TabIndex = 12;
166 this.button2.Text = "button2";
167 this.button2.UseVisualStyleBackColor = true;
168 this.button2.Click += new System.EventHandler(this.button2_Click);
172 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
173 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
174 this.ClientSize = new System.Drawing.Size(967, 338);
175 this.Controls.Add(this.button2);
176 this.Controls.Add(this.button1);
177 this.Controls.Add(this.dataGridView1);
178 this.Controls.Add(this.label5);
179 this.Controls.Add(this.label4);
180 this.Controls.Add(this.label3);
181 this.Controls.Add(this.label2);
182 this.Controls.Add(this.label1);
183 this.Controls.Add(this.maskedTextBox5);
184 this.Controls.Add(this.maskedTextBox4);
185 this.Controls.Add(this.maskedTextBox3);
186 this.Controls.Add(this.maskedTextBox2);
187 this.Controls.Add(this.mtbBirthDate);
190 this.Load += new System.EventHandler(this.Form2_Load);
191 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
192 this.ResumeLayout(false);
193 this.PerformLayout();
199 private System.Windows.Forms.MaskedTextBox mtbBirthDate;
200 private System.Windows.Forms.MaskedTextBox maskedTextBox2;
201 private System.Windows.Forms.MaskedTextBox maskedTextBox3;
202 private System.Windows.Forms.MaskedTextBox maskedTextBox4;
203 private System.Windows.Forms.MaskedTextBox maskedTextBox5;
204 private System.Windows.Forms.Label label1;
205 private System.Windows.Forms.Label label2;
206 private System.Windows.Forms.Label label3;
207 private System.Windows.Forms.Label label4;
208 private System.Windows.Forms.Label label5;
209 private System.Windows.Forms.ToolTip toolTip1;
210 private System.Windows.Forms.DataGridView dataGridView1;
211 private System.Windows.Forms.Button button1;
212 private System.Windows.Forms.Button button2;