📄 frmdbutility.designer.cs
字号:
namespace dbMaintain
{
partial class frmdbUtility
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmdbUtility));
this.btnCrJobs = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
this.txtPassword = new System.Windows.Forms.TextBox();
this.txtUser = new System.Windows.Forms.TextBox();
this.cboServers = new System.Windows.Forms.ComboBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnExit = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.cboDatabase = new System.Windows.Forms.ComboBox();
this.panel2 = new System.Windows.Forms.Panel();
this.label11 = new System.Windows.Forms.Label();
this.dtpStartTime = new System.Windows.Forms.DateTimePicker();
this.dtpStartDay = new System.Windows.Forms.DateTimePicker();
this.label8 = new System.Windows.Forms.Label();
this.cmbFrequency = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.label12 = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// btnCrJobs
//
this.btnCrJobs.Location = new System.Drawing.Point(307, 30);
this.btnCrJobs.Name = "btnCrJobs";
this.btnCrJobs.Size = new System.Drawing.Size(86, 23);
this.btnCrJobs.TabIndex = 0;
this.btnCrJobs.Text = "Create Job";
this.btnCrJobs.UseVisualStyleBackColor = true;
this.btnCrJobs.Click += new System.EventHandler(this.btnCrJobs_Click);
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.linkLabel2);
this.panel1.Controls.Add(this.txtPassword);
this.panel1.Controls.Add(this.txtUser);
this.panel1.Controls.Add(this.cboServers);
this.panel1.Location = new System.Drawing.Point(23, 37);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(260, 150);
this.panel1.TabIndex = 2;
//
// label3
//
this.label3.Location = new System.Drawing.Point(3, 88);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(128, 16);
this.label3.TabIndex = 26;
this.label3.Text = "Password";
//
// label2
//
this.label2.Location = new System.Drawing.Point(3, 48);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(184, 16);
this.label2.TabIndex = 25;
this.label2.Text = "Login name";
//
// label1
//
this.label1.Location = new System.Drawing.Point(3, 8);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(176, 16);
this.label1.TabIndex = 24;
this.label1.Text = "Server name";
//
// linkLabel2
//
this.linkLabel2.Location = new System.Drawing.Point(171, 128);
this.linkLabel2.Name = "linkLabel2";
this.linkLabel2.Size = new System.Drawing.Size(80, 16);
this.linkLabel2.TabIndex = 23;
this.linkLabel2.TabStop = true;
this.linkLabel2.Text = "Connect";
this.linkLabel2.TextAlign = System.Drawing.ContentAlignment.TopRight;
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
//
// txtPassword
//
this.txtPassword.Location = new System.Drawing.Point(3, 104);
this.txtPassword.Name = "txtPassword";
this.txtPassword.Size = new System.Drawing.Size(248, 20);
this.txtPassword.TabIndex = 22;
this.txtPassword.Text = "IGHO";
//
// txtUser
//
this.txtUser.Location = new System.Drawing.Point(3, 64);
this.txtUser.Name = "txtUser";
this.txtUser.Size = new System.Drawing.Size(248, 20);
this.txtUser.TabIndex = 21;
this.txtUser.Text = "sa";
//
// cboServers
//
this.cboServers.Location = new System.Drawing.Point(3, 24);
this.cboServers.Name = "cboServers";
this.cboServers.Size = new System.Drawing.Size(248, 21);
this.cboServers.TabIndex = 20;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnExit);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.cboDatabase);
this.groupBox1.Controls.Add(this.btnCrJobs);
this.groupBox1.Enabled = false;
this.groupBox1.Location = new System.Drawing.Point(23, 195);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(497, 63);
this.groupBox1.TabIndex = 21;
this.groupBox1.TabStop = false;
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(399, 30);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(86, 23);
this.btnExit.TabIndex = 26;
this.btnExit.Text = "Exit";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// label4
//
this.label4.ForeColor = System.Drawing.Color.DarkGreen;
this.label4.Location = new System.Drawing.Point(8, 16);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(88, 16);
this.label4.TabIndex = 25;
this.label4.Text = "Select Database";
//
// cboDatabase
//
this.cboDatabase.Location = new System.Drawing.Point(8, 32);
this.cboDatabase.Name = "cboDatabase";
this.cboDatabase.Size = new System.Drawing.Size(243, 21);
this.cboDatabase.TabIndex = 24;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -