📄 frmabout.designer.cs
字号:
namespace UI
{
partial class frmAbout
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAbout));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.btnAbout = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(121, 29);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(101, 12);
this.label1.TabIndex = 0;
this.label1.Text = "图书管理系统V1.0";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(91, 57);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(131, 12);
this.label2.TabIndex = 1;
this.label2.Text = "出版:北大青鸟第五小组";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(90, 89);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(89, 12);
this.label3.TabIndex = 2;
this.label3.Text = "日期:2007-7-17";
//
// btnAbout
//
this.btnAbout.Location = new System.Drawing.Point(228, 127);
this.btnAbout.Name = "btnAbout";
this.btnAbout.Size = new System.Drawing.Size(64, 23);
this.btnAbout.TabIndex = 3;
this.btnAbout.Text = "确定";
this.btnAbout.UseVisualStyleBackColor = true;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(127, 26);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(101, 12);
this.label4.TabIndex = 0;
this.label4.Text = "图书管理系统V1.0";
this.label4.Click += new System.EventHandler(this.label4_Click);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(70, 55);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(197, 12);
this.label5.TabIndex = 1;
this.label5.Text = "出版: 北大青鸟SY2T52班第五小组";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(42, 176);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(131, 12);
this.label6.TabIndex = 2;
this.label6.Text = "出版时间: 2007-07-24";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(217, 176);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(137, 12);
this.label7.TabIndex = 3;
this.label7.Text = "版权所有(C)2007-2010 ";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(96, 83);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(77, 12);
this.label8.TabIndex = 4;
this.label8.Text = "组长:史志军";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(96, 108);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(35, 12);
this.label9.TabIndex = 5;
this.label9.Text = "组员:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(151, 108);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(167, 12);
this.label10.TabIndex = 6;
this.label10.Text = "李星星 杜 磊";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(151, 132);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(167, 12);
this.label11.TabIndex = 7;
this.label11.Text = "宋彦军 李志龙";
//
// frmAbout
//
this.ClientSize = new System.Drawing.Size(356, 190);
this.Controls.Add(this.label11);
this.Controls.Add(this.label10);
this.Controls.Add(this.label9);
this.Controls.Add(this.label8);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(364, 224);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(364, 224);
this.Name = "frmAbout";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "关于";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btnAbout;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -