📄 formsqltool.designer.cs
字号:
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;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -