namespace HospitalManageSys
{
partial class Form_Registration
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.textBox_name = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.textBox_patientsex = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.textBox_patient_insurance = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.textBox5_doctordepartment = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.textBox6_doctorcapability = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.textBox7_doctorfee = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.label10 = new System.Windows.Forms.Label();
this.textBox4_patientaddress = new System.Windows.Forms.TextBox();
this.textBox8 = new System.Windows.Forms.TextBox();
this.textBox9_doctorname = new System.Windows.Forms.TextBox();
this.comboBox1_doctorID = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.button3_chazhao = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.textBox_patient_fee = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(35, 28);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 0;
this.label1.Text = "单号:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(35, 63);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 2;
this.label2.Text = "姓名:";
//
// textBox_name
//
this.textBox_name.Location = new System.Drawing.Point(100, 60);
this.textBox_name.Name = "textBox_name";
this.textBox_name.Size = new System.Drawing.Size(100, 21);
this.textBox_name.TabIndex = 3;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(233, 63);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 4;
this.label3.Text = "性别:";
//
// textBox_patientsex
//
this.textBox_patientsex.Location = new System.Drawing.Point(280, 60);
this.textBox_patientsex.Name = "textBox_patientsex";
this.textBox_patientsex.Size = new System.Drawing.Size(32, 21);
this.textBox_patientsex.TabIndex = 5;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(33, 103);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 8;
this.label5.Text = "医保证号:";
this.label5.Click += new System.EventHandler(this.label5_Click);
//
// textBox_patient_insurance
//
this.textBox_patient_insurance.Location = new System.Drawing.Point(100, 100);
this.textBox_patient_insurance.Name = "textBox_patient_insurance";
this.textBox_patient_insurance.Size = new System.Drawing.Size(100, 21);
this.textBox_patient_insurance.TabIndex = 9;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(35, 178);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 12);
this.label6.TabIndex = 10;
this.label6.Text = "医生:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(233, 178);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 12;
this.label7.Text = "科室:";
//
// textBox5_doctordepartment
//
this.textBox5_doctordepartment.Location = new System.Drawing.Point(280, 175);
this.textBox5_doctordepartment.Name = "textBox5_doctordepartment";
this.textBox5_doctordepartment.Size = new System.Drawing.Size(100, 21);
this.textBox5_doctordepartment.TabIndex = 13;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(209, 219);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(65, 12);
this.label8.TabIndex = 14;
this.label8.Text = "门诊类型:";
//
// textBox6_doctorcapability
//
this.textBox6_doctorcapability.Location = new System.Drawing.Point(280, 213);
this.textBox6_doctorcapability.Name = "textBox6_doctorcapability";
this.textBox6_doctorcapability.Size = new System.Drawing.Size(100, 21);
this.textBox6_doctorcapability.TabIndex = 15;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(30, 213);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(53, 12);
this.label9.TabIndex = 16;
this.label9.Text = "挂号费:";
//
// textBox7_doctorfee
//
this.textBox7_doctorfee.Location = new System.Drawing.Point(100, 210);
this.textBox7_doctorfee.Name = "textBox7_doctorfee";
this.textBox7_doctorfee.Size = new System.Drawing.Size(100, 21);
this.textBox7_doctorfee.TabIndex = 17;
//
// button1
//
this.button1.Location = new System.Drawing.Point(215, 20);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 19;
this.button1.Text = "添加\r\n";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(233, 103);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(41, 12);
this.label10.TabIndex = 20;
this.label10.Text = "单位:";
//
// textBox4_patientaddress
//
this.textBox4_patientaddress.Location = new System.Drawing.Point(280, 100);
this.textBox4_patientaddress.Name = "textBox4_patientaddress";
this.textBox4_patientaddress.Size = new System.Drawing.Size(209, 21);
this.textBox4_patientaddress.TabIndex = 21;
//
// textBox8
//
this.textBox8.Location = new System.Drawing.Point(100, 25);
this.textBox8.Name = "textBox8";
this.textBox8.Size = new System.Drawing.Size(129, 21);
this.textBox8.TabIndex = 22;
this.textBox8.TextChanged += new System.EventHandler(this.textBox8_TextChanged);
//
// textBox9_doctorname
//
this.textBox9_doctorname.Location = new System.Drawing.Point(100, 175);
this.textBox9_doctorname.Name = "textBox9_doctorname";
this.textBox9_doctorname.Size = new System.Drawing.Size(100, 21);
this.textBox9_doctorname.TabIndex = 23;
//
// comboBox1_doctorID
//
this.comboBox1_doctorID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1_doctorID.FormattingEnabled = true;
this.comboBox1_doctorID.Location = new System.Drawing.Point(100, 138);
this.comboBox1_doctorID.Name = "comboBox1_doctorID";
this.comboBox1_doctorID.Size = new System.Drawing.Size(97, 20);
this.comboBox1_doctorID.TabIndex = 25;
this.comboBox1_doctorID.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(33, 141);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 26;
this.label4.Text = "医生编号:";
//
// button2
//
this.button2.Location = new System.Drawing.Point(108, 20);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 27;
this.button2.Text = "修改";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3_chazhao
//
this.button3_chazhao.Location = new System.Drawing.Point(6, 20);
this.button3_chazhao.Name = "button3_chazhao";
this.button3_chazhao.Size = new System.Drawing.Size(75, 23);
this.button3_chazhao.TabIndex = 28;
this.button3_chazhao.Text = "查找";
this.button3_chazhao.UseVisualStyleBackColor = true;
this.button3_chazhao.Click += new System.EventHandler(this.button3_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(68, 62);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(141, 21);
this.textBox1.TabIndex = 30;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(21, 71);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(41, 12);
this.label11.TabIndex = 32;
this.label11.Text = "单号:";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(351, 63);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(65, 12);
this.label12.TabIndex = 33;
this.label12.Text = "预交费用:";
//
// textBox_patient_fee
//
this.textBox_patient_fee.Location = new System.Drawing.Point(424, 60);
this.textBox_patient_fee.Name = "textBox_patient_fee";
this.textBox_patient_fee.Size = new System.Drawing.Size(65, 21);
this.textBox_patient_fee.TabIndex = 34;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Controls.Add(this.label11);
this.groupBox1.Controls.Add(this.button3_chazhao);
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Location = new System.Drawing.Point(32, 261);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(309, 100);
this.groupBox1.TabIndex = 35;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "操作";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(665, 442);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.textBox_patient_fee);
this.Controls.Add(this.label12);
this.Controls.Add(this.label4);
this.Controls.Add(this.comboBox1_doctorID);
this.Controls.Add(this.textBox9_doctorname);
this.Controls.Add(this.textBox8);
this.Controls.Add(this.textBox4_patientaddress);
this.Controls.Add(this.label10);
this.Controls.Add(this.textBox7_doctorfee);
this.Controls.Add(this.label9);
this.Controls.Add(this.textBox6_doctorcapability);
this.Controls.Add(this.label8);
this.Controls.Add(this.textBox5_doctordepartment);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.textBox_patient_insurance);
this.Controls.Add(this.label5);
this.Controls.Add(this.textBox_patientsex);
this.Controls.Add(this.label3);
this.Controls.Add(this.textBox_name);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox_name;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBox_patientsex;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox textBox_patient_insurance;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox textBox5_doctordepartment;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox textBox6_doctorcapability;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox textBox7_doctorfee;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox textBox4_patientaddress;
private System.Windows.Forms.TextBox textBox8;
private System.Windows.Forms.TextBox textBox9_doctorname;
private System.Windows.Forms.ComboBox comboBox1_doctorID;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3_chazhao;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox textBox_patient_fee;
private System.Windows.Forms.GroupBox groupBox1;
}
}