📄 createtbform.designer.cs
字号:
namespace DBApplicateSystem
{
partial class CreateTbForm
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.browseBt = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.ExcelPathTextBox = new System.Windows.Forms.TextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.dGVPriview = new System.Windows.Forms.DataGridView();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.lbconnectionstr = new System.Windows.Forms.Label();
this.btCreate = new System.Windows.Forms.Button();
this.btnConfigSQLServer2005 = new System.Windows.Forms.Button();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.bgWbrowse = new System.ComponentModel.BackgroundWorker();
this.bgWCreatetb = new System.ComponentModel.BackgroundWorker();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dGVPriview)).BeginInit();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.browseBt);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.ExcelPathTextBox);
this.groupBox1.Location = new System.Drawing.Point(3, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(663, 64);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "选择Excel路径";
//
// browseBt
//
this.browseBt.Location = new System.Drawing.Point(404, 24);
this.browseBt.Name = "browseBt";
this.browseBt.Size = new System.Drawing.Size(75, 23);
this.browseBt.TabIndex = 10;
this.browseBt.Text = "浏览";
this.browseBt.UseVisualStyleBackColor = true;
this.browseBt.Click += new System.EventHandler(this.browseBt_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(9, 29);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 6;
this.label1.Text = "Excel文件";
//
// ExcelPathTextBox
//
this.ExcelPathTextBox.Location = new System.Drawing.Point(86, 24);
this.ExcelPathTextBox.Name = "ExcelPathTextBox";
this.ExcelPathTextBox.Size = new System.Drawing.Size(290, 21);
this.ExcelPathTextBox.TabIndex = 7;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.dGVPriview);
this.groupBox2.Location = new System.Drawing.Point(3, 83);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(663, 253);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "数据字典预览";
//
// dGVPriview
//
this.dGVPriview.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dGVPriview.Location = new System.Drawing.Point(9, 20);
this.dGVPriview.Name = "dGVPriview";
this.dGVPriview.RowTemplate.Height = 23;
this.dGVPriview.Size = new System.Drawing.Size(648, 227);
this.dGVPriview.TabIndex = 0;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.lbconnectionstr);
this.groupBox3.Controls.Add(this.btCreate);
this.groupBox3.Controls.Add(this.btnConfigSQLServer2005);
this.groupBox3.Location = new System.Drawing.Point(3, 342);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(663, 59);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "数据库设置";
//
// lbconnectionstr
//
this.lbconnectionstr.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lbconnectionstr.Location = new System.Drawing.Point(166, 15);
this.lbconnectionstr.Name = "lbconnectionstr";
this.lbconnectionstr.Size = new System.Drawing.Size(344, 39);
this.lbconnectionstr.TabIndex = 2;
this.lbconnectionstr.Text = "连接字符串:";
//
// btCreate
//
this.btCreate.Location = new System.Drawing.Point(571, 20);
this.btCreate.Name = "btCreate";
this.btCreate.Size = new System.Drawing.Size(75, 23);
this.btCreate.TabIndex = 1;
this.btCreate.Text = "建表";
this.btCreate.UseVisualStyleBackColor = true;
this.btCreate.Click += new System.EventHandler(this.btCreate_Click);
//
// btnConfigSQLServer2005
//
this.btnConfigSQLServer2005.Location = new System.Drawing.Point(25, 20);
this.btnConfigSQLServer2005.Name = "btnConfigSQLServer2005";
this.btnConfigSQLServer2005.Size = new System.Drawing.Size(135, 23);
this.btnConfigSQLServer2005.TabIndex = 0;
this.btnConfigSQLServer2005.Text = "SqlServer2005配制";
this.btnConfigSQLServer2005.UseVisualStyleBackColor = true;
this.btnConfigSQLServer2005.Click += new System.EventHandler(this.btnConfigSQLServer2005_Click);
//
// progressBar1
//
this.progressBar1.Location = new System.Drawing.Point(418, 406);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(248, 23);
this.progressBar1.TabIndex = 3;
this.progressBar1.Visible = false;
//
// bgWbrowse
//
this.bgWbrowse.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgWbrowse_DoWork);
this.bgWbrowse.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgWbrowse_RunWorkerCompleted);
//
// bgWCreatetb
//
this.bgWCreatetb.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgWCreatetb_DoWork);
this.bgWCreatetb.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgWCreatetb_RunWorkerCompleted);
//
// CreateTbForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(678, 432);
this.Controls.Add(this.progressBar1);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Name = "CreateTbForm";
this.Text = "根据数据字典建表";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dGVPriview)).EndInit();
this.groupBox3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button browseBt;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox ExcelPathTextBox;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.DataGridView dGVPriview;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Button btnConfigSQLServer2005;
private System.Windows.Forms.Button btCreate;
private System.Windows.Forms.Label lbconnectionstr;
private System.Windows.Forms.ProgressBar progressBar1;
private System.ComponentModel.BackgroundWorker bgWbrowse;
private System.ComponentModel.BackgroundWorker bgWCreatetb;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -