namespace HL_FristAidPlatform_PreHospitalEmergency { partial class Form_OwnerlessPersonnel { /// /// 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.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.checkedListBoxControl2 = new DevExpress.XtraEditors.CheckedListBoxControl(); this.checkedListBoxControl3 = new DevExpress.XtraEditors.CheckedListBoxControl(); ((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl3)).BeginInit(); this.SuspendLayout(); // // checkedListBoxControl1 // this.checkedListBoxControl1.Location = new System.Drawing.Point(22, 79); this.checkedListBoxControl1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.checkedListBoxControl1.Name = "checkedListBoxControl1"; this.checkedListBoxControl1.Size = new System.Drawing.Size(311, 607); this.checkedListBoxControl1.TabIndex = 0; // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.labelControl1.Appearance.Options.UseFont = true; this.labelControl1.Location = new System.Drawing.Point(135, 29); this.labelControl1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(60, 36); this.labelControl1.TabIndex = 1; this.labelControl1.Text = "司机"; // // simpleButton1 // this.simpleButton1.Location = new System.Drawing.Point(462, 698); this.simpleButton1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(139, 48); this.simpleButton1.TabIndex = 2; this.simpleButton1.Text = "保存"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // labelControl2 // this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.labelControl2.Appearance.Options.UseFont = true; this.labelControl2.Location = new System.Drawing.Point(518, 29); this.labelControl2.Margin = new System.Windows.Forms.Padding(6); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(60, 36); this.labelControl2.TabIndex = 3; this.labelControl2.Text = "医生"; // // labelControl3 // this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.labelControl3.Appearance.Options.UseFont = true; this.labelControl3.Location = new System.Drawing.Point(907, 29); this.labelControl3.Margin = new System.Windows.Forms.Padding(6); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(60, 36); this.labelControl3.TabIndex = 4; this.labelControl3.Text = "护士"; // // checkedListBoxControl2 // this.checkedListBoxControl2.Location = new System.Drawing.Point(394, 76); this.checkedListBoxControl2.Margin = new System.Windows.Forms.Padding(6); this.checkedListBoxControl2.Name = "checkedListBoxControl2"; this.checkedListBoxControl2.Size = new System.Drawing.Size(311, 607); this.checkedListBoxControl2.TabIndex = 5; // // checkedListBoxControl3 // this.checkedListBoxControl3.Location = new System.Drawing.Point(778, 76); this.checkedListBoxControl3.Margin = new System.Windows.Forms.Padding(6); this.checkedListBoxControl3.Name = "checkedListBoxControl3"; this.checkedListBoxControl3.Size = new System.Drawing.Size(311, 607); this.checkedListBoxControl3.TabIndex = 6; // // Form_OwnerlessPersonnel // this.AutoScaleDimensions = new System.Drawing.SizeF(13F, 29F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1133, 758); this.Controls.Add(this.checkedListBoxControl3); this.Controls.Add(this.checkedListBoxControl2); this.Controls.Add(this.labelControl3); this.Controls.Add(this.labelControl2); this.Controls.Add(this.simpleButton1); this.Controls.Add(this.labelControl1); this.Controls.Add(this.checkedListBoxControl1); this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.Name = "Form_OwnerlessPersonnel"; this.Text = "分配人员"; this.Load += new System.EventHandler(this.Form_OwnerlessPersonnel_Load); ((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl3)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.CheckedListBoxControl checkedListBoxControl1; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.CheckedListBoxControl checkedListBoxControl2; private DevExpress.XtraEditors.CheckedListBoxControl checkedListBoxControl3; } }