StableVersion4.3/HL_FristAidPlatform_Apoplexy/Form_TimeAxis.Designer.cs

125 lines
6.2 KiB
C#
Raw Normal View History

2024-03-11 09:47:34 +08:00
namespace HL_FristAidPlatform_Apoplexy
{
partial class Form_TimeAxis
{
/// <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.components = new System.ComponentModel.Container();
this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
this.TSM_Refurbish = new System.Windows.Forms.ToolStripMenuItem();
this.lbl_Title = new DevExpress.XtraEditors.LabelControl();
this.overwritePanel_Info = new HL_FristAidPlatform_Public.OverwritePanel(this.components);
this.overwritePanel_MajorNode = new HL_FristAidPlatform_Public.OverwritePanel(this.components);
this.contextMenuStrip.SuspendLayout();
this.SuspendLayout();
//
// contextMenuStrip
//
this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.TSM_Refurbish});
this.contextMenuStrip.Name = "contextMenuStrip";
this.contextMenuStrip.Size = new System.Drawing.Size(137, 26);
//
// TSM_Refurbish
//
this.TSM_Refurbish.Name = "TSM_Refurbish";
this.TSM_Refurbish.Size = new System.Drawing.Size(136, 22);
this.TSM_Refurbish.Text = "刷新时间轴";
this.TSM_Refurbish.Click += new System.EventHandler(this.TSM_Refurbish_Click);
//
// lbl_Title
//
this.lbl_Title.Appearance.Font = new System.Drawing.Font("Tahoma", 28F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.lbl_Title.Appearance.ForeColor = System.Drawing.Color.Green;
this.lbl_Title.Appearance.Options.UseFont = true;
this.lbl_Title.Appearance.Options.UseForeColor = true;
this.lbl_Title.Appearance.Options.UseTextOptions = true;
this.lbl_Title.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.lbl_Title.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.lbl_Title.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.lbl_Title.Dock = System.Windows.Forms.DockStyle.Top;
this.lbl_Title.Location = new System.Drawing.Point(0, 0);
this.lbl_Title.Name = "lbl_Title";
this.lbl_Title.Size = new System.Drawing.Size(1219, 42);
this.lbl_Title.TabIndex = 38;
this.lbl_Title.Text = "卒中患者救治时间轴";
//
// overwritePanel_Info
//
this.overwritePanel_Info.AutoScroll = true;
this.overwritePanel_Info.Cursor = System.Windows.Forms.Cursors.Hand;
this.overwritePanel_Info.Dock = System.Windows.Forms.DockStyle.Fill;
this.overwritePanel_Info.Location = new System.Drawing.Point(210, 42);
this.overwritePanel_Info.Name = "overwritePanel_Info";
this.overwritePanel_Info.Size = new System.Drawing.Size(1009, 660);
this.overwritePanel_Info.TabIndex = 0;
this.overwritePanel_Info.Paint += new System.Windows.Forms.PaintEventHandler(this.overwritePanel_Info_Paint);
//
// overwritePanel_MajorNode
//
this.overwritePanel_MajorNode.AutoScroll = true;
this.overwritePanel_MajorNode.Cursor = System.Windows.Forms.Cursors.Hand;
this.overwritePanel_MajorNode.Dock = System.Windows.Forms.DockStyle.Left;
this.overwritePanel_MajorNode.Location = new System.Drawing.Point(0, 42);
this.overwritePanel_MajorNode.Name = "overwritePanel_MajorNode";
this.overwritePanel_MajorNode.Size = new System.Drawing.Size(210, 660);
this.overwritePanel_MajorNode.TabIndex = 2;
this.overwritePanel_MajorNode.Visible = false;
this.overwritePanel_MajorNode.Paint += new System.Windows.Forms.PaintEventHandler(this.overwritePanel_MajorNode_Paint);
//
// Form_TimeAxis
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(1219, 702);
this.ContextMenuStrip = this.contextMenuStrip;
this.ControlBox = false;
this.Controls.Add(this.overwritePanel_Info);
this.Controls.Add(this.overwritePanel_MajorNode);
this.Controls.Add(this.lbl_Title);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form_TimeAxis";
this.Text = "抢救时间轴";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form_TimeAxis_FormClosed);
this.Load += new System.EventHandler(this.Form_TimeAxis_Load);
this.contextMenuStrip.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private HL_FristAidPlatform_Public.OverwritePanel overwritePanel_Info;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
private System.Windows.Forms.ToolStripMenuItem TSM_Refurbish;
private HL_FristAidPlatform_Public.OverwritePanel overwritePanel_MajorNode;
private DevExpress.XtraEditors.LabelControl lbl_Title;
}
}