namespace OTSIncAReportApp.OTSMgrInfo
{
partial class FormNewLJFile
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.tb_FlieName = new System.Windows.Forms.TextBox();
this.tb_new_ljm = new System.Windows.Forms.TextBox();
this.tb_new_ljz = new System.Windows.Forms.TextBox();
this.bt_save = new System.Windows.Forms.Button();
this.bt_export = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(51, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 0;
this.label1.Text = "文件名";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(51, 56);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 0;
this.label2.Text = "粒级名";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(51, 88);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 0;
this.label3.Text = "粒级值";
//
// tb_FlieName
//
this.tb_FlieName.Location = new System.Drawing.Point(97, 21);
this.tb_FlieName.Margin = new System.Windows.Forms.Padding(2);
this.tb_FlieName.Name = "tb_FlieName";
this.tb_FlieName.Size = new System.Drawing.Size(209, 21);
this.tb_FlieName.TabIndex = 13;
//
// tb_new_ljm
//
this.tb_new_ljm.Location = new System.Drawing.Point(97, 53);
this.tb_new_ljm.Margin = new System.Windows.Forms.Padding(2);
this.tb_new_ljm.Name = "tb_new_ljm";
this.tb_new_ljm.Size = new System.Drawing.Size(209, 21);
this.tb_new_ljm.TabIndex = 14;
//
// tb_new_ljz
//
this.tb_new_ljz.Location = new System.Drawing.Point(97, 85);
this.tb_new_ljz.Margin = new System.Windows.Forms.Padding(2);
this.tb_new_ljz.Name = "tb_new_ljz";
this.tb_new_ljz.Size = new System.Drawing.Size(209, 21);
this.tb_new_ljz.TabIndex = 15;
//
// bt_save
//
this.bt_save.Location = new System.Drawing.Point(72, 143);
this.bt_save.Name = "bt_save";
this.bt_save.Size = new System.Drawing.Size(75, 23);
this.bt_save.TabIndex = 16;
this.bt_save.Text = "Save";
this.bt_save.UseVisualStyleBackColor = true;
this.bt_save.Click += new System.EventHandler(this.bt_save_Click);
//
// bt_export
//
this.bt_export.Location = new System.Drawing.Point(215, 143);
this.bt_export.Name = "bt_export";
this.bt_export.Size = new System.Drawing.Size(75, 23);
this.bt_export.TabIndex = 16;
this.bt_export.Text = "Export";
this.bt_export.UseVisualStyleBackColor = true;
this.bt_export.Click += new System.EventHandler(this.bt_export_Click);
//
// FormNewLJFile
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(386, 206);
this.Controls.Add(this.bt_export);
this.Controls.Add(this.bt_save);
this.Controls.Add(this.tb_new_ljz);
this.Controls.Add(this.tb_new_ljm);
this.Controls.Add(this.tb_FlieName);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "FormNewLJFile";
this.Text = "FormNewLJFile";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
public System.Windows.Forms.TextBox tb_FlieName;
public System.Windows.Forms.TextBox tb_new_ljm;
public System.Windows.Forms.TextBox tb_new_ljz;
private System.Windows.Forms.Button bt_save;
private System.Windows.Forms.Button bt_export;
}
}