4 Star 11 Fork 8

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

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
FrmCreateMybatisMulti.Designer.cs 13.90 KB
一键复制 编辑 原始数据 按行查看 历史
鸣飞 提交于 2019-02-12 16:31 +08:00 . xxx
namespace CodeGenerator.UI
{
partial class FrmCreateMybatisMulti
{
/// <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.txtMapping = new System.Windows.Forms.TextBox();
this.lblDao = new System.Windows.Forms.Label();
this.txtEntityName = new System.Windows.Forms.TextBox();
this.lblEntityName = new System.Windows.Forms.Label();
this.txtService = new System.Windows.Forms.TextBox();
this.lblService = new System.Windows.Forms.Label();
this.txtIservice = new System.Windows.Forms.TextBox();
this.lblIservice = new System.Windows.Forms.Label();
this.txtDao = new System.Windows.Forms.TextBox();
this.lblNameSpace = new System.Windows.Forms.Label();
this.txtPrefix = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
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.checkBox1 = new System.Windows.Forms.CheckBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(402, 546);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(67, 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(475, 546);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(63, 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.txtMapping);
this.groupBox1.Controls.Add(this.lblDao);
this.groupBox1.Controls.Add(this.txtEntityName);
this.groupBox1.Controls.Add(this.lblEntityName);
this.groupBox1.Controls.Add(this.txtService);
this.groupBox1.Controls.Add(this.lblService);
this.groupBox1.Controls.Add(this.txtIservice);
this.groupBox1.Controls.Add(this.btnChoose);
this.groupBox1.Controls.Add(this.txtOutputDir);
this.groupBox1.Controls.Add(this.lblIservice);
this.groupBox1.Controls.Add(this.txtDao);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.lblNameSpace);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txtPrefix);
this.groupBox1.Location = new System.Drawing.Point(0, 300);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(544, 226);
this.groupBox1.TabIndex = 25;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "生成设置";
//
// txtMapping
//
this.txtMapping.Location = new System.Drawing.Point(95, 82);
this.txtMapping.Name = "txtMapping";
this.txtMapping.Size = new System.Drawing.Size(437, 21);
this.txtMapping.TabIndex = 38;
//
// lblDao
//
this.lblDao.AutoSize = true;
this.lblDao.Location = new System.Drawing.Point(12, 56);
this.lblDao.Name = "lblDao";
this.lblDao.Size = new System.Drawing.Size(53, 12);
this.lblDao.TabIndex = 37;
this.lblDao.Text = "Dao包名:";
//
// txtEntityName
//
this.txtEntityName.Location = new System.Drawing.Point(95, 28);
this.txtEntityName.Name = "txtEntityName";
this.txtEntityName.Size = new System.Drawing.Size(438, 21);
this.txtEntityName.TabIndex = 36;
//
// lblEntityName
//
this.lblEntityName.AutoSize = true;
this.lblEntityName.Location = new System.Drawing.Point(12, 31);
this.lblEntityName.Name = "lblEntityName";
this.lblEntityName.Size = new System.Drawing.Size(59, 12);
this.lblEntityName.TabIndex = 35;
this.lblEntityName.Text = "实体包名:";
//
// txtService
//
this.txtService.Location = new System.Drawing.Point(95, 140);
this.txtService.Name = "txtService";
this.txtService.Size = new System.Drawing.Size(437, 21);
this.txtService.TabIndex = 33;
//
// lblService
//
this.lblService.AutoSize = true;
this.lblService.Location = new System.Drawing.Point(12, 143);
this.lblService.Name = "lblService";
this.lblService.Size = new System.Drawing.Size(77, 12);
this.lblService.TabIndex = 32;
this.lblService.Text = "Service包名:";
//
// txtIservice
//
this.txtIservice.Location = new System.Drawing.Point(95, 110);
this.txtIservice.Name = "txtIservice";
this.txtIservice.Size = new System.Drawing.Size(437, 21);
this.txtIservice.TabIndex = 31;
//
// lblIservice
//
this.lblIservice.AutoSize = true;
this.lblIservice.Location = new System.Drawing.Point(12, 113);
this.lblIservice.Name = "lblIservice";
this.lblIservice.Size = new System.Drawing.Size(83, 12);
this.lblIservice.TabIndex = 30;
this.lblIservice.Text = "IService包名:";
//
// txtDao
//
this.txtDao.Location = new System.Drawing.Point(95, 53);
this.txtDao.Name = "txtDao";
this.txtDao.Size = new System.Drawing.Size(437, 21);
this.txtDao.TabIndex = 25;
//
// lblNameSpace
//
this.lblNameSpace.AutoSize = true;
this.lblNameSpace.Location = new System.Drawing.Point(12, 82);
this.lblNameSpace.Name = "lblNameSpace";
this.lblNameSpace.Size = new System.Drawing.Size(53, 12);
this.lblNameSpace.TabIndex = 24;
this.lblNameSpace.Text = "Mapping:";
//
// txtPrefix
//
this.txtPrefix.Location = new System.Drawing.Point(95, 171);
this.txtPrefix.Name = "txtPrefix";
this.txtPrefix.Size = new System.Drawing.Size(437, 21);
this.txtPrefix.TabIndex = 16;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 174);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(71, 12);
this.label2.TabIndex = 15;
this.label2.Text = "过滤表前缀:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 201);
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(457, 196);
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(95, 198);
this.txtOutputDir.Name = "txtOutputDir";
this.txtOutputDir.Size = new System.Drawing.Size(358, 21);
this.txtOutputDir.TabIndex = 12;
//
// progressBar1
//
this.progressBar1.Location = new System.Drawing.Point(12, 546);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(282, 23);
this.progressBar1.TabIndex = 16;
//
// lblMsg
//
this.lblMsg.AutoSize = true;
this.lblMsg.ForeColor = System.Drawing.Color.Red;
this.lblMsg.Location = new System.Drawing.Point(15, 530);
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, 299);
this.ucSelectTable1.TabIndex = 22;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Checked = true;
this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox1.Location = new System.Drawing.Point(300, 550);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(96, 16);
this.checkBox1.TabIndex = 27;
this.checkBox1.Text = "完成打开目录";
this.checkBox1.UseVisualStyleBackColor = true;
//
// FrmCreateMybatisMulti
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(550, 581);
this.Controls.Add(this.checkBox1);
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 = "FrmCreateMybatisMulti";
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.FrmCreateCodeMulti_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.ProgressBar progressBar1;
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;
private System.Windows.Forms.TextBox txtDao;
private System.Windows.Forms.Label lblNameSpace;
private System.Windows.Forms.TextBox txtService;
private System.Windows.Forms.Label lblService;
private System.Windows.Forms.TextBox txtIservice;
private System.Windows.Forms.Label lblIservice;
private System.Windows.Forms.TextBox txtEntityName;
private System.Windows.Forms.Label lblEntityName;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.TextBox txtMapping;
private System.Windows.Forms.Label lblDao;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/mf_/CodeGenerator.git
git@gitee.com:mf_/CodeGenerator.git
mf_
CodeGenerator
BuildH框架代码开发辅助工具
master

搜索帮助