namespace HL_FristAidPlatform_EmergencyTriage { partial class Form_Triage { /// /// 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() { DevExpress.XtraEditors.TableLayout.ItemTemplateBase itemTemplateBase1 = new DevExpress.XtraEditors.TableLayout.ItemTemplateBase(); DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition1 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition(); DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition2 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition(); DevExpress.XtraEditors.TableLayout.TemplatedItemElement templatedItemElement1 = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement(); DevExpress.XtraEditors.TableLayout.TemplatedItemElement templatedItemElement2 = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement(); DevExpress.XtraEditors.TableLayout.TableRowDefinition tableRowDefinition1 = new DevExpress.XtraEditors.TableLayout.TableRowDefinition(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Triage)); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.panel1 = new System.Windows.Forms.Panel(); this.panelControl5 = new DevExpress.XtraEditors.PanelControl(); this.checkedListBoxControl_TriageDepartment = new DevExpress.XtraEditors.CheckedListBoxControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.panelControl4 = new DevExpress.XtraEditors.PanelControl(); this.listBox_SystemModule = new DevExpress.XtraEditors.ListBoxControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.panel3 = new System.Windows.Forms.Panel(); this.radioButton_PatientSubarea_3 = new System.Windows.Forms.RadioButton(); this.radioButton_PatientSubarea_2 = new System.Windows.Forms.RadioButton(); this.radioButton_PatientSubarea_1 = new System.Windows.Forms.RadioButton(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.panel2 = new System.Windows.Forms.Panel(); this.radioButton_PatientLevel_4 = new System.Windows.Forms.RadioButton(); this.radioButton_PatientLevel_3 = new System.Windows.Forms.RadioButton(); this.radioButton_PatientLevel_2 = new System.Windows.Forms.RadioButton(); this.radioButton_PatientLevel_1 = new System.Windows.Forms.RadioButton(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit(); this.panelControl5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl_TriageDepartment)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit(); this.panelControl4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.listBox_SystemModule)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.simpleButton1); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl1.Location = new System.Drawing.Point(0, 447); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(887, 65); this.panelControl1.TabIndex = 0; // // simpleButton1 // this.simpleButton1.Location = new System.Drawing.Point(386, 13); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(115, 40); this.simpleButton1.TabIndex = 0; this.simpleButton1.Text = "确定分诊"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // panel1 // this.panel1.AutoScroll = true; this.panel1.Controls.Add(this.panelControl5); this.panel1.Controls.Add(this.panelControl4); this.panel1.Controls.Add(this.panelControl3); this.panel1.Controls.Add(this.panelControl2); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(887, 447); this.panel1.TabIndex = 1; // // panelControl5 // this.panelControl5.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl5.Controls.Add(this.checkedListBoxControl_TriageDepartment); this.panelControl5.Controls.Add(this.labelControl4); this.panelControl5.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl5.Location = new System.Drawing.Point(0, 285); this.panelControl5.Name = "panelControl5"; this.panelControl5.Padding = new System.Windows.Forms.Padding(15); this.panelControl5.Size = new System.Drawing.Size(887, 57); this.panelControl5.TabIndex = 3; // // checkedListBoxControl_TriageDepartment // this.checkedListBoxControl_TriageDepartment.Appearance.BackColor = System.Drawing.Color.White; this.checkedListBoxControl_TriageDepartment.Appearance.Options.UseBackColor = true; this.checkedListBoxControl_TriageDepartment.CheckMode = DevExpress.XtraEditors.CheckMode.Single; this.checkedListBoxControl_TriageDepartment.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio; this.checkedListBoxControl_TriageDepartment.Dock = System.Windows.Forms.DockStyle.Left; this.checkedListBoxControl_TriageDepartment.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] { new DevExpress.XtraEditors.Controls.CheckedListBoxItem("1", "导管室"), new DevExpress.XtraEditors.Controls.CheckedListBoxItem("2", "胸痛诊室"), new DevExpress.XtraEditors.Controls.CheckedListBoxItem("3", "外科诊室"), new DevExpress.XtraEditors.Controls.CheckedListBoxItem("4", "EICU"), new DevExpress.XtraEditors.Controls.CheckedListBoxItem("5", "CCU"), new DevExpress.XtraEditors.Controls.CheckedListBoxItem("6", "NICU")}); this.checkedListBoxControl_TriageDepartment.Location = new System.Drawing.Point(95, 15); this.checkedListBoxControl_TriageDepartment.MultiColumn = true; this.checkedListBoxControl_TriageDepartment.Name = "checkedListBoxControl_TriageDepartment"; this.checkedListBoxControl_TriageDepartment.Size = new System.Drawing.Size(503, 27); this.checkedListBoxControl_TriageDepartment.TabIndex = 145; // // labelControl4 // this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl4.Appearance.Options.UseFont = true; this.labelControl4.Dock = System.Windows.Forms.DockStyle.Left; this.labelControl4.Location = new System.Drawing.Point(15, 15); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(80, 19); this.labelControl4.TabIndex = 2; this.labelControl4.Text = "分诊科室:"; // // panelControl4 // this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl4.Controls.Add(this.listBox_SystemModule); this.panelControl4.Controls.Add(this.labelControl3); this.panelControl4.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl4.Location = new System.Drawing.Point(0, 139); this.panelControl4.Name = "panelControl4"; this.panelControl4.Padding = new System.Windows.Forms.Padding(15); this.panelControl4.Size = new System.Drawing.Size(887, 146); this.panelControl4.TabIndex = 2; // // listBox_SystemModule // this.listBox_SystemModule.Appearance.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.listBox_SystemModule.Appearance.Options.UseFont = true; this.listBox_SystemModule.ContextButtonOptions.NormalStateOpacity = 0.4F; this.listBox_SystemModule.Dock = System.Windows.Forms.DockStyle.Left; this.listBox_SystemModule.ItemHeight = 50; this.listBox_SystemModule.Location = new System.Drawing.Point(95, 15); this.listBox_SystemModule.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.listBox_SystemModule.MultiColumn = true; this.listBox_SystemModule.Name = "listBox_SystemModule"; this.listBox_SystemModule.Size = new System.Drawing.Size(646, 116); this.listBox_SystemModule.TabIndex = 147; tableColumnDefinition1.Length.Value = 94D; tableColumnDefinition2.Length.Value = 145D; itemTemplateBase1.Columns.Add(tableColumnDefinition1); itemTemplateBase1.Columns.Add(tableColumnDefinition2); templatedItemElement1.FieldName = "IconData"; templatedItemElement1.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter; templatedItemElement1.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside; templatedItemElement1.MaxWidth = 64; templatedItemElement1.Text = "IconData"; templatedItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter; templatedItemElement2.ColumnIndex = 1; templatedItemElement2.FieldName = "SystemName"; templatedItemElement2.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter; templatedItemElement2.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside; templatedItemElement2.RowIndex = 1; templatedItemElement2.Text = "SystemName"; templatedItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft; templatedItemElement2.TextLocation = new System.Drawing.Point(5, 0); itemTemplateBase1.Elements.Add(templatedItemElement1); itemTemplateBase1.Elements.Add(templatedItemElement2); itemTemplateBase1.Name = "template1"; tableRowDefinition1.Length.Value = 16D; itemTemplateBase1.Rows.Add(tableRowDefinition1); this.listBox_SystemModule.Templates.Add(itemTemplateBase1); // // labelControl3 // this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl3.Appearance.Options.UseFont = true; this.labelControl3.Dock = System.Windows.Forms.DockStyle.Left; this.labelControl3.Location = new System.Drawing.Point(15, 15); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(80, 19); this.labelControl3.TabIndex = 1; this.labelControl3.Text = "患者分类:"; // // panelControl3 // this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl3.Controls.Add(this.panel3); this.panelControl3.Controls.Add(this.labelControl2); this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl3.Location = new System.Drawing.Point(0, 71); this.panelControl3.Name = "panelControl3"; this.panelControl3.Padding = new System.Windows.Forms.Padding(46, 15, 15, 15); this.panelControl3.Size = new System.Drawing.Size(887, 68); this.panelControl3.TabIndex = 1; // // panel3 // this.panel3.Controls.Add(this.radioButton_PatientSubarea_3); this.panel3.Controls.Add(this.radioButton_PatientSubarea_2); this.panel3.Controls.Add(this.radioButton_PatientSubarea_1); this.panel3.Dock = System.Windows.Forms.DockStyle.Left; this.panel3.Location = new System.Drawing.Point(94, 15); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(359, 38); this.panel3.TabIndex = 144; // // radioButton_PatientSubarea_3 // this.radioButton_PatientSubarea_3.BackColor = System.Drawing.Color.Green; this.radioButton_PatientSubarea_3.Font = new System.Drawing.Font("Tahoma", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.radioButton_PatientSubarea_3.Image = ((System.Drawing.Image)(resources.GetObject("radioButton_PatientSubarea_3.Image"))); this.radioButton_PatientSubarea_3.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.radioButton_PatientSubarea_3.Location = new System.Drawing.Point(238, 3); this.radioButton_PatientSubarea_3.Name = "radioButton_PatientSubarea_3"; this.radioButton_PatientSubarea_3.Padding = new System.Windows.Forms.Padding(3); this.radioButton_PatientSubarea_3.Size = new System.Drawing.Size(101, 30); this.radioButton_PatientSubarea_3.TabIndex = 0; this.radioButton_PatientSubarea_3.TabStop = true; this.radioButton_PatientSubarea_3.Text = "绿区"; this.radioButton_PatientSubarea_3.UseVisualStyleBackColor = false; // // radioButton_PatientSubarea_2 // this.radioButton_PatientSubarea_2.BackColor = System.Drawing.Color.Yellow; this.radioButton_PatientSubarea_2.Font = new System.Drawing.Font("Tahoma", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.radioButton_PatientSubarea_2.Image = ((System.Drawing.Image)(resources.GetObject("radioButton_PatientSubarea_2.Image"))); this.radioButton_PatientSubarea_2.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.radioButton_PatientSubarea_2.Location = new System.Drawing.Point(121, 3); this.radioButton_PatientSubarea_2.Name = "radioButton_PatientSubarea_2"; this.radioButton_PatientSubarea_2.Padding = new System.Windows.Forms.Padding(3); this.radioButton_PatientSubarea_2.Size = new System.Drawing.Size(101, 30); this.radioButton_PatientSubarea_2.TabIndex = 0; this.radioButton_PatientSubarea_2.TabStop = true; this.radioButton_PatientSubarea_2.Text = "黄区"; this.radioButton_PatientSubarea_2.UseVisualStyleBackColor = false; // // radioButton_PatientSubarea_1 // this.radioButton_PatientSubarea_1.BackColor = System.Drawing.Color.Red; this.radioButton_PatientSubarea_1.Font = new System.Drawing.Font("Tahoma", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.radioButton_PatientSubarea_1.Image = ((System.Drawing.Image)(resources.GetObject("radioButton_PatientSubarea_1.Image"))); this.radioButton_PatientSubarea_1.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.radioButton_PatientSubarea_1.Location = new System.Drawing.Point(5, 3); this.radioButton_PatientSubarea_1.Name = "radioButton_PatientSubarea_1"; this.radioButton_PatientSubarea_1.Padding = new System.Windows.Forms.Padding(3); this.radioButton_PatientSubarea_1.Size = new System.Drawing.Size(101, 30); this.radioButton_PatientSubarea_1.TabIndex = 0; this.radioButton_PatientSubarea_1.TabStop = true; this.radioButton_PatientSubarea_1.Text = "红区"; this.radioButton_PatientSubarea_1.UseVisualStyleBackColor = false; // // labelControl2 // this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl2.Appearance.Options.UseFont = true; this.labelControl2.Dock = System.Windows.Forms.DockStyle.Left; this.labelControl2.Location = new System.Drawing.Point(46, 15); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(48, 19); this.labelControl2.TabIndex = 1; this.labelControl2.Text = "分区:"; // // panelControl2 // this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl2.Controls.Add(this.panel2); this.panelControl2.Controls.Add(this.labelControl1); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl2.Location = new System.Drawing.Point(0, 0); this.panelControl2.Name = "panelControl2"; this.panelControl2.Padding = new System.Windows.Forms.Padding(15); this.panelControl2.Size = new System.Drawing.Size(887, 71); this.panelControl2.TabIndex = 0; // // panel2 // this.panel2.Controls.Add(this.radioButton_PatientLevel_4); this.panel2.Controls.Add(this.radioButton_PatientLevel_3); this.panel2.Controls.Add(this.radioButton_PatientLevel_2); this.panel2.Controls.Add(this.radioButton_PatientLevel_1); this.panel2.Dock = System.Windows.Forms.DockStyle.Left; this.panel2.Location = new System.Drawing.Point(95, 15); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(648, 41); this.panel2.TabIndex = 143; // // radioButton_PatientLevel_4 // this.radioButton_PatientLevel_4.BackColor = System.Drawing.Color.Green; this.radioButton_PatientLevel_4.Font = new System.Drawing.Font("Tahoma", 11F); this.radioButton_PatientLevel_4.Location = new System.Drawing.Point(495, 6); this.radioButton_PatientLevel_4.Name = "radioButton_PatientLevel_4"; this.radioButton_PatientLevel_4.Padding = new System.Windows.Forms.Padding(3); this.radioButton_PatientLevel_4.Size = new System.Drawing.Size(143, 30); this.radioButton_PatientLevel_4.TabIndex = 0; this.radioButton_PatientLevel_4.TabStop = true; this.radioButton_PatientLevel_4.Text = "Ⅳ 级(非急症病人)"; this.radioButton_PatientLevel_4.UseVisualStyleBackColor = false; // // radioButton_PatientLevel_3 // this.radioButton_PatientLevel_3.BackColor = System.Drawing.Color.Yellow; this.radioButton_PatientLevel_3.Font = new System.Drawing.Font("Tahoma", 11F); this.radioButton_PatientLevel_3.Location = new System.Drawing.Point(331, 6); this.radioButton_PatientLevel_3.Name = "radioButton_PatientLevel_3"; this.radioButton_PatientLevel_3.Padding = new System.Windows.Forms.Padding(3); this.radioButton_PatientLevel_3.Size = new System.Drawing.Size(158, 30); this.radioButton_PatientLevel_3.TabIndex = 0; this.radioButton_PatientLevel_3.TabStop = true; this.radioButton_PatientLevel_3.Text = "Ⅲ 级(急症病人)"; this.radioButton_PatientLevel_3.UseVisualStyleBackColor = false; // // radioButton_PatientLevel_2 // this.radioButton_PatientLevel_2.BackColor = System.Drawing.Color.Orange; this.radioButton_PatientLevel_2.Font = new System.Drawing.Font("Tahoma", 11F); this.radioButton_PatientLevel_2.Location = new System.Drawing.Point(163, 6); this.radioButton_PatientLevel_2.Name = "radioButton_PatientLevel_2"; this.radioButton_PatientLevel_2.Padding = new System.Windows.Forms.Padding(3); this.radioButton_PatientLevel_2.Size = new System.Drawing.Size(164, 30); this.radioButton_PatientLevel_2.TabIndex = 0; this.radioButton_PatientLevel_2.TabStop = true; this.radioButton_PatientLevel_2.Text = "Ⅱ 级(急重病人)"; this.radioButton_PatientLevel_2.UseVisualStyleBackColor = false; // // radioButton_PatientLevel_1 // this.radioButton_PatientLevel_1.BackColor = System.Drawing.Color.Red; this.radioButton_PatientLevel_1.Font = new System.Drawing.Font("Tahoma", 11F); this.radioButton_PatientLevel_1.Location = new System.Drawing.Point(3, 6); this.radioButton_PatientLevel_1.Name = "radioButton_PatientLevel_1"; this.radioButton_PatientLevel_1.Padding = new System.Windows.Forms.Padding(3); this.radioButton_PatientLevel_1.Size = new System.Drawing.Size(152, 30); this.radioButton_PatientLevel_1.TabIndex = 0; this.radioButton_PatientLevel_1.TabStop = true; this.radioButton_PatientLevel_1.Text = "I 级(急危病人)"; this.radioButton_PatientLevel_1.UseVisualStyleBackColor = false; // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl1.Appearance.Options.UseFont = true; this.labelControl1.Dock = System.Windows.Forms.DockStyle.Left; this.labelControl1.Location = new System.Drawing.Point(15, 15); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(80, 19); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "病情等级:"; // // Form_Triage // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(887, 512); this.Controls.Add(this.panel1); this.Controls.Add(this.panelControl1); this.Name = "Form_Triage"; this.Text = "分诊"; this.Load += new System.EventHandler(this.Form_Triage_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit(); this.panelControl5.ResumeLayout(false); this.panelControl5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl_TriageDepartment)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit(); this.panelControl4.ResumeLayout(false); this.panelControl4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.listBox_SystemModule)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); this.panelControl3.PerformLayout(); this.panel3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); this.panelControl2.PerformLayout(); this.panel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.SimpleButton simpleButton1; private System.Windows.Forms.Panel panel1; private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.PanelControl panelControl3; private DevExpress.XtraEditors.LabelControl labelControl2; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.RadioButton radioButton_PatientLevel_4; private System.Windows.Forms.RadioButton radioButton_PatientLevel_3; private System.Windows.Forms.RadioButton radioButton_PatientLevel_2; private System.Windows.Forms.RadioButton radioButton_PatientLevel_1; private DevExpress.XtraEditors.PanelControl panelControl4; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.RadioButton radioButton_PatientSubarea_3; private System.Windows.Forms.RadioButton radioButton_PatientSubarea_2; private System.Windows.Forms.RadioButton radioButton_PatientSubarea_1; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.PanelControl panelControl5; private DevExpress.XtraEditors.ListBoxControl listBox_SystemModule; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.CheckedListBoxControl checkedListBoxControl_TriageDepartment; } }