namespace HL_FristAidPlatform_EmergencyTriage { partial class Form_PHI { /// /// 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.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.radio_InjuryScore = new DevExpress.XtraEditors.RadioGroup(); this.labelControl10 = new DevExpress.XtraEditors.LabelControl(); this.radio_SonsciousScore = new DevExpress.XtraEditors.RadioGroup(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.radio_BreathingScore = new DevExpress.XtraEditors.RadioGroup(); this.labelControl13 = new DevExpress.XtraEditors.LabelControl(); this.radio_PulseScore = new DevExpress.XtraEditors.RadioGroup(); this.panelControl7 = new DevExpress.XtraEditors.PanelControl(); this.labelControl14 = new DevExpress.XtraEditors.LabelControl(); this.radio_SystolicPressureScore = new DevExpress.XtraEditors.RadioGroup(); this.lbl_phiLevel = new DevExpress.XtraEditors.LabelControl(); this.lbl_TotalScore = new DevExpress.XtraEditors.LabelControl(); this.labelcontor1 = new DevExpress.XtraEditors.LabelControl(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.tablePanel3 = new DevExpress.Utils.Layout.TablePanel(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.tablePanel2 = new DevExpress.Utils.Layout.TablePanel(); this.tablePanel1 = new DevExpress.Utils.Layout.TablePanel(); this.labelControl41 = new DevExpress.XtraEditors.LabelControl(); this.labelControl40 = new DevExpress.XtraEditors.LabelControl(); this.labelControl42 = new DevExpress.XtraEditors.LabelControl(); this.labelControl38 = new DevExpress.XtraEditors.LabelControl(); this.labelControl39 = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.radio_InjuryScore.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radio_SonsciousScore.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radio_BreathingScore.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radio_PulseScore.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl7)).BeginInit(); this.panelControl7.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.radio_SystolicPressureScore.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tablePanel3)).BeginInit(); this.tablePanel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tablePanel2)).BeginInit(); this.tablePanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).BeginInit(); this.tablePanel1.SuspendLayout(); this.SuspendLayout(); // // labelControl3 // this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.labelControl3.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelControl3.Appearance.Options.UseFont = true; this.labelControl3.Appearance.Options.UseForeColor = true; this.labelControl3.Location = new System.Drawing.Point(175, 5); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(256, 18); this.labelControl3.TabIndex = 334; this.labelControl3.Text = "有无胸或腹部穿刺透伤,无0分,有4分"; // // labelControl4 // this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.labelControl4.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelControl4.Appearance.Options.UseFont = true; this.labelControl4.Appearance.Options.UseForeColor = true; this.labelControl4.Appearance.Options.UseTextOptions = true; this.labelControl4.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.tablePanel2.SetColumn(this.labelControl4, 0); this.labelControl4.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl4.Location = new System.Drawing.Point(3, 147); this.labelControl4.Name = "labelControl4"; this.tablePanel2.SetRow(this.labelControl4, 4); this.labelControl4.Size = new System.Drawing.Size(136, 28); this.labelControl4.TabIndex = 329; this.labelControl4.Text = "附加伤部及伤型"; // // radio_InjuryScore // this.radio_InjuryScore.Dock = System.Windows.Forms.DockStyle.Left; this.radio_InjuryScore.Location = new System.Drawing.Point(0, 0); this.radio_InjuryScore.Name = "radio_InjuryScore"; this.radio_InjuryScore.Properties.Appearance.BackColor = System.Drawing.Color.Transparent; this.radio_InjuryScore.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.radio_InjuryScore.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.radio_InjuryScore.Properties.Appearance.Options.UseBackColor = true; this.radio_InjuryScore.Properties.Appearance.Options.UseFont = true; this.radio_InjuryScore.Properties.Appearance.Options.UseForeColor = true; this.radio_InjuryScore.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.radio_InjuryScore.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem(0, "无"), new DevExpress.XtraEditors.Controls.RadioGroupItem(1, "有")}); this.radio_InjuryScore.Size = new System.Drawing.Size(191, 28); this.radio_InjuryScore.TabIndex = 353; this.radio_InjuryScore.SelectedIndexChanged += new System.EventHandler(this.radioGroup5_SelectedIndexChanged); // // labelControl10 // this.labelControl10.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.labelControl10.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelControl10.Appearance.Options.UseFont = true; this.labelControl10.Appearance.Options.UseForeColor = true; this.labelControl10.Appearance.Options.UseTextOptions = true; this.labelControl10.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.tablePanel2.SetColumn(this.labelControl10, 0); this.labelControl10.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl10.Location = new System.Drawing.Point(3, 111); this.labelControl10.Name = "labelControl10"; this.tablePanel2.SetRow(this.labelControl10, 3); this.labelControl10.Size = new System.Drawing.Size(136, 30); this.labelControl10.TabIndex = 322; this.labelControl10.Text = "神志"; // // radio_SonsciousScore // this.tablePanel2.SetColumn(this.radio_SonsciousScore, 1); this.radio_SonsciousScore.Dock = System.Windows.Forms.DockStyle.Fill; this.radio_SonsciousScore.Location = new System.Drawing.Point(145, 111); this.radio_SonsciousScore.Name = "radio_SonsciousScore"; this.radio_SonsciousScore.Properties.Appearance.BackColor = System.Drawing.Color.Transparent; this.radio_SonsciousScore.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.radio_SonsciousScore.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.radio_SonsciousScore.Properties.Appearance.Options.UseBackColor = true; this.radio_SonsciousScore.Properties.Appearance.Options.UseFont = true; this.radio_SonsciousScore.Properties.Appearance.Options.UseForeColor = true; this.radio_SonsciousScore.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.radio_SonsciousScore.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem(0, "正常"), new DevExpress.XtraEditors.Controls.RadioGroupItem(1, "——"), new DevExpress.XtraEditors.Controls.RadioGroupItem(3, "模糊或烦躁"), new DevExpress.XtraEditors.Controls.RadioGroupItem(5, "不可理解的语言")}); this.tablePanel2.SetRow(this.radio_SonsciousScore, 3); this.radio_SonsciousScore.Size = new System.Drawing.Size(560, 30); this.radio_SonsciousScore.TabIndex = 352; this.radio_SonsciousScore.SelectedIndexChanged += new System.EventHandler(this.radioGroup4_SelectedIndexChanged); // // labelControl9 // this.labelControl9.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.labelControl9.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelControl9.Appearance.Options.UseFont = true; this.labelControl9.Appearance.Options.UseForeColor = true; this.labelControl9.Appearance.Options.UseTextOptions = true; this.labelControl9.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.tablePanel2.SetColumn(this.labelControl9, 0); this.labelControl9.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl9.Location = new System.Drawing.Point(3, 75); this.labelControl9.Name = "labelControl9"; this.tablePanel2.SetRow(this.labelControl9, 2); this.labelControl9.Size = new System.Drawing.Size(136, 30); this.labelControl9.TabIndex = 315; this.labelControl9.Text = "呼吸(次/分)"; // // radio_BreathingScore // this.tablePanel2.SetColumn(this.radio_BreathingScore, 1); this.radio_BreathingScore.Dock = System.Windows.Forms.DockStyle.Fill; this.radio_BreathingScore.Location = new System.Drawing.Point(145, 75); this.radio_BreathingScore.Name = "radio_BreathingScore"; this.radio_BreathingScore.Properties.Appearance.BackColor = System.Drawing.Color.Transparent; this.radio_BreathingScore.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.radio_BreathingScore.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.radio_BreathingScore.Properties.Appearance.Options.UseBackColor = true; this.radio_BreathingScore.Properties.Appearance.Options.UseFont = true; this.radio_BreathingScore.Properties.Appearance.Options.UseForeColor = true; this.radio_BreathingScore.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.radio_BreathingScore.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem(0, "14~28"), new DevExpress.XtraEditors.Controls.RadioGroupItem(1, "——"), new DevExpress.XtraEditors.Controls.RadioGroupItem(3, ">30(费力或浅表)"), new DevExpress.XtraEditors.Controls.RadioGroupItem(5, "<10")}); this.tablePanel2.SetRow(this.radio_BreathingScore, 2); this.radio_BreathingScore.Size = new System.Drawing.Size(560, 30); this.radio_BreathingScore.TabIndex = 351; this.radio_BreathingScore.SelectedIndexChanged += new System.EventHandler(this.radioGroup3_SelectedIndexChanged); // // labelControl13 // this.labelControl13.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.labelControl13.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelControl13.Appearance.Options.UseFont = true; this.labelControl13.Appearance.Options.UseForeColor = true; this.labelControl13.Appearance.Options.UseTextOptions = true; this.labelControl13.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.tablePanel2.SetColumn(this.labelControl13, 0); this.labelControl13.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl13.Location = new System.Drawing.Point(3, 39); this.labelControl13.Name = "labelControl13"; this.tablePanel2.SetRow(this.labelControl13, 1); this.labelControl13.Size = new System.Drawing.Size(136, 30); this.labelControl13.TabIndex = 308; this.labelControl13.Text = "脉搏(次/分)"; // // radio_PulseScore // this.tablePanel2.SetColumn(this.radio_PulseScore, 1); this.radio_PulseScore.Dock = System.Windows.Forms.DockStyle.Fill; this.radio_PulseScore.Location = new System.Drawing.Point(145, 39); this.radio_PulseScore.Name = "radio_PulseScore"; this.radio_PulseScore.Properties.Appearance.BackColor = System.Drawing.Color.White; this.radio_PulseScore.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.radio_PulseScore.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.radio_PulseScore.Properties.Appearance.Options.UseBackColor = true; this.radio_PulseScore.Properties.Appearance.Options.UseFont = true; this.radio_PulseScore.Properties.Appearance.Options.UseForeColor = true; this.radio_PulseScore.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.radio_PulseScore.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem(0, "51-119"), new DevExpress.XtraEditors.Controls.RadioGroupItem(1, "——"), new DevExpress.XtraEditors.Controls.RadioGroupItem(3, ">120"), new DevExpress.XtraEditors.Controls.RadioGroupItem(5, "<50")}); this.tablePanel2.SetRow(this.radio_PulseScore, 1); this.radio_PulseScore.Size = new System.Drawing.Size(560, 30); this.radio_PulseScore.TabIndex = 350; this.radio_PulseScore.SelectedIndexChanged += new System.EventHandler(this.radioGroup2_SelectedIndexChanged); // // panelControl7 // this.panelControl7.Appearance.BackColor = System.Drawing.Color.White; this.panelControl7.Appearance.Options.UseBackColor = true; this.panelControl7.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.tablePanel2.SetColumn(this.panelControl7, 1); this.panelControl7.Controls.Add(this.labelControl3); this.panelControl7.Controls.Add(this.radio_InjuryScore); this.panelControl7.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl7.Location = new System.Drawing.Point(145, 147); this.panelControl7.Name = "panelControl7"; this.tablePanel2.SetRow(this.panelControl7, 4); this.panelControl7.Size = new System.Drawing.Size(560, 28); this.panelControl7.TabIndex = 369; // // labelControl14 // this.labelControl14.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.labelControl14.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelControl14.Appearance.Options.UseFont = true; this.labelControl14.Appearance.Options.UseForeColor = true; this.labelControl14.Appearance.Options.UseTextOptions = true; this.labelControl14.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.tablePanel2.SetColumn(this.labelControl14, 0); this.labelControl14.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl14.Location = new System.Drawing.Point(3, 3); this.labelControl14.Name = "labelControl14"; this.tablePanel2.SetRow(this.labelControl14, 0); this.labelControl14.Size = new System.Drawing.Size(136, 30); this.labelControl14.TabIndex = 296; this.labelControl14.Text = "收缩压(mmhg)"; // // radio_SystolicPressureScore // this.tablePanel2.SetColumn(this.radio_SystolicPressureScore, 1); this.radio_SystolicPressureScore.Dock = System.Windows.Forms.DockStyle.Fill; this.radio_SystolicPressureScore.Location = new System.Drawing.Point(145, 3); this.radio_SystolicPressureScore.Name = "radio_SystolicPressureScore"; this.radio_SystolicPressureScore.Properties.Appearance.BackColor = System.Drawing.Color.Transparent; this.radio_SystolicPressureScore.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.radio_SystolicPressureScore.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.radio_SystolicPressureScore.Properties.Appearance.Options.UseBackColor = true; this.radio_SystolicPressureScore.Properties.Appearance.Options.UseFont = true; this.radio_SystolicPressureScore.Properties.Appearance.Options.UseForeColor = true; this.radio_SystolicPressureScore.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.radio_SystolicPressureScore.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem(0, "≥100 "), new DevExpress.XtraEditors.Controls.RadioGroupItem(1, "≥85,<100"), new DevExpress.XtraEditors.Controls.RadioGroupItem(3, "≥75,<85"), new DevExpress.XtraEditors.Controls.RadioGroupItem(5, "<75")}); this.tablePanel2.SetRow(this.radio_SystolicPressureScore, 0); this.radio_SystolicPressureScore.Size = new System.Drawing.Size(560, 30); this.radio_SystolicPressureScore.TabIndex = 349; this.radio_SystolicPressureScore.SelectedIndexChanged += new System.EventHandler(this.radioGroup1_SelectedIndexChanged); // // lbl_phiLevel // this.lbl_phiLevel.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.lbl_phiLevel.Appearance.ForeColor = System.Drawing.Color.Red; this.lbl_phiLevel.Appearance.Options.UseFont = true; this.lbl_phiLevel.Appearance.Options.UseForeColor = true; this.lbl_phiLevel.Location = new System.Drawing.Point(592, 6); this.lbl_phiLevel.Name = "lbl_phiLevel"; this.lbl_phiLevel.Size = new System.Drawing.Size(0, 18); this.lbl_phiLevel.TabIndex = 337; this.lbl_phiLevel.Visible = false; // // lbl_TotalScore // this.lbl_TotalScore.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.lbl_TotalScore.Appearance.ForeColor = System.Drawing.Color.Red; this.lbl_TotalScore.Appearance.Options.UseFont = true; this.lbl_TotalScore.Appearance.Options.UseForeColor = true; this.lbl_TotalScore.Location = new System.Drawing.Point(499, 7); this.lbl_TotalScore.Name = "lbl_TotalScore"; this.lbl_TotalScore.Size = new System.Drawing.Size(0, 18); this.lbl_TotalScore.TabIndex = 336; this.lbl_TotalScore.Visible = false; this.lbl_TotalScore.TextChanged += new System.EventHandler(this.lbl_TotalScore_TextChanged); // // labelcontor1 // this.labelcontor1.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.labelcontor1.Appearance.Options.UseFont = true; this.labelcontor1.Location = new System.Drawing.Point(449, 7); this.labelcontor1.Name = "labelcontor1"; this.labelcontor1.Size = new System.Drawing.Size(30, 18); this.labelcontor1.TabIndex = 335; this.labelcontor1.Text = "合计"; // // simpleButton1 // this.simpleButton1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(140)))), ((int)(((byte)(240))))); this.simpleButton1.Appearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(109)))), ((int)(((byte)(193))))); this.simpleButton1.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.simpleButton1.Appearance.Options.UseBackColor = true; this.simpleButton1.Appearance.Options.UseBorderColor = true; this.simpleButton1.Appearance.Options.UseFont = true; this.tablePanel3.SetColumn(this.simpleButton1, 2); this.simpleButton1.Location = new System.Drawing.Point(286, 6); this.simpleButton1.Name = "simpleButton1"; this.tablePanel3.SetRow(this.simpleButton1, 0); this.simpleButton1.Size = new System.Drawing.Size(136, 31); this.simpleButton1.TabIndex = 375; this.simpleButton1.Text = "保存"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // panelControl1 // this.panelControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(249))))); this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.panelControl3); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Padding = new System.Windows.Forms.Padding(10); this.panelControl1.Size = new System.Drawing.Size(728, 308); this.panelControl1.TabIndex = 377; // // panelControl3 // this.panelControl3.Appearance.BackColor = System.Drawing.Color.White; this.panelControl3.Appearance.Options.UseBackColor = true; this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl3.Controls.Add(this.tablePanel3); this.panelControl3.Controls.Add(this.panelControl2); this.panelControl3.Controls.Add(this.tablePanel2); this.panelControl3.Controls.Add(this.tablePanel1); this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl3.Location = new System.Drawing.Point(10, 10); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(708, 288); this.panelControl3.TabIndex = 378; // // tablePanel3 // this.tablePanel3.Appearance.BackColor = System.Drawing.Color.Transparent; this.tablePanel3.Appearance.Options.UseBackColor = true; this.tablePanel3.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] { new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 50F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 50F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 50F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 50F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 50F)}); this.tablePanel3.Controls.Add(this.simpleButton1); this.tablePanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tablePanel3.Location = new System.Drawing.Point(0, 245); this.tablePanel3.Name = "tablePanel3"; this.tablePanel3.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] { new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 26F)}); this.tablePanel3.Size = new System.Drawing.Size(708, 43); this.tablePanel3.TabIndex = 380; // // panelControl2 // this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl2.Controls.Add(this.lbl_phiLevel); this.panelControl2.Controls.Add(this.labelcontor1); this.panelControl2.Controls.Add(this.lbl_TotalScore); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl2.Location = new System.Drawing.Point(0, 217); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(708, 28); this.panelControl2.TabIndex = 379; // // tablePanel2 // this.tablePanel2.Appearance.BackColor = System.Drawing.Color.Transparent; this.tablePanel2.Appearance.Options.UseBackColor = true; this.tablePanel2.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] { new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 50F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 200F)}); this.tablePanel2.Controls.Add(this.radio_SonsciousScore); this.tablePanel2.Controls.Add(this.radio_BreathingScore); this.tablePanel2.Controls.Add(this.panelControl7); this.tablePanel2.Controls.Add(this.radio_PulseScore); this.tablePanel2.Controls.Add(this.radio_SystolicPressureScore); this.tablePanel2.Controls.Add(this.labelControl10); this.tablePanel2.Controls.Add(this.labelControl4); this.tablePanel2.Controls.Add(this.labelControl9); this.tablePanel2.Controls.Add(this.labelControl13); this.tablePanel2.Controls.Add(this.labelControl14); this.tablePanel2.Dock = System.Windows.Forms.DockStyle.Top; this.tablePanel2.Location = new System.Drawing.Point(0, 39); this.tablePanel2.Name = "tablePanel2"; this.tablePanel2.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] { new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 20F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 20F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 20F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 20F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 20F)}); this.tablePanel2.Size = new System.Drawing.Size(708, 178); this.tablePanel2.TabIndex = 378; // // tablePanel1 // this.tablePanel1.Appearance.BackColor = System.Drawing.Color.Transparent; this.tablePanel1.Appearance.Options.UseBackColor = true; this.tablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] { new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 50F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 50F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 50F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 50F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 50F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 20F)}); this.tablePanel1.Controls.Add(this.labelControl41); this.tablePanel1.Controls.Add(this.labelControl40); this.tablePanel1.Controls.Add(this.labelControl42); this.tablePanel1.Controls.Add(this.labelControl38); this.tablePanel1.Controls.Add(this.labelControl39); this.tablePanel1.Dock = System.Windows.Forms.DockStyle.Top; this.tablePanel1.Location = new System.Drawing.Point(0, 0); this.tablePanel1.Name = "tablePanel1"; this.tablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] { new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 26F)}); this.tablePanel1.Size = new System.Drawing.Size(708, 39); this.tablePanel1.TabIndex = 377; // // labelControl41 // this.labelControl41.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(191)))), ((int)(((byte)(251))))); this.labelControl41.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.labelControl41.Appearance.ForeColor = System.Drawing.Color.White; this.labelControl41.Appearance.Options.UseBackColor = true; this.labelControl41.Appearance.Options.UseFont = true; this.labelControl41.Appearance.Options.UseForeColor = true; this.labelControl41.Appearance.Options.UseTextOptions = true; this.labelControl41.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.tablePanel1.SetColumn(this.labelControl41, 4); this.labelControl41.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl41.Location = new System.Drawing.Point(527, 3); this.labelControl41.Name = "labelControl41"; this.tablePanel1.SetRow(this.labelControl41, 0); this.labelControl41.Size = new System.Drawing.Size(125, 33); this.labelControl41.TabIndex = 293; this.labelControl41.Text = "5"; // // labelControl40 // this.labelControl40.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(191)))), ((int)(((byte)(251))))); this.labelControl40.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.labelControl40.Appearance.ForeColor = System.Drawing.Color.White; this.labelControl40.Appearance.Options.UseBackColor = true; this.labelControl40.Appearance.Options.UseFont = true; this.labelControl40.Appearance.Options.UseForeColor = true; this.labelControl40.Appearance.Options.UseTextOptions = true; this.labelControl40.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.tablePanel1.SetColumn(this.labelControl40, 2); this.labelControl40.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl40.Location = new System.Drawing.Point(265, 3); this.labelControl40.Name = "labelControl40"; this.tablePanel1.SetRow(this.labelControl40, 0); this.labelControl40.Size = new System.Drawing.Size(125, 33); this.labelControl40.TabIndex = 291; this.labelControl40.Text = "1"; // // labelControl42 // this.labelControl42.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(191)))), ((int)(((byte)(251))))); this.labelControl42.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.labelControl42.Appearance.ForeColor = System.Drawing.Color.White; this.labelControl42.Appearance.Options.UseBackColor = true; this.labelControl42.Appearance.Options.UseFont = true; this.labelControl42.Appearance.Options.UseForeColor = true; this.labelControl42.Appearance.Options.UseTextOptions = true; this.labelControl42.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.tablePanel1.SetColumn(this.labelControl42, 3); this.labelControl42.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl42.Location = new System.Drawing.Point(396, 3); this.labelControl42.Name = "labelControl42"; this.tablePanel1.SetRow(this.labelControl42, 0); this.labelControl42.Size = new System.Drawing.Size(125, 33); this.labelControl42.TabIndex = 292; this.labelControl42.Text = "3"; // // labelControl38 // this.labelControl38.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(191)))), ((int)(((byte)(251))))); this.labelControl38.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.labelControl38.Appearance.ForeColor = System.Drawing.Color.White; this.labelControl38.Appearance.Options.UseBackColor = true; this.labelControl38.Appearance.Options.UseFont = true; this.labelControl38.Appearance.Options.UseForeColor = true; this.labelControl38.Appearance.Options.UseTextOptions = true; this.labelControl38.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.tablePanel1.SetColumn(this.labelControl38, 1); this.labelControl38.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl38.Location = new System.Drawing.Point(134, 3); this.labelControl38.Name = "labelControl38"; this.tablePanel1.SetRow(this.labelControl38, 0); this.labelControl38.Size = new System.Drawing.Size(125, 33); this.labelControl38.TabIndex = 290; this.labelControl38.Text = "0"; // // labelControl39 // this.labelControl39.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(191)))), ((int)(((byte)(251))))); this.labelControl39.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.labelControl39.Appearance.ForeColor = System.Drawing.Color.White; this.labelControl39.Appearance.Options.UseBackColor = true; this.labelControl39.Appearance.Options.UseFont = true; this.labelControl39.Appearance.Options.UseForeColor = true; this.labelControl39.Appearance.Options.UseTextOptions = true; this.labelControl39.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.tablePanel1.SetColumn(this.labelControl39, 0); this.labelControl39.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl39.Location = new System.Drawing.Point(3, 3); this.labelControl39.Name = "labelControl39"; this.tablePanel1.SetRow(this.labelControl39, 0); this.labelControl39.Size = new System.Drawing.Size(125, 33); this.labelControl39.TabIndex = 289; this.labelControl39.Text = "指标"; // // Form_PHI // this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(249))))); this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(728, 308); this.Controls.Add(this.panelControl1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Form_PHI"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "院前指数法评分标准(PHI)"; this.Load += new System.EventHandler(this.Form_PatientInfoPHI_Load); ((System.ComponentModel.ISupportInitialize)(this.radio_InjuryScore.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radio_SonsciousScore.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radio_BreathingScore.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radio_PulseScore.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl7)).EndInit(); this.panelControl7.ResumeLayout(false); this.panelControl7.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.radio_SystolicPressureScore.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tablePanel3)).EndInit(); this.tablePanel3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); this.panelControl2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.tablePanel2)).EndInit(); this.tablePanel2.ResumeLayout(false); this.tablePanel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).EndInit(); this.tablePanel1.ResumeLayout(false); this.tablePanel1.PerformLayout(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.RadioGroup radio_InjuryScore; private DevExpress.XtraEditors.LabelControl labelControl10; private DevExpress.XtraEditors.RadioGroup radio_SonsciousScore; private DevExpress.XtraEditors.LabelControl labelControl9; private DevExpress.XtraEditors.RadioGroup radio_BreathingScore; private DevExpress.XtraEditors.LabelControl labelControl13; private DevExpress.XtraEditors.RadioGroup radio_PulseScore; private DevExpress.XtraEditors.PanelControl panelControl7; private DevExpress.XtraEditors.LabelControl labelControl14; private DevExpress.XtraEditors.RadioGroup radio_SystolicPressureScore; private DevExpress.XtraEditors.LabelControl lbl_TotalScore; private DevExpress.XtraEditors.LabelControl labelcontor1; private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.LabelControl lbl_phiLevel; private DevExpress.Utils.Layout.TablePanel tablePanel2; private DevExpress.Utils.Layout.TablePanel tablePanel3; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.PanelControl panelControl3; private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.Utils.Layout.TablePanel tablePanel1; private DevExpress.XtraEditors.LabelControl labelControl41; private DevExpress.XtraEditors.LabelControl labelControl40; private DevExpress.XtraEditors.LabelControl labelControl42; private DevExpress.XtraEditors.LabelControl labelControl38; private DevExpress.XtraEditors.LabelControl labelControl39; } }