📄 frmitemwrite.designer.cs
字号:
//[Microsoft.VisualBasic.CompilerServices.DesignerGenerated()]
partial class frmItemWrite
{
#region "Windows ´°ÌåÉè¼ÆÆ÷Éú³ÉµÄ´úÂë "
[System.Diagnostics.DebuggerNonUserCode()]
public frmItemWrite() : 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.CheckBox ckAsync;
public System.Windows.Forms.TextBox txtValue;
public System.Windows.Forms.Button CancelButton_Renamed;
public System.Windows.Forms.Button OKButton;
//×¢Òâ: ÒÔϹý³ÌÊÇ Windows ´°ÌåÉè¼ÆÆ÷Ëù±ØÐèµÄ
//¿ÉÒÔʹÓà Windows ´°ÌåÉè¼ÆÆ÷À´ÐÞ¸ÄËü¡£
//²»ÒªÊ¹ÓôúÂë±à¼Æ÷ÐÞ¸ÄËü¡£
[System.Diagnostics.DebuggerStepThrough()]
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmItemWrite));
this.ToolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.ckAsync = new System.Windows.Forms.CheckBox();
this.txtValue = new System.Windows.Forms.TextBox();
this.CancelButton_Renamed = new System.Windows.Forms.Button();
this.OKButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// ckAsync
//
this.ckAsync.BackColor = System.Drawing.SystemColors.Control;
this.ckAsync.Cursor = System.Windows.Forms.Cursors.Default;
this.ckAsync.ForeColor = System.Drawing.SystemColors.ControlText;
this.ckAsync.Location = new System.Drawing.Point(16, 48);
this.ckAsync.Name = "ckAsync";
this.ckAsync.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.ckAsync.Size = new System.Drawing.Size(105, 17);
this.ckAsync.TabIndex = 3;
this.ckAsync.Text = "Async Write";
this.ckAsync.UseVisualStyleBackColor = false;
//
// txtValue
//
this.txtValue.AcceptsReturn = true;
this.txtValue.BackColor = System.Drawing.SystemColors.Window;
this.txtValue.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtValue.ForeColor = System.Drawing.SystemColors.WindowText;
this.txtValue.Location = new System.Drawing.Point(16, 8);
this.txtValue.Name = "txtValue";
this.txtValue.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.txtValue.Size = new System.Drawing.Size(137, 21);
this.txtValue.TabIndex = 2;
//
// CancelButton_Renamed
//
this.CancelButton_Renamed.BackColor = System.Drawing.SystemColors.Control;
this.CancelButton_Renamed.Cursor = System.Windows.Forms.Cursors.Default;
this.CancelButton_Renamed.ForeColor = System.Drawing.SystemColors.ControlText;
this.CancelButton_Renamed.Location = new System.Drawing.Point(168, 40);
this.CancelButton_Renamed.Name = "CancelButton_Renamed";
this.CancelButton_Renamed.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.CancelButton_Renamed.Size = new System.Drawing.Size(81, 25);
this.CancelButton_Renamed.TabIndex = 1;
this.CancelButton_Renamed.Text = "&Cancel";
this.CancelButton_Renamed.UseVisualStyleBackColor = false;
this.CancelButton_Renamed.Click += new System.EventHandler(this.CancelButton_Renamed_Click_1);
//
// OKButton
//
this.OKButton.BackColor = System.Drawing.SystemColors.Control;
this.OKButton.Cursor = System.Windows.Forms.Cursors.Default;
this.OKButton.ForeColor = System.Drawing.SystemColors.ControlText;
this.OKButton.Location = new System.Drawing.Point(168, 8);
this.OKButton.Name = "OKButton";
this.OKButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.OKButton.Size = new System.Drawing.Size(81, 25);
this.OKButton.TabIndex = 0;
this.OKButton.Text = "&OK";
this.OKButton.UseVisualStyleBackColor = false;
this.OKButton.Click += new System.EventHandler(this.OKButton_Click);
//
// frmItemWrite
//
this.AcceptButton = this.OKButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(265, 80);
this.Controls.Add(this.ckAsync);
this.Controls.Add(this.txtValue);
this.Controls.Add(this.CancelButton_Renamed);
this.Controls.Add(this.OKButton);
this.Cursor = System.Windows.Forms.Cursors.Default;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Location = new System.Drawing.Point(184, 250);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmItemWrite";
this.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Write OPC Item";
this.Load += new System.EventHandler(this.frmItemWrite_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -