namespace GenerateCode_GEBrilliantFactory
|
{
|
partial class MainForm
|
{
|
/// <summary>
|
/// 必需的设计器变量。
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// 清理所有正在使用的资源。
|
/// </summary>
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows 窗体设计器生成的代码
|
|
/// <summary>
|
/// 设计器支持所需的方法 - 不要
|
/// 使用代码编辑器修改此方法的内容。
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.btnPath = new System.Windows.Forms.Button();
|
this.lblds = new System.Windows.Forms.Label();
|
this.tbPath = new System.Windows.Forms.TextBox();
|
this.btnExit = new System.Windows.Forms.Button();
|
this.btn_CreateFile = new System.Windows.Forms.Button();
|
this.tb_TableName = new System.Windows.Forms.TextBox();
|
this.tb_WCF_NameSpacePath = new System.Windows.Forms.TextBox();
|
this.label2 = new System.Windows.Forms.Label();
|
this.tb_ChinaComment = new System.Windows.Forms.TextBox();
|
this.label4 = new System.Windows.Forms.Label();
|
this.tb_CreatePerson = new System.Windows.Forms.TextBox();
|
this.label5 = new System.Windows.Forms.Label();
|
this.tb_Primary = new System.Windows.Forms.TextBox();
|
this.label6 = new System.Windows.Forms.Label();
|
this.tb_EntityProName = new System.Windows.Forms.TextBox();
|
this.label7 = new System.Windows.Forms.Label();
|
this.tb_EntityName = new System.Windows.Forms.TextBox();
|
this.label8 = new System.Windows.Forms.Label();
|
this.label9 = new System.Windows.Forms.Label();
|
this.tb_OrderBy = new System.Windows.Forms.TextBox();
|
this.label10 = new System.Windows.Forms.Label();
|
this.tb_PrimaryDesc = new System.Windows.Forms.TextBox();
|
this.label11 = new System.Windows.Forms.Label();
|
this.btn_InsertSql = new System.Windows.Forms.Button();
|
this.tb_VueRootFolerName = new System.Windows.Forms.TextBox();
|
this.label13 = new System.Windows.Forms.Label();
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
this.label17 = new System.Windows.Forms.Label();
|
this.cmb_DataBase = new System.Windows.Forms.ComboBox();
|
this.lbl_DataSource = new System.Windows.Forms.Label();
|
this.cmb_DataSource = new System.Windows.Forms.ComboBox();
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
this.tb_DeleteAlertAttr = new System.Windows.Forms.TextBox();
|
this.label25 = new System.Windows.Forms.Label();
|
this.tb_ValidateRepeatName = new System.Windows.Forms.TextBox();
|
this.label24 = new System.Windows.Forms.Label();
|
this.tb_LikeQueryAttrsName = new System.Windows.Forms.TextBox();
|
this.label23 = new System.Windows.Forms.Label();
|
this.tb_LikeQueryAttrs = new System.Windows.Forms.TextBox();
|
this.label22 = new System.Windows.Forms.Label();
|
this.tb_PageMenuInstanceName = new System.Windows.Forms.TextBox();
|
this.label21 = new System.Windows.Forms.Label();
|
this.tb_MenuName = new System.Windows.Forms.TextBox();
|
this.label20 = new System.Windows.Forms.Label();
|
this.label19 = new System.Windows.Forms.Label();
|
this.label18 = new System.Windows.Forms.Label();
|
this.tb_EnumList = new System.Windows.Forms.TextBox();
|
this.tb_FilePath = new System.Windows.Forms.TextBox();
|
this.btn_SelectFile = new System.Windows.Forms.Button();
|
this.button1 = new System.Windows.Forms.Button();
|
this.label1 = new System.Windows.Forms.Label();
|
this.groupBox1.SuspendLayout();
|
this.groupBox2.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// btnPath
|
//
|
this.btnPath.Location = new System.Drawing.Point(453, 723);
|
this.btnPath.Name = "btnPath";
|
this.btnPath.Size = new System.Drawing.Size(97, 23);
|
this.btnPath.TabIndex = 1;
|
this.btnPath.Text = "选择生成路径";
|
this.btnPath.UseVisualStyleBackColor = true;
|
this.btnPath.Click += new System.EventHandler(this.button1_Click);
|
//
|
// lblds
|
//
|
this.lblds.AutoSize = true;
|
this.lblds.Location = new System.Drawing.Point(22, 72);
|
this.lblds.Name = "lblds";
|
this.lblds.Size = new System.Drawing.Size(35, 12);
|
this.lblds.TabIndex = 2;
|
this.lblds.Text = "表名:";
|
//
|
// tbPath
|
//
|
this.tbPath.Location = new System.Drawing.Point(134, 719);
|
this.tbPath.Name = "tbPath";
|
this.tbPath.ReadOnly = true;
|
this.tbPath.Size = new System.Drawing.Size(253, 21);
|
this.tbPath.TabIndex = 7;
|
//
|
// btnExit
|
//
|
this.btnExit.Location = new System.Drawing.Point(677, 753);
|
this.btnExit.Name = "btnExit";
|
this.btnExit.Size = new System.Drawing.Size(171, 67);
|
this.btnExit.TabIndex = 8;
|
this.btnExit.Text = "退出";
|
this.btnExit.UseVisualStyleBackColor = true;
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
//
|
// btn_CreateFile
|
//
|
this.btn_CreateFile.Location = new System.Drawing.Point(134, 753);
|
this.btn_CreateFile.Name = "btn_CreateFile";
|
this.btn_CreateFile.Size = new System.Drawing.Size(157, 67);
|
this.btn_CreateFile.TabIndex = 14;
|
this.btn_CreateFile.Text = "生成文件";
|
this.btn_CreateFile.UseVisualStyleBackColor = true;
|
this.btn_CreateFile.Click += new System.EventHandler(this.btn_CreateFile_Click);
|
//
|
// tb_TableName
|
//
|
this.tb_TableName.Location = new System.Drawing.Point(92, 69);
|
this.tb_TableName.Name = "tb_TableName";
|
this.tb_TableName.Size = new System.Drawing.Size(183, 21);
|
this.tb_TableName.TabIndex = 15;
|
this.tb_TableName.TextChanged += new System.EventHandler(this.tb_TableName_TextChanged);
|
//
|
// tb_WCF_NameSpacePath
|
//
|
this.tb_WCF_NameSpacePath.Location = new System.Drawing.Point(737, 286);
|
this.tb_WCF_NameSpacePath.Name = "tb_WCF_NameSpacePath";
|
this.tb_WCF_NameSpacePath.Size = new System.Drawing.Size(197, 21);
|
this.tb_WCF_NameSpacePath.TabIndex = 19;
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Location = new System.Drawing.Point(646, 294);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(83, 12);
|
this.label2.TabIndex = 18;
|
this.label2.Text = "项目命名空间:";
|
//
|
// tb_ChinaComment
|
//
|
this.tb_ChinaComment.Location = new System.Drawing.Point(221, 234);
|
this.tb_ChinaComment.Name = "tb_ChinaComment";
|
this.tb_ChinaComment.Size = new System.Drawing.Size(197, 21);
|
this.tb_ChinaComment.TabIndex = 23;
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.Location = new System.Drawing.Point(26, 234);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(83, 12);
|
this.label4.TabIndex = 22;
|
this.label4.Text = "表的中文注解:";
|
//
|
// tb_CreatePerson
|
//
|
this.tb_CreatePerson.Location = new System.Drawing.Point(221, 279);
|
this.tb_CreatePerson.Name = "tb_CreatePerson";
|
this.tb_CreatePerson.Size = new System.Drawing.Size(199, 21);
|
this.tb_CreatePerson.TabIndex = 25;
|
//
|
// label5
|
//
|
this.label5.AutoSize = true;
|
this.label5.Location = new System.Drawing.Point(26, 289);
|
this.label5.Name = "label5";
|
this.label5.Size = new System.Drawing.Size(107, 12);
|
this.label5.TabIndex = 24;
|
this.label5.Text = "你的名字拼音缩写:";
|
//
|
// tb_Primary
|
//
|
this.tb_Primary.Enabled = false;
|
this.tb_Primary.Location = new System.Drawing.Point(338, 69);
|
this.tb_Primary.Name = "tb_Primary";
|
this.tb_Primary.Size = new System.Drawing.Size(145, 21);
|
this.tb_Primary.TabIndex = 27;
|
//
|
// label6
|
//
|
this.label6.AutoSize = true;
|
this.label6.Location = new System.Drawing.Point(298, 72);
|
this.label6.Name = "label6";
|
this.label6.Size = new System.Drawing.Size(35, 12);
|
this.label6.TabIndex = 26;
|
this.label6.Text = "主键:";
|
//
|
// tb_EntityProName
|
//
|
this.tb_EntityProName.Location = new System.Drawing.Point(560, 141);
|
this.tb_EntityProName.Name = "tb_EntityProName";
|
this.tb_EntityProName.Size = new System.Drawing.Size(183, 21);
|
this.tb_EntityProName.TabIndex = 31;
|
this.tb_EntityProName.TextChanged += new System.EventHandler(this.tb_EntityProName_TextChanged);
|
//
|
// label7
|
//
|
this.label7.AutoSize = true;
|
this.label7.Location = new System.Drawing.Point(436, 149);
|
this.label7.Name = "label7";
|
this.label7.Size = new System.Drawing.Size(125, 12);
|
this.label7.TabIndex = 30;
|
this.label7.Text = "实体类对象名/表别名:";
|
//
|
// tb_EntityName
|
//
|
this.tb_EntityName.Location = new System.Drawing.Point(92, 108);
|
this.tb_EntityName.Name = "tb_EntityName";
|
this.tb_EntityName.Size = new System.Drawing.Size(183, 21);
|
this.tb_EntityName.TabIndex = 29;
|
//
|
// label8
|
//
|
this.label8.AutoSize = true;
|
this.label8.Location = new System.Drawing.Point(22, 111);
|
this.label8.Name = "label8";
|
this.label8.Size = new System.Drawing.Size(59, 12);
|
this.label8.TabIndex = 28;
|
this.label8.Text = "实体类名:";
|
//
|
// label9
|
//
|
this.label9.AutoSize = true;
|
this.label9.Location = new System.Drawing.Point(512, 38);
|
this.label9.Name = "label9";
|
this.label9.Size = new System.Drawing.Size(35, 12);
|
this.label9.TabIndex = 34;
|
this.label9.Text = "排序:";
|
//
|
// tb_OrderBy
|
//
|
this.tb_OrderBy.Location = new System.Drawing.Point(552, 35);
|
this.tb_OrderBy.Name = "tb_OrderBy";
|
this.tb_OrderBy.Size = new System.Drawing.Size(145, 21);
|
this.tb_OrderBy.TabIndex = 35;
|
//
|
// label10
|
//
|
this.label10.AutoSize = true;
|
this.label10.Location = new System.Drawing.Point(717, 38);
|
this.label10.Name = "label10";
|
this.label10.Size = new System.Drawing.Size(65, 12);
|
this.label10.TabIndex = 36;
|
this.label10.Text = "(默认降序)";
|
//
|
// tb_PrimaryDesc
|
//
|
this.tb_PrimaryDesc.Enabled = false;
|
this.tb_PrimaryDesc.Location = new System.Drawing.Point(569, 69);
|
this.tb_PrimaryDesc.Name = "tb_PrimaryDesc";
|
this.tb_PrimaryDesc.Size = new System.Drawing.Size(145, 21);
|
this.tb_PrimaryDesc.TabIndex = 38;
|
//
|
// label11
|
//
|
this.label11.AutoSize = true;
|
this.label11.Location = new System.Drawing.Point(508, 72);
|
this.label11.Name = "label11";
|
this.label11.Size = new System.Drawing.Size(59, 12);
|
this.label11.TabIndex = 37;
|
this.label11.Text = "主键描述:";
|
//
|
// btn_InsertSql
|
//
|
this.btn_InsertSql.Location = new System.Drawing.Point(413, 753);
|
this.btn_InsertSql.Name = "btn_InsertSql";
|
this.btn_InsertSql.Size = new System.Drawing.Size(157, 67);
|
this.btn_InsertSql.TabIndex = 42;
|
this.btn_InsertSql.Text = "生成InitSQL";
|
this.btn_InsertSql.UseVisualStyleBackColor = true;
|
this.btn_InsertSql.Visible = false;
|
this.btn_InsertSql.Click += new System.EventHandler(this.btn_InsertSql_Click);
|
//
|
// tb_VueRootFolerName
|
//
|
this.tb_VueRootFolerName.Location = new System.Drawing.Point(737, 316);
|
this.tb_VueRootFolerName.Name = "tb_VueRootFolerName";
|
this.tb_VueRootFolerName.Size = new System.Drawing.Size(145, 21);
|
this.tb_VueRootFolerName.TabIndex = 44;
|
this.tb_VueRootFolerName.Text = "1111";
|
//
|
// label13
|
//
|
this.label13.AutoSize = true;
|
this.label13.Location = new System.Drawing.Point(622, 319);
|
this.label13.Name = "label13";
|
this.label13.Size = new System.Drawing.Size(107, 12);
|
this.label13.TabIndex = 43;
|
this.label13.Text = "前端根文件夹名称:";
|
this.label13.Click += new System.EventHandler(this.label13_Click);
|
//
|
// groupBox1
|
//
|
this.groupBox1.Controls.Add(this.label17);
|
this.groupBox1.Controls.Add(this.cmb_DataBase);
|
this.groupBox1.Controls.Add(this.lbl_DataSource);
|
this.groupBox1.Controls.Add(this.cmb_DataSource);
|
this.groupBox1.Location = new System.Drawing.Point(51, 12);
|
this.groupBox1.Name = "groupBox1";
|
this.groupBox1.Size = new System.Drawing.Size(819, 72);
|
this.groupBox1.TabIndex = 45;
|
this.groupBox1.TabStop = false;
|
this.groupBox1.Text = "数据库配置";
|
//
|
// label17
|
//
|
this.label17.AutoSize = true;
|
this.label17.Location = new System.Drawing.Point(478, 23);
|
this.label17.Name = "label17";
|
this.label17.Size = new System.Drawing.Size(65, 12);
|
this.label17.TabIndex = 3;
|
this.label17.Text = "数据库类型";
|
//
|
// cmb_DataBase
|
//
|
this.cmb_DataBase.FormattingEnabled = true;
|
this.cmb_DataBase.Location = new System.Drawing.Point(581, 20);
|
this.cmb_DataBase.Name = "cmb_DataBase";
|
this.cmb_DataBase.Size = new System.Drawing.Size(206, 20);
|
this.cmb_DataBase.TabIndex = 2;
|
this.cmb_DataBase.SelectedIndexChanged += new System.EventHandler(this.cmb_DataBase_SelectedIndexChanged);
|
//
|
// lbl_DataSource
|
//
|
this.lbl_DataSource.AutoSize = true;
|
this.lbl_DataSource.Location = new System.Drawing.Point(10, 48);
|
this.lbl_DataSource.Name = "lbl_DataSource";
|
this.lbl_DataSource.Size = new System.Drawing.Size(89, 12);
|
this.lbl_DataSource.TabIndex = 1;
|
this.lbl_DataSource.Text = "我是链接字符串";
|
//
|
// cmb_DataSource
|
//
|
this.cmb_DataSource.FormattingEnabled = true;
|
this.cmb_DataSource.Location = new System.Drawing.Point(6, 20);
|
this.cmb_DataSource.Name = "cmb_DataSource";
|
this.cmb_DataSource.Size = new System.Drawing.Size(206, 20);
|
this.cmb_DataSource.TabIndex = 0;
|
this.cmb_DataSource.SelectedIndexChanged += new System.EventHandler(this.cmb_DataSource_SelectedIndexChanged);
|
//
|
// groupBox2
|
//
|
this.groupBox2.Controls.Add(this.label1);
|
this.groupBox2.Controls.Add(this.tb_DeleteAlertAttr);
|
this.groupBox2.Controls.Add(this.label25);
|
this.groupBox2.Controls.Add(this.tb_ValidateRepeatName);
|
this.groupBox2.Controls.Add(this.label24);
|
this.groupBox2.Controls.Add(this.tb_LikeQueryAttrsName);
|
this.groupBox2.Controls.Add(this.label23);
|
this.groupBox2.Controls.Add(this.tb_LikeQueryAttrs);
|
this.groupBox2.Controls.Add(this.label22);
|
this.groupBox2.Controls.Add(this.tb_PageMenuInstanceName);
|
this.groupBox2.Controls.Add(this.label21);
|
this.groupBox2.Controls.Add(this.tb_MenuName);
|
this.groupBox2.Controls.Add(this.label20);
|
this.groupBox2.Controls.Add(this.label19);
|
this.groupBox2.Controls.Add(this.label18);
|
this.groupBox2.Controls.Add(this.tb_EnumList);
|
this.groupBox2.Controls.Add(this.lblds);
|
this.groupBox2.Controls.Add(this.tb_VueRootFolerName);
|
this.groupBox2.Controls.Add(this.tb_TableName);
|
this.groupBox2.Controls.Add(this.label13);
|
this.groupBox2.Controls.Add(this.label2);
|
this.groupBox2.Controls.Add(this.tb_WCF_NameSpacePath);
|
this.groupBox2.Controls.Add(this.label4);
|
this.groupBox2.Controls.Add(this.tb_ChinaComment);
|
this.groupBox2.Controls.Add(this.tb_PrimaryDesc);
|
this.groupBox2.Controls.Add(this.label5);
|
this.groupBox2.Controls.Add(this.label11);
|
this.groupBox2.Controls.Add(this.tb_CreatePerson);
|
this.groupBox2.Controls.Add(this.label10);
|
this.groupBox2.Controls.Add(this.label6);
|
this.groupBox2.Controls.Add(this.tb_OrderBy);
|
this.groupBox2.Controls.Add(this.tb_Primary);
|
this.groupBox2.Controls.Add(this.label9);
|
this.groupBox2.Controls.Add(this.label8);
|
this.groupBox2.Controls.Add(this.tb_EntityProName);
|
this.groupBox2.Controls.Add(this.tb_EntityName);
|
this.groupBox2.Controls.Add(this.label7);
|
this.groupBox2.Location = new System.Drawing.Point(51, 90);
|
this.groupBox2.Name = "groupBox2";
|
this.groupBox2.Size = new System.Drawing.Size(1283, 470);
|
this.groupBox2.TabIndex = 46;
|
this.groupBox2.TabStop = false;
|
this.groupBox2.Text = "自定义配置";
|
//
|
// tb_DeleteAlertAttr
|
//
|
this.tb_DeleteAlertAttr.Location = new System.Drawing.Point(552, 246);
|
this.tb_DeleteAlertAttr.Name = "tb_DeleteAlertAttr";
|
this.tb_DeleteAlertAttr.Size = new System.Drawing.Size(145, 21);
|
this.tb_DeleteAlertAttr.TabIndex = 65;
|
//
|
// label25
|
//
|
this.label25.AutoSize = true;
|
this.label25.Location = new System.Drawing.Point(452, 255);
|
this.label25.Name = "label25";
|
this.label25.Size = new System.Drawing.Size(83, 12);
|
this.label25.TabIndex = 64;
|
this.label25.Text = "删除提示字段:";
|
//
|
// tb_ValidateRepeatName
|
//
|
this.tb_ValidateRepeatName.Location = new System.Drawing.Point(402, 108);
|
this.tb_ValidateRepeatName.Name = "tb_ValidateRepeatName";
|
this.tb_ValidateRepeatName.Size = new System.Drawing.Size(145, 21);
|
this.tb_ValidateRepeatName.TabIndex = 63;
|
//
|
// label24
|
//
|
this.label24.AutoSize = true;
|
this.label24.Location = new System.Drawing.Point(298, 114);
|
this.label24.Name = "label24";
|
this.label24.Size = new System.Drawing.Size(95, 12);
|
this.label24.TabIndex = 62;
|
this.label24.Text = "重复性校验字段:";
|
//
|
// tb_LikeQueryAttrsName
|
//
|
this.tb_LikeQueryAttrsName.Location = new System.Drawing.Point(773, 234);
|
this.tb_LikeQueryAttrsName.Name = "tb_LikeQueryAttrsName";
|
this.tb_LikeQueryAttrsName.Size = new System.Drawing.Size(197, 21);
|
this.tb_LikeQueryAttrsName.TabIndex = 61;
|
//
|
// label23
|
//
|
this.label23.AutoSize = true;
|
this.label23.Location = new System.Drawing.Point(771, 215);
|
this.label23.Name = "label23";
|
this.label23.Size = new System.Drawing.Size(299, 12);
|
this.label23.TabIndex = 60;
|
this.label23.Text = "模糊查询字段名(示例):请输入物料编码/物料名称/备注";
|
//
|
// tb_LikeQueryAttrs
|
//
|
this.tb_LikeQueryAttrs.Location = new System.Drawing.Point(773, 182);
|
this.tb_LikeQueryAttrs.Name = "tb_LikeQueryAttrs";
|
this.tb_LikeQueryAttrs.Size = new System.Drawing.Size(197, 21);
|
this.tb_LikeQueryAttrs.TabIndex = 59;
|
//
|
// label22
|
//
|
this.label22.AutoSize = true;
|
this.label22.Location = new System.Drawing.Point(771, 156);
|
this.label22.Name = "label22";
|
this.label22.Size = new System.Drawing.Size(371, 12);
|
this.label22.TabIndex = 58;
|
this.label22.Text = "模糊查询字段(示例):\'MaterialCode\', \'MaterialName\', \'Remark\'";
|
//
|
// tb_PageMenuInstanceName
|
//
|
this.tb_PageMenuInstanceName.Location = new System.Drawing.Point(552, 212);
|
this.tb_PageMenuInstanceName.Name = "tb_PageMenuInstanceName";
|
this.tb_PageMenuInstanceName.Size = new System.Drawing.Size(197, 21);
|
this.tb_PageMenuInstanceName.TabIndex = 57;
|
//
|
// label21
|
//
|
this.label21.AutoSize = true;
|
this.label21.Location = new System.Drawing.Point(450, 220);
|
this.label21.Name = "label21";
|
this.label21.Size = new System.Drawing.Size(107, 12);
|
this.label21.TabIndex = 56;
|
this.label21.Text = "页面菜单对象缩写:";
|
//
|
// tb_MenuName
|
//
|
this.tb_MenuName.Location = new System.Drawing.Point(525, 183);
|
this.tb_MenuName.Name = "tb_MenuName";
|
this.tb_MenuName.Size = new System.Drawing.Size(197, 21);
|
this.tb_MenuName.TabIndex = 55;
|
//
|
// label20
|
//
|
this.label20.AutoSize = true;
|
this.label20.Location = new System.Drawing.Point(450, 191);
|
this.label20.Name = "label20";
|
this.label20.Size = new System.Drawing.Size(71, 12);
|
this.label20.TabIndex = 54;
|
this.label20.Text = "页面菜单名:";
|
//
|
// label19
|
//
|
this.label19.AutoSize = true;
|
this.label19.Location = new System.Drawing.Point(318, 346);
|
this.label19.Name = "label19";
|
this.label19.Size = new System.Drawing.Size(563, 12);
|
this.label19.TabIndex = 53;
|
this.label19.Text = "PurchaseType|PurchaseTypeEnum|PurchaseTypeDesc,MaterialType|MaterialTypeEnum|Mate" +
|
"rialTypeDesc";
|
//
|
// label18
|
//
|
this.label18.AutoSize = true;
|
this.label18.Location = new System.Drawing.Point(318, 390);
|
this.label18.Name = "label18";
|
this.label18.Size = new System.Drawing.Size(107, 12);
|
this.label18.TabIndex = 52;
|
this.label18.Text = "枚举类型字段集合:";
|
//
|
// tb_EnumList
|
//
|
this.tb_EnumList.Location = new System.Drawing.Point(431, 361);
|
this.tb_EnumList.Multiline = true;
|
this.tb_EnumList.Name = "tb_EnumList";
|
this.tb_EnumList.Size = new System.Drawing.Size(369, 104);
|
this.tb_EnumList.TabIndex = 51;
|
//
|
// tb_FilePath
|
//
|
this.tb_FilePath.Enabled = false;
|
this.tb_FilePath.Location = new System.Drawing.Point(51, 579);
|
this.tb_FilePath.Name = "tb_FilePath";
|
this.tb_FilePath.Size = new System.Drawing.Size(568, 21);
|
this.tb_FilePath.TabIndex = 47;
|
this.tb_FilePath.TextChanged += new System.EventHandler(this.tb_FilePath_TextChanged);
|
//
|
// btn_SelectFile
|
//
|
this.btn_SelectFile.Location = new System.Drawing.Point(632, 571);
|
this.btn_SelectFile.Name = "btn_SelectFile";
|
this.btn_SelectFile.Size = new System.Drawing.Size(252, 34);
|
this.btn_SelectFile.TabIndex = 48;
|
this.btn_SelectFile.Text = "请在此导入生成代码需要的配置文本!!";
|
this.btn_SelectFile.UseVisualStyleBackColor = true;
|
this.btn_SelectFile.Click += new System.EventHandler(this.btn_SelectFile_Click);
|
//
|
// button1
|
//
|
this.button1.Location = new System.Drawing.Point(890, 571);
|
this.button1.Name = "button1";
|
this.button1.Size = new System.Drawing.Size(108, 34);
|
this.button1.TabIndex = 49;
|
this.button1.Text = "清空导入路径!!";
|
this.button1.UseVisualStyleBackColor = true;
|
this.button1.Click += new System.EventHandler(this.button1_Click_1);
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.ForeColor = System.Drawing.Color.Red;
|
this.label1.Location = new System.Drawing.Point(976, 185);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(245, 12);
|
this.label1.TabIndex = 66;
|
this.label1.Text = "如果为空,系统默认所有字符串的展示列查询";
|
//
|
// MainForm
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(1402, 831);
|
this.Controls.Add(this.button1);
|
this.Controls.Add(this.btn_SelectFile);
|
this.Controls.Add(this.tb_FilePath);
|
this.Controls.Add(this.groupBox2);
|
this.Controls.Add(this.groupBox1);
|
this.Controls.Add(this.btn_InsertSql);
|
this.Controls.Add(this.btn_CreateFile);
|
this.Controls.Add(this.btnExit);
|
this.Controls.Add(this.tbPath);
|
this.Controls.Add(this.btnPath);
|
this.Name = "MainForm";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "伟本-CMS-代码生成器(伟本专用)V1.0";
|
this.Load += new System.EventHandler(this.MainForm_Load);
|
this.groupBox1.ResumeLayout(false);
|
this.groupBox1.PerformLayout();
|
this.groupBox2.ResumeLayout(false);
|
this.groupBox2.PerformLayout();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Button btnPath;
|
private System.Windows.Forms.Label lblds;
|
private System.Windows.Forms.TextBox tbPath;
|
private System.Windows.Forms.Button btnExit;
|
private System.Windows.Forms.Button btn_CreateFile;
|
private System.Windows.Forms.TextBox tb_TableName;
|
private System.Windows.Forms.TextBox tb_WCF_NameSpacePath;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.TextBox tb_ChinaComment;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.TextBox tb_CreatePerson;
|
private System.Windows.Forms.Label label5;
|
private System.Windows.Forms.TextBox tb_Primary;
|
private System.Windows.Forms.Label label6;
|
private System.Windows.Forms.TextBox tb_EntityProName;
|
private System.Windows.Forms.Label label7;
|
private System.Windows.Forms.TextBox tb_EntityName;
|
private System.Windows.Forms.Label label8;
|
private System.Windows.Forms.Label label9;
|
private System.Windows.Forms.TextBox tb_OrderBy;
|
private System.Windows.Forms.Label label10;
|
private System.Windows.Forms.TextBox tb_PrimaryDesc;
|
private System.Windows.Forms.Label label11;
|
private System.Windows.Forms.Button btn_InsertSql;
|
private System.Windows.Forms.TextBox tb_VueRootFolerName;
|
private System.Windows.Forms.Label label13;
|
private System.Windows.Forms.GroupBox groupBox1;
|
private System.Windows.Forms.Label lbl_DataSource;
|
private System.Windows.Forms.ComboBox cmb_DataSource;
|
private System.Windows.Forms.GroupBox groupBox2;
|
private System.Windows.Forms.ComboBox cmb_DataBase;
|
private System.Windows.Forms.Label label17;
|
private System.Windows.Forms.Label label18;
|
private System.Windows.Forms.TextBox tb_EnumList;
|
private System.Windows.Forms.Label label19;
|
private System.Windows.Forms.Label label20;
|
private System.Windows.Forms.TextBox tb_MenuName;
|
private System.Windows.Forms.TextBox tb_PageMenuInstanceName;
|
private System.Windows.Forms.Label label21;
|
private System.Windows.Forms.Label label22;
|
private System.Windows.Forms.TextBox tb_LikeQueryAttrs;
|
private System.Windows.Forms.Label label23;
|
private System.Windows.Forms.TextBox tb_LikeQueryAttrsName;
|
private System.Windows.Forms.TextBox tb_ValidateRepeatName;
|
private System.Windows.Forms.Label label24;
|
private System.Windows.Forms.TextBox tb_DeleteAlertAttr;
|
private System.Windows.Forms.Label label25;
|
private System.Windows.Forms.TextBox tb_FilePath;
|
private System.Windows.Forms.Button btn_SelectFile;
|
private System.Windows.Forms.Button button1;
|
private System.Windows.Forms.Label label1;
|
}
|
}
|