namespace JavaCode
|
{
|
partial class FrmSEM
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.txtExcel = new System.Windows.Forms.TextBox();
|
this.btnCalc = new System.Windows.Forms.Button();
|
this.SuspendLayout();
|
//
|
// txtExcel
|
//
|
this.txtExcel.Location = new System.Drawing.Point(18, 29);
|
this.txtExcel.Name = "txtExcel";
|
this.txtExcel.Size = new System.Drawing.Size(581, 21);
|
this.txtExcel.TabIndex = 0;
|
this.txtExcel.Text = "D:\\SEM\\撒点坐标.xls";
|
//
|
// btnCalc
|
//
|
this.btnCalc.Location = new System.Drawing.Point(618, 27);
|
this.btnCalc.Name = "btnCalc";
|
this.btnCalc.Size = new System.Drawing.Size(75, 23);
|
this.btnCalc.TabIndex = 1;
|
this.btnCalc.Text = "计 算";
|
this.btnCalc.UseVisualStyleBackColor = true;
|
this.btnCalc.Click += new System.EventHandler(this.btnCalc_Click);
|
//
|
// FrmSEM
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(712, 75);
|
this.Controls.Add(this.btnCalc);
|
this.Controls.Add(this.txtExcel);
|
this.Name = "FrmSEM";
|
this.Text = "FrmSEM";
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.TextBox txtExcel;
|
private System.Windows.Forms.Button btnCalc;
|
}
|
}
|