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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? frmmain.designer.cs

?? VB殺手 v1.0.2007.1210(附源碼)
?? CS
字號:
?namespace IDLTest
{
    partial class FrmMain
    {
        /// <summary>
        /// 必需的設(shè)計器變量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的資源。
        /// </summary>
        /// <param name="disposing">如果應(yīng)釋放托管資源,為 true;否則為 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗體設(shè)計器生成的代碼

        /// <summary>
        /// 設(shè)計器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內(nèi)容。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
            this.button1 = new System.Windows.Forms.Button();
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.listBox2 = new System.Windows.Forms.ListBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.checkBox2 = new System.Windows.Forms.CheckBox();
            this.button2 = new System.Windows.Forms.Button();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.button3 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
            this.checkBox3 = new System.Windows.Forms.CheckBox();
            this.checkBox4 = new System.Windows.Forms.CheckBox();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.button5 = new System.Windows.Forms.Button();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.statusStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(295, 6);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(72, 31);
            this.button1.TabIndex = 0;
            this.button1.Text = "查看";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // listBox1
            // 
            this.listBox1.FormattingEnabled = true;
            this.listBox1.ItemHeight = 12;
            this.listBox1.Location = new System.Drawing.Point(12, 95);
            this.listBox1.Name = "listBox1";
            this.listBox1.Size = new System.Drawing.Size(214, 280);
            this.listBox1.TabIndex = 1;
            this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
            // 
            // listBox2
            // 
            this.listBox2.FormattingEnabled = true;
            this.listBox2.ItemHeight = 12;
            this.listBox2.Location = new System.Drawing.Point(232, 95);
            this.listBox2.Name = "listBox2";
            this.listBox2.Size = new System.Drawing.Size(318, 280);
            this.listBox2.TabIndex = 2;
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(12, 12);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(193, 21);
            this.textBox1.TabIndex = 4;
            this.textBox1.Text = "D:\\Excel\\Excel Server\\ESSa.dll";
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.Location = new System.Drawing.Point(12, 68);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(132, 16);
            this.checkBox1.TabIndex = 5;
            this.checkBox1.Text = "顯示基本接口的方法";
            this.checkBox1.UseVisualStyleBackColor = true;
            // 
            // checkBox2
            // 
            this.checkBox2.AutoSize = true;
            this.checkBox2.Location = new System.Drawing.Point(12, 46);
            this.checkBox2.Name = "checkBox2";
            this.checkBox2.Size = new System.Drawing.Size(144, 16);
            this.checkBox2.TabIndex = 6;
            this.checkBox2.Text = "顯示接口以外的所有類";
            this.checkBox2.UseVisualStyleBackColor = true;
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(211, 6);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(72, 31);
            this.button2.TabIndex = 7;
            this.button2.Text = "瀏覽";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.FileName = "openFileDialog1";
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(379, 6);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(72, 31);
            this.button3.TabIndex = 8;
            this.button3.Text = "生成IDC";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(463, 6);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(72, 31);
            this.button4.TabIndex = 9;
            this.button4.Text = "全部生成";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // checkBox3
            // 
            this.checkBox3.AutoSize = true;
            this.checkBox3.Location = new System.Drawing.Point(177, 46);
            this.checkBox3.Name = "checkBox3";
            this.checkBox3.Size = new System.Drawing.Size(84, 16);
            this.checkBox3.TabIndex = 10;
            this.checkBox3.Text = "生成結(jié)構(gòu)體";
            this.checkBox3.UseVisualStyleBackColor = true;
            // 
            // checkBox4
            // 
            this.checkBox4.AutoSize = true;
            this.checkBox4.Location = new System.Drawing.Point(177, 68);
            this.checkBox4.Name = "checkBox4";
            this.checkBox4.Size = new System.Drawing.Size(72, 16);
            this.checkBox4.TabIndex = 11;
            this.checkBox4.Text = "非VB程序";
            this.checkBox4.UseVisualStyleBackColor = true;
            this.checkBox4.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged);
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(366, 44);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(71, 21);
            this.textBox2.TabIndex = 12;
            this.textBox2.Text = "0x00400000";
            this.textBox2.Visible = false;
            // 
            // textBox3
            // 
            this.textBox3.Location = new System.Drawing.Point(366, 66);
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new System.Drawing.Size(71, 21);
            this.textBox3.TabIndex = 13;
            this.textBox3.Text = "0x00400000";
            this.textBox3.Visible = false;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(293, 48);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 14;
            this.label1.Text = "映像基址:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(293, 70);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 15;
            this.label2.Text = "虛擬基址:";
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(463, 47);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(72, 31);
            this.button5.TabIndex = 16;
            this.button5.Text = "自動處理";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Visible = false;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatusLabel1});
            this.statusStrip1.Location = new System.Drawing.Point(0, 401);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(560, 22);
            this.statusStrip1.TabIndex = 17;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // toolStripStatusLabel1
            // 
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(473, 17);
            this.toolStripStatusLabel1.Text = "新生命VB殺手 開發(fā):大石頭 QQ:99363590 EMail:gxuhy@21cn.com http://www.nnhy.org";
            // 
            // FrmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(560, 423);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.button5);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.textBox3);
            this.Controls.Add(this.textBox2);
            this.Controls.Add(this.checkBox4);
            this.Controls.Add(this.checkBox3);
            this.Controls.Add(this.button4);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.checkBox2);
            this.Controls.Add(this.checkBox1);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.listBox2);
            this.Controls.Add(this.listBox1);
            this.Controls.Add(this.button1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FrmMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "VB殺手";
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.ListBox listBox1;
        private System.Windows.Forms.ListBox listBox2;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.CheckBox checkBox1;
        private System.Windows.Forms.CheckBox checkBox2;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.OpenFileDialog openFileDialog1;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.Button button4;
        private System.Windows.Forms.SaveFileDialog saveFileDialog1;
        private System.Windows.Forms.CheckBox checkBox3;
        private System.Windows.Forms.CheckBox checkBox4;
        private System.Windows.Forms.TextBox textBox2;
        private System.Windows.Forms.TextBox textBox3;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Button button5;
        private System.Windows.Forms.StatusStrip statusStrip1;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
    }
}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品成人免费在线| 成人avav影音| 日韩欧美成人午夜| 人人狠狠综合久久亚洲| 欧美一区二区三区系列电影| 久久精品免费看| 国产亚洲1区2区3区| 成人久久久精品乱码一区二区三区 | 欧美激情艳妇裸体舞| 激情欧美日韩一区二区| 久久综合久久鬼色中文字| 国产精品 欧美精品| 亚洲国产成人私人影院tom| 色狠狠色狠狠综合| 丝袜亚洲另类丝袜在线| 精品久久国产97色综合| 不卡的电视剧免费网站有什么| 亚洲欧美一区二区久久| 欧美高清视频www夜色资源网| 美女视频网站黄色亚洲| 日本一区二区三区久久久久久久久不 | 国产精品网站在线播放| 91久久人澡人人添人人爽欧美 | 亚洲欧洲精品成人久久奇米网| 91麻豆精品秘密| 日韩国产精品久久久久久亚洲| 日韩美女一区二区三区四区| 成人免费视频一区二区| 亚洲一区二区三区激情| 久久综合九色综合欧美就去吻| av不卡在线播放| 免费不卡在线观看| 国产精品护士白丝一区av| 911精品产国品一二三产区| 国产精品88av| 首页亚洲欧美制服丝腿| 国产精品久久久久久久久快鸭| 欧美精品1区2区3区| 高清国产一区二区| 日韩专区在线视频| 亚洲欧美一区二区视频| 精品国产99国产精品| 在线观看日韩电影| 麻豆国产一区二区| 亚洲精品日韩专区silk| 精品sm在线观看| 欧美日韩你懂得| 成人av在线电影| 狠狠色丁香婷婷综合| 亚洲国产一区二区视频| 中文在线免费一区三区高中清不卡| 欧美久久一二区| 色欧美日韩亚洲| 成人福利视频在线看| 久久精品国产久精国产爱| 亚洲综合一区二区| 综合av第一页| 中文字幕成人av| 精品成人在线观看| 欧美高清www午色夜在线视频| 91亚洲国产成人精品一区二三| 国产毛片一区二区| 久久99久久99| 蜜臀91精品一区二区三区| 亚洲成人高清在线| 成人小视频在线观看| 精品亚洲成a人| 免费视频一区二区| 蜜臀av一区二区三区| 亚洲va国产天堂va久久en| 亚洲主播在线播放| 悠悠色在线精品| 亚洲精品大片www| 一区二区三区在线视频免费观看| 亚洲人成电影网站色mp4| 国产精品理伦片| 国产精品国产三级国产a| 欧美激情一区三区| 国产精品视频第一区| 国产精品萝li| 亚洲人一二三区| 亚洲精品成人在线| 亚洲小说欧美激情另类| 亚洲国产精品一区二区www | 99精品视频一区| 91美女片黄在线观看91美女| 91首页免费视频| 在线日韩一区二区| 欧美日产国产精品| 欧美一区二区三区视频免费 | 久久久综合精品| 中文字幕成人网| 亚洲视频免费在线| 亚洲综合一二区| 日本在线不卡视频一二三区| 精品写真视频在线观看| 国产经典欧美精品| 色琪琪一区二区三区亚洲区| 欧美精品 日韩| 久久久亚洲午夜电影| 中文字幕一区二区三区蜜月| 亚洲激情成人在线| 蜜桃视频在线观看一区二区| 国产精品18久久久久久vr| 95精品视频在线| 337p亚洲精品色噜噜| 国产色婷婷亚洲99精品小说| 亚洲欧洲av色图| 婷婷夜色潮精品综合在线| 麻豆成人免费电影| 99久久国产综合精品女不卡 | 欧美性生活影院| 日韩免费电影一区| 国产精品国产三级国产三级人妇| 亚洲国产欧美一区二区三区丁香婷| 欧美自拍偷拍一区| 欧美成人女星排名| 亚洲天堂精品在线观看| 91免费观看视频| 亚洲一区二区三区四区的| 日韩高清不卡一区二区| 国产一区二区导航在线播放| 91毛片在线观看| 日韩无一区二区| 国产精品青草久久| 日韩国产欧美在线播放| 高清在线观看日韩| 欧美一区二区精品| 亚洲另类在线一区| 韩国成人福利片在线播放| 色哟哟一区二区在线观看| 欧美精品一区在线观看| 亚洲精品一二三四区| 91在线小视频| 日韩精品三区四区| 精品在线播放免费| 一本色道久久加勒比精品 | 亚洲18色成人| 成人avav影音| 久久久综合视频| 日本欧美一区二区三区乱码 | 亚洲国产成人在线| 亚洲激情校园春色| 国内精品免费**视频| 欧美体内she精高潮| 国产精品久久久久久久久快鸭| 九九精品视频在线看| 欧美色男人天堂| 亚洲精选在线视频| 成人精品视频一区二区三区尤物| 日韩欧美国产精品| 亚洲成人av一区| 91麻豆高清视频| 国产精品每日更新在线播放网址| 国内精品嫩模私拍在线| 日韩精品资源二区在线| 免费成人结看片| 91精品国产综合久久小美女| 亚洲综合久久久| 久久香蕉国产线看观看99| 日韩精品免费专区| 欧美日韩一区三区| 亚洲一区自拍偷拍| 欧美网站大全在线观看| 中文字幕欧美一| 成人av资源在线| 亚洲欧洲精品一区二区精品久久久 | 成人午夜视频福利| 国产三级精品三级在线专区| 国产乱码精品一区二区三| 精品女同一区二区| 国产综合一区二区| 久久久99精品免费观看| 国产98色在线|日韩| 欧美极品xxx| 91热门视频在线观看| 亚洲精品第1页| 精品视频1区2区3区| 亚洲成va人在线观看| 51精品久久久久久久蜜臀| 日韩成人av影视| 精品福利在线导航| 国产成人自拍网| 国产精品午夜免费| 欧美亚洲一区二区在线| 日韩高清不卡一区二区三区| 日韩欧美国产一二三区| 国产精品538一区二区在线| 国产精品久久久久久久久免费桃花| 91一区二区三区在线播放| 亚洲图片欧美色图| 日韩午夜激情av| 国产精品全国免费观看高清| 亚洲人成网站色在线观看| 9色porny自拍视频一区二区| 1区2区3区欧美| 欧美色图天堂网| 美女诱惑一区二区| 国产日韩欧美在线一区| 91网站在线观看视频|