namespace HL_FristAidPlatform_PreHospitalEmergency { partial class Form_PersonnelAdd { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_PersonnelAdd)); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.textEdit_Name = new DevExpress.XtraEditors.TextEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.radioGroup_Gender = new DevExpress.XtraEditors.RadioGroup(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.radioGroup_CurrentState = new DevExpress.XtraEditors.RadioGroup(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.btn_Save = new DevExpress.XtraEditors.SimpleButton(); this.lbl_PositionName = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.textEdit_Name.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radioGroup_Gender.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radioGroup_CurrentState.Properties)).BeginInit(); this.SuspendLayout(); // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(42, 31); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(36, 14); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "姓名:"; // // textEdit_Name // this.textEdit_Name.Location = new System.Drawing.Point(84, 30); this.textEdit_Name.Name = "textEdit_Name"; this.textEdit_Name.Size = new System.Drawing.Size(120, 20); this.textEdit_Name.TabIndex = 1; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(255, 33); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(36, 14); this.labelControl2.TabIndex = 2; this.labelControl2.Text = "性别:"; // // radioGroup_Gender // this.radioGroup_Gender.Location = new System.Drawing.Point(297, 31); this.radioGroup_Gender.Name = "radioGroup_Gender"; this.radioGroup_Gender.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "男", true, ((short)(0))), new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "女", true, ((short)(1)))}); this.radioGroup_Gender.Size = new System.Drawing.Size(122, 23); this.radioGroup_Gender.TabIndex = 3; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(224, 88); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(52, 14); this.labelControl3.TabIndex = 4; this.labelControl3.Text = "当前状态:"; // // radioGroup_CurrentState // this.radioGroup_CurrentState.Enabled = false; this.radioGroup_CurrentState.Location = new System.Drawing.Point(296, 84); this.radioGroup_CurrentState.Name = "radioGroup_CurrentState"; this.radioGroup_CurrentState.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "空闲", true, ((short)(1))), new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "出车", true, ((short)(2)))}); this.radioGroup_CurrentState.Size = new System.Drawing.Size(120, 23); this.radioGroup_CurrentState.TabIndex = 5; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(42, 84); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(36, 14); this.labelControl4.TabIndex = 6; this.labelControl4.Text = "职位:"; // // btn_Save // this.btn_Save.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Save.ImageOptions.Image"))); this.btn_Save.Location = new System.Drawing.Point(164, 145); this.btn_Save.Name = "btn_Save"; this.btn_Save.Size = new System.Drawing.Size(112, 39); this.btn_Save.TabIndex = 14; this.btn_Save.Text = "保 存"; this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click); // // lbl_PositionName // this.lbl_PositionName.Location = new System.Drawing.Point(93, 84); this.lbl_PositionName.Name = "lbl_PositionName"; this.lbl_PositionName.Size = new System.Drawing.Size(0, 14); this.lbl_PositionName.TabIndex = 16; // // Form_PersonnelAdd // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(442, 201); this.Controls.Add(this.lbl_PositionName); this.Controls.Add(this.btn_Save); this.Controls.Add(this.labelControl4); this.Controls.Add(this.radioGroup_CurrentState); this.Controls.Add(this.labelControl3); this.Controls.Add(this.radioGroup_Gender); this.Controls.Add(this.labelControl2); this.Controls.Add(this.textEdit_Name); this.Controls.Add(this.labelControl1); this.KeyPreview = true; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Form_PersonnelAdd"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "院前急救_人员信息编辑"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form_PersonnelAdd_FormClosed); this.Load += new System.EventHandler(this.Form_PersonnelAdd_Load); ((System.ComponentModel.ISupportInitialize)(this.textEdit_Name.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radioGroup_Gender.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radioGroup_CurrentState.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.TextEdit textEdit_Name; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.RadioGroup radioGroup_Gender; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.RadioGroup radioGroup_CurrentState; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.SimpleButton btn_Save; private DevExpress.XtraEditors.LabelControl lbl_PositionName; } }