namespace JavaCode
|
{
|
partial class FrmMyBatisPlus
|
{
|
/// <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.txtNS = new System.Windows.Forms.TextBox();
|
this.txtTabPre = new System.Windows.Forms.TextBox();
|
this.btnReadTab = new System.Windows.Forms.Button();
|
this.tabList = new System.Windows.Forms.ListBox();
|
this.dgvTab = new System.Windows.Forms.DataGridView();
|
this.txtEntityNS = new System.Windows.Forms.TextBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.txtMapperNS = new System.Windows.Forms.TextBox();
|
this.label2 = new System.Windows.Forms.Label();
|
this.btnGeneAll = new System.Windows.Forms.Button();
|
this.btnAll = new System.Windows.Forms.Button();
|
this.btnAnti = new System.Windows.Forms.Button();
|
this.btnNone = new System.Windows.Forms.Button();
|
this.btnGeneEntity = new System.Windows.Forms.Button();
|
this.btnGeneMapper = new System.Windows.Forms.Button();
|
this.txtTabNS = new System.Windows.Forms.TextBox();
|
this.label1 = new System.Windows.Forms.Label();
|
((System.ComponentModel.ISupportInitialize)(this.dgvTab)).BeginInit();
|
this.SuspendLayout();
|
//
|
// txtNS
|
//
|
this.txtNS.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtNS.Location = new System.Drawing.Point(12, 13);
|
this.txtNS.Name = "txtNS";
|
this.txtNS.Size = new System.Drawing.Size(104, 26);
|
this.txtNS.TabIndex = 25;
|
this.txtNS.Text = "29257,20582";
|
//
|
// txtTabPre
|
//
|
this.txtTabPre.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtTabPre.Location = new System.Drawing.Point(136, 13);
|
this.txtTabPre.Name = "txtTabPre";
|
this.txtTabPre.Size = new System.Drawing.Size(98, 26);
|
this.txtTabPre.TabIndex = 24;
|
//
|
// btnReadTab
|
//
|
this.btnReadTab.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.btnReadTab.Location = new System.Drawing.Point(247, 15);
|
this.btnReadTab.Name = "btnReadTab";
|
this.btnReadTab.Size = new System.Drawing.Size(118, 23);
|
this.btnReadTab.TabIndex = 23;
|
this.btnReadTab.Text = "读取数据库表";
|
this.btnReadTab.UseVisualStyleBackColor = true;
|
this.btnReadTab.Click += new System.EventHandler(this.btnReadTab_Click);
|
//
|
// tabList
|
//
|
this.tabList.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.tabList.FormattingEnabled = true;
|
this.tabList.ItemHeight = 16;
|
this.tabList.Location = new System.Drawing.Point(12, 86);
|
this.tabList.Name = "tabList";
|
this.tabList.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple;
|
this.tabList.Size = new System.Drawing.Size(353, 212);
|
this.tabList.TabIndex = 22;
|
this.tabList.SelectedIndexChanged += new System.EventHandler(this.tabList_SelectedIndexChanged);
|
//
|
// dgvTab
|
//
|
this.dgvTab.AllowUserToAddRows = false;
|
this.dgvTab.AllowUserToDeleteRows = false;
|
this.dgvTab.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
|
this.dgvTab.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.dgvTab.Location = new System.Drawing.Point(12, 312);
|
this.dgvTab.Margin = new System.Windows.Forms.Padding(0);
|
this.dgvTab.MultiSelect = false;
|
this.dgvTab.Name = "dgvTab";
|
this.dgvTab.ReadOnly = true;
|
this.dgvTab.RowHeadersWidth = 40;
|
this.dgvTab.RowTemplate.Height = 23;
|
this.dgvTab.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
this.dgvTab.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
this.dgvTab.Size = new System.Drawing.Size(825, 300);
|
this.dgvTab.TabIndex = 26;
|
//
|
// txtEntityNS
|
//
|
this.txtEntityNS.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtEntityNS.Location = new System.Drawing.Point(525, 89);
|
this.txtEntityNS.Name = "txtEntityNS";
|
this.txtEntityNS.Size = new System.Drawing.Size(312, 26);
|
this.txtEntityNS.TabIndex = 30;
|
this.txtEntityNS.Text = "com.lf.server.entity.bd";
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label3.Location = new System.Drawing.Point(385, 94);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(136, 16);
|
this.label3.TabIndex = 29;
|
this.label3.Text = "Entity名称空间:";
|
//
|
// txtMapperNS
|
//
|
this.txtMapperNS.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtMapperNS.Location = new System.Drawing.Point(525, 53);
|
this.txtMapperNS.Name = "txtMapperNS";
|
this.txtMapperNS.Size = new System.Drawing.Size(312, 26);
|
this.txtMapperNS.TabIndex = 32;
|
this.txtMapperNS.Text = "com.lf.server.mapper.bd";
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label2.Location = new System.Drawing.Point(385, 58);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(136, 16);
|
this.label2.TabIndex = 31;
|
this.label2.Text = "Mapper名称空间:";
|
//
|
// btnGeneAll
|
//
|
this.btnGeneAll.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.btnGeneAll.Location = new System.Drawing.Point(525, 208);
|
this.btnGeneAll.Name = "btnGeneAll";
|
this.btnGeneAll.Size = new System.Drawing.Size(312, 25);
|
this.btnGeneAll.TabIndex = 33;
|
this.btnGeneAll.Text = "生 成 所 有 文 件";
|
this.btnGeneAll.UseVisualStyleBackColor = true;
|
this.btnGeneAll.Click += new System.EventHandler(this.btnGeneAll_Click);
|
//
|
// btnAll
|
//
|
this.btnAll.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.btnAll.Location = new System.Drawing.Point(12, 53);
|
this.btnAll.Name = "btnAll";
|
this.btnAll.Size = new System.Drawing.Size(104, 23);
|
this.btnAll.TabIndex = 34;
|
this.btnAll.Text = "全 选";
|
this.btnAll.UseVisualStyleBackColor = true;
|
this.btnAll.Click += new System.EventHandler(this.btnAll_Click);
|
//
|
// btnAnti
|
//
|
this.btnAnti.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.btnAnti.Location = new System.Drawing.Point(136, 52);
|
this.btnAnti.Name = "btnAnti";
|
this.btnAnti.Size = new System.Drawing.Size(98, 23);
|
this.btnAnti.TabIndex = 35;
|
this.btnAnti.Text = "反 选";
|
this.btnAnti.UseVisualStyleBackColor = true;
|
this.btnAnti.Click += new System.EventHandler(this.btnAnti_Click);
|
//
|
// btnNone
|
//
|
this.btnNone.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.btnNone.Location = new System.Drawing.Point(247, 52);
|
this.btnNone.Name = "btnNone";
|
this.btnNone.Size = new System.Drawing.Size(118, 23);
|
this.btnNone.TabIndex = 36;
|
this.btnNone.Text = "全 不 选";
|
this.btnNone.UseVisualStyleBackColor = true;
|
this.btnNone.Click += new System.EventHandler(this.btnNone_Click);
|
//
|
// btnGeneEntity
|
//
|
this.btnGeneEntity.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.btnGeneEntity.Location = new System.Drawing.Point(525, 169);
|
this.btnGeneEntity.Name = "btnGeneEntity";
|
this.btnGeneEntity.Size = new System.Drawing.Size(312, 25);
|
this.btnGeneEntity.TabIndex = 38;
|
this.btnGeneEntity.Text = "生 成 Entity.java";
|
this.btnGeneEntity.UseVisualStyleBackColor = true;
|
this.btnGeneEntity.Click += new System.EventHandler(this.btnGeneEntity_Click);
|
//
|
// btnGeneMapper
|
//
|
this.btnGeneMapper.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.btnGeneMapper.Location = new System.Drawing.Point(525, 128);
|
this.btnGeneMapper.Name = "btnGeneMapper";
|
this.btnGeneMapper.Size = new System.Drawing.Size(312, 25);
|
this.btnGeneMapper.TabIndex = 37;
|
this.btnGeneMapper.Text = "生 成 Mapper.java";
|
this.btnGeneMapper.UseVisualStyleBackColor = true;
|
this.btnGeneMapper.Click += new System.EventHandler(this.btnGeneMapper_Click);
|
//
|
// txtTabNS
|
//
|
this.txtTabNS.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtTabNS.Location = new System.Drawing.Point(525, 15);
|
this.txtTabNS.Name = "txtTabNS";
|
this.txtTabNS.Size = new System.Drawing.Size(312, 26);
|
this.txtTabNS.TabIndex = 40;
|
this.txtTabNS.Text = "bd.";
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label1.Location = new System.Drawing.Point(433, 20);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(88, 16);
|
this.label1.TabIndex = 39;
|
this.label1.Text = "表名前缀:";
|
//
|
// FrmMyBatisPlus
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(852, 628);
|
this.Controls.Add(this.txtTabNS);
|
this.Controls.Add(this.label1);
|
this.Controls.Add(this.btnGeneEntity);
|
this.Controls.Add(this.btnGeneMapper);
|
this.Controls.Add(this.btnNone);
|
this.Controls.Add(this.btnAnti);
|
this.Controls.Add(this.btnAll);
|
this.Controls.Add(this.btnGeneAll);
|
this.Controls.Add(this.txtMapperNS);
|
this.Controls.Add(this.label2);
|
this.Controls.Add(this.txtEntityNS);
|
this.Controls.Add(this.label3);
|
this.Controls.Add(this.dgvTab);
|
this.Controls.Add(this.txtNS);
|
this.Controls.Add(this.txtTabPre);
|
this.Controls.Add(this.btnReadTab);
|
this.Controls.Add(this.tabList);
|
this.Name = "FrmMyBatisPlus";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "FrmMyBatisPlus";
|
this.Load += new System.EventHandler(this.FrmMyBatisPlus_Load);
|
((System.ComponentModel.ISupportInitialize)(this.dgvTab)).EndInit();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.TextBox txtNS;
|
private System.Windows.Forms.TextBox txtTabPre;
|
private System.Windows.Forms.Button btnReadTab;
|
private System.Windows.Forms.ListBox tabList;
|
private System.Windows.Forms.DataGridView dgvTab;
|
private System.Windows.Forms.TextBox txtEntityNS;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.TextBox txtMapperNS;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.Button btnGeneAll;
|
private System.Windows.Forms.Button btnAll;
|
private System.Windows.Forms.Button btnAnti;
|
private System.Windows.Forms.Button btnNone;
|
private System.Windows.Forms.Button btnGeneEntity;
|
private System.Windows.Forms.Button btnGeneMapper;
|
private System.Windows.Forms.TextBox txtTabNS;
|
private System.Windows.Forms.Label label1;
|
}
|
}
|