namespace HL_FristAidPlatform_ChestPain { partial class Form_ChestPain_TimeAxis { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_ChestPain_TimeAxis)); this.lbl_Title = new DevExpress.XtraEditors.LabelControl(); this.groupControl_1 = new DevExpress.XtraEditors.GroupControl(); this.link_Refurbish = new System.Windows.Forms.LinkLabel(); this.lbl_Info = new DevExpress.XtraEditors.LabelControl(); this.overwritePanel_Info = new HL_FristAidPlatform_Public.OverwritePanel(this.components); ((System.ComponentModel.ISupportInitialize)(this.groupControl_1)).BeginInit(); this.groupControl_1.SuspendLayout(); this.SuspendLayout(); // // 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(1384, 36); this.lbl_Title.TabIndex = 38; this.lbl_Title.Text = "胸痛患者救治时间轴"; // // groupControl_1 // this.groupControl_1.Controls.Add(this.link_Refurbish); this.groupControl_1.Controls.Add(this.overwritePanel_Info); this.groupControl_1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupControl_1.InvertTouchScroll = true; this.groupControl_1.Location = new System.Drawing.Point(0, 36); this.groupControl_1.Name = "groupControl_1"; this.groupControl_1.Size = new System.Drawing.Size(1384, 609); this.groupControl_1.TabIndex = 0; this.groupControl_1.Text = "时间轴"; // // link_Refurbish // this.link_Refurbish.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.link_Refurbish.AutoSize = true; this.link_Refurbish.BackColor = System.Drawing.Color.Transparent; this.link_Refurbish.Cursor = System.Windows.Forms.Cursors.Hand; this.link_Refurbish.Location = new System.Drawing.Point(1297, 4); this.link_Refurbish.Name = "link_Refurbish"; this.link_Refurbish.Size = new System.Drawing.Size(67, 14); this.link_Refurbish.TabIndex = 1; this.link_Refurbish.TabStop = true; this.link_Refurbish.Text = "刷新时间轴"; this.link_Refurbish.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.link_Refurbish_LinkClicked); // // lbl_Info // this.lbl_Info.Appearance.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.lbl_Info.Appearance.ForeColor = System.Drawing.Color.Green; this.lbl_Info.Appearance.Options.UseFont = true; this.lbl_Info.Appearance.Options.UseForeColor = true; this.lbl_Info.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical; this.lbl_Info.Dock = System.Windows.Forms.DockStyle.Bottom; this.lbl_Info.Location = new System.Drawing.Point(0, 645); this.lbl_Info.Name = "lbl_Info"; this.lbl_Info.Padding = new System.Windows.Forms.Padding(10); this.lbl_Info.Size = new System.Drawing.Size(1384, 96); this.lbl_Info.TabIndex = 39; this.lbl_Info.Text = resources.GetString("lbl_Info.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(2, 23); this.overwritePanel_Info.Name = "overwritePanel_Info"; this.overwritePanel_Info.Size = new System.Drawing.Size(1380, 584); this.overwritePanel_Info.TabIndex = 0; // // Form_ChestPain_TimeAxis // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(1384, 741); this.Controls.Add(this.groupControl_1); this.Controls.Add(this.lbl_Info); this.Controls.Add(this.lbl_Title); this.Name = "Form_ChestPain_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_ChestPain_TimeAxis_Load); ((System.ComponentModel.ISupportInitialize)(this.groupControl_1)).EndInit(); this.groupControl_1.ResumeLayout(false); this.groupControl_1.PerformLayout(); this.ResumeLayout(false); } #endregion private HL_FristAidPlatform_Public.OverwritePanel overwritePanel_Info; private DevExpress.XtraEditors.LabelControl lbl_Title; private DevExpress.XtraEditors.GroupControl groupControl_1; private DevExpress.XtraEditors.LabelControl lbl_Info; private System.Windows.Forms.LinkLabel link_Refurbish; } }