StableVersion4.3/HL_FristAidPlatform_Trauma/Form_AddGroupInjury.Designe...

210 lines
12 KiB
C#

namespace HL_FristAidPlatform_Trauma
{
partial class Form_AddGroupInjury
{
/// <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.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.textEdit3 = new DevExpress.XtraEditors.TextEdit();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.radioGroup_EventID = new DevExpress.XtraEditors.RadioGroup();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_EventID.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
this.SuspendLayout();
//
// panelControl1
//
this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.simpleButton1);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl1.Location = new System.Drawing.Point(0, 221);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(534, 46);
this.panelControl1.TabIndex = 0;
//
// simpleButton1
//
this.simpleButton1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(133)))), ((int)(((byte)(228)))));
this.simpleButton1.Appearance.Options.UseBackColor = true;
this.simpleButton1.Location = new System.Drawing.Point(216, 4);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(100, 30);
this.simpleButton1.TabIndex = 0;
this.simpleButton1.Text = "创建";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// panelControl2
//
this.panelControl2.Appearance.BackColor = System.Drawing.Color.White;
this.panelControl2.Appearance.Options.UseBackColor = true;
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl2.Controls.Add(this.textEdit3);
this.panelControl2.Controls.Add(this.labelControl4);
this.panelControl2.Controls.Add(this.radioGroup_EventID);
this.panelControl2.Controls.Add(this.labelControl3);
this.panelControl2.Controls.Add(this.textEdit2);
this.panelControl2.Controls.Add(this.labelControl2);
this.panelControl2.Controls.Add(this.textEdit1);
this.panelControl2.Controls.Add(this.labelControl1);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl2.Location = new System.Drawing.Point(0, 0);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(534, 221);
this.panelControl2.TabIndex = 1;
//
// textEdit3
//
this.textEdit3.Location = new System.Drawing.Point(87, 181);
this.textEdit3.Name = "textEdit3";
this.textEdit3.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textEdit3.Properties.Appearance.Options.UseFont = true;
this.textEdit3.Size = new System.Drawing.Size(402, 24);
this.textEdit3.TabIndex = 7;
//
// labelControl4
//
this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl4.Appearance.Options.UseFont = true;
this.labelControl4.Location = new System.Drawing.Point(23, 183);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(56, 17);
this.labelControl4.TabIndex = 6;
this.labelControl4.Text = "事故地址";
//
// radioGroup_EventID
//
this.radioGroup_EventID.Location = new System.Drawing.Point(87, 50);
this.radioGroup_EventID.Name = "radioGroup_EventID";
this.radioGroup_EventID.Size = new System.Drawing.Size(402, 117);
this.radioGroup_EventID.TabIndex = 5;
//
// labelControl3
//
this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl3.Appearance.Options.UseFont = true;
this.labelControl3.Location = new System.Drawing.Point(23, 50);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(56, 17);
this.labelControl3.TabIndex = 4;
this.labelControl3.Text = "群伤事件";
//
// textEdit2
//
this.textEdit2.Location = new System.Drawing.Point(346, 12);
this.textEdit2.Name = "textEdit2";
this.textEdit2.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textEdit2.Properties.Appearance.Options.UseFont = true;
this.textEdit2.Properties.Mask.EditMask = "[0-9]*";
this.textEdit2.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
this.textEdit2.Properties.Mask.UseMaskAsDisplayFormat = true;
this.textEdit2.Size = new System.Drawing.Size(143, 24);
this.textEdit2.TabIndex = 3;
//
// labelControl2
//
this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl2.Appearance.Options.UseFont = true;
this.labelControl2.Location = new System.Drawing.Point(307, 15);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(28, 17);
this.labelControl2.TabIndex = 2;
this.labelControl2.Text = "人数";
//
// textEdit1
//
this.textEdit1.Location = new System.Drawing.Point(87, 12);
this.textEdit1.Name = "textEdit1";
this.textEdit1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textEdit1.Properties.Appearance.Options.UseFont = true;
this.textEdit1.Size = new System.Drawing.Size(159, 24);
this.textEdit1.TabIndex = 1;
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl1.Appearance.Options.UseFont = true;
this.labelControl1.Location = new System.Drawing.Point(23, 15);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(56, 17);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "事件名称";
//
// Form_AddGroupInjury
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(534, 267);
this.Controls.Add(this.panelControl2);
this.Controls.Add(this.panelControl1);
this.Name = "Form_AddGroupInjury";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "群伤建档";
this.Load += new System.EventHandler(this.Form_AddGroupInjury_Load);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
this.panelControl2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_EventID.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.TextEdit textEdit2;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.TextEdit textEdit1;
private DevExpress.XtraEditors.RadioGroup radioGroup_EventID;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.TextEdit textEdit3;
private DevExpress.XtraEditors.LabelControl labelControl4;
}
}