Ai
4 Star 11 Fork 8

鸣飞/BuildH框架代码开发辅助工具

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
FrmCreateEntityMulti.Designer.cs 10.82 KB
一键复制 编辑 原始数据 按行查看 历史
鸣飞 提交于 2019-02-12 16:31 +08:00 . xxx
namespace CodeGenerator.UI
{
partial class FrmCreateEntityMulti
{
/// <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.btnCancel = new System.Windows.Forms.Button();
this.btnOk = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.radioButton3 = new System.Windows.Forms.RadioButton();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.label1 = new System.Windows.Forms.Label();
this.btnChoose = new System.Windows.Forms.Button();
this.txtOutputDir = new System.Windows.Forms.TextBox();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.lblMsg = new System.Windows.Forms.Label();
this.ucSelectTable1 = new CodeGenerator.UI.UcSelectTable();
this.label2 = new System.Windows.Forms.Label();
this.txtPrefix = new System.Windows.Forms.TextBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(385, 507);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 18;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(469, 507);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(75, 23);
this.btnOk.TabIndex = 21;
this.btnOk.Text = "开始执行";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtPrefix);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.radioButton3);
this.groupBox1.Controls.Add(this.radioButton2);
this.groupBox1.Controls.Add(this.radioButton1);
this.groupBox1.Controls.Add(this.checkBox1);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.btnChoose);
this.groupBox1.Controls.Add(this.txtOutputDir);
this.groupBox1.Location = new System.Drawing.Point(0, 385);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(544, 104);
this.groupBox1.TabIndex = 25;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "生成设置";
//
// radioButton3
//
this.radioButton3.AutoSize = true;
this.radioButton3.Location = new System.Drawing.Point(423, 84);
this.radioButton3.Name = "radioButton3";
this.radioButton3.Size = new System.Drawing.Size(83, 16);
this.radioButton3.TabIndex = 19;
this.radioButton3.Text = "Java实体类";
this.radioButton3.UseVisualStyleBackColor = true;
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(298, 84);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(119, 16);
this.radioButton2.TabIndex = 18;
this.radioButton2.Text = "C#复杂属性实体类";
this.radioButton2.UseVisualStyleBackColor = true;
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Checked = true;
this.radioButton1.Location = new System.Drawing.Point(173, 84);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(119, 16);
this.radioButton1.TabIndex = 17;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "C#简单属性实体类";
this.radioButton1.UseVisualStyleBackColor = true;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Checked = true;
this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox1.Location = new System.Drawing.Point(6, 84);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(132, 16);
this.checkBox1.TabIndex = 15;
this.checkBox1.Text = "生成后打开目录文档";
this.checkBox1.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 56);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 14;
this.label1.Text = "输出目录:";
//
// btnChoose
//
this.btnChoose.Location = new System.Drawing.Point(460, 51);
this.btnChoose.Name = "btnChoose";
this.btnChoose.Size = new System.Drawing.Size(75, 23);
this.btnChoose.TabIndex = 13;
this.btnChoose.Text = "浏览";
this.btnChoose.UseVisualStyleBackColor = true;
this.btnChoose.Click += new System.EventHandler(this.btnChoose_Click);
//
// txtOutputDir
//
this.txtOutputDir.Location = new System.Drawing.Point(77, 53);
this.txtOutputDir.Name = "txtOutputDir";
this.txtOutputDir.Size = new System.Drawing.Size(380, 21);
this.txtOutputDir.TabIndex = 12;
//
// progressBar1
//
this.progressBar1.Location = new System.Drawing.Point(9, 507);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(344, 23);
this.progressBar1.TabIndex = 16;
//
// lblMsg
//
this.lblMsg.AutoSize = true;
this.lblMsg.ForeColor = System.Drawing.Color.Red;
this.lblMsg.Location = new System.Drawing.Point(12, 492);
this.lblMsg.Name = "lblMsg";
this.lblMsg.Size = new System.Drawing.Size(0, 12);
this.lblMsg.TabIndex = 26;
//
// ucSelectTable1
//
this.ucSelectTable1.Dock = System.Windows.Forms.DockStyle.Top;
this.ucSelectTable1.Location = new System.Drawing.Point(0, 0);
this.ucSelectTable1.Name = "ucSelectTable1";
this.ucSelectTable1.Size = new System.Drawing.Size(550, 379);
this.ucSelectTable1.TabIndex = 22;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(4, 26);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(77, 12);
this.label2.TabIndex = 20;
this.label2.Text = "过滤表前缀:";
//
// txtPrefix
//
this.txtPrefix.Location = new System.Drawing.Point(77, 23);
this.txtPrefix.Name = "txtPrefix";
this.txtPrefix.Size = new System.Drawing.Size(458, 21);
this.txtPrefix.TabIndex = 21;
//
// FrmCreateEntityMulti
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(550, 537);
this.Controls.Add(this.lblMsg);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.ucSelectTable1);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.progressBar1);
this.Controls.Add(this.btnCancel);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmCreateEntityMulti";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "实体类属性代码批量生成";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmCreateEntityMulti_FormClosing);
this.Load += new System.EventHandler(this.FrmCreateEntityMulti_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOk;
private UcSelectTable ucSelectTable1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.RadioButton radioButton3;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.ProgressBar progressBar1;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnChoose;
private System.Windows.Forms.TextBox txtOutputDir;
private System.Windows.Forms.Label lblMsg;
private System.Windows.Forms.TextBox txtPrefix;
private System.Windows.Forms.Label label2;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/mf_/CodeGenerator.git
git@gitee.com:mf_/CodeGenerator.git
mf_
CodeGenerator
BuildH框架代码开发辅助工具
master

搜索帮助