namespace HL_FristAidPlatform_FollowUp { partial class Form_AddFollowUpPatient { /// /// 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.textBox_patientnum = new System.Windows.Forms.TextBox(); this.textBox_bednum = new System.Windows.Forms.TextBox(); this.radioGroup_Gender = new DevExpress.XtraEditors.RadioGroup(); this.textBox_age = new System.Windows.Forms.TextBox(); this.textBox_name = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label_pati = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.textBox5 = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.textBox_hight = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.label_ = new System.Windows.Forms.Label(); this.textBox10 = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.panelControl4 = new DevExpress.XtraEditors.PanelControl(); this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); this.timeControl_admissiontime = new HL_FristAidPlatform_Public.TimeControl(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.timeControl1 = new HL_FristAidPlatform_Public.TimeControl(); this.timeControl2 = new HL_FristAidPlatform_Public.TimeControl(); this.timeControl__dischargetime = new HL_FristAidPlatform_Public.TimeControl(); ((System.ComponentModel.ISupportInitialize)(this.radioGroup_Gender.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit(); this.panelControl4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); this.SuspendLayout(); // // textBox_patientnum // this.textBox_patientnum.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox_patientnum.Location = new System.Drawing.Point(125, 65); this.textBox_patientnum.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.textBox_patientnum.Name = "textBox_patientnum"; this.textBox_patientnum.Size = new System.Drawing.Size(150, 26); this.textBox_patientnum.TabIndex = 6; // // textBox_bednum // this.textBox_bednum.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox_bednum.Location = new System.Drawing.Point(125, 113); this.textBox_bednum.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.textBox_bednum.Name = "textBox_bednum"; this.textBox_bednum.Size = new System.Drawing.Size(150, 26); this.textBox_bednum.TabIndex = 7; // // radioGroup_Gender // this.radioGroup_Gender.Location = new System.Drawing.Point(375, 17); this.radioGroup_Gender.Margin = new System.Windows.Forms.Padding(0); this.radioGroup_Gender.Name = "radioGroup_Gender"; this.radioGroup_Gender.Properties.AllowMouseWheel = false; this.radioGroup_Gender.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.radioGroup_Gender.Properties.Appearance.Options.UseFont = true; this.radioGroup_Gender.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.radioGroup_Gender.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default; this.radioGroup_Gender.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem(1, "男", true, null, ""), new DevExpress.XtraEditors.Controls.RadioGroupItem(2, "女")}); this.radioGroup_Gender.Properties.ItemsLayout = DevExpress.XtraEditors.RadioGroupItemsLayout.Flow; this.radioGroup_Gender.Size = new System.Drawing.Size(137, 32); this.radioGroup_Gender.TabIndex = 132; // // textBox_age // this.textBox_age.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox_age.Location = new System.Drawing.Point(375, 65); this.textBox_age.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.textBox_age.Name = "textBox_age"; this.textBox_age.Size = new System.Drawing.Size(150, 26); this.textBox_age.TabIndex = 4; // // textBox_name // this.textBox_name.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox_name.Location = new System.Drawing.Point(125, 20); this.textBox_name.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.textBox_name.Name = "textBox_name"; this.textBox_name.Size = new System.Drawing.Size(150, 26); this.textBox_name.TabIndex = 3; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(794, 152); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(100, 21); this.textBox3.TabIndex = 5; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(1253, 152); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(100, 21); this.textBox2.TabIndex = 4; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(179, 286); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(109, 29); this.label2.TabIndex = 12; this.label2.Text = "住院号:"; // // label_pati // this.label_pati.AutoSize = true; this.label_pati.Location = new System.Drawing.Point(179, 286); this.label_pati.Name = "label_pati"; this.label_pati.Size = new System.Drawing.Size(109, 29); this.label_pati.TabIndex = 12; this.label_pati.Text = "住院号:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(703, 295); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(85, 29); this.label1.TabIndex = 11; this.label1.Text = "床号:"; // // textBox5 // this.textBox5.Location = new System.Drawing.Point(794, 295); this.textBox5.Name = "textBox5"; this.textBox5.Size = new System.Drawing.Size(100, 21); this.textBox5.TabIndex = 7; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(203, 508); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(85, 29); this.label4.TabIndex = 14; this.label4.Text = "身高:"; // // textBox_hight // this.textBox_hight.Location = new System.Drawing.Point(281, 505); this.textBox_hight.Name = "textBox_hight"; this.textBox_hight.Size = new System.Drawing.Size(100, 21); this.textBox_hight.TabIndex = 9; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(714, 508); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(85, 29); this.label6.TabIndex = 16; this.label6.Text = "体重:"; // // label_ // this.label_.AutoSize = true; this.label_.Location = new System.Drawing.Point(1104, 505); this.label_.Name = "label_"; this.label_.Size = new System.Drawing.Size(133, 29); this.label_.TabIndex = 15; this.label_.Text = "患者电话:"; // // textBox10 // this.textBox10.Location = new System.Drawing.Point(1086, 586); this.textBox10.Name = "textBox10"; this.textBox10.Size = new System.Drawing.Size(248, 21); this.textBox10.TabIndex = 125; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(875, 589); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(205, 29); this.label10.TabIndex = 124; this.label10.Text = "紧急联系人电话:"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(522, 669); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(133, 29); this.label7.TabIndex = 20; this.label7.Text = "出院时间:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(1027, 668); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(133, 29); this.label3.TabIndex = 13; this.label3.Text = "联系地址:"; // // panelControl1 // this.panelControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(244)))), ((int)(((byte)(255))))); this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.simpleButton2); this.panelControl1.Controls.Add(this.simpleButton1); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl1.Location = new System.Drawing.Point(0, 289); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(655, 64); this.panelControl1.TabIndex = 1; // // simpleButton2 // this.simpleButton2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(140)))), ((int)(((byte)(240))))); this.simpleButton2.Appearance.Options.UseBackColor = true; this.simpleButton2.Location = new System.Drawing.Point(375, 12); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.Size = new System.Drawing.Size(150, 40); this.simpleButton2.TabIndex = 236; this.simpleButton2.Text = "从卒中选择"; this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click); // // simpleButton1 // this.simpleButton1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(140)))), ((int)(((byte)(240))))); this.simpleButton1.Appearance.Options.UseBackColor = true; this.simpleButton1.Location = new System.Drawing.Point(125, 12); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(150, 40); this.simpleButton1.TabIndex = 235; this.simpleButton1.Text = "创建"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // panelControl2 // this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl2.Controls.Add(this.panelControl4); this.panelControl2.Controls.Add(this.panelControl3); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl2.Location = new System.Drawing.Point(0, 0); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(655, 289); this.panelControl2.TabIndex = 2; // // panelControl4 // this.panelControl4.Appearance.BackColor = System.Drawing.Color.White; this.panelControl4.Appearance.Options.UseBackColor = true; this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl4.Controls.Add(this.labelControl11); this.panelControl4.Controls.Add(this.timeControl_admissiontime); this.panelControl4.Controls.Add(this.textBox_bednum); this.panelControl4.Controls.Add(this.labelControl9); this.panelControl4.Controls.Add(this.textBox_patientnum); this.panelControl4.Controls.Add(this.labelControl8); this.panelControl4.Controls.Add(this.labelControl4); this.panelControl4.Controls.Add(this.labelControl3); this.panelControl4.Controls.Add(this.labelControl2); this.panelControl4.Controls.Add(this.textBox_name); this.panelControl4.Controls.Add(this.radioGroup_Gender); this.panelControl4.Controls.Add(this.textBox_age); this.panelControl4.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl4.Location = new System.Drawing.Point(0, 40); this.panelControl4.Name = "panelControl4"; this.panelControl4.Size = new System.Drawing.Size(655, 249); this.panelControl4.TabIndex = 1; // // labelControl11 // this.labelControl11.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl11.Appearance.Options.UseFont = true; this.labelControl11.Location = new System.Drawing.Point(291, 117); this.labelControl11.Name = "labelControl11"; this.labelControl11.Size = new System.Drawing.Size(75, 18); this.labelControl11.TabIndex = 140; this.labelControl11.Text = "住院时间:"; // // timeControl_admissiontime // this.timeControl_admissiontime.BackColor = System.Drawing.Color.Transparent; this.timeControl_admissiontime.defaultBoolean = DevExpress.Utils.DefaultBoolean.True; this.timeControl_admissiontime.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.timeControl_admissiontime.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmm; this.timeControl_admissiontime.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm; this.timeControl_admissiontime.Location = new System.Drawing.Point(375, 114); this.timeControl_admissiontime.Name = "timeControl_admissiontime"; this.timeControl_admissiontime.Size = new System.Drawing.Size(150, 24); this.timeControl_admissiontime.TabIndex = 18; this.timeControl_admissiontime.TimeValue = ""; // // labelControl9 // this.labelControl9.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl9.Appearance.Options.UseFont = true; this.labelControl9.Location = new System.Drawing.Point(75, 117); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(45, 18); this.labelControl9.TabIndex = 138; this.labelControl9.Text = "床号:"; // // labelControl8 // this.labelControl8.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl8.Appearance.Options.UseFont = true; this.labelControl8.Location = new System.Drawing.Point(62, 69); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(60, 18); this.labelControl8.TabIndex = 137; this.labelControl8.Text = "住院号:"; // // labelControl4 // this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl4.Appearance.Options.UseFont = true; this.labelControl4.Location = new System.Drawing.Point(320, 69); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(45, 18); this.labelControl4.TabIndex = 133; this.labelControl4.Text = "年龄:"; // // labelControl3 // this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl3.Appearance.Options.UseFont = true; this.labelControl3.Location = new System.Drawing.Point(320, 24); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(45, 18); this.labelControl3.TabIndex = 5; this.labelControl3.Text = "性别:"; // // labelControl2 // this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl2.Appearance.Options.UseFont = true; this.labelControl2.Location = new System.Drawing.Point(78, 24); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(45, 18); this.labelControl2.TabIndex = 4; this.labelControl2.Text = "姓名:"; // // panelControl3 // this.panelControl3.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(140)))), ((int)(((byte)(240))))); this.panelControl3.Appearance.Options.UseBackColor = true; this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl3.Controls.Add(this.labelControl1); this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl3.Location = new System.Drawing.Point(0, 0); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(655, 40); this.panelControl3.TabIndex = 0; // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl1.Appearance.ForeColor = System.Drawing.Color.White; this.labelControl1.Appearance.Options.UseFont = true; this.labelControl1.Appearance.Options.UseForeColor = true; this.labelControl1.Location = new System.Drawing.Point(29, 10); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(68, 19); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "基本信息"; // // timeControl1 // this.timeControl1.BackColor = System.Drawing.Color.Transparent; this.timeControl1.defaultBoolean = DevExpress.Utils.DefaultBoolean.True; this.timeControl1.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm; this.timeControl1.Location = new System.Drawing.Point(153, 664); this.timeControl1.Margin = new System.Windows.Forms.Padding(7); this.timeControl1.Name = "timeControl1"; this.timeControl1.Size = new System.Drawing.Size(300, 40); this.timeControl1.TabIndex = 18; this.timeControl1.TimeValue = ""; // // timeControl2 // this.timeControl2.BackColor = System.Drawing.Color.Transparent; this.timeControl2.defaultBoolean = DevExpress.Utils.DefaultBoolean.True; this.timeControl2.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm; this.timeControl2.Location = new System.Drawing.Point(641, 664); this.timeControl2.Margin = new System.Windows.Forms.Padding(7); this.timeControl2.Name = "timeControl2"; this.timeControl2.Size = new System.Drawing.Size(300, 40); this.timeControl2.TabIndex = 19; this.timeControl2.TimeValue = ""; // // timeControl__dischargetime // this.timeControl__dischargetime.BackColor = System.Drawing.Color.Transparent; this.timeControl__dischargetime.defaultBoolean = DevExpress.Utils.DefaultBoolean.True; this.timeControl__dischargetime.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmm; this.timeControl__dischargetime.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm; this.timeControl__dischargetime.Location = new System.Drawing.Point(861, 610); this.timeControl__dischargetime.Margin = new System.Windows.Forms.Padding(7); this.timeControl__dischargetime.Name = "timeControl__dischargetime"; this.timeControl__dischargetime.Size = new System.Drawing.Size(248, 40); this.timeControl__dischargetime.TabIndex = 19; this.timeControl__dischargetime.TimeValue = ""; // // Form_AddFollowUpPatient // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(655, 353); this.Controls.Add(this.panelControl2); this.Controls.Add(this.panelControl1); this.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.MaximizeBox = false; this.Name = "Form_AddFollowUpPatient"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "新建随访患者"; this.Load += new System.EventHandler(this.Form_AddFollowUpPatient_Load); ((System.ComponentModel.ISupportInitialize)(this.radioGroup_Gender.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit(); this.panelControl4.ResumeLayout(false); this.panelControl4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); this.panelControl3.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TextBox textBox_bednum; private System.Windows.Forms.TextBox textBox_patientnum; private System.Windows.Forms.TextBox textBox_age; private System.Windows.Forms.TextBox textBox_name; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label_pati; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBox5; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox textBox_hight; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label_; private System.Windows.Forms.TextBox textBox10; private System.Windows.Forms.Label label10; public HL_FristAidPlatform_Public.TimeControl timeControl_admissiontime; public HL_FristAidPlatform_Public.TimeControl timeControl1; public System.Windows.Forms.Label label7; public HL_FristAidPlatform_Public.TimeControl timeControl2; private System.Windows.Forms.Label label3; private DevExpress.XtraEditors.RadioGroup radioGroup_Gender; public HL_FristAidPlatform_Public.TimeControl timeControl__dischargetime; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.SimpleButton simpleButton2; private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.XtraEditors.PanelControl panelControl4; private DevExpress.XtraEditors.LabelControl labelControl11; private DevExpress.XtraEditors.LabelControl labelControl9; private DevExpress.XtraEditors.LabelControl labelControl8; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.PanelControl panelControl3; private DevExpress.XtraEditors.LabelControl labelControl1; } }