?? formscript.designer.cs
字號:
?namespace RS232
{
partial class FormScript
{
/// <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(FormScript));
this.textBox1 = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.txtPath = new System.Windows.Forms.TextBox();
this.axScriptControl1 = new AxMSScriptControl.AxScriptControl();
this.button2 = new System.Windows.Forms.Button();
this.textBox2 = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.axScriptControl1)).BeginInit();
this.SuspendLayout();
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(56, 3);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(224, 235);
this.textBox1.TabIndex = 1;
//
// button1
//
this.button1.Location = new System.Drawing.Point(122, 256);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 2;
this.button1.Text = "button1";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// txtPath
//
this.txtPath.Location = new System.Drawing.Point(33, 358);
this.txtPath.Name = "txtPath";
this.txtPath.Size = new System.Drawing.Size(444, 21);
this.txtPath.TabIndex = 4;
//
// axScriptControl1
//
this.axScriptControl1.Enabled = true;
this.axScriptControl1.Location = new System.Drawing.Point(12, 3);
this.axScriptControl1.Name = "axScriptControl1";
this.axScriptControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axScriptControl1.OcxState")));
this.axScriptControl1.Size = new System.Drawing.Size(38, 38);
this.axScriptControl1.TabIndex = 0;
//
// button2
//
this.button2.Location = new System.Drawing.Point(363, 92);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 5;
this.button2.Text = "button2";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(362, 49);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(100, 21);
this.textBox2.TabIndex = 6;
//
// FormScript
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(586, 462);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.button2);
this.Controls.Add(this.txtPath);
this.Controls.Add(this.button1);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.axScriptControl1);
this.Name = "FormScript";
this.Text = "FormScript";
this.Load += new System.EventHandler(this.FormScript_Load);
((System.ComponentModel.ISupportInitialize)(this.axScriptControl1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private AxMSScriptControl.AxScriptControl axScriptControl1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox txtPath;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox textBox2;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -