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

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

?? frmmain.designer.cs

?? 界面美觀,模塊功能清晰,連接數據庫,適合初學者
?? CS
?? 第 1 頁 / 共 2 頁
字號:
?namespace VWMS
{
    partial class frmMain
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
            this.btnCWipers = new System.Windows.Forms.Button();
            this.btnAWipers = new System.Windows.Forms.Button();
            this.btnCAperture = new System.Windows.Forms.Button();
            this.btnAAperture = new System.Windows.Forms.Button();
            this.btnCFocus = new System.Windows.Forms.Button();
            this.btnAFocus = new System.Windows.Forms.Button();
            this.btnCHighlghts = new System.Windows.Forms.Button();
            this.btnAHighlghts = new System.Windows.Forms.Button();
            this.btnLeft = new System.Windows.Forms.Button();
            this.btnRight = new System.Windows.Forms.Button();
            this.btnDown = new System.Windows.Forms.Button();
            this.btnUp = new System.Windows.Forms.Button();
            this.btnSetMonitor = new System.Windows.Forms.Button();
            this.btnVideo = new System.Windows.Forms.Button();
            this.btnPlay = new System.Windows.Forms.Button();
            this.btnSnapShots = new System.Windows.Forms.Button();
            this.btnAutoMonitor = new System.Windows.Forms.Button();
            this.btnStop = new System.Windows.Forms.Button();
            this.rbtnBMP = new System.Windows.Forms.RadioButton();
            this.rbtnJPG = new System.Windows.Forms.RadioButton();
            this.plVideo1 = new System.Windows.Forms.Panel();
            this.sfDialog = new System.Windows.Forms.SaveFileDialog();
            this.btnReg = new System.Windows.Forms.Button();
            this.rbtnVerticalWatch = new System.Windows.Forms.RadioButton();
            this.rbtnLevelWatch = new System.Windows.Forms.RadioButton();
            this.rbtnWideWatch = new System.Windows.Forms.RadioButton();
            this.SuspendLayout();
            // 
            // btnCWipers
            // 
            this.btnCWipers.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCWipers.BackgroundImage")));
            this.btnCWipers.Location = new System.Drawing.Point(698, 142);
            this.btnCWipers.Name = "btnCWipers";
            this.btnCWipers.Size = new System.Drawing.Size(64, 31);
            this.btnCWipers.TabIndex = 0;
            this.btnCWipers.UseVisualStyleBackColor = true;
            this.btnCWipers.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnCWipers_MouseDown);
            this.btnCWipers.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnCWipers_MouseUp);
            // 
            // btnAWipers
            // 
            this.btnAWipers.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAWipers.BackgroundImage")));
            this.btnAWipers.Location = new System.Drawing.Point(621, 142);
            this.btnAWipers.Name = "btnAWipers";
            this.btnAWipers.Size = new System.Drawing.Size(64, 31);
            this.btnAWipers.TabIndex = 0;
            this.btnAWipers.UseVisualStyleBackColor = true;
            this.btnAWipers.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnAWipers_MouseDown);
            this.btnAWipers.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnAWipers_MouseUp);
            // 
            // btnCAperture
            // 
            this.btnCAperture.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCAperture.BackgroundImage")));
            this.btnCAperture.Location = new System.Drawing.Point(698, 103);
            this.btnCAperture.Name = "btnCAperture";
            this.btnCAperture.Size = new System.Drawing.Size(64, 31);
            this.btnCAperture.TabIndex = 0;
            this.btnCAperture.UseVisualStyleBackColor = true;
            this.btnCAperture.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnCAperture_MouseDown);
            this.btnCAperture.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnCAperture_MouseUp);
            // 
            // btnAAperture
            // 
            this.btnAAperture.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAAperture.BackgroundImage")));
            this.btnAAperture.Location = new System.Drawing.Point(621, 103);
            this.btnAAperture.Name = "btnAAperture";
            this.btnAAperture.Size = new System.Drawing.Size(64, 31);
            this.btnAAperture.TabIndex = 0;
            this.btnAAperture.UseVisualStyleBackColor = true;
            this.btnAAperture.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnAAperture_MouseDown);
            this.btnAAperture.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnAAperture_MouseUp);
            // 
            // btnCFocus
            // 
            this.btnCFocus.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCFocus.BackgroundImage")));
            this.btnCFocus.Location = new System.Drawing.Point(698, 64);
            this.btnCFocus.Name = "btnCFocus";
            this.btnCFocus.Size = new System.Drawing.Size(64, 31);
            this.btnCFocus.TabIndex = 0;
            this.btnCFocus.UseVisualStyleBackColor = true;
            this.btnCFocus.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnCFocus_MouseDown);
            this.btnCFocus.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnCFocus_MouseUp);
            // 
            // btnAFocus
            // 
            this.btnAFocus.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAFocus.BackgroundImage")));
            this.btnAFocus.Location = new System.Drawing.Point(621, 64);
            this.btnAFocus.Name = "btnAFocus";
            this.btnAFocus.Size = new System.Drawing.Size(64, 31);
            this.btnAFocus.TabIndex = 0;
            this.btnAFocus.UseVisualStyleBackColor = true;
            this.btnAFocus.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnAFocus_MouseDown);
            this.btnAFocus.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnAFocus_MouseUp);
            // 
            // btnCHighlghts
            // 
            this.btnCHighlghts.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCHighlghts.BackgroundImage")));
            this.btnCHighlghts.Location = new System.Drawing.Point(698, 24);
            this.btnCHighlghts.Name = "btnCHighlghts";
            this.btnCHighlghts.Size = new System.Drawing.Size(64, 31);
            this.btnCHighlghts.TabIndex = 0;
            this.btnCHighlghts.UseVisualStyleBackColor = true;
            this.btnCHighlghts.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnCHighlghts_MouseDown);
            this.btnCHighlghts.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnCHighlghts_MouseUp);
            // 
            // btnAHighlghts
            // 
            this.btnAHighlghts.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAHighlghts.BackgroundImage")));
            this.btnAHighlghts.Location = new System.Drawing.Point(621, 24);
            this.btnAHighlghts.Name = "btnAHighlghts";
            this.btnAHighlghts.Size = new System.Drawing.Size(64, 31);
            this.btnAHighlghts.TabIndex = 0;
            this.btnAHighlghts.UseVisualStyleBackColor = true;
            this.btnAHighlghts.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnAHighlghts_MouseDown);
            this.btnAHighlghts.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnAHighlghts_MouseUp);
            // 
            // btnLeft
            // 
            this.btnLeft.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnLeft.BackgroundImage")));
            this.btnLeft.Location = new System.Drawing.Point(617, 258);
            this.btnLeft.Name = "btnLeft";
            this.btnLeft.Size = new System.Drawing.Size(43, 38);
            this.btnLeft.TabIndex = 0;
            this.btnLeft.UseVisualStyleBackColor = true;
            this.btnLeft.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnLeft_MouseDown);
            this.btnLeft.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnLeft_MouseUp);
            // 
            // btnRight
            // 
            this.btnRight.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnRight.BackgroundImage")));
            this.btnRight.Location = new System.Drawing.Point(719, 258);
            this.btnRight.Name = "btnRight";
            this.btnRight.Size = new System.Drawing.Size(43, 38);
            this.btnRight.TabIndex = 0;
            this.btnRight.UseVisualStyleBackColor = true;
            this.btnRight.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnRight_MouseDown);
            this.btnRight.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnRight_MouseUp);
            // 
            // btnDown
            // 
            this.btnDown.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDown.BackgroundImage")));
            this.btnDown.Location = new System.Drawing.Point(668, 301);
            this.btnDown.Name = "btnDown";
            this.btnDown.Size = new System.Drawing.Size(43, 38);
            this.btnDown.TabIndex = 0;
            this.btnDown.UseVisualStyleBackColor = true;
            this.btnDown.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnDown_MouseDown);
            this.btnDown.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnDown_MouseUp);
            // 
            // btnUp
            // 
            this.btnUp.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnUp.BackgroundImage")));
            this.btnUp.Location = new System.Drawing.Point(668, 218);
            this.btnUp.Name = "btnUp";
            this.btnUp.Size = new System.Drawing.Size(43, 38);
            this.btnUp.TabIndex = 0;
            this.btnUp.UseVisualStyleBackColor = true;
            this.btnUp.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnUp_MouseDown);
            this.btnUp.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnUp_MouseUp);
            // 
            // btnSetMonitor
            // 
            this.btnSetMonitor.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSetMonitor.BackgroundImage")));
            this.btnSetMonitor.Location = new System.Drawing.Point(610, 436);
            this.btnSetMonitor.Name = "btnSetMonitor";
            this.btnSetMonitor.Size = new System.Drawing.Size(163, 30);
            this.btnSetMonitor.TabIndex = 2;
            this.btnSetMonitor.UseVisualStyleBackColor = true;
            this.btnSetMonitor.Click += new System.EventHandler(this.btnSetMonitor_Click);
            // 
            // btnVideo
            // 
            this.btnVideo.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnVideo.BackgroundImage")));
            this.btnVideo.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnVideo.Location = new System.Drawing.Point(610, 472);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
