📄 frmintegritychecks.designer.cs
字号:
namespace SMODemos
{
partial class frmIntegrityChecks
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.button1 = new System.Windows.Forms.Button();
this.cboServers = new System.Windows.Forms.ComboBox();
this.lblServer = new System.Windows.Forms.Label();
this.btnSearch = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.cboDatabase = new System.Windows.Forms.ComboBox();
this.lblDatabase = new System.Windows.Forms.Label();
this.btnSSPI = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(332, 73);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 0;
this.button1.Text = "Run DBCC";
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// cboServers
//
this.cboServers.FormattingEnabled = true;
this.cboServers.Location = new System.Drawing.Point(67, 35);
this.cboServers.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
this.cboServers.Name = "cboServers";
this.cboServers.Size = new System.Drawing.Size(209, 21);
this.cboServers.TabIndex = 21;
//
// lblServer
//
this.lblServer.AutoSize = true;
this.lblServer.Location = new System.Drawing.Point(8, 37);
this.lblServer.Margin = new System.Windows.Forms.Padding(3, 3, 3, 2);
this.lblServer.Name = "lblServer";
this.lblServer.Size = new System.Drawing.Size(41, 13);
this.lblServer.TabIndex = 20;
this.lblServer.Text = "&Server:";
//
// btnSearch
//
this.btnSearch.Location = new System.Drawing.Point(332, 1);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(75, 23);
this.btnSearch.TabIndex = 22;
this.btnSearch.Text = "Search";
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 107);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(0, 13);
this.label1.TabIndex = 23;
//
// cboDatabase
//
this.cboDatabase.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboDatabase.FormattingEnabled = true;
this.cboDatabase.Location = new System.Drawing.Point(67, 73);
this.cboDatabase.Name = "cboDatabase";
this.cboDatabase.Size = new System.Drawing.Size(209, 21);
this.cboDatabase.TabIndex = 26;
//
// lblDatabase
//
this.lblDatabase.AutoSize = true;
this.lblDatabase.Location = new System.Drawing.Point(8, 78);
this.lblDatabase.Name = "lblDatabase";
this.lblDatabase.Size = new System.Drawing.Size(53, 13);
this.lblDatabase.TabIndex = 25;
this.lblDatabase.Text = "&Database";
//
// btnSSPI
//
this.btnSSPI.Location = new System.Drawing.Point(332, 35);
this.btnSSPI.Name = "btnSSPI";
this.btnSSPI.Size = new System.Drawing.Size(75, 23);
this.btnSSPI.TabIndex = 27;
this.btnSSPI.Text = "Connect";
this.btnSSPI.Click += new System.EventHandler(this.btnSSPI_Click);
//
// frmIntegrityChecks
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(506, 142);
this.Controls.Add(this.btnSSPI);
this.Controls.Add(this.cboDatabase);
this.Controls.Add(this.lblDatabase);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnSearch);
this.Controls.Add(this.cboServers);
this.Controls.Add(this.lblServer);
this.Controls.Add(this.button1);
this.Name = "frmIntegrityChecks";
this.Text = "Integrity Checks";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.ComboBox cboServers;
private System.Windows.Forms.Label lblServer;
private System.Windows.Forms.Button btnSearch;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cboDatabase;
private System.Windows.Forms.Label lblDatabase;
private System.Windows.Forms.Button btnSSPI;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -