StableVersion4.3/HL_FristAidPlatform_Base/Form_AccidentLevelInfo.Desi...

156 lines
7.3 KiB
C#

namespace HL_FristAidPlatform_Base
{
partial class Form_AccidentLevelInfo
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_AccidentLevelInfo));
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.textBox1 = new System.Windows.Forms.TextBox();
this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton();
this.btn_Save = new DevExpress.XtraEditors.SimpleButton();
((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, 20);
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, 23);
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(259, 23);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(52, 14);
this.labelControl2.TabIndex = 4;
this.labelControl2.Text = "事故等级:";
//
// comboBoxEdit1
//
this.comboBoxEdit1.EditValue = "";
this.comboBoxEdit1.Location = new System.Drawing.Point(317, 20);
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;
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(23, 58);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(52, 14);
this.labelControl3.TabIndex = 12;
this.labelControl3.Text = "事故描述:";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(81, 58);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(336, 80);
this.textBox1.TabIndex = 13;
//
// 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, 167);
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, 167);
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);
//
// Form_AccidentLevelInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(494, 215);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.labelControl3);
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_AccidentLevelInfo";
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;
private DevExpress.XtraEditors.LabelControl labelControl3;
private System.Windows.Forms.TextBox textBox1;
}
}