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

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

?? form1.designer.cs

?? 8583包打包解包小應用
?? CS
?? 第 1 頁 / 共 2 頁
字號:
namespace My8583App
{
    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.textBox1 = new System.Windows.Forms.TextBox();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.richTextBox1 = new System.Windows.Forms.RichTextBox();
            this.button3 = new System.Windows.Forms.Button();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.radioButton1 = new System.Windows.Forms.RadioButton();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.button9 = new System.Windows.Forms.Button();
            this.button8 = new System.Windows.Forms.Button();
            this.button7 = new System.Windows.Forms.Button();
            this.richTextBox2 = new System.Windows.Forms.RichTextBox();
            this.button6 = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.button4 = new System.Windows.Forms.Button();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.button14 = new System.Windows.Forms.Button();
            this.richTextBox3 = new System.Windows.Forms.RichTextBox();
            this.button13 = new System.Windows.Forms.Button();
            this.button12 = new System.Windows.Forms.Button();
            this.button11 = new System.Windows.Forms.Button();
            this.button10 = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.tabPage4.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(177, 18);
            this.textBox1.MaxLength = 21;
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(118, 21);
            this.textBox1.TabIndex = 0;
            this.textBox1.Text = "acctno";
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(177, 58);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(118, 21);
            this.textBox2.TabIndex = 1;
            this.textBox2.Text = "amt";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(51, 18);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 2;
            this.button1.Text = "PACK";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.button2.Location = new System.Drawing.Point(452, 14);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(83, 25);
            this.button2.TabIndex = 3;
            this.button2.Text = "TESTBUTTON";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // richTextBox1
            // 
            this.richTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.richTextBox1.Location = new System.Drawing.Point(6, 85);
            this.richTextBox1.Name = "richTextBox1";
            this.richTextBox1.Size = new System.Drawing.Size(710, 234);
            this.richTextBox1.TabIndex = 4;
            this.richTextBox1.Text = "";
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(51, 56);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(75, 23);
            this.button3.TabIndex = 5;
            this.button3.Text = "Unpack";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // tabControl1
            // 
            this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Controls.Add(this.tabPage4);
            this.tabControl1.Location = new System.Drawing.Point(3, 9);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(727, 350);
            this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
            this.tabControl1.TabIndex = 6;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.textBox1);
            this.tabPage1.Controls.Add(this.richTextBox1);
            this.tabPage1.Controls.Add(this.button3);
            this.tabPage1.Controls.Add(this.textBox2);
            this.tabPage1.Controls.Add(this.button1);
            this.tabPage1.Controls.Add(this.button2);
            this.tabPage1.Location = new System.Drawing.Point(4, 21);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(719, 325);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "組包拆包";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.listBox1);
            this.tabPage2.Controls.Add(this.radioButton1);
            this.tabPage2.Location = new System.Drawing.Point(4, 21);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(719, 325);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "域信息";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // listBox1
            // 
            this.listBox1.FormattingEnabled = true;
            this.listBox1.ItemHeight = 12;
            this.listBox1.Location = new System.Drawing.Point(180, 6);
            this.listBox1.Name = "listBox1";
            this.listBox1.Size = new System.Drawing.Size(175, 100);
            this.listBox1.TabIndex = 1;
            // 
            // radioButton1
            // 
            this.radioButton1.AutoSize = true;
            this.radioButton1.Location = new System.Drawing.Point(41, 35);
            this.radioButton1.Name = "radioButton1";
            this.radioButton1.Size = new System.Drawing.Size(95, 16);
            this.radioButton1.TabIndex = 0;
            this.radioButton1.TabStop = true;
            this.radioButton1.Text = "radioButton1";
            this.radioButton1.UseVisualStyleBackColor = true;
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.button9);
            this.tabPage3.Controls.Add(this.button8);
            this.tabPage3.Controls.Add(this.button7);
            this.tabPage3.Controls.Add(this.richTextBox2);
            this.tabPage3.Controls.Add(this.button6);
            this.tabPage3.Controls.Add(this.button5);
            this.tabPage3.Controls.Add(this.textBox4);
            this.tabPage3.Controls.Add(this.textBox3);
            this.tabPage3.Controls.Add(this.button4);
            this.tabPage3.Location = new System.Drawing.Point(4, 21);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Size = new System.Drawing.Size(719, 325);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "服務啟動";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // button9
            // 
            this.button9.Location = new System.Drawing.Point(411, 63);
            this.button9.Name = "button9";
            this.button9.Size = new System.Drawing.Size(87, 22);
            this.button9.TabIndex = 8;
            this.button9.Text = "發送短連接";
            this.button9.UseVisualStyleBackColor = true;
            this.button9.Click += new System.EventHandler(this.button9_Click);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
