📄 aboutform.designer.cs
字号:
namespace MySchool.Login
{
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.ilAnimation = new System.Windows.Forms.ImageList(this.components);
this.timAnimation = new System.Windows.Forms.Timer(this.components);
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// ilAnimation
//
this.ilAnimation.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilAnimation.ImageStream")));
this.ilAnimation.TransparentColor = System.Drawing.Color.Transparent;
this.ilAnimation.Images.SetKeyName(0, "ya1.gif");
this.ilAnimation.Images.SetKeyName(1, "ya2.gif");
this.ilAnimation.Images.SetKeyName(2, "ya3.gif");
this.ilAnimation.Images.SetKeyName(3, "ya4.gif");
this.ilAnimation.Images.SetKeyName(4, "ya5.gif");
this.ilAnimation.Images.SetKeyName(5, "ya6.gif");
this.ilAnimation.Images.SetKeyName(6, "ya7.gif");
this.ilAnimation.Images.SetKeyName(7, "ya8.gif");
//
// timAnimation
//
this.timAnimation.Enabled = true;
this.timAnimation.Tick += new System.EventHandler(this.timer_Tick);
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(232, 270);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(42, 16);
this.label1.TabIndex = 2;
this.label1.Text = "确定";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// AboutForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(498, 305);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "AboutForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "关于我们";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ImageList ilAnimation;
private System.Windows.Forms.Timer timAnimation;
private System.Windows.Forms.Label label1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -