StableVersion4.3/HL_FristAidPlatform_Trauma/Page/UserControl_TimeAxis.Design...

80 lines
3.4 KiB
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

namespace HL_FristAidPlatform_Trauma
{
partial class UserControl_TimeAxis
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
this.overwritePanel_info = new HL_FristAidPlatform_Public.OverwritePanel(this.components);
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
this.groupControl1.SuspendLayout();
this.SuspendLayout();
//
// groupControl1
//
this.groupControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
this.groupControl1.Appearance.Options.UseBackColor = true;
this.groupControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
this.groupControl1.Controls.Add(this.overwritePanel_info);
this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupControl1.Location = new System.Drawing.Point(0, 0);
this.groupControl1.Name = "groupControl1";
this.groupControl1.Size = new System.Drawing.Size(226, 769);
this.groupControl1.TabIndex = 0;
this.groupControl1.Text = "时间轴";
//
// overwritePanel_info
//
this.overwritePanel_info.BackColor = System.Drawing.Color.White;
this.overwritePanel_info.Dock = System.Windows.Forms.DockStyle.Fill;
this.overwritePanel_info.Location = new System.Drawing.Point(2, 23);
this.overwritePanel_info.Name = "overwritePanel_info";
this.overwritePanel_info.Size = new System.Drawing.Size(222, 744);
this.overwritePanel_info.TabIndex = 0;
//
// UserControl_TimeAxis
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupControl1);
this.Name = "UserControl_TimeAxis";
this.Size = new System.Drawing.Size(226, 769);
this.Load += new System.EventHandler(this.UserControl_TimeAxis_Load);
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
this.groupControl1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.GroupControl groupControl1;
private HL_FristAidPlatform_Public.OverwritePanel overwritePanel_info;
}
}