97se亚洲国产综合自在线观| 国产精品99久久久久| 精品国产污污免费网站入口| 成人avav影音| 精品一区二区三区久久久| 国产精品久久福利| 欧美一区二区在线视频| 岛国精品在线播放| 亚洲国产另类av| 国产清纯在线一区二区www| 国产精品资源站在线| 亚洲一区二区三区四区在线| www国产成人免费观看视频 深夜成人网| 成人白浆超碰人人人人| 久久福利视频一区二区| 亚洲你懂的在线视频| 久久久精品日韩欧美| 欧美日韩一区精品| 成人精品免费看| 喷水一区二区三区| 亚洲久草在线视频| 欧美成人a在线| 91精品国产免费| 国产成人鲁色资源国产91色综| 欧美人牲a欧美精品| 亚洲永久精品大片| 欧美性猛交xxxx乱大交退制版 | 欧美午夜视频网站| 久久亚区不卡日本| 麻豆国产欧美一区二区三区| 欧美亚洲国产一区二区三区| 一区二区在线观看av| 色综合久久88色综合天天| 国产精品福利电影一区二区三区四区| 久久激情五月激情| 欧美色成人综合| 高清国产一区二区| 中文字幕在线观看一区二区| 3d动漫精品啪啪1区2区免费| 日韩不卡一区二区| 91免费版在线| 欧美视频一区二区| 国产精品二三区| 91美女视频网站| 精品一区二区日韩| 色综合久久综合| 麻豆免费看一区二区三区| 欧美日韩一区小说| 日本乱码高清不卡字幕| 国产精品亚洲第一区在线暖暖韩国| 国内成人免费视频| 另类小说图片综合网| 日本成人在线不卡视频| 奇米影视一区二区三区小说| 免费成人av在线播放| 日本欧洲一区二区| 一区二区三区四区乱视频| 亚洲午夜久久久| 日韩中文字幕不卡| 蜜臀99久久精品久久久久久软件| 久久国内精品自在自线400部| 蜜桃av一区二区在线观看| 免费在线观看一区二区三区| 午夜影院久久久| 久草精品在线观看| 国产综合色视频| 精品一区二区三区免费观看| 成人综合婷婷国产精品久久免费| 成人av网址在线| 91在线无精精品入口| 成人精品一区二区三区四区| 成人黄色小视频在线观看| 成人教育av在线| 91在线精品一区二区三区| 欧美一a一片一级一片| 欧美巨大另类极品videosbest | 秋霞av亚洲一区二区三| 国产一区二区日韩精品| 成人黄色免费短视频| 色婷婷香蕉在线一区二区| 欧美一级片在线看| 国产精品欧美久久久久一区二区| 亚洲日本电影在线| 亚洲欧美福利一区二区| 秋霞电影一区二区| 国产宾馆实践打屁股91| 日本丰满少妇一区二区三区| 精品国产乱码久久久久久蜜臀 | 在线电影国产精品| 欧美va亚洲va| 久久久精品欧美丰满| 亚洲国产成人tv| 国产一区二区三区不卡在线观看| 91老师片黄在线观看| 日韩欧美久久久| 亚洲欧美另类图片小说| 日本三级亚洲精品| 日韩**一区毛片| 成人性生交大片免费看视频在线 | 国产91精品入口| 欧美性色综合网| 欧美刺激午夜性久久久久久久| 伊人婷婷欧美激情| 紧缚捆绑精品一区二区| 色婷婷av一区| 国产欧美一区二区精品婷婷| 亚洲一区视频在线观看视频| 国产精品一卡二卡| 欧洲色大大久久| 国产精品超碰97尤物18| 麻豆一区二区三| 色噜噜狠狠色综合中国| 日韩精品一区在线观看| 亚洲最新视频在线播放| 国产成+人+日韩+欧美+亚洲| 国产成人精品免费在线| 欧美福利视频一区| 国产日韩精品一区二区三区| 午夜视频在线观看一区二区| 高清视频一区二区| 国产亚洲婷婷免费| 六月丁香婷婷久久| 欧美一级片免费看| 国产精品久久久久久久久快鸭| 另类欧美日韩国产在线| 欧美日韩精品久久久| 亚洲第一精品在线| 欧美视频完全免费看| 亚洲欧洲99久久| 9l国产精品久久久久麻豆| 欧美日韩一区二区三区免费看| 亚洲成人免费影院| 在线免费观看日本欧美| 菠萝蜜视频在线观看一区| 精品国产制服丝袜高跟| 在线不卡中文字幕| 国产精品一区二区你懂的| 色婷婷激情久久| 中文字幕亚洲一区二区av在线| 国产高清成人在线| 欧美国产激情一区二区三区蜜月| 欧美日韩精品欧美日韩精品一综合| 2020国产精品久久精品美国| 91片在线免费观看| 色综合久久88色综合天天免费| 国产精品久久久久久久久久免费看 | 亚洲黄色免费电影| 在线观看欧美黄色| 日韩精品成人一区二区三区| 欧美一级二级在线观看| 狠狠色丁香久久婷婷综合_中 | 欧美一区二区播放| 捆绑紧缚一区二区三区视频| 欧美白人最猛性xxxxx69交| 国产精品中文有码| 国产精品成人网| 欧美在线观看视频在线| 日产欧产美韩系列久久99| 欧美精品一区二区精品网| 成人永久免费视频| 亚洲在线观看免费视频| 日韩视频在线一区二区| 国产精品一级二级三级| 亚洲乱码日产精品bd| 7777精品伊人久久久大香线蕉经典版下载 | 国产自产高清不卡| 国产精品久久久久桃色tv| 在线观看日韩电影| 久久精品国产第一区二区三区| 国产女人18毛片水真多成人如厕| 91丝袜美腿高跟国产极品老师| 亚洲成人久久影院| 国产亚洲午夜高清国产拍精品| 色视频欧美一区二区三区| 日本不卡高清视频| 国产精品女上位| 91精品国产91综合久久蜜臀| 成人网男人的天堂| 日本欧美在线观看| 国产精品免费视频观看| 欧美一区二区久久| 暴力调教一区二区三区| 日韩av午夜在线观看| 亚洲欧洲国产专区| 日韩精品一区二区三区在线播放| 成人高清免费观看| 青草国产精品久久久久久| 1024成人网| 精品国产免费久久| 在线精品观看国产| 岛国一区二区在线观看| 美日韩一区二区| 一区二区三区免费在线观看| 日本一区二区三区四区在线视频| 欧美久久久久久久久| 91网站最新地址| 成人一级片在线观看| 另类小说图片综合网| 亚洲一区国产视频| 中文字幕在线播放不卡一区|