287 lines
14 KiB
C#
287 lines
14 KiB
C#
namespace 开发辅助工具.Tools
|
|
{
|
|
partial class FrmCreateProject
|
|
{
|
|
/// <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.TxtFolder = new ryControls.TextBoxEx2();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.BtnBrowser = new ryControls.ButtonEx();
|
|
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
|
|
this.BtnCreate = new ryControls.ButtonEx();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.TxtProjectName = new ryControls.TextBoxEx2();
|
|
this.TxtProjectEngName = new ryControls.TextBoxEx2();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.table1 = new XPTable.Models.Table();
|
|
this.columnModel1 = new XPTable.Models.ColumnModel();
|
|
this.ColName = new XPTable.Models.TextColumn();
|
|
this.ColPath = new XPTable.Models.TextColumn();
|
|
this.tableModel1 = new XPTable.Models.TableModel();
|
|
this.ChkUnCreateProject = new System.Windows.Forms.CheckBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.CbbLang = new ryControls.ComboBoxEx();
|
|
((System.ComponentModel.ISupportInitialize)(this.table1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// TxtFolder
|
|
//
|
|
this.TxtFolder.BackColor = System.Drawing.Color.White;
|
|
this.TxtFolder.EmptyText = "";
|
|
this.TxtFolder.Location = new System.Drawing.Point(17, 24);
|
|
this.TxtFolder.MaxLength = 999999999;
|
|
this.TxtFolder.Multiline = false;
|
|
this.TxtFolder.Name = "TxtFolder";
|
|
this.TxtFolder.OnlyNumeric = false;
|
|
this.TxtFolder.PasswordChar = '\0';
|
|
this.TxtFolder.ReadOnly = false;
|
|
this.TxtFolder.SelectedText = "";
|
|
this.TxtFolder.SelectionLength = 0;
|
|
this.TxtFolder.SelectionStart = 0;
|
|
this.TxtFolder.Size = new System.Drawing.Size(575, 33);
|
|
this.TxtFolder.TabIndex = 0;
|
|
this.TxtFolder.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtFolder.ToolTip = "";
|
|
this.TxtFolder.WordWrap = true;
|
|
this.TxtFolder.Click += new System.EventHandler(this.TxtFolder_Click);
|
|
this.TxtFolder.Enter += new System.EventHandler(this.TxtFolder_Enter);
|
|
this.TxtFolder.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TxtFolder_KeyDown);
|
|
this.TxtFolder.Leave += new System.EventHandler(this.TxtFolder_Leave);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(15, 9);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(65, 12);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "选择文件夹";
|
|
//
|
|
// BtnBrowser
|
|
//
|
|
this.BtnBrowser.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.BtnBrowser.Location = new System.Drawing.Point(598, 24);
|
|
this.BtnBrowser.Name = "BtnBrowser";
|
|
this.BtnBrowser.Size = new System.Drawing.Size(75, 33);
|
|
this.BtnBrowser.TabIndex = 2;
|
|
this.BtnBrowser.Text = "选择";
|
|
this.BtnBrowser.UseVisualStyleBackColor = true;
|
|
this.BtnBrowser.Click += new System.EventHandler(this.BtnBrowser_Click);
|
|
//
|
|
// BtnCreate
|
|
//
|
|
this.BtnCreate.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.BtnCreate.Location = new System.Drawing.Point(17, 153);
|
|
this.BtnCreate.Name = "BtnCreate";
|
|
this.BtnCreate.Size = new System.Drawing.Size(75, 33);
|
|
this.BtnCreate.TabIndex = 3;
|
|
this.BtnCreate.Text = "生成";
|
|
this.BtnCreate.UseVisualStyleBackColor = true;
|
|
this.BtnCreate.Click += new System.EventHandler(this.BtnCreate_Click);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(15, 60);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(89, 12);
|
|
this.label2.TabIndex = 4;
|
|
this.label2.Text = "项目名称(中文)";
|
|
//
|
|
// TxtProjectName
|
|
//
|
|
this.TxtProjectName.BackColor = System.Drawing.Color.White;
|
|
this.TxtProjectName.EmptyText = "";
|
|
this.TxtProjectName.Location = new System.Drawing.Point(17, 75);
|
|
this.TxtProjectName.MaxLength = 999999999;
|
|
this.TxtProjectName.Multiline = false;
|
|
this.TxtProjectName.Name = "TxtProjectName";
|
|
this.TxtProjectName.OnlyNumeric = false;
|
|
this.TxtProjectName.PasswordChar = '\0';
|
|
this.TxtProjectName.ReadOnly = false;
|
|
this.TxtProjectName.SelectedText = "";
|
|
this.TxtProjectName.SelectionLength = 0;
|
|
this.TxtProjectName.SelectionStart = 0;
|
|
this.TxtProjectName.Size = new System.Drawing.Size(256, 33);
|
|
this.TxtProjectName.TabIndex = 5;
|
|
this.TxtProjectName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtProjectName.ToolTip = "";
|
|
this.TxtProjectName.WordWrap = true;
|
|
//
|
|
// TxtProjectEngName
|
|
//
|
|
this.TxtProjectEngName.BackColor = System.Drawing.Color.White;
|
|
this.TxtProjectEngName.EmptyText = "";
|
|
this.TxtProjectEngName.Location = new System.Drawing.Point(279, 75);
|
|
this.TxtProjectEngName.MaxLength = 999999999;
|
|
this.TxtProjectEngName.Multiline = false;
|
|
this.TxtProjectEngName.Name = "TxtProjectEngName";
|
|
this.TxtProjectEngName.OnlyNumeric = false;
|
|
this.TxtProjectEngName.PasswordChar = '\0';
|
|
this.TxtProjectEngName.ReadOnly = false;
|
|
this.TxtProjectEngName.SelectedText = "";
|
|
this.TxtProjectEngName.SelectionLength = 0;
|
|
this.TxtProjectEngName.SelectionStart = 0;
|
|
this.TxtProjectEngName.Size = new System.Drawing.Size(256, 33);
|
|
this.TxtProjectEngName.TabIndex = 7;
|
|
this.TxtProjectEngName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtProjectEngName.ToolTip = "";
|
|
this.TxtProjectEngName.WordWrap = true;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(277, 60);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(89, 12);
|
|
this.label3.TabIndex = 6;
|
|
this.label3.Text = "项目名称(英文)";
|
|
//
|
|
// table1
|
|
//
|
|
this.table1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.table1.ColumnModel = this.columnModel1;
|
|
this.table1.EnableToolTips = true;
|
|
this.table1.FullRowSelect = true;
|
|
this.table1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
|
|
this.table1.Location = new System.Drawing.Point(20, 247);
|
|
this.table1.Name = "table1";
|
|
this.table1.NoItemsText = "当前列表没有任何项";
|
|
this.table1.Size = new System.Drawing.Size(575, 347);
|
|
this.table1.TabIndex = 113;
|
|
this.table1.TableModel = this.tableModel1;
|
|
this.table1.Text = "table1";
|
|
this.table1.Visible = false;
|
|
this.table1.CellLostFocus += new XPTable.Events.CellFocusEventHandler(this.table1_CellLostFocus);
|
|
this.table1.Click += new System.EventHandler(this.table1_Click);
|
|
this.table1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.table1_KeyDown);
|
|
this.table1.Leave += new System.EventHandler(this.table1_Leave);
|
|
//
|
|
// columnModel1
|
|
//
|
|
this.columnModel1.Columns.AddRange(new XPTable.Models.Column[] {
|
|
this.ColName,
|
|
this.ColPath});
|
|
//
|
|
// ColName
|
|
//
|
|
this.ColName.Editable = false;
|
|
this.ColName.Tag = null;
|
|
this.ColName.Text = "名称";
|
|
this.ColName.Width = 130;
|
|
//
|
|
// ColPath
|
|
//
|
|
this.ColPath.Editable = false;
|
|
this.ColPath.Tag = null;
|
|
this.ColPath.Text = "路径";
|
|
this.ColPath.Width = 400;
|
|
//
|
|
// ChkUnCreateProject
|
|
//
|
|
this.ChkUnCreateProject.AutoSize = true;
|
|
this.ChkUnCreateProject.Location = new System.Drawing.Point(17, 114);
|
|
this.ChkUnCreateProject.Name = "ChkUnCreateProject";
|
|
this.ChkUnCreateProject.Size = new System.Drawing.Size(108, 16);
|
|
this.ChkUnCreateProject.TabIndex = 114;
|
|
this.ChkUnCreateProject.Text = "不生成模板项目";
|
|
this.ChkUnCreateProject.UseVisualStyleBackColor = true;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(542, 60);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(53, 12);
|
|
this.label4.TabIndex = 115;
|
|
this.label4.Text = "项目语言";
|
|
//
|
|
// CbbLang
|
|
//
|
|
this.CbbLang.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
|
this.CbbLang.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CbbLang.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.CbbLang.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.CbbLang.FormattingEnabled = true;
|
|
this.CbbLang.Items.AddRange(new object[] {
|
|
"C#",
|
|
"Delphi"});
|
|
this.CbbLang.Location = new System.Drawing.Point(544, 78);
|
|
this.CbbLang.Name = "CbbLang";
|
|
this.CbbLang.Size = new System.Drawing.Size(121, 27);
|
|
this.CbbLang.TabIndex = 116;
|
|
//
|
|
// FrmCreateProject
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(688, 450);
|
|
this.Controls.Add(this.table1);
|
|
this.Controls.Add(this.CbbLang);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.ChkUnCreateProject);
|
|
this.Controls.Add(this.TxtProjectEngName);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.TxtProjectName);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.BtnCreate);
|
|
this.Controls.Add(this.BtnBrowser);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.TxtFolder);
|
|
this.Name = "FrmCreateProject";
|
|
this.Text = "创建项目";
|
|
this.Load += new System.EventHandler(this.FrmCreateProject_Load);
|
|
this.Shown += new System.EventHandler(this.FrmCreateProject_Shown);
|
|
this.Click += new System.EventHandler(this.FrmCreateProject_Click);
|
|
((System.ComponentModel.ISupportInitialize)(this.table1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Label label1;
|
|
private ryControls.ButtonEx BtnBrowser;
|
|
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
|
|
private ryControls.ButtonEx BtnCreate;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private XPTable.Models.Table table1;
|
|
private XPTable.Models.ColumnModel columnModel1;
|
|
private XPTable.Models.TextColumn ColName;
|
|
private XPTable.Models.TextColumn ColPath;
|
|
private XPTable.Models.TableModel tableModel1;
|
|
private System.Windows.Forms.Label label4;
|
|
public ryControls.TextBoxEx2 TxtFolder;
|
|
public System.Windows.Forms.CheckBox ChkUnCreateProject;
|
|
public ryControls.TextBoxEx2 TxtProjectName;
|
|
public ryControls.TextBoxEx2 TxtProjectEngName;
|
|
public ryControls.ComboBoxEx CbbLang;
|
|
}
|
|
} |