亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
国产欧美日韩中文久久| 欧美一区二区三区日韩| 久久99精品久久久久久动态图| 国产精品免费观看视频| 久久亚洲私人国产精品va媚药| 日韩视频一区二区在线观看| 日韩三级在线免费观看| 欧美一二三四区在线| 日韩无一区二区| 久久久久久久电影| 中文在线资源观看网站视频免费不卡| 久久久精品一品道一区| 国产欧美日韩精品a在线观看| 久久精品亚洲精品国产欧美| 久久久国际精品| 亚洲精品免费电影| 国产日韩精品视频一区| 国产精品免费视频一区| 亚洲男女毛片无遮挡| 婷婷丁香久久五月婷婷| 国内成人免费视频| 成人avav影音| 欧美乱熟臀69xxxxxx| www精品美女久久久tv| 亚洲国产高清在线观看视频| 亚洲一区二区影院| 久久精品久久精品| 暴力调教一区二区三区| 欧美日韩在线播放三区| 欧美第一区第二区| 亚洲欧美在线高清| 麻豆国产一区二区| 色综合久久中文综合久久97| 日韩一区二区在线看| 欧美国产综合一区二区| 亚洲午夜在线电影| 激情国产一区二区| 91福利精品视频| 国产性做久久久久久| 亚洲国产精品影院| 高清国产午夜精品久久久久久| 欧美三级视频在线播放| 国产区在线观看成人精品| 亚洲一区在线看| 国产ts人妖一区二区| 欧美日韩国产精品自在自线| 国产日韩精品一区二区浪潮av| 夜夜精品浪潮av一区二区三区| 久热成人在线视频| 欧美视频一区在线观看| 亚洲国产电影在线观看| 免费看欧美女人艹b| 91精品福利视频| 中文字幕一区二区在线播放| 精品在线亚洲视频| 欧美另类videos死尸| 亚洲同性gay激情无套| 国产麻豆视频精品| 精品乱码亚洲一区二区不卡| 午夜精品福利视频网站| 色先锋资源久久综合| 亚洲欧洲www| 国产成人综合精品三级| 日韩免费电影网站| 麻豆国产91在线播放| 4438x亚洲最大成人网| 亚洲精品成人悠悠色影视| av网站一区二区三区| 国产亚洲精品免费| 国产美女一区二区三区| 亚洲精品在线免费观看视频| 久久精品久久综合| 欧美变态凌虐bdsm| 国产成人免费在线观看| 欧美成人国产一区二区| 六月婷婷色综合| 精品国产一区二区三区av性色| 麻豆精品一区二区三区| 日韩一区二区影院| 久久精品国产99| 欧美精品一区视频| 成熟亚洲日本毛茸茸凸凹| 欧美激情在线看| 99久久精品国产网站| 一区二区三区不卡在线观看| 精品视频免费在线| 免费观看久久久4p| 国产午夜精品久久久久久久| av男人天堂一区| 一区二区三区电影在线播| 欧美午夜不卡在线观看免费| 日本不卡一区二区| www国产成人| 91猫先生在线| 青青草原综合久久大伊人精品| 日韩午夜在线观看| 高清国产一区二区| 亚洲综合一二区| 精品美女一区二区| 成人av网站在线观看免费| 亚洲一区在线看| 久久久久久久久久久黄色| 91视频国产资源| 奇米色一区二区三区四区| 国产拍欧美日韩视频二区| 91老司机福利 在线| 人人爽香蕉精品| 亚洲视频免费看| 日韩一区二区免费在线观看| 成人免费精品视频| 免费观看日韩av| 亚洲精品高清视频在线观看| 精品国产一区二区国模嫣然| 91久久精品一区二区三区| 国产在线精品国自产拍免费| 亚洲美女区一区| 久久婷婷色综合| 欧美日本不卡视频| 不卡的av电影在线观看| 男女男精品视频网| 亚洲主播在线观看| 国产精品污www在线观看| 91精品国产aⅴ一区二区| 波多野结衣精品在线| 麻豆精品新av中文字幕| 亚洲影院在线观看| 国产精品美女久久久久aⅴ| 欧美丰满美乳xxx高潮www| a4yy欧美一区二区三区| 国产主播一区二区三区| 午夜av一区二区| 一区二区三区 在线观看视频| 久久嫩草精品久久久精品| 欧美福利电影网| 欧美色涩在线第一页| 99精品热视频| 成人精品免费看| 国产成人精品三级| 激情欧美一区二区| 久久99精品久久久久久国产越南 | 精品视频一区二区三区免费| 国产精品1024| 激情综合网最新| 极品瑜伽女神91| 蜜臀久久99精品久久久久久9| 亚洲成人久久影院| 一区二区三区欧美| 亚洲欧美综合另类在线卡通| 中文成人综合网| 欧美激情一区二区| 亚洲欧洲三级电影| 国产精品成人网| 亚洲美女在线国产| 亚洲色图在线看| 一区二区三区蜜桃网| 亚洲国产精品自拍| 免费av成人在线| 久久99久久99小草精品免视看| 免费成人在线播放| 久久99精品久久久久| 国产精品亚洲成人| 成人午夜视频免费看| 91色九色蝌蚪| 欧美日韩中文字幕精品| 欧美另类变人与禽xxxxx| 欧美一卡在线观看| 精品99999| 亚洲欧美怡红院| 五月天激情综合| 国产在线精品一区二区三区不卡| 国产精品2024| 91丨porny丨最新| 在线播放91灌醉迷j高跟美女| 91精品国产麻豆国产自产在线 | 韩国一区二区在线观看| 精品一区二区综合| 成人一级片网址| 色88888久久久久久影院野外| 欧美精品久久天天躁| 精品日韩在线观看| 日韩一区在线免费观看| 亚洲国产美女搞黄色| 国内精品国产三级国产a久久| 国产成人免费xxxxxxxx| 日本韩国一区二区三区视频| 日韩欧美一区二区三区在线| 欧美国产日韩亚洲一区| 丝袜亚洲另类丝袜在线| 国产大陆a不卡| 欧美人伦禁忌dvd放荡欲情| 国产亚洲欧美日韩日本| 亚洲高清视频的网址| 国产精品69毛片高清亚洲| 欧美日韩久久久久久| 久久久一区二区| 午夜伦理一区二区| www..com久久爱| 日韩免费成人网| 亚洲妇女屁股眼交7| 成人福利视频在线看|