|
|
|
@ -52,6 +52,7 @@
|
|
|
|
|
this.isGeneratorValidateClass = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
|
|
|
this.isGeneratorDynamicTableName = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.openGeneratorFolder = new System.Windows.Forms.Button();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// modelGen
|
|
|
|
@ -159,7 +160,7 @@
|
|
|
|
|
// label4
|
|
|
|
|
//
|
|
|
|
|
this.label4.AutoSize = true;
|
|
|
|
|
this.label4.Location = new System.Drawing.Point(87, 405);
|
|
|
|
|
this.label4.Location = new System.Drawing.Point(73, 405);
|
|
|
|
|
this.label4.Name = "label4";
|
|
|
|
|
this.label4.Size = new System.Drawing.Size(827, 12);
|
|
|
|
|
this.label4.TabIndex = 77;
|
|
|
|
@ -234,11 +235,11 @@
|
|
|
|
|
// databaseLable
|
|
|
|
|
//
|
|
|
|
|
this.databaseLable.AutoSize = true;
|
|
|
|
|
this.databaseLable.Location = new System.Drawing.Point(140, 17);
|
|
|
|
|
this.databaseLable.Location = new System.Drawing.Point(123, 16);
|
|
|
|
|
this.databaseLable.Name = "databaseLable";
|
|
|
|
|
this.databaseLable.Size = new System.Drawing.Size(41, 12);
|
|
|
|
|
this.databaseLable.Size = new System.Drawing.Size(65, 12);
|
|
|
|
|
this.databaseLable.TabIndex = 84;
|
|
|
|
|
this.databaseLable.Text = "表名:";
|
|
|
|
|
this.databaseLable.Text = "数据库名:";
|
|
|
|
|
//
|
|
|
|
|
// label7
|
|
|
|
|
//
|
|
|
|
@ -276,11 +277,22 @@
|
|
|
|
|
this.isGeneratorDynamicTableName.TabIndex = 88;
|
|
|
|
|
this.isGeneratorDynamicTableName.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// openGeneratorFolder
|
|
|
|
|
//
|
|
|
|
|
this.openGeneratorFolder.Location = new System.Drawing.Point(208, 322);
|
|
|
|
|
this.openGeneratorFolder.Name = "openGeneratorFolder";
|
|
|
|
|
this.openGeneratorFolder.Size = new System.Drawing.Size(102, 23);
|
|
|
|
|
this.openGeneratorFolder.TabIndex = 90;
|
|
|
|
|
this.openGeneratorFolder.Text = "打开生成目录";
|
|
|
|
|
this.openGeneratorFolder.UseVisualStyleBackColor = true;
|
|
|
|
|
this.openGeneratorFolder.Click += new System.EventHandler(this.openGeneratorFolder_Click);
|
|
|
|
|
//
|
|
|
|
|
// Form1
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(1065, 778);
|
|
|
|
|
this.Controls.Add(this.openGeneratorFolder);
|
|
|
|
|
this.Controls.Add(this.label8);
|
|
|
|
|
this.Controls.Add(this.isGeneratorDynamicTableName);
|
|
|
|
|
this.Controls.Add(this.label7);
|
|
|
|
@ -339,6 +351,7 @@
|
|
|
|
|
private System.Windows.Forms.CheckBox isGeneratorValidateClass;
|
|
|
|
|
private System.Windows.Forms.Label label8;
|
|
|
|
|
private System.Windows.Forms.CheckBox isGeneratorDynamicTableName;
|
|
|
|
|
private System.Windows.Forms.Button openGeneratorFolder;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|