Files
easySif/mainProgram/NewProjectWindow.Designer.cs

201 lines
9.6 KiB
C#

namespace mainProgram
{
partial class NewProjectWindow
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewProjectWindow));
this.label1 = new System.Windows.Forms.Label();
this.ProjectPathTextBox = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.CreateProjectBtn = new System.Windows.Forms.Button();
this.Cancel = new System.Windows.Forms.Button();
this.DataPathTextBox = new System.Windows.Forms.TextBox();
this.SelectDataPathBtn = new System.Windows.Forms.Button();
this.SelectProjectPathBtn = new System.Windows.Forms.Button();
this.CalFilePathTextBox = new System.Windows.Forms.TextBox();
this.SelectCalFilePathBtn = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(25, 30);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "工程路径";
//
// ProjectPathTextBox
//
this.ProjectPathTextBox.BackColor = System.Drawing.Color.WhiteSmoke;
this.ProjectPathTextBox.Location = new System.Drawing.Point(104, 26);
this.ProjectPathTextBox.Name = "ProjectPathTextBox";
this.ProjectPathTextBox.ReadOnly = true;
this.ProjectPathTextBox.Size = new System.Drawing.Size(205, 21);
this.ProjectPathTextBox.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(25, 143);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 2;
this.label2.Text = "数据路径";
//
// CreateProjectBtn
//
this.CreateProjectBtn.BackColor = System.Drawing.Color.WhiteSmoke;
this.CreateProjectBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.CreateProjectBtn.Location = new System.Drawing.Point(234, 206);
this.CreateProjectBtn.Name = "CreateProjectBtn";
this.CreateProjectBtn.Size = new System.Drawing.Size(75, 23);
this.CreateProjectBtn.TabIndex = 3;
this.CreateProjectBtn.Text = "创建";
this.CreateProjectBtn.UseVisualStyleBackColor = false;
this.CreateProjectBtn.Click += new System.EventHandler(this.CreateProjectBtn_Click);
//
// Cancel
//
this.Cancel.BackColor = System.Drawing.Color.WhiteSmoke;
this.Cancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.Cancel.Location = new System.Drawing.Point(324, 206);
this.Cancel.Name = "Cancel";
this.Cancel.Size = new System.Drawing.Size(75, 23);
this.Cancel.TabIndex = 4;
this.Cancel.Text = "取消";
this.Cancel.UseVisualStyleBackColor = false;
this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
//
// DataPathTextBox
//
this.DataPathTextBox.BackColor = System.Drawing.Color.WhiteSmoke;
this.DataPathTextBox.Location = new System.Drawing.Point(104, 139);
this.DataPathTextBox.Name = "DataPathTextBox";
this.DataPathTextBox.ReadOnly = true;
this.DataPathTextBox.Size = new System.Drawing.Size(205, 21);
this.DataPathTextBox.TabIndex = 1;
//
// SelectDataPathBtn
//
this.SelectDataPathBtn.BackColor = System.Drawing.Color.WhiteSmoke;
this.SelectDataPathBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.SelectDataPathBtn.Location = new System.Drawing.Point(324, 137);
this.SelectDataPathBtn.Name = "SelectDataPathBtn";
this.SelectDataPathBtn.Size = new System.Drawing.Size(75, 23);
this.SelectDataPathBtn.TabIndex = 4;
this.SelectDataPathBtn.Text = "浏览...";
this.SelectDataPathBtn.UseVisualStyleBackColor = false;
this.SelectDataPathBtn.Click += new System.EventHandler(this.SelectDataPathBtn_Click);
//
// SelectProjectPathBtn
//
this.SelectProjectPathBtn.BackColor = System.Drawing.Color.WhiteSmoke;
this.SelectProjectPathBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.SelectProjectPathBtn.Location = new System.Drawing.Point(324, 24);
this.SelectProjectPathBtn.Name = "SelectProjectPathBtn";
this.SelectProjectPathBtn.Size = new System.Drawing.Size(75, 23);
this.SelectProjectPathBtn.TabIndex = 5;
this.SelectProjectPathBtn.Text = "浏览...";
this.SelectProjectPathBtn.UseVisualStyleBackColor = false;
this.SelectProjectPathBtn.Click += new System.EventHandler(this.SelectProjectPathBtn_Click);
//
// CalFilePathTextBox
//
this.CalFilePathTextBox.BackColor = System.Drawing.Color.WhiteSmoke;
this.CalFilePathTextBox.Location = new System.Drawing.Point(104, 80);
this.CalFilePathTextBox.Name = "CalFilePathTextBox";
this.CalFilePathTextBox.ReadOnly = true;
this.CalFilePathTextBox.Size = new System.Drawing.Size(205, 21);
this.CalFilePathTextBox.TabIndex = 7;
//
// SelectCalFilePathBtn
//
this.SelectCalFilePathBtn.BackColor = System.Drawing.Color.WhiteSmoke;
this.SelectCalFilePathBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.SelectCalFilePathBtn.Location = new System.Drawing.Point(324, 78);
this.SelectCalFilePathBtn.Name = "SelectCalFilePathBtn";
this.SelectCalFilePathBtn.Size = new System.Drawing.Size(75, 23);
this.SelectCalFilePathBtn.TabIndex = 8;
this.SelectCalFilePathBtn.Text = "浏览...";
this.SelectCalFilePathBtn.UseVisualStyleBackColor = false;
this.SelectCalFilePathBtn.Click += new System.EventHandler(this.SelectCalFilePathBtn_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(25, 84);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 9;
this.label3.Text = "定标文件";
//
// NewProjectWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(429, 249);
this.Controls.Add(this.label3);
this.Controls.Add(this.SelectCalFilePathBtn);
this.Controls.Add(this.CalFilePathTextBox);
this.Controls.Add(this.SelectProjectPathBtn);
this.Controls.Add(this.SelectDataPathBtn);
this.Controls.Add(this.Cancel);
this.Controls.Add(this.CreateProjectBtn);
this.Controls.Add(this.label2);
this.Controls.Add(this.DataPathTextBox);
this.Controls.Add(this.ProjectPathTextBox);
this.Controls.Add(this.label1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "NewProjectWindow";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "创建工程";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox ProjectPathTextBox;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button CreateProjectBtn;
private System.Windows.Forms.Button Cancel;
private System.Windows.Forms.TextBox DataPathTextBox;
private System.Windows.Forms.Button SelectDataPathBtn;
private System.Windows.Forms.Button SelectProjectPathBtn;
private System.Windows.Forms.TextBox CalFilePathTextBox;
private System.Windows.Forms.Button SelectCalFilePathBtn;
private System.Windows.Forms.Label label3;
}
}