亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? frmmain.designer.cs

?? 界面美觀,模塊功能清晰,連接數據庫,適合初學者
?? CS
?? 第 1 頁 / 共 2 頁
字號:
            this.btnVideo.Name = "btnVideo";
            this.btnVideo.Size = new System.Drawing.Size(75, 30);
            this.btnVideo.TabIndex = 2;
            this.btnVideo.Text = "錄像";
            this.btnVideo.UseVisualStyleBackColor = true;
            this.btnVideo.Click += new System.EventHandler(this.btnVideo_Click);
            // 
            // btnPlay
            // 
            this.btnPlay.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPlay.BackgroundImage")));
            this.btnPlay.Location = new System.Drawing.Point(698, 472);
            this.btnPlay.Name = "btnPlay";
            this.btnPlay.Size = new System.Drawing.Size(75, 30);
            this.btnPlay.TabIndex = 2;
            this.btnPlay.UseVisualStyleBackColor = true;
            this.btnPlay.Click += new System.EventHandler(this.btnPlay_Click);
            // 
            // btnSnapShots
            // 
            this.btnSnapShots.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSnapShots.BackgroundImage")));
            this.btnSnapShots.Location = new System.Drawing.Point(700, 525);
            this.btnSnapShots.Name = "btnSnapShots";
            this.btnSnapShots.Size = new System.Drawing.Size(65, 30);
            this.btnSnapShots.TabIndex = 2;
            this.btnSnapShots.UseVisualStyleBackColor = true;
            this.btnSnapShots.Click += new System.EventHandler(this.btnSnapShots_Click);
            // 
            // btnAutoMonitor
            // 
            this.btnAutoMonitor.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAutoMonitor.BackgroundImage")));
            this.btnAutoMonitor.Location = new System.Drawing.Point(648, 391);
            this.btnAutoMonitor.Name = "btnAutoMonitor";
            this.btnAutoMonitor.Size = new System.Drawing.Size(76, 28);
            this.btnAutoMonitor.TabIndex = 2;
            this.btnAutoMonitor.Text = "開始";
            this.btnAutoMonitor.UseVisualStyleBackColor = true;
            this.btnAutoMonitor.Click += new System.EventHandler(this.btnAutoMonitor_Click);
            // 
            // btnStop
            // 
            this.btnStop.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnStop.BackgroundImage")));
            this.btnStop.Location = new System.Drawing.Point(698, 569);
            this.btnStop.Name = "btnStop";
            this.btnStop.Size = new System.Drawing.Size(75, 30);
            this.btnStop.TabIndex = 2;
            this.btnStop.Text = "停止";
            this.btnStop.UseVisualStyleBackColor = true;
            this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
            // 
            // rbtnBMP
            // 
            this.rbtnBMP.AutoSize = true;
            this.rbtnBMP.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
            this.rbtnBMP.Checked = true;
            this.rbtnBMP.Location = new System.Drawing.Point(612, 532);
            this.rbtnBMP.Name = "rbtnBMP";
            this.rbtnBMP.Size = new System.Drawing.Size(41, 16);
            this.rbtnBMP.TabIndex = 3;
            this.rbtnBMP.TabStop = true;
            this.rbtnBMP.Text = "BMP";
            this.rbtnBMP.UseVisualStyleBackColor = false;
            // 
            // rbtnJPG
            // 
            this.rbtnJPG.AutoSize = true;
            this.rbtnJPG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
            this.rbtnJPG.Location = new System.Drawing.Point(653, 532);
            this.rbtnJPG.Name = "rbtnJPG";
            this.rbtnJPG.Size = new System.Drawing.Size(41, 16);
            this.rbtnJPG.TabIndex = 3;
            this.rbtnJPG.Text = "JPG";
            this.rbtnJPG.UseVisualStyleBackColor = false;
            // 
            // plVideo1
            // 
            this.plVideo1.BackColor = System.Drawing.Color.Fuchsia;
            this.plVideo1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("plVideo1.BackgroundImage")));
            this.plVideo1.Location = new System.Drawing.Point(2, 4);
            this.plVideo1.Name = "plVideo1";
            this.plVideo1.Size = new System.Drawing.Size(595, 595);
            this.plVideo1.TabIndex = 0;
            // 
            // sfDialog
            // 
            this.sfDialog.RestoreDirectory = true;
            // 
            // btnReg
            // 
            this.btnReg.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnReg.BackgroundImage")));
            this.btnReg.Location = new System.Drawing.Point(610, 569);
            this.btnReg.Name = "btnReg";
            this.btnReg.Size = new System.Drawing.Size(75, 30);
            this.btnReg.TabIndex = 2;
            this.btnReg.UseVisualStyleBackColor = true;
            this.btnReg.Click += new System.EventHandler(this.btnReg_Click);
            // 
            // rbtnVerticalWatch
            // 
            this.rbtnVerticalWatch.AutoSize = true;
            this.rbtnVerticalWatch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
            this.rbtnVerticalWatch.Location = new System.Drawing.Point(717, 372);
            this.rbtnVerticalWatch.Name = "rbtnVerticalWatch";
            this.rbtnVerticalWatch.Size = new System.Drawing.Size(47, 16);
            this.rbtnVerticalWatch.TabIndex = 4;
            this.rbtnVerticalWatch.Text = "垂直";
            this.rbtnVerticalWatch.UseVisualStyleBackColor = false;
            // 
            // rbtnLevelWatch
            // 
            this.rbtnLevelWatch.AutoSize = true;
            this.rbtnLevelWatch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
            this.rbtnLevelWatch.Location = new System.Drawing.Point(666, 372);
            this.rbtnLevelWatch.Name = "rbtnLevelWatch";
            this.rbtnLevelWatch.Size = new System.Drawing.Size(47, 16);
            this.rbtnLevelWatch.TabIndex = 4;
            this.rbtnLevelWatch.Text = "水平";
            this.rbtnLevelWatch.UseVisualStyleBackColor = false;
            // 
            // rbtnWideWatch
            // 
            this.rbtnWideWatch.AutoSize = true;
            this.rbtnWideWatch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
            this.rbtnWideWatch.Checked = true;
            this.rbtnWideWatch.Location = new System.Drawing.Point(615, 372);
            this.rbtnWideWatch.Name = "rbtnWideWatch";
            this.rbtnWideWatch.Size = new System.Drawing.Size(47, 16);
            this.rbtnWideWatch.TabIndex = 4;
            this.rbtnWideWatch.TabStop = true;
            this.rbtnWideWatch.Text = "廣角";
            this.rbtnWideWatch.UseVisualStyleBackColor = false;
            // 
            // frmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
            this.ClientSize = new System.Drawing.Size(781, 605);
            this.Controls.Add(this.rbtnBMP);
            this.Controls.Add(this.rbtnVerticalWatch);
            this.Controls.Add(this.rbtnJPG);
            this.Controls.Add(this.btnSnapShots);
            this.Controls.Add(this.btnLeft);
            this.Controls.Add(this.rbtnLevelWatch);
            this.Controls.Add(this.btnRight);
            this.Controls.Add(this.rbtnWideWatch);
            this.Controls.Add(this.btnCWipers);
            this.Controls.Add(this.btnAutoMonitor);
            this.Controls.Add(this.btnDown);
            this.Controls.Add(this.plVideo1);
            this.Controls.Add(this.btnUp);
            this.Controls.Add(this.btnAWipers);
            this.Controls.Add(this.btnReg);
            this.Controls.Add(this.btnCAperture);
            this.Controls.Add(this.btnStop);
            this.Controls.Add(this.btnAAperture);
            this.Controls.Add(this.btnPlay);
            this.Controls.Add(this.btnCFocus);
            this.Controls.Add(this.btnVideo);
            this.Controls.Add(this.btnAFocus);
            this.Controls.Add(this.btnSetMonitor);
            this.Controls.Add(this.btnCHighlghts);
            this.Controls.Add(this.btnAHighlghts);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.Name = "frmMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Move += new System.EventHandler(this.frmMain_Move);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
            this.Load += new System.EventHandler(this.frmMain_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button btnCAperture;
        private System.Windows.Forms.Button btnAAperture;
        private System.Windows.Forms.Button btnCFocus;
        private System.Windows.Forms.Button btnAFocus;
        private System.Windows.Forms.Button btnCHighlghts;
        private System.Windows.Forms.Button btnAHighlghts;
        private System.Windows.Forms.Button btnCWipers;
        private System.Windows.Forms.Button btnAWipers;
        private System.Windows.Forms.Button btnLeft;
        private System.Windows.Forms.Button btnDown;
        private System.Windows.Forms.Button btnUp;
        private System.Windows.Forms.Button btnRight;
        private System.Windows.Forms.Button btnSetMonitor;
        private System.Windows.Forms.Button btnVideo;
        private System.Windows.Forms.Button btnPlay;
        private System.Windows.Forms.Button btnSnapShots;
        private System.Windows.Forms.Button btnAutoMonitor;
        private System.Windows.Forms.Button btnStop;
        private System.Windows.Forms.RadioButton rbtnBMP;
        private System.Windows.Forms.RadioButton rbtnJPG;
        private System.Windows.Forms.Panel plVideo1;
        private System.Windows.Forms.SaveFileDialog sfDialog;
        private System.Windows.Forms.Button btnReg;
        private System.Windows.Forms.RadioButton rbtnVerticalWatch;
        private System.Windows.Forms.RadioButton rbtnLevelWatch;
        private System.Windows.Forms.RadioButton rbtnWideWatch;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲欧美日韩国产一区二区三区 | 欧美日韩免费观看一区三区| 欧美国产禁国产网站cc| 国产成人精品三级麻豆| 久久亚洲欧美国产精品乐播| 国产成人亚洲综合a∨婷婷图片| 欧美国产禁国产网站cc| 色综合色狠狠天天综合色| 亚洲一区二区av在线| 欧美久久久影院| 麻豆国产欧美一区二区三区| 国产亚洲综合性久久久影院| 不卡一区中文字幕| 亚洲制服丝袜av| 精品视频1区2区| 精品制服美女丁香| 欧美激情在线一区二区| 色婷婷久久久亚洲一区二区三区| 天堂va蜜桃一区二区三区漫画版| 日韩精品一区二区三区四区 | 国产超碰在线一区| 亚洲黄色尤物视频| 日韩精品最新网址| 成人一道本在线| 亚洲成人av电影在线| 久久久久久久久岛国免费| 99这里只有精品| 日本欧美一区二区三区乱码| 国产亚洲欧美在线| 91精品福利在线| 国产中文一区二区三区| 亚洲精品高清视频在线观看| 欧美v国产在线一区二区三区| 成人sese在线| 日本欧美大码aⅴ在线播放| 国产色一区二区| 欧美三级日韩三级国产三级| 国产高清成人在线| 日韩av在线播放中文字幕| 国产精品网友自拍| 91麻豆精品国产无毒不卡在线观看 | 久久精品视频免费观看| 在线视频一区二区三| 国产美女在线精品| 午夜伦欧美伦电影理论片| 天堂va蜜桃一区二区三区漫画版| 精品国产乱码久久久久久1区2区| 在线视频一区二区三| 国产电影精品久久禁18| 日本系列欧美系列| 亚洲精选一二三| 久久久综合精品| 91麻豆精品国产综合久久久久久 | 欧美在线999| 丝袜亚洲另类丝袜在线| 成年人国产精品| 国产精品九色蝌蚪自拍| 99久久婷婷国产| 亚洲日本在线a| 91小视频在线| 午夜久久久影院| 日韩欧美另类在线| 国产一区二区三区高清播放| 久久夜色精品国产噜噜av| 国产很黄免费观看久久| 亚洲日本免费电影| 777奇米成人网| 精品一区二区三区不卡| 国产精品萝li| 精品国产一区二区国模嫣然| 欧美三片在线视频观看| 久久精品国产第一区二区三区| 欧美精品 国产精品| 国产麻豆成人精品| 一二三区精品视频| 欧美国产精品v| 伦理电影国产精品| 在线观看成人免费视频| 亚洲国产精品久久人人爱| 日韩欧美亚洲国产另类| 26uuu欧美日本| 亚洲综合激情网| 欧美网站大全在线观看| 亚洲图片欧美视频| 亚洲风情在线资源站| 亚洲国产精品视频| 亚洲午夜久久久久久久久电影网 | 欧美日韩dvd在线观看| 日本精品裸体写真集在线观看| 99久久精品情趣| 色综合天天综合色综合av| 色一情一乱一乱一91av| 欧美伊人精品成人久久综合97| 91福利国产精品| 欧美一区二区三区色| 日韩一区二区三区四区 | 777xxx欧美| 精品日韩欧美在线| 国产免费久久精品| 中文字幕亚洲精品在线观看| 亚洲综合999| 免费观看成人av| 国产精品1区2区| 91蜜桃网址入口| 7777精品久久久大香线蕉| 2020国产精品久久精品美国| 国产精品热久久久久夜色精品三区| 国产精品久久久久久久久动漫| 亚洲综合丝袜美腿| 久久99久久久久久久久久久| 国产成人免费av在线| 欧美专区在线观看一区| 精品国内片67194| 综合激情网...| 午夜免费久久看| 日韩午夜电影在线观看| 久久久高清一区二区三区| 91精品国产综合久久香蕉的特点 | 亚洲国产wwwccc36天堂| 蜜臀av在线播放一区二区三区| 成人午夜激情影院| 在线播放91灌醉迷j高跟美女| 久久久电影一区二区三区| 一区二区三区中文字幕精品精品 | 日韩欧美视频在线| 亚洲天堂免费在线观看视频| 日本亚洲最大的色成网站www| 国产98色在线|日韩| 欧美精品丝袜久久久中文字幕| 国产午夜精品一区二区三区视频 | 成人av免费在线观看| 在线成人av网站| 成人欧美一区二区三区视频网页| 午夜精品久久久久久久| 岛国精品一区二区| 日韩欧美在线不卡| 一区二区三区在线观看国产| 国内久久精品视频| 欧美日韩国产片| 亚洲欧美综合网| 精品在线播放午夜| 欧美日韩卡一卡二| 国产精品污污网站在线观看| 久久精品国产一区二区三| 色婷婷国产精品综合在线观看| 久久综合久久99| 日本va欧美va精品| 91黄色免费看| 亚洲女人的天堂| 成人黄色在线视频| 国产网站一区二区| 久久精品99久久久| 7777精品伊人久久久大香线蕉的 | 五月天中文字幕一区二区| 成人激情免费电影网址| 久久久久久久久久电影| 久久69国产一区二区蜜臀| 在线不卡a资源高清| 午夜av一区二区三区| 欧美视频第二页| 一区二区三区在线看| 91亚洲男人天堂| 成人深夜视频在线观看| 国产精品美日韩| 欧洲生活片亚洲生活在线观看| 亚洲国产aⅴ成人精品无吗| 337p亚洲精品色噜噜噜| 国产一区日韩二区欧美三区| 国产精品欧美一级免费| 日本高清免费不卡视频| 天堂影院一区二区| 久久综合国产精品| 欧美天天综合网| 精品午夜久久福利影院| 国产精品美女久久久久aⅴ| 91成人国产精品| 成人性视频免费网站| 亚洲精品乱码久久久久久久久 | 亚洲国产综合在线| 国产精品久久午夜夜伦鲁鲁| 色爱区综合激月婷婷| 成人视屏免费看| 激情伊人五月天久久综合| 亚洲综合成人在线| 中文字幕一区二区日韩精品绯色| 成人免费不卡视频| 日本不卡视频一二三区| 亚洲自拍都市欧美小说| 欧美激情资源网| 韩国精品一区二区| 精品日本一线二线三线不卡| 久久久久久久一区| 亚洲国产精品t66y| 色香色香欲天天天影视综合网| 亚洲自拍偷拍九九九| 日韩女优视频免费观看| 成人一道本在线| 午夜视频一区二区三区| 国产精品美女久久久久久久久久久 | 亚洲视频一二区|