You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
96 lines
4.1 KiB
96 lines
4.1 KiB
3 years ago
|
namespace QMAPP.WinForm
|
||
|
{
|
||
|
partial class FormSplash
|
||
|
{
|
||
|
/// <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()
|
||
|
{
|
||
|
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;
|
||
|
}
|
||
|
}
|