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.
136 lines
6.2 KiB
136 lines
6.2 KiB
|
|
namespace steam_token.UI |
|
{ |
|
partial class AboutForm |
|
{ |
|
/// <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(AboutForm)); |
|
this.label1 = new System.Windows.Forms.Label(); |
|
this.linkLabel_openurl = new System.Windows.Forms.LinkLabel(); |
|
this.label2 = new System.Windows.Forms.Label(); |
|
this.label3 = new System.Windows.Forms.Label(); |
|
this.pictureBox1 = new System.Windows.Forms.PictureBox(); |
|
this.button_about_confirm = new System.Windows.Forms.Button(); |
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); |
|
this.SuspendLayout(); |
|
// |
|
// label1 |
|
// |
|
this.label1.AutoSize = true; |
|
this.label1.Location = new System.Drawing.Point(105, 30); |
|
this.label1.Name = "label1"; |
|
this.label1.Size = new System.Drawing.Size(286, 21); |
|
this.label1.TabIndex = 0; |
|
this.label1.Text = "Steam令牌计算器 v1.0 @niushuai233"; |
|
// |
|
// linkLabel_openurl |
|
// |
|
this.linkLabel_openurl.AutoSize = true; |
|
this.linkLabel_openurl.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline; |
|
this.linkLabel_openurl.Location = new System.Drawing.Point(105, 115); |
|
this.linkLabel_openurl.Name = "linkLabel_openurl"; |
|
this.linkLabel_openurl.Size = new System.Drawing.Size(390, 21); |
|
this.linkLabel_openurl.TabIndex = 1; |
|
this.linkLabel_openurl.TabStop = true; |
|
this.linkLabel_openurl.Text = "https://github.com/niushuai233/steam-token-win"; |
|
this.linkLabel_openurl.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_openurl_LinkClicked); |
|
// |
|
// label2 |
|
// |
|
this.label2.AutoSize = true; |
|
this.label2.Location = new System.Drawing.Point(21, 115); |
|
this.label2.Name = "label2"; |
|
this.label2.Size = new System.Drawing.Size(78, 21); |
|
this.label2.TabIndex = 2; |
|
this.label2.Text = "开源地址:"; |
|
// |
|
// label3 |
|
// |
|
this.label3.AutoSize = true; |
|
this.label3.Location = new System.Drawing.Point(105, 70); |
|
this.label3.Name = "label3"; |
|
this.label3.Size = new System.Drawing.Size(72, 21); |
|
this.label3.TabIndex = 3; |
|
this.label3.Text = "欢迎Star"; |
|
// |
|
// pictureBox1 |
|
// |
|
this.pictureBox1.InitialImage = global::steam_token.Properties.Resources.steam_token; |
|
this.pictureBox1.Location = new System.Drawing.Point(24, 20); |
|
this.pictureBox1.Name = "pictureBox1"; |
|
this.pictureBox1.Size = new System.Drawing.Size(75, 75); |
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; |
|
this.pictureBox1.TabIndex = 4; |
|
this.pictureBox1.TabStop = false; |
|
// |
|
// button_about_confirm |
|
// |
|
this.button_about_confirm.Location = new System.Drawing.Point(394, 156); |
|
this.button_about_confirm.Name = "button_about_confirm"; |
|
this.button_about_confirm.Size = new System.Drawing.Size(90, 32); |
|
this.button_about_confirm.TabIndex = 5; |
|
this.button_about_confirm.Text = "关闭"; |
|
this.button_about_confirm.UseVisualStyleBackColor = true; |
|
this.button_about_confirm.Click += new System.EventHandler(this.button_about_confirm_Click); |
|
// |
|
// AboutForm |
|
// |
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F); |
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
this.ClientSize = new System.Drawing.Size(496, 200); |
|
this.Controls.Add(this.button_about_confirm); |
|
this.Controls.Add(this.pictureBox1); |
|
this.Controls.Add(this.label3); |
|
this.Controls.Add(this.label2); |
|
this.Controls.Add(this.linkLabel_openurl); |
|
this.Controls.Add(this.label1); |
|
this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; |
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
|
this.Margin = new System.Windows.Forms.Padding(5); |
|
this.MaximizeBox = false; |
|
this.MinimizeBox = false; |
|
this.Name = "AboutForm"; |
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
|
this.Text = "关于"; |
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); |
|
this.ResumeLayout(false); |
|
this.PerformLayout(); |
|
|
|
} |
|
|
|
#endregion |
|
|
|
private System.Windows.Forms.Label label1; |
|
private System.Windows.Forms.LinkLabel linkLabel_openurl; |
|
private System.Windows.Forms.Label label2; |
|
private System.Windows.Forms.Label label3; |
|
private System.Windows.Forms.PictureBox pictureBox1; |
|
private System.Windows.Forms.Button button_about_confirm; |
|
} |
|
} |