namespace WellWorkDataUI
{
partial class FrmSaveFileToWorkArea
{
///
/// 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.nodeCbx = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.btnOk = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.textBoxFileName = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// nodeCbx
//
this.nodeCbx.FormattingEnabled = true;
this.nodeCbx.Location = new System.Drawing.Point(89, 80);
this.nodeCbx.Name = "nodeCbx";
this.nodeCbx.Size = new System.Drawing.Size(569, 20);
this.nodeCbx.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(10, 83);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 1;
this.label1.Text = "保存目录";
//
// btnOk
//
this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnOk.Location = new System.Drawing.Point(484, 120);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(75, 28);
this.btnOk.TabIndex = 2;
this.btnOk.Text = "确定";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(583, 120);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 28);
this.btnCancel.TabIndex = 3;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(10, 23);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 4;
this.label2.Text = "文件名称";
//
// textBoxFileName
//
this.textBoxFileName.Location = new System.Drawing.Point(89, 19);
this.textBoxFileName.Name = "textBoxFileName";
this.textBoxFileName.Size = new System.Drawing.Size(236, 21);
this.textBoxFileName.TabIndex = 5;
//
// FrmSaveFileToWorkArea
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(667, 148);
this.Controls.Add(this.textBoxFileName);
this.Controls.Add(this.label2);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.label1);
this.Controls.Add(this.nodeCbx);
this.Name = "FrmSaveFileToWorkArea";
this.Text = "保存文件到工区图形库";
this.Load += new System.EventHandler(this.FrmSaveFileToWorkArea_Load);
this.Shown += new System.EventHandler(this.FrmSaveFileToWorkArea_Shown);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ComboBox nodeCbx;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnOk;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBoxFileName;
}
}