代码拉取完成,页面将自动刷新
namespace CodeGenerator.UI
{
partial class FrmDataBaseInfo
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDataBaseInfo));
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tsb_add = new System.Windows.Forms.ToolStripDropDownButton();
this.sqlServerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mySqlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.sqliteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tsb_link = new System.Windows.Forms.ToolStripButton();
this.tsb_close = new System.Windows.Forms.ToolStripButton();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.treeView1 = new System.Windows.Forms.TreeView();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.连接服务器ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.断开服务器ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.注销服务器ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.生成数据库文档ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.BuildH代码批量生成ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mybatis代码批量生成ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.实体类属性生成ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.contextMenuStrip3 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.表信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.实体类生成ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.c简单属性代码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.c复杂属性代码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.java实体类ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.buildH代码生成ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mybatis代码生成ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.postgreSQLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStrip1.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
this.contextMenuStrip2.SuspendLayout();
this.contextMenuStrip3.SuspendLayout();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsb_add,
this.tsb_link,
this.tsb_close});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(252, 25);
this.toolStrip1.TabIndex = 0;
this.toolStrip1.Text = "toolStrip1";
//
// tsb_add
//
this.tsb_add.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsb_add.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.sqlServerToolStripMenuItem,
this.mySqlToolStripMenuItem,
this.sqliteToolStripMenuItem,
this.postgreSQLToolStripMenuItem});
this.tsb_add.Image = ((System.Drawing.Image)(resources.GetObject("tsb_add.Image")));
this.tsb_add.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsb_add.Name = "tsb_add";
this.tsb_add.Size = new System.Drawing.Size(29, 22);
this.tsb_add.Text = "新增服务器";
this.tsb_add.Click += new System.EventHandler(this.tsb_add_Click);
//
// sqlServerToolStripMenuItem
//
this.sqlServerToolStripMenuItem.Name = "sqlServerToolStripMenuItem";
this.sqlServerToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.sqlServerToolStripMenuItem.Text = "SqlServer";
this.sqlServerToolStripMenuItem.Click += new System.EventHandler(this.sqlServerToolStripMenuItem_Click);
//
// mySqlToolStripMenuItem
//
this.mySqlToolStripMenuItem.Name = "mySqlToolStripMenuItem";
this.mySqlToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.mySqlToolStripMenuItem.Text = "MySql";
this.mySqlToolStripMenuItem.Click += new System.EventHandler(this.mySqlToolStripMenuItem_Click);
//
// sqliteToolStripMenuItem
//
this.sqliteToolStripMenuItem.Name = "sqliteToolStripMenuItem";
this.sqliteToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.sqliteToolStripMenuItem.Text = "Sqlite";
this.sqliteToolStripMenuItem.Click += new System.EventHandler(this.sqliteToolStripMenuItem_Click);
//
// tsb_link
//
this.tsb_link.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsb_link.Image = ((System.Drawing.Image)(resources.GetObject("tsb_link.Image")));
this.tsb_link.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsb_link.Name = "tsb_link";
this.tsb_link.Size = new System.Drawing.Size(23, 22);
this.tsb_link.Text = "连接服务器";
this.tsb_link.Click += new System.EventHandler(this.tsb_link_Click);
//
// tsb_close
//
this.tsb_close.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsb_close.Image = ((System.Drawing.Image)(resources.GetObject("tsb_close.Image")));
this.tsb_close.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsb_close.Name = "tsb_close";
this.tsb_close.Size = new System.Drawing.Size(23, 22);
this.tsb_close.Text = "注销服务器";
this.tsb_close.Click += new System.EventHandler(this.tsb_close_Click);
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "computer.png");
this.imageList1.Images.SetKeyName(1, "database_yellow.png");
this.imageList1.Images.SetKeyName(2, "folder.png");
this.imageList1.Images.SetKeyName(3, "database_table.png");
//
// treeView1
//
this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeView1.ImageIndex = 0;
this.treeView1.ImageList = this.imageList1;
this.treeView1.Location = new System.Drawing.Point(0, 25);
this.treeView1.Name = "treeView1";
this.treeView1.SelectedImageIndex = 0;
this.treeView1.Size = new System.Drawing.Size(252, 407);
this.treeView1.TabIndex = 1;
this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
this.treeView1.DoubleClick += new System.EventHandler(this.treeView1_DoubleClick);
this.treeView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeView1_MouseDown);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.连接服务器ToolStripMenuItem,
this.断开服务器ToolStripMenuItem,
this.注销服务器ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(137, 70);
//
// 连接服务器ToolStripMenuItem
//
this.连接服务器ToolStripMenuItem.Name = "连接服务器ToolStripMenuItem";
this.连接服务器ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.连接服务器ToolStripMenuItem.Text = "连接服务器";
this.连接服务器ToolStripMenuItem.Click += new System.EventHandler(this.连接服务器ToolStripMenuItem_Click);
//
// 断开服务器ToolStripMenuItem
//
this.断开服务器ToolStripMenuItem.Name = "断开服务器ToolStripMenuItem";
this.断开服务器ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.断开服务器ToolStripMenuItem.Text = "断开服务器";
this.断开服务器ToolStripMenuItem.Click += new System.EventHandler(this.断开服务器ToolStripMenuItem_Click);
//
// 注销服务器ToolStripMenuItem
//
this.注销服务器ToolStripMenuItem.Name = "注销服务器ToolStripMenuItem";
this.注销服务器ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.注销服务器ToolStripMenuItem.Text = "注销服务器";
this.注销服务器ToolStripMenuItem.Click += new System.EventHandler(this.注销服务器ToolStripMenuItem_Click);
//
// contextMenuStrip2
//
this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.生成数据库文档ToolStripMenuItem,
this.BuildH代码批量生成ToolStripMenuItem,
this.mybatis代码批量生成ToolStripMenuItem,
this.实体类属性生成ToolStripMenuItem});
this.contextMenuStrip2.Name = "contextMenuStrip2";
this.contextMenuStrip2.Size = new System.Drawing.Size(195, 92);
//
// 生成数据库文档ToolStripMenuItem
//
this.生成数据库文档ToolStripMenuItem.Name = "生成数据库文档ToolStripMenuItem";
this.生成数据库文档ToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
this.生成数据库文档ToolStripMenuItem.Text = "数据字典生成";
this.生成数据库文档ToolStripMenuItem.Click += new System.EventHandler(this.生成数据库文档ToolStripMenuItem_Click);
//
// BuildH代码批量生成ToolStripMenuItem
//
this.BuildH代码批量生成ToolStripMenuItem.Name = "BuildH代码批量生成ToolStripMenuItem";
this.BuildH代码批量生成ToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
this.BuildH代码批量生成ToolStripMenuItem.Text = "BuildH代码批量生成";
this.BuildH代码批量生成ToolStripMenuItem.Click += new System.EventHandler(this.BuildH代码批量生成ToolStripMenuItem_Click);
//
// mybatis代码批量生成ToolStripMenuItem
//
this.mybatis代码批量生成ToolStripMenuItem.Name = "mybatis代码批量生成ToolStripMenuItem";
this.mybatis代码批量生成ToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
this.mybatis代码批量生成ToolStripMenuItem.Text = "Mybatis代码批量生成";
this.mybatis代码批量生成ToolStripMenuItem.Click += new System.EventHandler(this.mybatis代码批量生成ToolStripMenuItem_Click);
//
// 实体类属性生成ToolStripMenuItem
//
this.实体类属性生成ToolStripMenuItem.Name = "实体类属性生成ToolStripMenuItem";
this.实体类属性生成ToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
this.实体类属性生成ToolStripMenuItem.Text = "实体类属性生成";
this.实体类属性生成ToolStripMenuItem.Click += new System.EventHandler(this.实体类属性生成ToolStripMenuItem_Click);
//
// contextMenuStrip3
//
this.contextMenuStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.表信息ToolStripMenuItem,
this.实体类生成ToolStripMenuItem,
this.buildH代码生成ToolStripMenuItem,
this.mybatis代码生成ToolStripMenuItem});
this.contextMenuStrip3.Name = "contextMenuStrip3";
this.contextMenuStrip3.Size = new System.Drawing.Size(171, 92);
//
// 表信息ToolStripMenuItem
//
this.表信息ToolStripMenuItem.Name = "表信息ToolStripMenuItem";
this.表信息ToolStripMenuItem.Size = new System.Drawing.Size(170, 22);
this.表信息ToolStripMenuItem.Text = "表结构信息";
this.表信息ToolStripMenuItem.Click += new System.EventHandler(this.表信息ToolStripMenuItem_Click);
//
// 实体类生成ToolStripMenuItem
//
this.实体类生成ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.c简单属性代码ToolStripMenuItem,
this.c复杂属性代码ToolStripMenuItem,
this.java实体类ToolStripMenuItem});
this.实体类生成ToolStripMenuItem.Name = "实体类生成ToolStripMenuItem";
this.实体类生成ToolStripMenuItem.Size = new System.Drawing.Size(170, 22);
this.实体类生成ToolStripMenuItem.Text = "实体类生成";
//
// c简单属性代码ToolStripMenuItem
//
this.c简单属性代码ToolStripMenuItem.Name = "c简单属性代码ToolStripMenuItem";
this.c简单属性代码ToolStripMenuItem.Size = new System.Drawing.Size(176, 22);
this.c简单属性代码ToolStripMenuItem.Text = "C#简单属性实体类";
this.c简单属性代码ToolStripMenuItem.Click += new System.EventHandler(this.c简单属性代码ToolStripMenuItem_Click);
//
// c复杂属性代码ToolStripMenuItem
//
this.c复杂属性代码ToolStripMenuItem.Name = "c复杂属性代码ToolStripMenuItem";
this.c复杂属性代码ToolStripMenuItem.Size = new System.Drawing.Size(176, 22);
this.c复杂属性代码ToolStripMenuItem.Text = "C#复杂属性实体类";
this.c复杂属性代码ToolStripMenuItem.Click += new System.EventHandler(this.c复杂属性代码ToolStripMenuItem_Click);
//
// java实体类ToolStripMenuItem
//
this.java实体类ToolStripMenuItem.Name = "java实体类ToolStripMenuItem";
this.java实体类ToolStripMenuItem.Size = new System.Drawing.Size(176, 22);
this.java实体类ToolStripMenuItem.Text = "Java实体类";
this.java实体类ToolStripMenuItem.Click += new System.EventHandler(this.java实体类ToolStripMenuItem_Click);
//
// buildH代码生成ToolStripMenuItem
//
this.buildH代码生成ToolStripMenuItem.Name = "buildH代码生成ToolStripMenuItem";
this.buildH代码生成ToolStripMenuItem.Size = new System.Drawing.Size(170, 22);
this.buildH代码生成ToolStripMenuItem.Text = "BuildH代码生成";
this.buildH代码生成ToolStripMenuItem.Click += new System.EventHandler(this.buildH代码生成ToolStripMenuItem_Click);
//
// mybatis代码生成ToolStripMenuItem
//
this.mybatis代码生成ToolStripMenuItem.Name = "mybatis代码生成ToolStripMenuItem";
this.mybatis代码生成ToolStripMenuItem.Size = new System.Drawing.Size(170, 22);
this.mybatis代码生成ToolStripMenuItem.Text = "Mybatis代码生成";
this.mybatis代码生成ToolStripMenuItem.Click += new System.EventHandler(this.mybatis代码生成ToolStripMenuItem_Click);
//
// postgreSQLToolStripMenuItem
//
this.postgreSQLToolStripMenuItem.Name = "postgreSQLToolStripMenuItem";
this.postgreSQLToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.postgreSQLToolStripMenuItem.Text = "PostgreSQL";
this.postgreSQLToolStripMenuItem.Click += new System.EventHandler(this.postgreSQLToolStripMenuItem_Click);
//
// FrmDataBaseInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(252, 432);
this.CloseButton = false;
this.CloseButtonVisible = false;
this.Controls.Add(this.treeView1);
this.Controls.Add(this.toolStrip1);
this.HideOnClose = true;
this.Name = "FrmDataBaseInfo";
this.Text = "数据库视图";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmDataBaseInfo_FormClosing);
this.Load += new System.EventHandler(this.FrmDataBaseInfo_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.contextMenuStrip1.ResumeLayout(false);
this.contextMenuStrip2.ResumeLayout(false);
this.contextMenuStrip3.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.ToolStripButton tsb_link;
private System.Windows.Forms.ToolStripButton tsb_close;
private System.Windows.Forms.TreeView treeView1;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem 连接服务器ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 断开服务器ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 注销服务器ToolStripMenuItem;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip2;
private System.Windows.Forms.ToolStripMenuItem 生成数据库文档ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem BuildH代码批量生成ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 实体类属性生成ToolStripMenuItem;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip3;
private System.Windows.Forms.ToolStripMenuItem 实体类生成ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 表信息ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem buildH代码生成ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem mybatis代码生成ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem c简单属性代码ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem c复杂属性代码ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem java实体类ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem mybatis代码批量生成ToolStripMenuItem;
private System.Windows.Forms.ToolStripDropDownButton tsb_add;
private System.Windows.Forms.ToolStripMenuItem sqlServerToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem mySqlToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem sqliteToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem postgreSQLToolStripMenuItem;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。