video/InfoForm.Designer.cs
2024-12-11 19:48:43 +08:00

388 lines
20 KiB
C#

namespace videoGather
{
partial class InfoForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.button1 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.textjianchaid = new System.Windows.Forms.TextBox();
this.txt_jianchabh = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtname = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.textsfz = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.datebirthdate = new System.Windows.Forms.DateTimePicker();
this.textage = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.comboBoxsex = new System.Windows.Forms.ComboBox();
this.label8 = new System.Windows.Forms.Label();
this.datekaifangsj = new System.Windows.Forms.DateTimePicker();
this.label9 = new System.Windows.Forms.Label();
this.textexamItemName = new System.Windows.Forms.TextBox();
this.textexamItemcode = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// button1
//
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button1.Location = new System.Drawing.Point(306, 625);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 43);
this.button1.TabIndex = 0;
this.button1.Text = "新增";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.Red;
this.label1.Location = new System.Drawing.Point(5, 28);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(63, 21);
this.label1.TabIndex = 1;
this.label1.Text = "患者ID:";
//
// textjianchaid
//
this.textjianchaid.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textjianchaid.Location = new System.Drawing.Point(70, 26);
this.textjianchaid.Name = "textjianchaid";
this.textjianchaid.Size = new System.Drawing.Size(161, 29);
this.textjianchaid.TabIndex = 2;
//
// txt_jianchabh
//
this.txt_jianchabh.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txt_jianchabh.Location = new System.Drawing.Point(371, 28);
this.txt_jianchabh.Name = "txt_jianchabh";
this.txt_jianchabh.Size = new System.Drawing.Size(192, 29);
this.txt_jianchabh.TabIndex = 4;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.Red;
this.label2.Location = new System.Drawing.Point(294, 31);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(78, 21);
this.label2.TabIndex = 3;
this.label2.Text = "检查编号:";
//
// txtname
//
this.txtname.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtname.ForeColor = System.Drawing.SystemColors.WindowText;
this.txtname.Location = new System.Drawing.Point(75, 83);
this.txtname.Name = "txtname";
this.txtname.Size = new System.Drawing.Size(161, 29);
this.txtname.TabIndex = 6;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.ForeColor = System.Drawing.Color.Red;
this.label3.Location = new System.Drawing.Point(-1, 86);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(78, 21);
this.label3.TabIndex = 5;
this.label3.Text = "患者姓名:";
//
// textsfz
//
this.textsfz.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textsfz.Location = new System.Drawing.Point(603, 83);
this.textsfz.Name = "textsfz";
this.textsfz.Size = new System.Drawing.Size(169, 29);
this.textsfz.TabIndex = 8;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(535, 86);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(62, 21);
this.label4.TabIndex = 7;
this.label4.Text = "身份证:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(254, 86);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(78, 21);
this.label5.TabIndex = 9;
this.label5.Text = "出生日期:";
//
// datebirthdate
//
this.datebirthdate.CustomFormat = "yyyy-MM-dd";
this.datebirthdate.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.datebirthdate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.datebirthdate.Location = new System.Drawing.Point(335, 83);
this.datebirthdate.Name = "datebirthdate";
this.datebirthdate.Size = new System.Drawing.Size(192, 26);
this.datebirthdate.TabIndex = 10;
//
// textage
//
this.textage.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textage.Location = new System.Drawing.Point(717, 28);
this.textage.Name = "textage";
this.textage.Size = new System.Drawing.Size(55, 29);
this.textage.TabIndex = 12;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(665, 33);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(46, 21);
this.label6.TabIndex = 11;
this.label6.Text = "年龄:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.Location = new System.Drawing.Point(23, 138);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(46, 21);
this.label7.TabIndex = 13;
this.label7.Text = "性别:";
//
// comboBoxsex
//
this.comboBoxsex.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.comboBoxsex.FormattingEnabled = true;
this.comboBoxsex.Items.AddRange(new object[] {
"男",
"女"});
this.comboBoxsex.Location = new System.Drawing.Point(75, 136);
this.comboBoxsex.Name = "comboBoxsex";
this.comboBoxsex.Size = new System.Drawing.Size(161, 28);
this.comboBoxsex.TabIndex = 15;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.ForeColor = System.Drawing.Color.DarkRed;
this.label8.Location = new System.Drawing.Point(251, 143);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(78, 21);
this.label8.TabIndex = 16;
this.label8.Text = "开方时间:";
//
// datekaifangsj
//
this.datekaifangsj.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.datekaifangsj.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.datekaifangsj.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.datekaifangsj.Location = new System.Drawing.Point(335, 139);
this.datekaifangsj.Name = "datekaifangsj";
this.datekaifangsj.Size = new System.Drawing.Size(192, 26);
this.datekaifangsj.TabIndex = 17;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label9.ForeColor = System.Drawing.Color.Red;
this.label9.Location = new System.Drawing.Point(527, 142);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(78, 21);
this.label9.TabIndex = 18;
this.label9.Text = "检查名称:";
//
// textexamItemName
//
this.textexamItemName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textexamItemName.ForeColor = System.Drawing.SystemColors.WindowText;
this.textexamItemName.Location = new System.Drawing.Point(603, 139);
this.textexamItemName.Name = "textexamItemName";
this.textexamItemName.Size = new System.Drawing.Size(169, 29);
this.textexamItemName.TabIndex = 19;
//
// textexamItemcode
//
this.textexamItemcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textexamItemcode.Location = new System.Drawing.Point(75, 197);
this.textexamItemcode.Name = "textexamItemcode";
this.textexamItemcode.Size = new System.Drawing.Size(161, 29);
this.textexamItemcode.TabIndex = 21;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label10.ForeColor = System.Drawing.Color.Red;
this.label10.Location = new System.Drawing.Point(-1, 200);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(78, 21);
this.label10.TabIndex = 20;
this.label10.Text = "项目编码:";
//
// button2
//
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button2.Location = new System.Drawing.Point(400, 625);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 43);
this.button2.TabIndex = 22;
this.button2.Text = "取消";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button3.Location = new System.Drawing.Point(567, 28);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(59, 32);
this.button3.TabIndex = 23;
this.button3.Text = "生成";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button4.Location = new System.Drawing.Point(242, 197);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(59, 32);
this.button4.TabIndex = 24;
this.button4.Text = "生成";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button5
//
this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button5.Location = new System.Drawing.Point(232, 25);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(59, 32);
this.button5.TabIndex = 25;
this.button5.Text = "生成";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// InfoForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 680);
this.Controls.Add(this.button5);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.textexamItemcode);
this.Controls.Add(this.label10);
this.Controls.Add(this.textexamItemName);
this.Controls.Add(this.label9);
this.Controls.Add(this.datekaifangsj);
this.Controls.Add(this.label8);
this.Controls.Add(this.comboBoxsex);
this.Controls.Add(this.label7);
this.Controls.Add(this.textage);
this.Controls.Add(this.label6);
this.Controls.Add(this.datebirthdate);
this.Controls.Add(this.label5);
this.Controls.Add(this.textsfz);
this.Controls.Add(this.label4);
this.Controls.Add(this.txtname);
this.Controls.Add(this.label3);
this.Controls.Add(this.txt_jianchabh);
this.Controls.Add(this.label2);
this.Controls.Add(this.textjianchaid);
this.Controls.Add(this.label1);
this.Controls.Add(this.button1);
this.MaximizeBox = false;
this.Name = "InfoForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "新增患者";
this.Load += new System.EventHandler(this.InfoForm_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textjianchaid;
private System.Windows.Forms.TextBox txt_jianchabh;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtname;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textsfz;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.DateTimePicker datebirthdate;
private System.Windows.Forms.TextBox textage;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ComboBox comboBoxsex;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.DateTimePicker datekaifangsj;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox textexamItemName;
private System.Windows.Forms.TextBox textexamItemcode;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
}
}