午夜欧美电影在线观看| 97久久精品人人澡人人爽| 国产精品亚洲成人| 色婷婷综合久久久中文一区二区 | 亚洲精品视频自拍| 美女任你摸久久| 99久久综合国产精品| 日韩一区二区三区精品视频| 国产精品初高中害羞小美女文| 日韩在线一区二区| 日本精品视频一区二区| 国产欧美一区二区三区沐欲| 亚洲成av人片在线观看| 不卡的电影网站| 久久综合九色综合97婷婷女人| 亚洲国产人成综合网站| 91视视频在线直接观看在线看网页在线看| 欧美电影影音先锋| 亚洲一区av在线| 91无套直看片红桃| 国产精品色在线| 国产精品亚洲视频| 亚洲精品在线观| 麻豆91免费观看| 宅男在线国产精品| 亚洲成a人片综合在线| 欧洲另类一二三四区| 国产精品国产精品国产专区不片| 激情综合一区二区三区| 欧美一级电影网站| 午夜成人在线视频| 欧美日韩午夜在线视频| 一区二区三区在线观看国产 | 国产精品成人免费在线| 国产成人日日夜夜| 国产欧美日韩在线| 国产传媒日韩欧美成人| 国产色产综合产在线视频| 国产一区二区三区在线看麻豆| 欧美不卡一区二区三区四区| 六月丁香综合在线视频| 欧美sm美女调教| 国内精品久久久久影院薰衣草 | 一区二区在线看| 日本二三区不卡| 亚洲图片欧美一区| 欧美日韩视频一区二区| 日本美女一区二区| 日韩欧美一二三区| 国产精品 欧美精品| 国产日韩成人精品| a4yy欧美一区二区三区| 亚洲综合久久久久| 欧美一区二区三区性视频| 卡一卡二国产精品| 国产日韩欧美在线一区| 一本到不卡免费一区二区| 香蕉av福利精品导航| 日韩精品一区国产麻豆| 国产成人精品影视| 一区二区三区在线影院| 91麻豆精品国产自产在线观看一区| 精品一区二区三区在线观看国产| 久久久久国产免费免费| 91免费看视频| 天堂成人国产精品一区| 国产人妖乱国产精品人妖| 91小视频在线免费看| 五月天欧美精品| 国产婷婷色一区二区三区在线| 97se亚洲国产综合自在线| 午夜精品久久久| 欧美国产精品中文字幕| 欧美日韩一本到| 国产精品 欧美精品| 香蕉久久夜色精品国产使用方法| 久久久久久久久99精品| 欧美色视频一区| 成人av电影观看| 蜜臀av性久久久久蜜臀av麻豆| 国产精品护士白丝一区av| 911精品国产一区二区在线| 高清国产一区二区三区| 日本sm残虐另类| 亚洲日本护士毛茸茸| 欧美本精品男人aⅴ天堂| 色综合久久综合网欧美综合网| 久久97超碰色| 天天色 色综合| 亚洲日本中文字幕区| 国产视频911| 欧美变态tickling挠脚心| 欧美午夜精品理论片a级按摩| 国产一区亚洲一区| 天堂影院一区二区| 亚洲色图.com| 日本一区二区高清| 欧美哺乳videos| 欧美裸体一区二区三区| av色综合久久天堂av综合| 精品一区二区免费视频| 午夜欧美在线一二页| 亚洲男同性恋视频| 国产精品入口麻豆九色| 精品国产一区二区三区忘忧草 | 日韩成人免费在线| 亚洲一区日韩精品中文字幕| 日韩码欧中文字| 国产精品入口麻豆九色| 日本一区二区成人在线| 国产亚洲女人久久久久毛片| 精品国免费一区二区三区| 69久久99精品久久久久婷婷| 欧美疯狂性受xxxxx喷水图片| 在线观看视频一区二区欧美日韩 | 国产尤物一区二区在线| 蜜臀av一区二区三区| 欧美老肥妇做.爰bbww| 成人午夜激情视频| 精品系列免费在线观看| 日韩精彩视频在线观看| 亚洲成人精品一区| 亚洲成va人在线观看| 奇米四色…亚洲| 久久狠狠亚洲综合| 免费成人在线网站| 精品无人码麻豆乱码1区2区| 久久精品国产99国产| 极品美女销魂一区二区三区免费| 国产在线视频一区二区| 国产精品资源在线| 北岛玲一区二区三区四区| 一本久久综合亚洲鲁鲁五月天| 91久久奴性调教| 欧美日韩成人综合在线一区二区| 欧美日韩国产免费| 精品久久久网站| 国产日产欧美一区| 亚洲欧美成人一区二区三区| 亚洲一区在线免费观看| 日本在线不卡一区| 国模套图日韩精品一区二区 | 亚洲免费毛片网站| 亚洲一区电影777| 久久av老司机精品网站导航| 国产精品18久久久久久久久| 91亚洲精华国产精华精华液| 欧美午夜在线观看| 26uuu亚洲| 亚洲狼人国产精品| 麻豆91在线播放免费| 不卡的av在线播放| 欧美三级电影在线看| 精品国产1区二区| 伊人开心综合网| 韩国三级在线一区| 在线观看亚洲一区| 久久综合99re88久久爱| 一区二区三区四区在线| 韩国精品免费视频| 一本到不卡免费一区二区| 精品人在线二区三区| 亚洲精品中文在线影院| 国产一区二区毛片| 91福利视频网站| 久久亚洲精精品中文字幕早川悠里| 国产精品久久久久三级| 美女脱光内衣内裤视频久久网站 | 国产精品大尺度| 美女脱光内衣内裤视频久久网站 | 国产精品12区| 欧美日韩视频不卡| 亚洲人成伊人成综合网小说| 久久精品国产色蜜蜜麻豆| 91在线精品秘密一区二区| 精品国产凹凸成av人导航| 一区二区国产盗摄色噜噜| 国产成人aaa| 26uuu精品一区二区在线观看| 亚洲第一av色| 色综合天天综合| 国产欧美日韩亚州综合| 久久99精品久久久久久动态图| 欧美亚洲日本国产| 日韩毛片一二三区| 高清在线不卡av| 中文字幕巨乱亚洲| 国产乱色国产精品免费视频| 欧美一区二区三区播放老司机| 亚洲精品乱码久久久久久久久| 国产99久久久国产精品潘金| 精品国产免费久久| 麻豆成人av在线| 精品久久久久一区二区国产| 日韩电影在线免费观看| 4438x亚洲最大成人网| 亚洲va欧美va天堂v国产综合| bt欧美亚洲午夜电影天堂| 国产精品亲子伦对白| 高清日韩电视剧大全免费|