namespace QMAPP.WinForm { partial class FormSplash { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormSplash)); this.lbClose = new System.Windows.Forms.LinkLabel(); this.lblLog = new System.Windows.Forms.Label(); this.SuspendLayout(); // // lbClose // this.lbClose.ActiveLinkColor = System.Drawing.Color.White; this.lbClose.AutoSize = true; this.lbClose.BackColor = System.Drawing.Color.Transparent; this.lbClose.Font = new System.Drawing.Font("宋体", 16F); this.lbClose.ForeColor = System.Drawing.Color.White; this.lbClose.LinkColor = System.Drawing.Color.White; this.lbClose.Location = new System.Drawing.Point(463, 292); this.lbClose.Name = "lbClose"; this.lbClose.Size = new System.Drawing.Size(54, 22); this.lbClose.TabIndex = 0; this.lbClose.TabStop = true; this.lbClose.Text = "关闭"; this.lbClose.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lbClose_LinkClicked); // // lblLog // this.lblLog.BackColor = System.Drawing.Color.Transparent; this.lblLog.Font = new System.Drawing.Font("宋体", 16F); this.lblLog.ForeColor = System.Drawing.Color.White; this.lblLog.Location = new System.Drawing.Point(12, 292); this.lblLog.Margin = new System.Windows.Forms.Padding(3); this.lblLog.Name = "lblLog"; this.lblLog.Size = new System.Drawing.Size(327, 23); this.lblLog.TabIndex = 2; this.lblLog.Text = "1234567890"; // // FormSplash // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Gray; this.BackgroundImage = global::QMAPP.WinForm.Resource1.splash; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(524, 318); this.ControlBox = false; this.Controls.Add(this.lblLog); this.Controls.Add(this.lbClose); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(2); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormSplash"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Load += new System.EventHandler(this.FormLogin_Load); this.Shown += new System.EventHandler(this.FormSplash_Shown); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.LinkLabel lbClose; private System.Windows.Forms.Label lblLog; } }