www.pudn.com > sqlTool.rar > FormsqlTool.Designer.cs
namespace sqlTool
{
partial class FormSqlTool
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormSqlTool));
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.buttonExecute = new System.Windows.Forms.Button();
this.buttonOpen = new System.Windows.Forms.Button();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.textBoxFileName = new System.Windows.Forms.TextBox();
this.textBoxSqlServer = new System.Windows.Forms.TextBox();
this.buttonTest = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.textBoxDbName = new System.Windows.Forms.TextBox();
this.textBoxPsw = new System.Windows.Forms.TextBox();
this.textBoxUser = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.linkLabelContextMenu = new System.Windows.Forms.LinkLabel();
this.textBoxSqlStr = new System.Windows.Forms.TextBox();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
this.buttonView = new System.Windows.Forms.Button();
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.比较ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.numericLoopTime = new System.Windows.Forms.NumericUpDown();
this.label1 = new System.Windows.Forms.Label();
this.checkBoxLoop = new System.Windows.Forms.CheckBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.label6 = new System.Windows.Forms.Label();
this.numericNumLong = new System.Windows.Forms.NumericUpDown();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericLoopTime)).BeginInit();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericNumLong)).BeginInit();
this.SuspendLayout();
//
// openFileDialog1
//
resources.ApplyResources(this.openFileDialog1, "openFileDialog1");
//
// buttonExecute
//
resources.ApplyResources(this.buttonExecute, "buttonExecute");
this.buttonExecute.Name = "buttonExecute";
this.buttonExecute.UseVisualStyleBackColor = true;
this.buttonExecute.Click += new System.EventHandler(this.buttonExecute_Click);
//
// buttonOpen
//
resources.ApplyResources(this.buttonOpen, "buttonOpen");
this.buttonOpen.Name = "buttonOpen";
this.buttonOpen.UseVisualStyleBackColor = true;
this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
//
// radioButton1
//
resources.ApplyResources(this.radioButton1, "radioButton1");
this.radioButton1.Checked = true;
this.radioButton1.Name = "radioButton1";
this.radioButton1.TabStop = true;
this.radioButton1.UseVisualStyleBackColor = true;
//
// radioButton2
//
resources.ApplyResources(this.radioButton2, "radioButton2");
this.radioButton2.Name = "radioButton2";
this.radioButton2.UseVisualStyleBackColor = true;
this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
//
// textBoxFileName
//
resources.ApplyResources(this.textBoxFileName, "textBoxFileName");
this.textBoxFileName.Name = "textBoxFileName";
this.textBoxFileName.ReadOnly = true;
//
// textBoxSqlServer
//
resources.ApplyResources(this.textBoxSqlServer, "textBoxSqlServer");
this.textBoxSqlServer.Name = "textBoxSqlServer";
//
// buttonTest
//
resources.ApplyResources(this.buttonTest, "buttonTest");
this.buttonTest.Name = "buttonTest";
this.buttonTest.UseVisualStyleBackColor = true;
this.buttonTest.Click += new System.EventHandler(this.buttonTest_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.textBoxDbName);
this.groupBox1.Controls.Add(this.textBoxPsw);
this.groupBox1.Controls.Add(this.textBoxUser);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.radioButton1);
this.groupBox1.Controls.Add(this.buttonTest);
this.groupBox1.Controls.Add(this.buttonOpen);
this.groupBox1.Controls.Add(this.textBoxSqlServer);
this.groupBox1.Controls.Add(this.radioButton2);
this.groupBox1.Controls.Add(this.textBoxFileName);
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
//
// textBoxDbName
//
resources.ApplyResources(this.textBoxDbName, "textBoxDbName");
this.textBoxDbName.Name = "textBoxDbName";
//
// textBoxPsw
//
resources.ApplyResources(this.textBoxPsw, "textBoxPsw");
this.textBoxPsw.Name = "textBoxPsw";
//
// textBoxUser
//
resources.ApplyResources(this.textBoxUser, "textBoxUser");
this.textBoxUser.Name = "textBoxUser";
//
// label5
//
resources.ApplyResources(this.label5, "label5");
this.label5.Name = "label5";
//
// label4
//
resources.ApplyResources(this.label4, "label4");
this.label4.Name = "label4";
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.label3.Name = "label3";
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.linkLabelContextMenu);
this.groupBox2.Controls.Add(this.textBoxSqlStr);
resources.ApplyResources(this.groupBox2, "groupBox2");
this.groupBox2.Name = "groupBox2";
this.groupBox2.TabStop = false;
//
// linkLabelContextMenu
//
resources.ApplyResources(this.linkLabelContextMenu, "linkLabelContextMenu");
this.linkLabelContextMenu.Name = "linkLabelContextMenu";
this.linkLabelContextMenu.TabStop = true;
this.linkLabelContextMenu.VisitedLinkColor = System.Drawing.Color.Blue;
this.linkLabelContextMenu.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelContextMenu_LinkClicked);
//
// textBoxSqlStr
//
resources.ApplyResources(this.textBoxSqlStr, "textBoxSqlStr");
this.textBoxSqlStr.Name = "textBoxSqlStr";
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1,
this.toolStripStatusLabel2});
resources.ApplyResources(this.statusStrip1, "statusStrip1");
this.statusStrip1.Name = "statusStrip1";
//
// toolStripStatusLabel1
//
resources.ApplyResources(this.toolStripStatusLabel1, "toolStripStatusLabel1");
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
//
// toolStripStatusLabel2
//
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
resources.ApplyResources(this.toolStripStatusLabel2, "toolStripStatusLabel2");
//
// buttonView
//
resources.ApplyResources(this.buttonView, "buttonView");
this.buttonView.Name = "buttonView";
this.buttonView.UseVisualStyleBackColor = true;
this.buttonView.Click += new System.EventHandler(this.buttonView_Click);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.查询ToolStripMenuItem,
this.新增ToolStripMenuItem,
this.修改ToolStripMenuItem,
this.比较ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
//
// 查询ToolStripMenuItem
//
this.查询ToolStripMenuItem.Name = "查询ToolStripMenuItem";
resources.ApplyResources(this.查询ToolStripMenuItem, "查询ToolStripMenuItem");
//
// 新增ToolStripMenuItem
//
this.新增ToolStripMenuItem.Name = "新增ToolStripMenuItem";
resources.ApplyResources(this.新增ToolStripMenuItem, "新增ToolStripMenuItem");
//
// 修改ToolStripMenuItem
//
this.修改ToolStripMenuItem.Name = "修改ToolStripMenuItem";
resources.ApplyResources(this.修改ToolStripMenuItem, "修改ToolStripMenuItem");
//
// 比较ToolStripMenuItem
//
this.比较ToolStripMenuItem.Name = "比较ToolStripMenuItem";
resources.ApplyResources(this.比较ToolStripMenuItem, "比较ToolStripMenuItem");
//
// numericLoopTime
//
resources.ApplyResources(this.numericLoopTime, "numericLoopTime");
this.numericLoopTime.Maximum = new decimal(new int[] {
10000000,
0,
0,
0});
this.numericLoopTime.Name = "numericLoopTime";
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// checkBoxLoop
//
resources.ApplyResources(this.checkBoxLoop, "checkBoxLoop");
this.checkBoxLoop.Name = "checkBoxLoop";
this.checkBoxLoop.UseVisualStyleBackColor = true;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.label6);
this.groupBox3.Controls.Add(this.numericNumLong);
this.groupBox3.Controls.Add(this.label1);
this.groupBox3.Controls.Add(this.numericLoopTime);
this.groupBox3.Controls.Add(this.checkBoxLoop);
resources.ApplyResources(this.groupBox3, "groupBox3");
this.groupBox3.Name = "groupBox3";
this.groupBox3.TabStop = false;
//
// label6
//
resources.ApplyResources(this.label6, "label6");
this.label6.Name = "label6";
//
// numericNumLong
//
resources.ApplyResources(this.numericNumLong, "numericNumLong");
this.numericNumLong.Maximum = new decimal(new int[] {
10,
0,
0,
0});
this.numericNumLong.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numericNumLong.Name = "numericNumLong";
this.numericNumLong.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// FormSqlTool
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.buttonView);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.buttonExecute);
this.MaximizeBox = false;
this.Name = "FormSqlTool";
this.Shown += new System.EventHandler(this.FormSqlTool_Shown);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormSqlTool_FormClosing);
this.Load += new System.EventHandler(this.FormSqlTool_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.contextMenuStrip1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.numericLoopTime)).EndInit();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericNumLong)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.Button buttonExecute;
private System.Windows.Forms.Button buttonOpen;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.TextBox textBoxFileName;
private System.Windows.Forms.TextBox textBoxSqlServer;
private System.Windows.Forms.Button buttonTest;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.Button buttonView;
private System.Windows.Forms.LinkLabel linkLabelContextMenu;
private System.Windows.Forms.TextBox textBoxSqlStr;
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.ToolStripMenuItem 比较ToolStripMenuItem;
private System.Windows.Forms.NumericUpDown numericLoopTime;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.CheckBox checkBoxLoop;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.TextBox textBoxDbName;
private System.Windows.Forms.TextBox textBoxPsw;
private System.Windows.Forms.TextBox textBoxUser;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.NumericUpDown numericNumLong;
}
}