StableVersion4.3/HL_FristAidPlatform_Trauma/Form_SelectMPDS.Designer.cs

192 lines
11 KiB
C#

namespace HL_FristAidPlatform_Trauma
{
partial class Form_SelectMPDS
{
/// <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.panel_inesslevel1 = new DevExpress.XtraEditors.PanelControl();
this.lbl_inesslevel1 = new DevExpress.XtraEditors.LabelControl();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panel_inesslevel1)).BeginInit();
this.panel_inesslevel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
this.SuspendLayout();
//
// panelControl1
//
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.panelControl3);
this.panelControl1.Controls.Add(this.panelControl2);
this.panelControl1.Controls.Add(this.panel_inesslevel1);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl1.Location = new System.Drawing.Point(0, 0);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Padding = new System.Windows.Forms.Padding(10);
this.panelControl1.Size = new System.Drawing.Size(442, 55);
this.panelControl1.TabIndex = 0;
//
// panel_inesslevel1
//
this.panel_inesslevel1.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
this.panel_inesslevel1.Appearance.Options.UseBackColor = true;
this.panel_inesslevel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panel_inesslevel1.Controls.Add(this.lbl_inesslevel1);
this.panel_inesslevel1.Dock = System.Windows.Forms.DockStyle.Left;
this.panel_inesslevel1.Location = new System.Drawing.Point(10, 10);
this.panel_inesslevel1.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
this.panel_inesslevel1.LookAndFeel.UseDefaultLookAndFeel = false;
this.panel_inesslevel1.Name = "panel_inesslevel1";
this.panel_inesslevel1.Padding = new System.Windows.Forms.Padding(1);
this.panel_inesslevel1.Size = new System.Drawing.Size(144, 35);
this.panel_inesslevel1.TabIndex = 273;
//
// lbl_inesslevel1
//
this.lbl_inesslevel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lbl_inesslevel1.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.lbl_inesslevel1.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(98)))), ((int)(((byte)(102)))));
this.lbl_inesslevel1.Appearance.Options.UseFont = true;
this.lbl_inesslevel1.Appearance.Options.UseForeColor = true;
this.lbl_inesslevel1.Appearance.Options.UseTextOptions = true;
this.lbl_inesslevel1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.lbl_inesslevel1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.lbl_inesslevel1.Location = new System.Drawing.Point(51, 8);
this.lbl_inesslevel1.Name = "lbl_inesslevel1";
this.lbl_inesslevel1.Size = new System.Drawing.Size(34, 21);
this.lbl_inesslevel1.TabIndex = 273;
this.lbl_inesslevel1.Text = "轻伤";
//
// panelControl2
//
this.panelControl2.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
this.panelControl2.Appearance.Options.UseBackColor = true;
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl2.Controls.Add(this.labelControl1);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Left;
this.panelControl2.Location = new System.Drawing.Point(154, 10);
this.panelControl2.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
this.panelControl2.LookAndFeel.UseDefaultLookAndFeel = false;
this.panelControl2.Name = "panelControl2";
this.panelControl2.Padding = new System.Windows.Forms.Padding(2);
this.panelControl2.Size = new System.Drawing.Size(144, 35);
this.panelControl2.TabIndex = 274;
//
// labelControl1
//
this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(98)))), ((int)(((byte)(102)))));
this.labelControl1.Appearance.Options.UseFont = true;
this.labelControl1.Appearance.Options.UseForeColor = true;
this.labelControl1.Appearance.Options.UseTextOptions = true;
this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl1.Location = new System.Drawing.Point(52, 9);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(32, 19);
this.labelControl1.TabIndex = 273;
this.labelControl1.Text = "轻伤";
//
// panelControl3
//
this.panelControl3.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
this.panelControl3.Appearance.Options.UseBackColor = true;
this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl3.Controls.Add(this.labelControl2);
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Left;
this.panelControl3.Location = new System.Drawing.Point(298, 10);
this.panelControl3.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
this.panelControl3.LookAndFeel.UseDefaultLookAndFeel = false;
this.panelControl3.Name = "panelControl3";
this.panelControl3.Padding = new System.Windows.Forms.Padding(1);
this.panelControl3.Size = new System.Drawing.Size(144, 35);
this.panelControl3.TabIndex = 275;
//
// labelControl2
//
this.labelControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.labelControl2.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(98)))), ((int)(((byte)(102)))));
this.labelControl2.Appearance.Options.UseFont = true;
this.labelControl2.Appearance.Options.UseForeColor = true;
this.labelControl2.Appearance.Options.UseTextOptions = true;
this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl2.Location = new System.Drawing.Point(51, 8);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(34, 21);
this.labelControl2.TabIndex = 273;
this.labelControl2.Text = "轻伤";
//
// Form_SelectMPDS
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(442, 260);
this.Controls.Add(this.panelControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Form_SelectMPDS";
this.Text = "Form_SelectMPDS";
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panel_inesslevel1)).EndInit();
this.panel_inesslevel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.panelControl3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.PanelControl panelControl3;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.PanelControl panel_inesslevel1;
private DevExpress.XtraEditors.LabelControl lbl_inesslevel1;
}
}