⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.designer.cs

📁 vs2005串口编程示例,好多例子,是学习串口编程方面不错的资料
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // 
            this.mtxt7.Location = new System.Drawing.Point(70, 161);
            this.mtxt7.Mask = "90时90分";
            this.mtxt7.Name = "mtxt7";
            this.mtxt7.Size = new System.Drawing.Size(71, 21);
            this.mtxt7.TabIndex = 0;
            this.mtxt7.ValidatingType = typeof(System.DateTime);
            // 
            // mtxt6
            // 
            this.mtxt6.Location = new System.Drawing.Point(70, 137);
            this.mtxt6.Mask = "90时90分";
            this.mtxt6.Name = "mtxt6";
            this.mtxt6.Size = new System.Drawing.Size(71, 21);
            this.mtxt6.TabIndex = 0;
            this.mtxt6.ValidatingType = typeof(System.DateTime);
            // 
            // mtxt5
            // 
            this.mtxt5.Location = new System.Drawing.Point(70, 113);
            this.mtxt5.Mask = "90时90分";
            this.mtxt5.Name = "mtxt5";
            this.mtxt5.Size = new System.Drawing.Size(71, 21);
            this.mtxt5.TabIndex = 0;
            this.mtxt5.ValidatingType = typeof(System.DateTime);
            // 
            // mtxt4
            // 
            this.mtxt4.Location = new System.Drawing.Point(70, 89);
            this.mtxt4.Mask = "90时90分";
            this.mtxt4.Name = "mtxt4";
            this.mtxt4.Size = new System.Drawing.Size(71, 21);
            this.mtxt4.TabIndex = 0;
            this.mtxt4.ValidatingType = typeof(System.DateTime);
            // 
            // mtxt3
            // 
            this.mtxt3.Location = new System.Drawing.Point(70, 65);
            this.mtxt3.Mask = "90时90分";
            this.mtxt3.Name = "mtxt3";
            this.mtxt3.Size = new System.Drawing.Size(71, 21);
            this.mtxt3.TabIndex = 0;
            this.mtxt3.ValidatingType = typeof(System.DateTime);
            // 
            // mtxt2
            // 
            this.mtxt2.Location = new System.Drawing.Point(70, 41);
            this.mtxt2.Mask = "90时90分";
            this.mtxt2.Name = "mtxt2";
            this.mtxt2.Size = new System.Drawing.Size(71, 21);
            this.mtxt2.TabIndex = 0;
            this.mtxt2.ValidatingType = typeof(System.DateTime);
            // 
            // mtxt1
            // 
            this.mtxt1.Location = new System.Drawing.Point(70, 17);
            this.mtxt1.Mask = "90时90分";
            this.mtxt1.Name = "mtxt1";
            this.mtxt1.Size = new System.Drawing.Size(71, 21);
            this.mtxt1.TabIndex = 0;
            this.mtxt1.ValidatingType = typeof(System.DateTime);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.btnExit);
            this.groupBox2.Controls.Add(this.btnStop);
            this.groupBox2.Controls.Add(this.btnImage);
            this.groupBox2.Location = new System.Drawing.Point(437, 235);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(148, 111);
            this.groupBox2.TabIndex = 2;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "摄像头管理设置";
            // 
            // btnExit
            // 
            this.btnExit.Location = new System.Drawing.Point(15, 79);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(121, 28);
            this.btnExit.TabIndex = 2;
            this.btnExit.Text = "退出系统";
            this.btnExit.UseVisualStyleBackColor = true;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // btnStop
            // 
            this.btnStop.Location = new System.Drawing.Point(15, 48);
            this.btnStop.Name = "btnStop";
            this.btnStop.Size = new System.Drawing.Size(121, 28);
            this.btnStop.TabIndex = 1;
            this.btnStop.Text = "停止录像";
            this.btnStop.UseVisualStyleBackColor = true;
            this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
            // 
            // btnImage
            // 
            this.btnImage.Location = new System.Drawing.Point(15, 17);
            this.btnImage.Name = "btnImage";
            this.btnImage.Size = new System.Drawing.Size(121, 28);
            this.btnImage.TabIndex = 0;
            this.btnImage.Text = "图像抓拍";
            this.btnImage.UseVisualStyleBackColor = true;
            this.btnImage.Click += new System.EventHandler(this.btnImage_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("宋体", 9F);
            this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.label1.Location = new System.Drawing.Point(7, 355);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(575, 12);
            this.label1.TabIndex = 3;
            this.label1.Text = "**注意**:「录像监控媒体文件」和「拍照文件」均保存在<D盘根目录>下,文件命名为系统当前日期时间。";
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Interval = 5000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(592, 371);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.pictureBox1);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "Form1";
            this.Text = "摄像头定时监控系统";
            this.Load += new System.EventHandler(this.Form1_Load);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.MaskedTextBox mtxt1;
        private System.Windows.Forms.CheckBox chk3;
        private System.Windows.Forms.CheckBox chk6;
        private System.Windows.Forms.CheckBox chk5;
        private System.Windows.Forms.CheckBox chk7;
        private System.Windows.Forms.CheckBox chk4;
        private System.Windows.Forms.CheckBox chk2;
        private System.Windows.Forms.CheckBox chk1;
        private System.Windows.Forms.Button btnSave;
        private System.Windows.Forms.MaskedTextBox mtxt7;
        private System.Windows.Forms.MaskedTextBox mtxt6;
        private System.Windows.Forms.MaskedTextBox mtxt5;
        private System.Windows.Forms.MaskedTextBox mtxt4;
        private System.Windows.Forms.MaskedTextBox mtxt3;
        private System.Windows.Forms.MaskedTextBox mtxt2;
        private System.Windows.Forms.Button btnExit;
        private System.Windows.Forms.Button btnStop;
        private System.Windows.Forms.Button btnImage;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Timer timer1;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -