namespace HL_FristAidPlatform_Base { partial class Form_AccidentInfo { /// /// 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_AccidentInfo)); this.textEdit1 = new DevExpress.XtraEditors.TextEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton(); this.btn_Save = new DevExpress.XtraEditors.SimpleButton(); this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit(); this.SuspendLayout(); // // textEdit1 // this.textEdit1.Location = new System.Drawing.Point(81, 33); this.textEdit1.Name = "textEdit1"; this.textEdit1.Size = new System.Drawing.Size(126, 20); this.textEdit1.TabIndex = 3; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(23, 36); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(52, 14); this.labelControl1.TabIndex = 2; this.labelControl1.Text = "事件名称:"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(235, 36); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(76, 14); this.labelControl2.TabIndex = 4; this.labelControl2.Text = "群伤事件等级:"; // // btn_Cancel // this.btn_Cancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Cancel.ImageOptions.Image"))); this.btn_Cancel.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.btn_Cancel.Location = new System.Drawing.Point(267, 89); this.btn_Cancel.Name = "btn_Cancel"; this.btn_Cancel.Size = new System.Drawing.Size(113, 34); this.btn_Cancel.TabIndex = 10; this.btn_Cancel.Text = "取消"; this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click); // // btn_Save // this.btn_Save.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Save.ImageOptions.Image"))); this.btn_Save.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.btn_Save.Location = new System.Drawing.Point(125, 89); this.btn_Save.Name = "btn_Save"; this.btn_Save.Size = new System.Drawing.Size(109, 34); this.btn_Save.TabIndex = 9; this.btn_Save.Text = "保存"; this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click); // // comboBoxEdit1 // this.comboBoxEdit1.EditValue = ""; this.comboBoxEdit1.Location = new System.Drawing.Point(317, 33); this.comboBoxEdit1.Name = "comboBoxEdit1"; this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBoxEdit1.Properties.Items.AddRange(new object[] { "一级", "二级", "三级"}); this.comboBoxEdit1.Size = new System.Drawing.Size(100, 20); this.comboBoxEdit1.TabIndex = 11; // // Form_AccidentInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(494, 152); this.Controls.Add(this.comboBoxEdit1); this.Controls.Add(this.btn_Cancel); this.Controls.Add(this.btn_Save); this.Controls.Add(this.labelControl2); this.Controls.Add(this.textEdit1); this.Controls.Add(this.labelControl1); this.Name = "Form_AccidentInfo"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "事件信息"; this.Load += new System.EventHandler(this.Form_InpatientDepartmentInfo_Load); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.TextEdit textEdit1; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.SimpleButton btn_Cancel; private DevExpress.XtraEditors.SimpleButton btn_Save; private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit1; } }