namespace HL_FristAidPlatform_PreHospitalEmergency { partial class Form_PersonList { /// /// 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.checkedListBoxControl1 = new DevExpress.XtraEditors.CheckedListBoxControl(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.lbl_msg = new DevExpress.XtraEditors.LabelControl(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); this.SuspendLayout(); // // checkedListBoxControl1 // this.checkedListBoxControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.checkedListBoxControl1.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.checkedListBoxControl1.Appearance.Options.UseFont = true; this.checkedListBoxControl1.Appearance.Options.UseForeColor = true; this.checkedListBoxControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.checkedListBoxControl1.CheckMode = DevExpress.XtraEditors.CheckMode.Single; this.checkedListBoxControl1.CheckOnClick = true; this.checkedListBoxControl1.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio; this.checkedListBoxControl1.Dock = System.Windows.Forms.DockStyle.Top; this.checkedListBoxControl1.Location = new System.Drawing.Point(10, 10); this.checkedListBoxControl1.MultiColumn = true; this.checkedListBoxControl1.Name = "checkedListBoxControl1"; this.checkedListBoxControl1.Size = new System.Drawing.Size(374, 117); this.checkedListBoxControl1.TabIndex = 274; // // panelControl1 // this.panelControl1.Appearance.BackColor = System.Drawing.Color.White; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.lbl_msg); this.panelControl1.Controls.Add(this.simpleButton2); this.panelControl1.Controls.Add(this.simpleButton1); this.panelControl1.Controls.Add(this.checkedListBoxControl1); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl1.Location = new System.Drawing.Point(10, 10); this.panelControl1.Name = "panelControl1"; this.panelControl1.Padding = new System.Windows.Forms.Padding(10); this.panelControl1.Size = new System.Drawing.Size(394, 212); this.panelControl1.TabIndex = 275; // // lbl_msg // this.lbl_msg.Appearance.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbl_msg.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.lbl_msg.Appearance.Options.UseFont = true; this.lbl_msg.Appearance.Options.UseForeColor = true; this.lbl_msg.Location = new System.Drawing.Point(98, 61); this.lbl_msg.Name = "lbl_msg"; this.lbl_msg.Size = new System.Drawing.Size(160, 16); this.lbl_msg.TabIndex = 277; this.lbl_msg.Text = "没有空闲可出车的人员"; this.lbl_msg.Visible = false; // // simpleButton2 // this.simpleButton2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(255))))); this.simpleButton2.Appearance.Options.UseBackColor = true; this.simpleButton2.Location = new System.Drawing.Point(201, 155); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.Size = new System.Drawing.Size(89, 25); this.simpleButton2.TabIndex = 276; 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.Cursor = System.Windows.Forms.Cursors.Default; this.simpleButton1.Location = new System.Drawing.Point(87, 155); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(89, 25); this.simpleButton1.TabIndex = 275; this.simpleButton1.Text = "确认选择"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // Form_PersonList // 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(414, 232); this.ControlBox = false; this.Controls.Add(this.panelControl1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Form_PersonList"; this.Padding = new System.Windows.Forms.Padding(10); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Load += new System.EventHandler(this.Form_PersonList_Load); ((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.CheckedListBoxControl checkedListBoxControl1; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.SimpleButton simpleButton2; private DevExpress.XtraEditors.LabelControl lbl_msg; } }