namespace JavaCode
{
partial class FrmMyBatisPlus
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
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.btnGenerate = 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();
((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, 61);
this.txtEntityNS.Name = "txtEntityNS";
this.txtEntityNS.Size = new System.Drawing.Size(312, 26);
this.txtEntityNS.TabIndex = 30;
this.txtEntityNS.Text = "com.lf.server.entity.db";
//
// 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, 66);
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, 15);
this.txtMapperNS.Name = "txtMapperNS";
this.txtMapperNS.Size = new System.Drawing.Size(312, 26);
this.txtMapperNS.TabIndex = 32;
this.txtMapperNS.Text = "com.lf.server.mapper.db";
//
// 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, 20);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(136, 16);
this.label2.TabIndex = 31;
this.label2.Text = "Mapper名称空间:";
//
// btnGenerate
//
this.btnGenerate.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnGenerate.Location = new System.Drawing.Point(525, 115);
this.btnGenerate.Name = "btnGenerate";
this.btnGenerate.Size = new System.Drawing.Size(312, 25);
this.btnGenerate.TabIndex = 33;
this.btnGenerate.Text = "生 成 文 件";
this.btnGenerate.UseVisualStyleBackColor = true;
this.btnGenerate.Click += new System.EventHandler(this.btnGenerate_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);
//
// 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.btnNone);
this.Controls.Add(this.btnAnti);
this.Controls.Add(this.btnAll);
this.Controls.Add(this.btnGenerate);
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 btnGenerate;
private System.Windows.Forms.Button btnAll;
private System.Windows.Forms.Button btnAnti;
private System.Windows.Forms.Button btnNone;
}
}