?? frmaboutus.designer.cs
字號:
?namespace SMS.Help
{
partial class frmAboutUs
{
/// <summary>
/// 必需的設(shè)計器變量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的資源。
/// </summary>
/// <param name="disposing">如果應(yīng)釋放托管資源,為 true;否則為 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗體設(shè)計器生成的代碼
/// <summary>
/// 設(shè)計器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內(nèi)容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAboutUs));
this.txtAboutUs = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.btnExit = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// txtAboutUs
//
this.txtAboutUs.Location = new System.Drawing.Point(16, 45);
this.txtAboutUs.Multiline = true;
this.txtAboutUs.Name = "txtAboutUs";
this.txtAboutUs.ReadOnly = true;
this.txtAboutUs.Size = new System.Drawing.Size(353, 182);
this.txtAboutUs.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋體", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.Red;
this.label1.Location = new System.Drawing.Point(96, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(194, 22);
this.label1.TabIndex = 1;
this.label1.Text = "明日庫存管理系統(tǒng)";
//
// btnExit
//
this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
this.btnExit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnExit.Location = new System.Drawing.Point(165, 233);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(70, 23);
this.btnExit.TabIndex = 2;
this.btnExit.Text = "關(guān)閉";
this.btnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// frmAboutUs
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(392, 260);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtAboutUs);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "frmAboutUs";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "關(guān)于本系統(tǒng)";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmAboutUs_FormClosed);
this.Load += new System.EventHandler(this.frmAboutUs_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtAboutUs;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnExit;
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -