📄 frmdbutility.designer.cs
字号:
this.cboDatabase.Text = "Northwind";
//
// panel2
//
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Controls.Add(this.label11);
this.panel2.Controls.Add(this.dtpStartTime);
this.panel2.Controls.Add(this.dtpStartDay);
this.panel2.Controls.Add(this.label8);
this.panel2.Controls.Add(this.cmbFrequency);
this.panel2.Controls.Add(this.label5);
this.panel2.Controls.Add(this.label6);
this.panel2.Controls.Add(this.label7);
this.panel2.Location = new System.Drawing.Point(303, 37);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(217, 150);
this.panel2.TabIndex = 22;
//
// label11
//
this.label11.ForeColor = System.Drawing.Color.Maroon;
this.label11.Location = new System.Drawing.Point(164, 35);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(48, 18);
this.label11.TabIndex = 33;
this.label11.Text = "Monday";
//
// dtpStartTime
//
this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Time;
this.dtpStartTime.Location = new System.Drawing.Point(7, 104);
this.dtpStartTime.Name = "dtpStartTime";
this.dtpStartTime.Size = new System.Drawing.Size(193, 20);
this.dtpStartTime.TabIndex = 32;
//
// dtpStartDay
//
this.dtpStartDay.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dtpStartDay.Location = new System.Drawing.Point(7, 64);
this.dtpStartDay.Name = "dtpStartDay";
this.dtpStartDay.Size = new System.Drawing.Size(193, 20);
this.dtpStartDay.TabIndex = 31;
//
// label8
//
this.label8.Location = new System.Drawing.Point(121, 17);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(66, 18);
this.label8.TabIndex = 28;
this.label8.Text = " Week(s) on ";
//
// cmbFrequency
//
this.cmbFrequency.FormattingEnabled = true;
this.cmbFrequency.Location = new System.Drawing.Point(78, 14);
this.cmbFrequency.Name = "cmbFrequency";
this.cmbFrequency.Size = new System.Drawing.Size(37, 21);
this.cmbFrequency.TabIndex = 27;
this.cmbFrequency.Text = "2";
//
// label5
//
this.label5.Location = new System.Drawing.Point(8, 88);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(128, 20);
this.label5.TabIndex = 26;
this.label5.Text = "Daily BackUp Time";
//
// label6
//
this.label6.Location = new System.Drawing.Point(7, 48);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(197, 16);
this.label6.TabIndex = 25;
this.label6.Text = "BackUp Start Date";
//
// label7
//
this.label7.Location = new System.Drawing.Point(4, 17);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(85, 16);
this.label7.TabIndex = 24;
this.label7.Text = "Occurs Every ";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label9.ForeColor = System.Drawing.SystemColors.ActiveCaption;
this.label9.Location = new System.Drawing.Point(20, 21);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(131, 13);
this.label9.TabIndex = 23;
this.label9.Text = "Sql Server Login Info.";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label10.ForeColor = System.Drawing.SystemColors.ActiveCaption;
this.label10.Location = new System.Drawing.Point(300, 21);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(107, 13);
this.label10.TabIndex = 24;
this.label10.Text = "Job Shedule Info.";
//
// richTextBox1
//
this.richTextBox1.Location = new System.Drawing.Point(23, 280);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(497, 124);
this.richTextBox1.TabIndex = 26;
this.richTextBox1.Text = resources.GetString("richTextBox1.Text");
//
// label12
//
this.label12.ForeColor = System.Drawing.Color.Firebrick;
this.label12.Location = new System.Drawing.Point(24, 261);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(50, 16);
this.label12.TabIndex = 27;
this.label12.Text = "To do:";
//
// frmdbUtility
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(536, 426);
this.Controls.Add(this.label12);
this.Controls.Add(this.richTextBox1);
this.Controls.Add(this.label10);
this.Controls.Add(this.label9);
this.Controls.Add(this.panel2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.panel1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmdbUtility";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Automatic Sql Server Backup Utility";
this.Load += new System.EventHandler(this.Form1_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnCrJobs;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.LinkLabel linkLabel2;
private System.Windows.Forms.TextBox txtPassword;
private System.Windows.Forms.TextBox txtUser;
private System.Windows.Forms.ComboBox cboServers;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox cboDatabase;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.ComboBox cmbFrequency;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.DateTimePicker dtpStartTime;
private System.Windows.Forms.DateTimePicker dtpStartDay;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.RichTextBox richTextBox1;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Label label12;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -