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

📄 form1.designer.cs

📁 PTZ控制的程式式範及文件
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace PTZTest
{
    partial class Form1
    {
        /// <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.components = new System.ComponentModel.Container();
            this.GrpBox1 = new System.Windows.Forms.GroupBox();
            this.BtnDown = new System.Windows.Forms.Button();
            this.BtnUp = new System.Windows.Forms.Button();
            this.BtnRight = new System.Windows.Forms.Button();
            this.BtnLeft = new System.Windows.Forms.Button();
            this.BtnDownL = new System.Windows.Forms.Button();
            this.BtnUpL = new System.Windows.Forms.Button();
            this.BtnDownR = new System.Windows.Forms.Button();
            this.BtnUpR = new System.Windows.Forms.Button();
            this.BtnStop = new System.Windows.Forms.Button();
            this.cmbProtocol = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.BtnIn = new System.Windows.Forms.Button();
            this.BtnNear = new System.Windows.Forms.Button();
            this.BtnOut = new System.Windows.Forms.Button();
            this.BtnFar = new System.Windows.Forms.Button();
            this.GrpBox2 = new System.Windows.Forms.GroupBox();
            this.label2 = new System.Windows.Forms.Label();
            this.Address1 = new System.Windows.Forms.TextBox();
            this.comm = new System.IO.Ports.SerialPort(this.components);
            this.GrpSpeed = new System.Windows.Forms.GroupBox();
            this.TiltSpeed = new System.Windows.Forms.TextBox();
            this.SpeedPan = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.StatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.GrpComm = new System.Windows.Forms.GroupBox();
            this.cbOpen = new System.Windows.Forms.CheckBox();
            this.Setting = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.GrpBox1.SuspendLayout();
            this.GrpBox2.SuspendLayout();
            this.GrpSpeed.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.GrpComm.SuspendLayout();
            this.SuspendLayout();
            // 
            // GrpBox1
            // 
            this.GrpBox1.Controls.Add(this.BtnDown);
            this.GrpBox1.Controls.Add(this.BtnUp);
            this.GrpBox1.Controls.Add(this.BtnRight);
            this.GrpBox1.Controls.Add(this.BtnLeft);
            this.GrpBox1.Controls.Add(this.BtnDownL);
            this.GrpBox1.Controls.Add(this.BtnUpL);
            this.GrpBox1.Controls.Add(this.BtnDownR);
            this.GrpBox1.Controls.Add(this.BtnUpR);
            this.GrpBox1.Controls.Add(this.BtnStop);
            this.GrpBox1.Location = new System.Drawing.Point(8, 12);
            this.GrpBox1.Name = "GrpBox1";
            this.GrpBox1.Size = new System.Drawing.Size(187, 122);
            this.GrpBox1.TabIndex = 0;
            this.GrpBox1.TabStop = false;
            this.GrpBox1.Text = "Pan/Tilt";
            // 
            // BtnDown
            // 
            this.BtnDown.Location = new System.Drawing.Point(64, 85);
            this.BtnDown.Name = "BtnDown";
            this.BtnDown.Size = new System.Drawing.Size(53, 26);
            this.BtnDown.TabIndex = 16;
            this.BtnDown.Text = "↓";
            this.BtnDown.UseVisualStyleBackColor = true;
            this.BtnDown.Click += new System.EventHandler(this.BtnDown_Click);
            // 
            // BtnUp
            // 
            this.BtnUp.Location = new System.Drawing.Point(64, 21);
            this.BtnUp.Name = "BtnUp";
            this.BtnUp.Size = new System.Drawing.Size(53, 26);
            this.BtnUp.TabIndex = 15;
            this.BtnUp.Text = "↑";
            this.BtnUp.UseVisualStyleBackColor = true;
            this.BtnUp.Click += new System.EventHandler(this.BtnUp_Click);
            // 
            // BtnRight
            // 
            this.BtnRight.Location = new System.Drawing.Point(123, 53);
            this.BtnRight.Name = "BtnRight";
            this.BtnRight.Size = new System.Drawing.Size(53, 26);
            this.BtnRight.TabIndex = 14;
            this.BtnRight.Text = "→";
            this.BtnRight.UseVisualStyleBackColor = true;
            this.BtnRight.Click += new System.EventHandler(this.BtnRight_Click);
            // 
            // BtnLeft
            // 
            this.BtnLeft.Location = new System.Drawing.Point(9, 53);
            this.BtnLeft.Name = "BtnLeft";
            this.BtnLeft.Size = new System.Drawing.Size(53, 26);
            this.BtnLeft.TabIndex = 13;
            this.BtnLeft.Text = "←";
            this.BtnLeft.UseVisualStyleBackColor = true;
            this.BtnLeft.Click += new System.EventHandler(this.BtnLeft_Click);
            // 
            // BtnDownL
            // 
            this.BtnDownL.Location = new System.Drawing.Point(9, 85);
            this.BtnDownL.Name = "BtnDownL";
            this.BtnDownL.Size = new System.Drawing.Size(53, 26);
            this.BtnDownL.TabIndex = 12;
            this.BtnDownL.Text = "↙";
            this.BtnDownL.UseVisualStyleBackColor = true;
            this.BtnDownL.Click += new System.EventHandler(this.BtnDownL_Click);
            // 
            // BtnUpL
            // 
            this.BtnUpL.Location = new System.Drawing.Point(9, 21);
            this.BtnUpL.Name = "BtnUpL";
            this.BtnUpL.Size = new System.Drawing.Size(53, 26);
            this.BtnUpL.TabIndex = 11;
            this.BtnUpL.Text = "↖";
            this.BtnUpL.UseVisualStyleBackColor = true;
            this.BtnUpL.Click += new System.EventHandler(this.BtnUpL_Click);
            // 
            // BtnDownR
            // 
            this.BtnDownR.Location = new System.Drawing.Point(123, 85);
            this.BtnDownR.Name = "BtnDownR";
            this.BtnDownR.Size = new System.Drawing.Size(53, 26);
            this.BtnDownR.TabIndex = 10;
            this.BtnDownR.Text = "↘";
            this.BtnDownR.UseVisualStyleBackColor = true;
            this.BtnDownR.Click += new System.EventHandler(this.BtnDownR_Click);
            // 
            // BtnUpR
            // 
            this.BtnUpR.Location = new System.Drawing.Point(123, 21);
            this.BtnUpR.Name = "BtnUpR";
            this.BtnUpR.Size = new System.Drawing.Size(53, 26);
            this.BtnUpR.TabIndex = 9;
            this.BtnUpR.Text = "↗";
            this.BtnUpR.UseVisualStyleBackColor = true;
            this.BtnUpR.Click += new System.EventHandler(this.BtnUpR_Click);
            // 
            // BtnStop
            // 
            this.BtnStop.Location = new System.Drawing.Point(64, 53);
            this.BtnStop.Name = "BtnStop";
            this.BtnStop.Size = new System.Drawing.Size(53, 26);
            this.BtnStop.TabIndex = 8;
            this.BtnStop.Text = "  ▊▊";
            this.BtnStop.UseVisualStyleBackColor = true;
            this.BtnStop.Click += new System.EventHandler(this.BtnStop_Click);
            // 
            // cmbProtocol
            // 
            this.cmbProtocol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbProtocol.FormattingEnabled = true;
            this.cmbProtocol.Location = new System.Drawing.Point(56, 144);
            this.cmbProtocol.Name = "cmbProtocol";
            this.cmbProtocol.Size = new System.Drawing.Size(128, 20);
            this.cmbProtocol.TabIndex = 5;
            this.cmbProtocol.SelectedValueChanged += new System.EventHandler(this.cmbProtocol_SelectedValueChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(6, 147);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(44, 12);
            this.label1.TabIndex = 6;
            this.label1.Text = "Protocol";
            // 
            // BtnIn
            // 
            this.BtnIn.Location = new System.Drawing.Point(3, 21);
            this.BtnIn.Name = "BtnIn";
            this.BtnIn.Size = new System.Drawing.Size(53, 26);
            this.BtnIn.TabIndex = 0;
            this.BtnIn.Text = "In";
            this.BtnIn.UseVisualStyleBackColor = true;
            this.BtnIn.Click += new System.EventHandler(this.BtnIn_Click);
            // 
            // BtnNear
            // 
            this.BtnNear.Location = new System.Drawing.Point(3, 53);
            this.BtnNear.Name = "BtnNear";
            this.BtnNear.Size = new System.Drawing.Size(53, 26);
            this.BtnNear.TabIndex = 1;
            this.BtnNear.Text = "Near";
            this.BtnNear.UseVisualStyleBackColor = true;
            this.BtnNear.Click += new System.EventHandler(this.BtnNear_Click);
            // 
            // BtnOut
            // 
            this.BtnOut.Location = new System.Drawing.Point(62, 21);
            this.BtnOut.Name = "BtnOut";
            this.BtnOut.Size = new System.Drawing.Size(53, 26);
            this.BtnOut.TabIndex = 2;
            this.BtnOut.Text = "Out";
            this.BtnOut.UseVisualStyleBackColor = true;
            this.BtnOut.Click += new System.EventHandler(this.BtnOut_Click);
            // 
            // BtnFar
            // 
            this.BtnFar.Location = new System.Drawing.Point(62, 53);
            this.BtnFar.Name = "BtnFar";
            this.BtnFar.Size = new System.Drawing.Size(53, 26);
            this.BtnFar.TabIndex = 3;
            this.BtnFar.Text = "Far";

⌨️ 快捷键说明

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