📄 aboutform.designer.cs
字号:
namespace GreenBirdCinema
{
partial class AboutForm
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "14.jpg");
this.imageList1.Images.SetKeyName(1, "1.jpg");
this.imageList1.Images.SetKeyName(2, "2.jpg");
this.imageList1.Images.SetKeyName(3, "3.jpg");
this.imageList1.Images.SetKeyName(4, "4.JPG");
this.imageList1.Images.SetKeyName(5, "5.jpg");
this.imageList1.Images.SetKeyName(6, "6.jpg");
this.imageList1.Images.SetKeyName(7, "7.jpg");
this.imageList1.Images.SetKeyName(8, "8.jpg");
this.imageList1.Images.SetKeyName(9, "9.jpg");
this.imageList1.Images.SetKeyName(10, "10.jpg");
this.imageList1.Images.SetKeyName(11, "11.jpg");
this.imageList1.Images.SetKeyName(12, "12.jpg");
this.imageList1.Images.SetKeyName(13, "13.jpg");
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("方正艺黑繁体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.Transparent;
this.label1.Location = new System.Drawing.Point(96, 168);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(572, 175);
this.label1.TabIndex = 2;
this.label1.Text = " 制作人: GS1T58:小熊\r\n 如有意见或建议,请联系\r\n QQ:273820103\r\n " +
" 邮箱:xiongmeichaos@163.com\r\n \r\n";
//
// AboutForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(760, 517);
this.Controls.Add(this.label1);
this.MaximizeBox = false;
this.Name = "AboutForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "你在这逗留的时间为:0";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Label label1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -