?? formfunctioncoding.designer.cs
字號:
?namespace ProgramCalculator
{
partial class FormFunctionCoding
{
/// <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()
{
this.textBoxCoding = new System.Windows.Forms.TextBox();
this.labelFunctionName = new System.Windows.Forms.Label();
this.buttonMake = new System.Windows.Forms.Button();
this.buttonSave = new System.Windows.Forms.Button();
this.buttonAddUsing = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// textBoxCoding
//
this.textBoxCoding.AcceptsTab = true;
this.textBoxCoding.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBoxCoding.Location = new System.Drawing.Point(2, 35);
this.textBoxCoding.Multiline = true;
this.textBoxCoding.Name = "textBoxCoding";
this.textBoxCoding.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.textBoxCoding.Size = new System.Drawing.Size(626, 272);
this.textBoxCoding.TabIndex = 0;
this.textBoxCoding.WordWrap = false;
this.textBoxCoding.TextChanged += new System.EventHandler(this.textBoxCoding_TextChanged);
//
// labelFunctionName
//
this.labelFunctionName.Location = new System.Drawing.Point(208, 9);
this.labelFunctionName.Name = "labelFunctionName";
this.labelFunctionName.Size = new System.Drawing.Size(203, 23);
this.labelFunctionName.TabIndex = 1;
this.labelFunctionName.Text = "FunctionName";
//
// buttonMake
//
this.buttonMake.Location = new System.Drawing.Point(492, 313);
this.buttonMake.Name = "buttonMake";
this.buttonMake.Size = new System.Drawing.Size(119, 31);
this.buttonMake.TabIndex = 2;
this.buttonMake.Text = "生成";
this.buttonMake.UseVisualStyleBackColor = true;
this.buttonMake.Click += new System.EventHandler(this.buttonMake_Click);
//
// buttonSave
//
this.buttonSave.Location = new System.Drawing.Point(12, 4);
this.buttonSave.Name = "buttonSave";
this.buttonSave.Size = new System.Drawing.Size(92, 23);
this.buttonSave.TabIndex = 2;
this.buttonSave.Text = "保存";
this.buttonSave.UseVisualStyleBackColor = true;
this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
//
// buttonAddUsing
//
this.buttonAddUsing.Location = new System.Drawing.Point(110, 4);
this.buttonAddUsing.Name = "buttonAddUsing";
this.buttonAddUsing.Size = new System.Drawing.Size(92, 23);
this.buttonAddUsing.TabIndex = 2;
this.buttonAddUsing.Text = "添加引用";
this.buttonAddUsing.UseVisualStyleBackColor = true;
this.buttonAddUsing.Click += new System.EventHandler(this.buttonAddUsing_Click);
//
// FormFunctionCoding
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(628, 348);
this.Controls.Add(this.buttonAddUsing);
this.Controls.Add(this.buttonSave);
this.Controls.Add(this.buttonMake);
this.Controls.Add(this.labelFunctionName);
this.Controls.Add(this.textBoxCoding);
this.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "FormFunctionCoding";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "函數編輯";
this.Load += new System.EventHandler(this.FormFunctionCoding_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBoxCoding;
private System.Windows.Forms.Label labelFunctionName;
private System.Windows.Forms.Button buttonMake;
private System.Windows.Forms.Button buttonSave;
private System.Windows.Forms.Button buttonAddUsing;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -