📄 frmabout.designer.cs
字号:
//[Microsoft.VisualBasic.CompilerServices.DesignerGenerated()]
partial class frmAbout
{
#region "Windows 麓掳脤氓脡猫录脝脝梅脡煤鲁脡碌脛麓煤脗毛 "
[System.Diagnostics.DebuggerNonUserCode()]
public frmAbout() : base()
{
//麓脣碌梅脫脙脢脟 Windows 麓掳脤氓脡猫录脝脝梅脣霉卤脴脨猫碌脛隆拢
InitializeComponent();
}
//麓掳脤氓脰脴脨麓脢脥路脜拢卢脪脭脟氓脌铆脳茅录镁脕脨卤铆隆拢
[System.Diagnostics.DebuggerNonUserCode()]
protected override void Dispose(bool Disposing)
{
if (Disposing)
{
if ((components != null))
{
components.Dispose();
}
}
base.Dispose(Disposing);
}
//Windows 麓掳脤氓脡猫录脝脝梅脣霉卤脴脨猫碌脛
private System.ComponentModel.IContainer components;
public System.Windows.Forms.ToolTip ToolTip1;
public System.Windows.Forms.Button cmdOK;
public System.Windows.Forms.Button cmdSysInfo;
public System.Windows.Forms.Label lblVersion;
public System.Windows.Forms.Label lblTitle;
public System.Windows.Forms.Label Label3;
public System.Windows.Forms.Label lblDescription;
public System.Windows.Forms.GroupBox Frame1;
//脳垄脪芒: 脪脭脧脗鹿媒鲁脤脢脟 Windows 麓掳脤氓脡猫录脝脝梅脣霉卤脴脨猫碌脛
//驴脡脪脭脢鹿脫脙 Windows 麓掳脤氓脡猫录脝脝梅脌麓脨脼赂脛脣眉隆拢
//虏禄脪陋脢鹿脫脙麓煤脗毛卤脿录颅脝梅脨脼赂脛脣眉隆拢
[System.Diagnostics.DebuggerStepThrough()]
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.ToolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.cmdOK = new System.Windows.Forms.Button();
this.cmdSysInfo = new System.Windows.Forms.Button();
this.Frame1 = new System.Windows.Forms.GroupBox();
this.lblVersion = new System.Windows.Forms.Label();
this.lblTitle = new System.Windows.Forms.Label();
this.Label3 = new System.Windows.Forms.Label();
this.lblDescription = new System.Windows.Forms.Label();
this.Frame1.SuspendLayout();
this.SuspendLayout();
//
// cmdOK
//
this.cmdOK.BackColor = System.Drawing.SystemColors.Control;
this.cmdOK.Cursor = System.Windows.Forms.Cursors.Default;
this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cmdOK.ForeColor = System.Drawing.SystemColors.ControlText;
this.cmdOK.Location = new System.Drawing.Point(224, 144);
this.cmdOK.Name = "cmdOK";
this.cmdOK.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.cmdOK.Size = new System.Drawing.Size(98, 23);
this.cmdOK.TabIndex = 0;
this.cmdOK.Tag = "脠路露篓";
this.cmdOK.Text = "Done";
this.cmdOK.UseVisualStyleBackColor = false;
//
// cmdSysInfo
//
this.cmdSysInfo.BackColor = System.Drawing.SystemColors.Control;
this.cmdSysInfo.Cursor = System.Windows.Forms.Cursors.Default;
this.cmdSysInfo.ForeColor = System.Drawing.SystemColors.ControlText;
this.cmdSysInfo.Location = new System.Drawing.Point(120, 144);
this.cmdSysInfo.Name = "cmdSysInfo";
this.cmdSysInfo.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.cmdSysInfo.Size = new System.Drawing.Size(97, 23);
this.cmdSysInfo.TabIndex = 1;
this.cmdSysInfo.Tag = "脧碌脥鲁脨脜脧垄(&S)...";
this.cmdSysInfo.Text = "&System info...";
this.cmdSysInfo.UseVisualStyleBackColor = false;
this.cmdSysInfo.Click += new System.EventHandler(this.cmdSysInfo_Click);
//
// Frame1
//
this.Frame1.BackColor = System.Drawing.SystemColors.Control;
this.Frame1.Controls.Add(this.lblVersion);
this.Frame1.Controls.Add(this.lblTitle);
this.Frame1.Controls.Add(this.Label3);
this.Frame1.Controls.Add(this.lblDescription);
this.Frame1.ForeColor = System.Drawing.SystemColors.ControlText;
this.Frame1.Location = new System.Drawing.Point(16, 8);
this.Frame1.Name = "Frame1";
this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.Frame1.Size = new System.Drawing.Size(313, 129);
this.Frame1.TabIndex = 2;
this.Frame1.TabStop = false;
//
// lblVersion
//
this.lblVersion.BackColor = System.Drawing.SystemColors.Control;
this.lblVersion.Cursor = System.Windows.Forms.Cursors.Default;
this.lblVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblVersion.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblVersion.Location = new System.Drawing.Point(32, 48);
this.lblVersion.Name = "lblVersion";
this.lblVersion.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.lblVersion.Size = new System.Drawing.Size(273, 15);
this.lblVersion.TabIndex = 6;
this.lblVersion.Tag = "";
this.lblVersion.Text = "B样例程序";
//
// lblTitle
//
this.lblTitle.BackColor = System.Drawing.SystemColors.Control;
this.lblTitle.Cursor = System.Windows.Forms.Cursors.Default;
this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTitle.ForeColor = System.Drawing.Color.Black;
this.lblTitle.Location = new System.Drawing.Point(32, 24);
this.lblTitle.Name = "lblTitle";
this.lblTitle.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.lblTitle.Size = new System.Drawing.Size(241, 16);
this.lblTitle.TabIndex = 5;
this.lblTitle.Tag = "";
this.lblTitle.Text = "OPC 数据访问客户端开发工具包";
//
// Label3
//
this.Label3.BackColor = System.Drawing.SystemColors.Control;
this.Label3.Cursor = System.Windows.Forms.Cursors.Default;
this.Label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label3.ForeColor = System.Drawing.Color.Black;
this.Label3.Location = new System.Drawing.Point(32, 96);
this.Label3.Name = "Label3";
this.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.Label3.Size = new System.Drawing.Size(249, 14);
this.Label3.TabIndex = 4;
this.Label3.Tag = "脫娄脫脙鲁脤脨貌脙猫脢枚";
//
// lblDescription
//
this.lblDescription.BackColor = System.Drawing.SystemColors.Control;
this.lblDescription.Cursor = System.Windows.Forms.Cursors.Default;
this.lblDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblDescription.ForeColor = System.Drawing.Color.Black;
this.lblDescription.Location = new System.Drawing.Point(32, 72);
this.lblDescription.Name = "lblDescription";
this.lblDescription.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.lblDescription.Size = new System.Drawing.Size(241, 19);
this.lblDescription.TabIndex = 3;
this.lblDescription.Tag = "";
this.lblDescription.Text = "编写:李志有 2006.6~2007.6";
//
// frmAbout
//
this.AcceptButton = this.cmdOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.CancelButton = this.cmdOK;
this.ClientSize = new System.Drawing.Size(347, 178);
this.Controls.Add(this.cmdOK);
this.Controls.Add(this.cmdSysInfo);
this.Controls.Add(this.Frame1);
this.Cursor = System.Windows.Forms.Cursors.Default;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Location = new System.Drawing.Point(3, 22);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmAbout";
this.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "About...";
this.Frame1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -