namespace HospitalManageSys { partial class Form_DrugIm_2 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.mtbBirthDate = new System.Windows.Forms.MaskedTextBox(); this.maskedTextBox2 = new System.Windows.Forms.MaskedTextBox(); this.maskedTextBox3 = new System.Windows.Forms.MaskedTextBox(); this.maskedTextBox4 = new System.Windows.Forms.MaskedTextBox(); this.maskedTextBox5 = new System.Windows.Forms.MaskedTextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // mtbBirthDate // this.mtbBirthDate.BeepOnError = true; this.mtbBirthDate.Location = new System.Drawing.Point(202, 58); this.mtbBirthDate.Mask = "0000-00-00 90:00:00"; this.mtbBirthDate.Name = "mtbBirthDate"; this.mtbBirthDate.Size = new System.Drawing.Size(100, 21); this.mtbBirthDate.TabIndex = 0; this.mtbBirthDate.ValidatingType = typeof(System.DateTime); // // maskedTextBox2 // this.maskedTextBox2.BeepOnError = true; this.maskedTextBox2.Location = new System.Drawing.Point(202, 105); this.maskedTextBox2.Mask = "000000-00000000-000A"; this.maskedTextBox2.Name = "maskedTextBox2"; this.maskedTextBox2.Size = new System.Drawing.Size(100, 21); this.maskedTextBox2.TabIndex = 1; // // maskedTextBox3 // this.maskedTextBox3.BeepOnError = true; this.maskedTextBox3.Location = new System.Drawing.Point(202, 150); this.maskedTextBox3.Mask = "000-0000-0000"; this.maskedTextBox3.Name = "maskedTextBox3"; this.maskedTextBox3.Size = new System.Drawing.Size(100, 21); this.maskedTextBox3.TabIndex = 2; // // maskedTextBox4 // this.maskedTextBox4.BeepOnError = true; this.maskedTextBox4.Location = new System.Drawing.Point(202, 200); this.maskedTextBox4.Mask = "000000"; this.maskedTextBox4.Name = "maskedTextBox4"; this.maskedTextBox4.Size = new System.Drawing.Size(100, 21); this.maskedTextBox4.TabIndex = 3; // // maskedTextBox5 // this.maskedTextBox5.BeepOnError = true; this.maskedTextBox5.Location = new System.Drawing.Point(202, 253); this.maskedTextBox5.Mask = "0000年90月90日"; this.maskedTextBox5.Name = "maskedTextBox5"; this.maskedTextBox5.Size = new System.Drawing.Size(100, 21); this.maskedTextBox5.TabIndex = 4; this.maskedTextBox5.ValidatingType = typeof(System.DateTime); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(155, 58); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 12); this.label1.TabIndex = 5; this.label1.Text = "bdate"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(155, 113); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(17, 12); this.label2.TabIndex = 6; this.label2.Text = "id"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(155, 150); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(23, 12); this.label3.TabIndex = 7; this.label3.Text = "tel"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(154, 200); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(29, 12); this.label4.TabIndex = 8; this.label4.Text = "post"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(153, 253); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(29, 12); this.label5.TabIndex = 9; this.label5.Text = "time"; // // dataGridView1 // this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Location = new System.Drawing.Point(543, 70); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.Size = new System.Drawing.Size(240, 150); this.dataGridView1.TabIndex = 10; this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick); // // button1 // this.button1.Location = new System.Drawing.Point(554, 274); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 11; this.button1.Text = "button1"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(719, 274); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 12; this.button2.Text = "button2"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // Form2 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(967, 338); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.maskedTextBox5); this.Controls.Add(this.maskedTextBox4); this.Controls.Add(this.maskedTextBox3); this.Controls.Add(this.maskedTextBox2); this.Controls.Add(this.mtbBirthDate); this.Name = "Form2"; this.Text = "Form2"; this.Load += new System.EventHandler(this.Form2_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MaskedTextBox mtbBirthDate; private System.Windows.Forms.MaskedTextBox maskedTextBox2; private System.Windows.Forms.MaskedTextBox maskedTextBox3; private System.Windows.Forms.MaskedTextBox maskedTextBox4; private System.Windows.Forms.MaskedTextBox maskedTextBox5; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; } }