📄 form1.designer.cs
字号:
namespace Ex13_10
{
partial class Form1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnSave = new System.Windows.Forms.Button();
this.chk3 = new System.Windows.Forms.CheckBox();
this.chk6 = new System.Windows.Forms.CheckBox();
this.chk5 = new System.Windows.Forms.CheckBox();
this.chk7 = new System.Windows.Forms.CheckBox();
this.chk4 = new System.Windows.Forms.CheckBox();
this.chk2 = new System.Windows.Forms.CheckBox();
this.chk1 = new System.Windows.Forms.CheckBox();
this.mtxt7 = new System.Windows.Forms.MaskedTextBox();
this.mtxt6 = new System.Windows.Forms.MaskedTextBox();
this.mtxt5 = new System.Windows.Forms.MaskedTextBox();
this.mtxt4 = new System.Windows.Forms.MaskedTextBox();
this.mtxt3 = new System.Windows.Forms.MaskedTextBox();
this.mtxt2 = new System.Windows.Forms.MaskedTextBox();
this.mtxt1 = new System.Windows.Forms.MaskedTextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnExit = new System.Windows.Forms.Button();
this.btnStop = new System.Windows.Forms.Button();
this.btnImage = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.timer1 = new System.Windows.Forms.Timer(this.components);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.Black;
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.pictureBox1.Location = new System.Drawing.Point(3, 4);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(428, 346);
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnSave);
this.groupBox1.Controls.Add(this.chk3);
this.groupBox1.Controls.Add(this.chk6);
this.groupBox1.Controls.Add(this.chk5);
this.groupBox1.Controls.Add(this.chk7);
this.groupBox1.Controls.Add(this.chk4);
this.groupBox1.Controls.Add(this.chk2);
this.groupBox1.Controls.Add(this.chk1);
this.groupBox1.Controls.Add(this.mtxt7);
this.groupBox1.Controls.Add(this.mtxt6);
this.groupBox1.Controls.Add(this.mtxt5);
this.groupBox1.Controls.Add(this.mtxt4);
this.groupBox1.Controls.Add(this.mtxt3);
this.groupBox1.Controls.Add(this.mtxt2);
this.groupBox1.Controls.Add(this.mtxt1);
this.groupBox1.Location = new System.Drawing.Point(437, 2);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(148, 227);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "定时监控设置";
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(15, 190);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(121, 28);
this.btnSave.TabIndex = 2;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// chk3
//
this.chk3.AutoSize = true;
this.chk3.Location = new System.Drawing.Point(6, 68);
this.chk3.Name = "chk3";
this.chk3.Size = new System.Drawing.Size(60, 16);
this.chk3.TabIndex = 1;
this.chk3.Text = "星期三";
this.chk3.UseVisualStyleBackColor = true;
//
// chk6
//
this.chk6.AutoSize = true;
this.chk6.Location = new System.Drawing.Point(6, 140);
this.chk6.Name = "chk6";
this.chk6.Size = new System.Drawing.Size(60, 16);
this.chk6.TabIndex = 1;
this.chk6.Text = "星期六";
this.chk6.UseVisualStyleBackColor = true;
//
// chk5
//
this.chk5.AutoSize = true;
this.chk5.Location = new System.Drawing.Point(6, 116);
this.chk5.Name = "chk5";
this.chk5.Size = new System.Drawing.Size(60, 16);
this.chk5.TabIndex = 1;
this.chk5.Text = "星期五";
this.chk5.UseVisualStyleBackColor = true;
//
// chk7
//
this.chk7.AutoSize = true;
this.chk7.Location = new System.Drawing.Point(6, 164);
this.chk7.Name = "chk7";
this.chk7.Size = new System.Drawing.Size(60, 16);
this.chk7.TabIndex = 1;
this.chk7.Text = "星期日";
this.chk7.UseVisualStyleBackColor = true;
//
// chk4
//
this.chk4.AutoSize = true;
this.chk4.Location = new System.Drawing.Point(6, 92);
this.chk4.Name = "chk4";
this.chk4.Size = new System.Drawing.Size(60, 16);
this.chk4.TabIndex = 1;
this.chk4.Text = "星期四";
this.chk4.UseVisualStyleBackColor = true;
//
// chk2
//
this.chk2.AutoSize = true;
this.chk2.Location = new System.Drawing.Point(6, 44);
this.chk2.Name = "chk2";
this.chk2.Size = new System.Drawing.Size(60, 16);
this.chk2.TabIndex = 1;
this.chk2.Text = "星期二";
this.chk2.UseVisualStyleBackColor = true;
//
// chk1
//
this.chk1.AutoSize = true;
this.chk1.Location = new System.Drawing.Point(6, 20);
this.chk1.Name = "chk1";
this.chk1.Size = new System.Drawing.Size(60, 16);
this.chk1.TabIndex = 1;
this.chk1.Text = "星期一";
this.chk1.UseVisualStyleBackColor = true;
//
// mtxt7
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -