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

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

?? form1.designer.cs

?? 周立功can通信例程
?? CS
?? 第 1 頁 / 共 2 頁
字號:
?namespace WindowsApplication1
{
    partial class Form1
    {
        /// <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()
        {
            this.components = new System.ComponentModel.Container();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.textBox_Time1 = new System.Windows.Forms.TextBox();
            this.textBox_AccMask = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.comboBox_Mode = new System.Windows.Forms.ComboBox();
            this.comboBox_Filter = new System.Windows.Forms.ComboBox();
            this.textBox_Time0 = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.textBox_AccCode = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.buttonConnect = new System.Windows.Forms.Button();
            this.comboBox_CANIndex = new System.Windows.Forms.ComboBox();
            this.comboBox_DevIndex = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.button_StartCAN = new System.Windows.Forms.Button();
            this.button_StopCAN = new System.Windows.Forms.Button();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.comboBox_FrameFormat = new System.Windows.Forms.ComboBox();
            this.comboBox_FrameType = new System.Windows.Forms.ComboBox();
            this.button_Send = new System.Windows.Forms.Button();
            this.label11 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.comboBox_SendType = new System.Windows.Forms.ComboBox();
            this.label9 = new System.Windows.Forms.Label();
            this.textBox_Data = new System.Windows.Forms.TextBox();
            this.label13 = new System.Windows.Forms.Label();
            this.textBox_ID = new System.Windows.Forms.TextBox();
            this.label12 = new System.Windows.Forms.Label();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.listBox_Info = new System.Windows.Forms.ListBox();
            this.timer_rec = new System.Windows.Forms.Timer(this.components);
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.groupBox2);
            this.groupBox1.Controls.Add(this.buttonConnect);
            this.groupBox1.Controls.Add(this.comboBox_CANIndex);
            this.groupBox1.Controls.Add(this.comboBox_DevIndex);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(12, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(425, 138);
            this.groupBox1.TabIndex = 4;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "設備參數";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.textBox_Time1);
            this.groupBox2.Controls.Add(this.textBox_AccMask);
            this.groupBox2.Controls.Add(this.label6);
            this.groupBox2.Controls.Add(this.comboBox_Mode);
            this.groupBox2.Controls.Add(this.comboBox_Filter);
            this.groupBox2.Controls.Add(this.textBox_Time0);
            this.groupBox2.Controls.Add(this.label8);
            this.groupBox2.Controls.Add(this.label7);
            this.groupBox2.Controls.Add(this.label5);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Controls.Add(this.textBox_AccCode);
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Location = new System.Drawing.Point(10, 50);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(405, 77);
            this.groupBox2.TabIndex = 3;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "初始化CAN參數";
            // 
            // textBox_Time1
            // 
            this.textBox_Time1.Location = new System.Drawing.Point(218, 46);
            this.textBox_Time1.Name = "textBox_Time1";
            this.textBox_Time1.Size = new System.Drawing.Size(28, 21);
            this.textBox_Time1.TabIndex = 1;
            // 
            // textBox_AccMask
            // 
            this.textBox_AccMask.Location = new System.Drawing.Point(74, 46);
            this.textBox_AccMask.Name = "textBox_AccMask";
            this.textBox_AccMask.Size = new System.Drawing.Size(70, 21);
            this.textBox_AccMask.TabIndex = 1;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(152, 52);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(65, 12);
            this.label6.TabIndex = 0;
            this.label6.Text = "定時器1:0x";
            // 
            // comboBox_Mode
            // 
            this.comboBox_Mode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox_Mode.FormattingEnabled = true;
            this.comboBox_Mode.Items.AddRange(new object[] {
            "正常",
            "只聽"});
            this.comboBox_Mode.Location = new System.Drawing.Point(317, 48);
            this.comboBox_Mode.Name = "comboBox_Mode";
            this.comboBox_Mode.Size = new System.Drawing.Size(70, 20);
            this.comboBox_Mode.TabIndex = 1;
            // 
            // comboBox_Filter
            // 
            this.comboBox_Filter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox_Filter.FormattingEnabled = true;
            this.comboBox_Filter.Items.AddRange(new object[] {
            "雙濾波",
            "單濾波"});
            this.comboBox_Filter.Location = new System.Drawing.Point(317, 21);
            this.comboBox_Filter.Name = "comboBox_Filter";
            this.comboBox_Filter.Size = new System.Drawing.Size(70, 20);
            this.comboBox_Filter.TabIndex = 1;
            // 
            // textBox_Time0
            // 
            this.textBox_Time0.Location = new System.Drawing.Point(218, 19);
            this.textBox_Time0.Name = "textBox_Time0";
            this.textBox_Time0.Size = new System.Drawing.Size(28, 21);
            this.textBox_Time0.TabIndex = 1;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(280, 52);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(35, 12);
            this.label8.TabIndex = 0;
            this.label8.Text = "模式:";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(256, 25);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(59, 12);
            this.label7.TabIndex = 0;
            this.label7.Text = "濾波方式:";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(13, 52);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(59, 12);
            this.label5.TabIndex = 0;
            this.label5.Text = "屏蔽碼:0x";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(152, 25);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(65, 12);
            this.label4.TabIndex = 0;
            this.label4.Text = "定時器0:0x";
            // 
            // textBox_AccCode
            // 
            this.textBox_AccCode.Location = new System.Drawing.Point(74, 19);
            this.textBox_AccCode.Name = "textBox_AccCode";
            this.textBox_AccCode.Size = new System.Drawing.Size(70, 21);
            this.textBox_AccCode.TabIndex = 1;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(13, 25);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(59, 12);
            this.label3.TabIndex = 0;
            this.label3.Text = "驗收碼:0x";
            // 
            // buttonConnect
            // 
            this.buttonConnect.Location = new System.Drawing.Point(275, 21);
            this.buttonConnect.Name = "buttonConnect";
            this.buttonConnect.Size = new System.Drawing.Size(75, 23);
            this.buttonConnect.TabIndex = 2;
            this.buttonConnect.Text = "連接";
            this.buttonConnect.UseVisualStyleBackColor = true;
            this.buttonConnect.Click += new System.EventHandler(this.buttonConnect_Click);
            // 
            // comboBox_CANIndex
            // 
            this.comboBox_CANIndex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox_CANIndex.FormattingEnabled = true;
            this.comboBox_CANIndex.Items.AddRange(new object[] {
            "0",
            "1"});
            this.comboBox_CANIndex.Location = new System.Drawing.Point(209, 23);
            this.comboBox_CANIndex.Name = "comboBox_CANIndex";
            this.comboBox_CANIndex.Size = new System.Drawing.Size(42, 20);
            this.comboBox_CANIndex.TabIndex = 1;
            // 
            // comboBox_DevIndex
            // 
            this.comboBox_DevIndex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox_DevIndex.FormattingEnabled = true;
            this.comboBox_DevIndex.Items.AddRange(new object[] {
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7"});
            this.comboBox_DevIndex.Location = new System.Drawing.Point(87, 23);
            this.comboBox_DevIndex.Name = "comboBox_DevIndex";
            this.comboBox_DevIndex.Size = new System.Drawing.Size(41, 20);
            this.comboBox_DevIndex.TabIndex = 1;
            // 

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久综合色综合88| 国内精品伊人久久久久影院对白| 日本亚洲三级在线| caoporen国产精品视频| 日韩一级大片在线观看| 日韩一区在线播放| 国产成人免费在线观看不卡| 欧美精品三级日韩久久| 亚洲激情六月丁香| 成人app在线| 国产性天天综合网| 免费观看久久久4p| 欧美日韩卡一卡二| 亚洲国产一区二区视频| 91色porny在线视频| 国产视频亚洲色图| 狠狠色狠狠色合久久伊人| 91麻豆精品国产| 三级影片在线观看欧美日韩一区二区| 色诱视频网站一区| 中文字幕欧美一| 福利一区二区在线观看| 精品久久99ma| 韩国女主播成人在线| 欧美videossexotv100| 久久99精品一区二区三区 | 不卡的看片网站| 国产亚洲视频系列| 国产精品一区二区在线观看不卡| 久久午夜羞羞影院免费观看| 国产一区二区三区久久久 | 国产呦精品一区二区三区网站| 欧美精品在欧美一区二区少妇| 亚洲一区二区综合| 欧美做爰猛烈大尺度电影无法无天| ㊣最新国产の精品bt伙计久久| 99久久er热在这里只有精品66| 国产欧美一区二区三区在线看蜜臀| 国产老妇另类xxxxx| 欧美经典三级视频一区二区三区| 国产91清纯白嫩初高中在线观看 | 国产精品国产自产拍高清av| 成人午夜电影小说| 亚洲精品久久嫩草网站秘色| 欧美三级韩国三级日本一级| 日韩综合一区二区| 精品99999| 粉嫩嫩av羞羞动漫久久久| 中文字幕日韩欧美一区二区三区| 91一区二区在线| 亚洲国产va精品久久久不卡综合| 欧美一区二区网站| 国产成人精品免费网站| 亚洲人成精品久久久久久| 欧美性感一区二区三区| 视频在线观看一区二区三区| 精品国产免费视频| 99re66热这里只有精品3直播| 午夜日韩在线电影| 欧美精品一区二区三区很污很色的| 国产一区二区福利视频| 亚洲欧美日韩人成在线播放| 91精品国产综合久久久久久久 | 蜜臀av一区二区在线观看| 欧美电视剧免费全集观看| 成人av电影在线| 亚洲18影院在线观看| 久久精品亚洲精品国产欧美| 色哟哟一区二区在线观看| 麻豆91免费看| 亚洲人成网站在线| 久久一区二区视频| 欧美三级在线视频| 成人免费毛片aaaaa**| 亚洲国产一区二区在线播放| 国产欧美日本一区二区三区| 欧美日韩国产a| aaa亚洲精品一二三区| 久久精品国产亚洲一区二区三区| 国产精品久久久久久久久动漫 | 日韩一区二区在线播放| 成人a级免费电影| 激情五月播播久久久精品| 一个色妞综合视频在线观看| 久久久久久亚洲综合影院红桃| 91成人免费电影| 成人在线视频首页| 精品无人区卡一卡二卡三乱码免费卡| 亚洲精品免费播放| 国产精品午夜在线观看| 日韩美女视频在线| 在线免费观看日本一区| 丰满白嫩尤物一区二区| 国产一区二区三区久久久| 视频一区二区三区在线| 亚洲免费观看高清完整| 国产精品乱码一区二区三区软件| 欧美r级在线观看| 91麻豆精品国产自产在线观看一区| 色婷婷狠狠综合| 91在线一区二区| 成人av在线影院| 国产激情一区二区三区| 国产一区二区三区在线观看免费| 蜜臀国产一区二区三区在线播放 | 国产激情91久久精品导航| 美国三级日本三级久久99| 日韩高清不卡一区二区三区| 亚洲超碰精品一区二区| 五月综合激情网| 日本强好片久久久久久aaa| 香蕉影视欧美成人| 香港成人在线视频| 婷婷成人综合网| 日本麻豆一区二区三区视频| 秋霞国产午夜精品免费视频| 日本美女一区二区三区| 裸体健美xxxx欧美裸体表演| 青草av.久久免费一区| 免费的国产精品| 国产精品伊人色| a在线欧美一区| 欧洲一区二区三区在线| 欧美另类高清zo欧美| 欧美一区二区精美| 精品毛片乱码1区2区3区| 亚洲精品一区二区三区福利| 久久久久久久免费视频了| 国产精品私人自拍| 一区二区三区欧美| 蜜臀99久久精品久久久久久软件| 黄页视频在线91| 99久久99久久精品国产片果冻| 在线视频综合导航| 欧美一区二区黄| 欧美国产97人人爽人人喊| 国产精品超碰97尤物18| 亚洲福利视频一区| 国内成人精品2018免费看| 成人午夜精品一区二区三区| 91黄色免费观看| 精品久久久久久久人人人人传媒| 国产精品久久三| 视频一区视频二区中文| 国产精品1区二区.| 色国产精品一区在线观看| 欧美一二三区在线观看| 国产精品久久久久毛片软件| 亚洲国产成人porn| 国产成人午夜精品影院观看视频 | 国产精品视频看| 亚洲国产成人av网| 国产成人精品一区二| 欧美三级资源在线| 欧美激情一区二区三区在线| 亚洲成av人片www| 成人影视亚洲图片在线| 欧美精品99久久久**| 国产清纯美女被跳蛋高潮一区二区久久w| 亚洲裸体xxx| 极品瑜伽女神91| 欧美色手机在线观看| 中文一区在线播放 | 亚洲国产精品麻豆| 国产a久久麻豆| 日韩欧美视频一区| 亚洲国产欧美在线| 99久久久久久| 中文字幕国产精品一区二区| 日韩电影免费在线看| 日本韩国欧美在线| 日本一区二区三区在线不卡 | 亚洲成在人线免费| 97久久精品人人爽人人爽蜜臀| 精品成人免费观看| 美女网站一区二区| 3751色影院一区二区三区| 亚洲另类中文字| av综合在线播放| 亚洲国产成人私人影院tom | 国产亚洲精品超碰| 奇米色一区二区三区四区| 欧美日韩一区二区三区视频| 中文字幕中文字幕在线一区| 国产精品69毛片高清亚洲| 日韩欧美综合在线| 日本午夜精品视频在线观看 | 欧美日韩精品欧美日韩精品| 亚洲美女在线一区| 91亚洲国产成人精品一区二区三| 国产精品系列在线| 国产v日产∨综合v精品视频| 久久蜜桃av一区二区天堂| 狠狠色丁香久久婷婷综| 久久综合久久综合久久| 激情av综合网| 国产天堂亚洲国产碰碰| 国产成人小视频| 中文字幕制服丝袜成人av| 91麻豆123|