?? form1.designer.cs
字號:
?namespace DxfExportTest
{
partial class Form1
{
/// <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()
{
this.btnWriteDxf = new System.Windows.Forms.Button();
this.dlgSaveDxf = new System.Windows.Forms.SaveFileDialog();
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// btnWriteDxf
//
this.btnWriteDxf.Location = new System.Drawing.Point(34, 265);
this.btnWriteDxf.Name = "btnWriteDxf";
this.btnWriteDxf.Size = new System.Drawing.Size(144, 23);
this.btnWriteDxf.TabIndex = 0;
this.btnWriteDxf.Text = "MakeDxfDirectory";
this.btnWriteDxf.UseVisualStyleBackColor = true;
this.btnWriteDxf.Click += new System.EventHandler(this.btnWriteDxf_Click);
//
// dlgSaveDxf
//
this.dlgSaveDxf.DefaultExt = "*.dxf";
this.dlgSaveDxf.Filter = "(dxf *.dxf)|*.dxf";
//
// button1
//
this.button1.Location = new System.Drawing.Point(34, 60);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 1;
this.button1.Text = "button1";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(606, 417);
this.Controls.Add(this.button1);
this.Controls.Add(this.btnWriteDxf);
this.Name = "Form1";
this.Text = "Form1";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnWriteDxf;
private System.Windows.Forms.SaveFileDialog dlgSaveDxf;
private System.Windows.Forms.Button button1;
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -