184 lines
10 KiB
C#
184 lines
10 KiB
C#
|
|
namespace HL_FristAidPlatform_Public
|
|
{
|
|
partial class Form_BatchPatient
|
|
{
|
|
/// <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()
|
|
{
|
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|
this.radioGroup_TriageName = new DevExpress.XtraEditors.RadioGroup();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.btn_Save = new DevExpress.XtraEditors.SimpleButton();
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
this.TextEdit_Number = new DevExpress.XtraEditors.TextEdit();
|
|
this.textEdit_EventName = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txt_Attack_Address = new DevExpress.XtraEditors.TextEdit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radioGroup_TriageName.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TextEdit_Number.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit_EventName.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_Attack_Address.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// labelControl4
|
|
//
|
|
this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.labelControl4.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
this.labelControl4.Appearance.Options.UseFont = true;
|
|
this.labelControl4.Appearance.Options.UseForeColor = true;
|
|
this.labelControl4.Location = new System.Drawing.Point(10, 13);
|
|
this.labelControl4.Name = "labelControl4";
|
|
this.labelControl4.Size = new System.Drawing.Size(61, 17);
|
|
this.labelControl4.TabIndex = 80;
|
|
this.labelControl4.Text = "事件名称:";
|
|
//
|
|
// radioGroup_TriageName
|
|
//
|
|
this.radioGroup_TriageName.Location = new System.Drawing.Point(81, 57);
|
|
this.radioGroup_TriageName.Name = "radioGroup_TriageName";
|
|
this.radioGroup_TriageName.Properties.AllowMouseWheel = false;
|
|
this.radioGroup_TriageName.Size = new System.Drawing.Size(854, 127);
|
|
this.radioGroup_TriageName.TabIndex = 364;
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
this.labelControl1.Appearance.Options.UseFont = true;
|
|
this.labelControl1.Appearance.Options.UseForeColor = true;
|
|
this.labelControl1.Location = new System.Drawing.Point(327, 13);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(61, 17);
|
|
this.labelControl1.TabIndex = 365;
|
|
this.labelControl1.Text = "事件人数:";
|
|
//
|
|
// btn_Save
|
|
//
|
|
this.btn_Save.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(190)))), ((int)(((byte)(107)))));
|
|
this.btn_Save.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.btn_Save.Appearance.Options.UseBackColor = true;
|
|
this.btn_Save.Appearance.Options.UseFont = true;
|
|
this.btn_Save.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
|
|
this.btn_Save.Location = new System.Drawing.Point(414, 204);
|
|
this.btn_Save.Name = "btn_Save";
|
|
this.btn_Save.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
|
|
this.btn_Save.Size = new System.Drawing.Size(142, 32);
|
|
this.btn_Save.TabIndex = 367;
|
|
this.btn_Save.Text = "批量创建患者";
|
|
this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.labelControl2.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
this.labelControl2.Appearance.Options.UseFont = true;
|
|
this.labelControl2.Appearance.Options.UseForeColor = true;
|
|
this.labelControl2.Location = new System.Drawing.Point(10, 111);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Size = new System.Drawing.Size(61, 17);
|
|
this.labelControl2.TabIndex = 368;
|
|
this.labelControl2.Text = "群伤事件:";
|
|
//
|
|
// TextEdit_Number
|
|
//
|
|
this.TextEdit_Number.Location = new System.Drawing.Point(398, 10);
|
|
this.TextEdit_Number.Name = "TextEdit_Number";
|
|
this.TextEdit_Number.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.TextEdit_Number.Properties.Appearance.Options.UseFont = true;
|
|
this.TextEdit_Number.Size = new System.Drawing.Size(139, 22);
|
|
this.TextEdit_Number.TabIndex = 366;
|
|
//
|
|
// textEdit_EventName
|
|
//
|
|
this.textEdit_EventName.Location = new System.Drawing.Point(81, 10);
|
|
this.textEdit_EventName.Name = "textEdit_EventName";
|
|
this.textEdit_EventName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.textEdit_EventName.Properties.Appearance.Options.UseFont = true;
|
|
this.textEdit_EventName.Size = new System.Drawing.Size(240, 22);
|
|
this.textEdit_EventName.TabIndex = 369;
|
|
//
|
|
// labelControl3
|
|
//
|
|
this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.labelControl3.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
this.labelControl3.Appearance.Options.UseFont = true;
|
|
this.labelControl3.Appearance.Options.UseForeColor = true;
|
|
this.labelControl3.Location = new System.Drawing.Point(555, 13);
|
|
this.labelControl3.Name = "labelControl3";
|
|
this.labelControl3.Size = new System.Drawing.Size(61, 17);
|
|
this.labelControl3.TabIndex = 370;
|
|
this.labelControl3.Text = "事故地址:";
|
|
//
|
|
// txt_Attack_Address
|
|
//
|
|
this.txt_Attack_Address.Location = new System.Drawing.Point(622, 10);
|
|
this.txt_Attack_Address.Name = "txt_Attack_Address";
|
|
this.txt_Attack_Address.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.txt_Attack_Address.Properties.Appearance.Options.UseFont = true;
|
|
this.txt_Attack_Address.Size = new System.Drawing.Size(313, 22);
|
|
this.txt_Attack_Address.TabIndex = 371;
|
|
//
|
|
// Form_BatchPatient
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(959, 258);
|
|
this.Controls.Add(this.txt_Attack_Address);
|
|
this.Controls.Add(this.labelControl3);
|
|
this.Controls.Add(this.textEdit_EventName);
|
|
this.Controls.Add(this.labelControl2);
|
|
this.Controls.Add(this.btn_Save);
|
|
this.Controls.Add(this.labelControl1);
|
|
this.Controls.Add(this.radioGroup_TriageName);
|
|
this.Controls.Add(this.labelControl4);
|
|
this.Controls.Add(this.TextEdit_Number);
|
|
this.Name = "Form_BatchPatient";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "群伤事件批量创建患者档案";
|
|
this.Load += new System.EventHandler(this.Form_BatchPatient_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.radioGroup_TriageName.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TextEdit_Number.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit_EventName.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_Attack_Address.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
|
private DevExpress.XtraEditors.RadioGroup radioGroup_TriageName;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.SimpleButton btn_Save;
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
private DevExpress.XtraEditors.TextEdit TextEdit_Number;
|
|
private DevExpress.XtraEditors.TextEdit textEdit_EventName;
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|
private DevExpress.XtraEditors.TextEdit txt_Attack_Address;
|
|
}
|
|
} |