180 lines
8.1 KiB
C#
180 lines
8.1 KiB
C#
namespace Itrycn_Project
|
|
{
|
|
partial class FrmAbout
|
|
{
|
|
/// <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();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAbout));
|
|
this.pnlTopLogo = new System.Windows.Forms.Panel();
|
|
this.lblTitle = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.lblVisitUrl = new System.Windows.Forms.Label();
|
|
this.LblQQ_Qun = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|
this.btnCancel = new ryControls.ButtonEx();
|
|
this.pnlTopLogo.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// pnlTopLogo
|
|
//
|
|
this.pnlTopLogo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(125)))), ((int)(((byte)(182)))));
|
|
this.pnlTopLogo.Controls.Add(this.lblTitle);
|
|
this.pnlTopLogo.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pnlTopLogo.Location = new System.Drawing.Point(0, 0);
|
|
this.pnlTopLogo.Name = "pnlTopLogo";
|
|
this.pnlTopLogo.Size = new System.Drawing.Size(434, 59);
|
|
this.pnlTopLogo.TabIndex = 8;
|
|
//
|
|
// lblTitle
|
|
//
|
|
this.lblTitle.AutoSize = true;
|
|
this.lblTitle.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblTitle.ForeColor = System.Drawing.Color.White;
|
|
this.lblTitle.Location = new System.Drawing.Point(12, 22);
|
|
this.lblTitle.Name = "lblTitle";
|
|
this.lblTitle.Size = new System.Drawing.Size(110, 16);
|
|
this.lblTitle.TabIndex = 0;
|
|
this.lblTitle.Text = "睿元管理系统";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 71);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(35, 12);
|
|
this.label1.TabIndex = 9;
|
|
this.label1.Text = "官网:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(53, 71);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(0, 12);
|
|
this.label2.TabIndex = 10;
|
|
//
|
|
// lblVisitUrl
|
|
//
|
|
this.lblVisitUrl.AutoSize = true;
|
|
this.lblVisitUrl.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblVisitUrl.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblVisitUrl.ForeColor = System.Drawing.Color.Blue;
|
|
this.lblVisitUrl.Location = new System.Drawing.Point(53, 71);
|
|
this.lblVisitUrl.Name = "lblVisitUrl";
|
|
this.lblVisitUrl.Size = new System.Drawing.Size(77, 12);
|
|
this.lblVisitUrl.TabIndex = 11;
|
|
this.lblVisitUrl.Text = "立即访问官网";
|
|
this.lblVisitUrl.Click += new System.EventHandler(this.LblVisitUrl_Click);
|
|
//
|
|
// LblQQ_Qun
|
|
//
|
|
this.LblQQ_Qun.AutoSize = true;
|
|
this.LblQQ_Qun.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.LblQQ_Qun.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.LblQQ_Qun.ForeColor = System.Drawing.Color.Blue;
|
|
this.LblQQ_Qun.Location = new System.Drawing.Point(54, 94);
|
|
this.LblQQ_Qun.Name = "LblQQ_Qun";
|
|
this.LblQQ_Qun.Size = new System.Drawing.Size(59, 12);
|
|
this.LblQQ_Qun.TabIndex = 14;
|
|
this.LblQQ_Qun.Text = "183161992";
|
|
this.toolTip1.SetToolTip(this.LblQQ_Qun, "点击复制");
|
|
this.LblQQ_Qun.Click += new System.EventHandler(this.LblQQ_Qun_Click);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(54, 94);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(0, 12);
|
|
this.label4.TabIndex = 13;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(13, 94);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(35, 12);
|
|
this.label5.TabIndex = 12;
|
|
this.label5.Text = "QQ群:";
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.ForeColor = System.Drawing.Color.White;
|
|
this.btnCancel.Location = new System.Drawing.Point(357, 237);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(65, 27);
|
|
this.btnCancel.TabIndex = 16;
|
|
this.btnCancel.Text = "确定";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
this.btnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
|
|
//
|
|
// FrmAbout
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.ClientSize = new System.Drawing.Size(434, 276);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.LblQQ_Qun);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.lblVisitUrl);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.pnlTopLogo);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.Name = "FrmAbout";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "关于";
|
|
this.Load += new System.EventHandler(this.FrmAbout_Load);
|
|
this.pnlTopLogo.ResumeLayout(false);
|
|
this.pnlTopLogo.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel pnlTopLogo;
|
|
private System.Windows.Forms.Label lblTitle;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label lblVisitUrl;
|
|
private System.Windows.Forms.Label LblQQ_Qun;
|
|
private System.Windows.Forms.ToolTip toolTip1;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label5;
|
|
private ryControls.ButtonEx btnCancel;
|
|
}
|
|
} |