You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lj_plc/Main/Mesnac.Gui.Edit/Dialog/FrmNewProject.Designer.cs

269 lines
13 KiB
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

namespace Mesnac.Gui.Edit.Dialog
{
partial class FrmNewProject
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmNewProject));
this.txtInfo = new System.Windows.Forms.TextBox();
this.btnSmall = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.btnOK = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.btnBrowser = new System.Windows.Forms.Button();
this.txtPrjPath = new System.Windows.Forms.TextBox();
this.txtPrjName = new System.Windows.Forms.TextBox();
this.fbDialog = new System.Windows.Forms.FolderBrowserDialog();
this.lvTemplate = new System.Windows.Forms.ListView();
this.imgListBig = new System.Windows.Forms.ImageList(this.components);
this.imgListSmall = new System.Windows.Forms.ImageList(this.components);
this.btnBig = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// txtInfo
//
this.txtInfo.Cursor = System.Windows.Forms.Cursors.Arrow;
this.txtInfo.Location = new System.Drawing.Point(10, 225);
this.txtInfo.Name = "txtInfo";
this.txtInfo.ReadOnly = true;
this.txtInfo.Size = new System.Drawing.Size(563, 21);
this.txtInfo.TabIndex = 30;
//
// btnSmall
//
this.btnSmall.Location = new System.Drawing.Point(551, 7);
this.btnSmall.Name = "btnSmall";
this.btnSmall.Size = new System.Drawing.Size(23, 23);
this.btnSmall.TabIndex = 29;
this.btnSmall.Text = "小";
this.btnSmall.UseVisualStyleBackColor = true;
this.btnSmall.Click += new System.EventHandler(this.btnSmall_Click);
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(500, 321);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 28;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnOK
//
this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnOK.Location = new System.Drawing.Point(419, 321);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 27;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// panel1
//
this.panel1.BackColor = System.Drawing.SystemColors.ControlDark;
this.panel1.ForeColor = System.Drawing.SystemColors.ControlLight;
this.panel1.Location = new System.Drawing.Point(10, 310);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(563, 2);
this.panel1.TabIndex = 26;
//
// btnBrowser
//
this.btnBrowser.Location = new System.Drawing.Point(500, 279);
this.btnBrowser.Name = "btnBrowser";
this.btnBrowser.Size = new System.Drawing.Size(75, 23);
this.btnBrowser.TabIndex = 25;
this.btnBrowser.Text = "浏览(&B)...";
this.btnBrowser.UseVisualStyleBackColor = true;
this.btnBrowser.Click += new System.EventHandler(this.btnBrowser_Click);
//
// txtPrjPath
//
this.txtPrjPath.BackColor = System.Drawing.SystemColors.Window;
this.txtPrjPath.Location = new System.Drawing.Point(85, 279);
this.txtPrjPath.Name = "txtPrjPath";
this.txtPrjPath.ReadOnly = true;
this.txtPrjPath.Size = new System.Drawing.Size(410, 21);
this.txtPrjPath.TabIndex = 24;
this.txtPrjPath.Text = "C:\\mesnac\\projects";
//
// txtPrjName
//
this.txtPrjName.Location = new System.Drawing.Point(85, 252);
this.txtPrjName.Name = "txtPrjName";
this.txtPrjName.Size = new System.Drawing.Size(410, 21);
this.txtPrjName.TabIndex = 23;
//
// lvTemplate
//
this.lvTemplate.Alignment = System.Windows.Forms.ListViewAlignment.SnapToGrid;
this.lvTemplate.LargeImageList = this.imgListBig;
this.lvTemplate.Location = new System.Drawing.Point(11, 33);
this.lvTemplate.Name = "lvTemplate";
this.lvTemplate.Size = new System.Drawing.Size(562, 186);
this.lvTemplate.SmallImageList = this.imgListSmall;
this.lvTemplate.TabIndex = 22;
this.lvTemplate.UseCompatibleStateImageBehavior = false;
this.lvTemplate.SelectedIndexChanged += new System.EventHandler(this.lvTemplate_SelectedIndexChanged);
//
// imgListBig
//
this.imgListBig.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgListBig.ImageStream")));
this.imgListBig.TransparentColor = System.Drawing.Color.Transparent;
this.imgListBig.Images.SetKeyName(0, "big_0.png");
this.imgListBig.Images.SetKeyName(1, "big_1.png");
this.imgListBig.Images.SetKeyName(2, "big_2.png");
this.imgListBig.Images.SetKeyName(3, "big_3.png");
this.imgListBig.Images.SetKeyName(4, "big_4.png");
this.imgListBig.Images.SetKeyName(5, "big_5.png");
this.imgListBig.Images.SetKeyName(6, "big_6.png");
this.imgListBig.Images.SetKeyName(7, "big_7.png");
this.imgListBig.Images.SetKeyName(8, "big_8.png");
this.imgListBig.Images.SetKeyName(9, "big_9.png");
this.imgListBig.Images.SetKeyName(10, "big_10.png");
this.imgListBig.Images.SetKeyName(11, "big_11.png");
this.imgListBig.Images.SetKeyName(12, "big_12.png");
this.imgListBig.Images.SetKeyName(13, "big_13.png");
this.imgListBig.Images.SetKeyName(14, "big_14.png");
//
// imgListSmall
//
this.imgListSmall.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgListSmall.ImageStream")));
this.imgListSmall.TransparentColor = System.Drawing.Color.Transparent;
this.imgListSmall.Images.SetKeyName(0, "small_0.png");
this.imgListSmall.Images.SetKeyName(1, "small_1.png");
this.imgListSmall.Images.SetKeyName(2, "small_2.png");
this.imgListSmall.Images.SetKeyName(3, "small_3.png");
this.imgListSmall.Images.SetKeyName(4, "small_4.png");
this.imgListSmall.Images.SetKeyName(5, "small_5.png");
this.imgListSmall.Images.SetKeyName(6, "small_6.png");
this.imgListSmall.Images.SetKeyName(7, "small_7.png");
this.imgListSmall.Images.SetKeyName(8, "small_8.png");
this.imgListSmall.Images.SetKeyName(9, "small_9.png");
this.imgListSmall.Images.SetKeyName(10, "small_10.png");
this.imgListSmall.Images.SetKeyName(11, "small_11.png");
this.imgListSmall.Images.SetKeyName(12, "small_12.png");
this.imgListSmall.Images.SetKeyName(13, "small_13.png");
this.imgListSmall.Images.SetKeyName(14, "small_14.png");
//
// btnBig
//
this.btnBig.Enabled = false;
this.btnBig.Location = new System.Drawing.Point(525, 7);
this.btnBig.Name = "btnBig";
this.btnBig.Size = new System.Drawing.Size(23, 23);
this.btnBig.TabIndex = 21;
this.btnBig.Text = "大";
this.btnBig.UseVisualStyleBackColor = true;
this.btnBig.Click += new System.EventHandler(this.btnBig_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(8, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 20;
this.label1.Text = "模板(T)";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(8, 283);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(59, 12);
this.label3.TabIndex = 19;
this.label3.Text = "位置(L)";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(8, 257);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(59, 12);
this.label2.TabIndex = 18;
this.label2.Text = "名称(N)";
//
// FrmNewProject
//
this.AcceptButton = this.btnOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(583, 350);
this.Controls.Add(this.txtInfo);
this.Controls.Add(this.btnSmall);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.panel1);
this.Controls.Add(this.btnBrowser);
this.Controls.Add(this.txtPrjPath);
this.Controls.Add(this.txtPrjName);
this.Controls.Add(this.lvTemplate);
this.Controls.Add(this.btnBig);
this.Controls.Add(this.label1);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmNewProject";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "新建项目";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmNewProject_FormClosing);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtInfo;
private System.Windows.Forms.Button btnSmall;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btnBrowser;
private System.Windows.Forms.TextBox txtPrjPath;
private System.Windows.Forms.TextBox txtPrjName;
private System.Windows.Forms.FolderBrowserDialog fbDialog;
private System.Windows.Forms.ListView lvTemplate;
private System.Windows.Forms.Button btnBig;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ImageList imgListBig;
private System.Windows.Forms.ImageList imgListSmall;
}
}