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

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

?? form7.designer.cs

?? 用VS2008寫的配件管理系統
?? CS
字號:
?namespace PeiJian
{
    partial class Form7
    {
        /// <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(Form7));
            this.button8 = new System.Windows.Forms.Button();
            this.button7 = new System.Windows.Forms.Button();
            this.button6 = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.button3 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.button1 = new System.Windows.Forms.Button();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
            this.panel1 = new System.Windows.Forms.Panel();
            this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
            this.vScrollBar1 = new System.Windows.Forms.VScrollBar();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // button8
            // 
            this.button8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.button8.Location = new System.Drawing.Point(654, 337);
            this.button8.Name = "button8";
            this.button8.Size = new System.Drawing.Size(38, 23);
            this.button8.TabIndex = 26;
            this.button8.Text = "取消";
            this.button8.UseVisualStyleBackColor = true;
            this.button8.Click += new System.EventHandler(this.button8_Click);
            // 
            // button7
            // 
            this.button7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.button7.Location = new System.Drawing.Point(653, 8);
            this.button7.Name = "button7";
            this.button7.Size = new System.Drawing.Size(46, 23);
            this.button7.TabIndex = 25;
            this.button7.Text = "返回";
            this.button7.UseVisualStyleBackColor = true;
            this.button7.Click += new System.EventHandler(this.button7_Click);
            // 
            // button6
            // 
            this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.button6.Location = new System.Drawing.Point(610, 337);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(38, 23);
            this.button6.TabIndex = 24;
            this.button6.Text = "確定";
            this.button6.UseVisualStyleBackColor = true;
            this.button6.Click += new System.EventHandler(this.button6_Click);
            // 
            // button5
            // 
            this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.button5.Location = new System.Drawing.Point(512, 337);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(75, 23);
            this.button5.TabIndex = 23;
            this.button5.Text = "刪除";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // button4
            // 
            this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.button4.Location = new System.Drawing.Point(330, 337);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(75, 23);
            this.button4.TabIndex = 22;
            this.button4.Text = "添加";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // textBox2
            // 
            this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox2.Location = new System.Drawing.Point(496, 63);
            this.textBox2.Multiline = true;
            this.textBox2.Name = "textBox2";
            this.textBox2.ReadOnly = true;
            this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.textBox2.Size = new System.Drawing.Size(200, 251);
            this.textBox2.TabIndex = 21;
            // 
            // label2
            // 
            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(499, 48);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 12);
            this.label2.TabIndex = 20;
            this.label2.Text = "資料:";
            // 
            // label1
            // 
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(497, 13);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(41, 12);
            this.label1.TabIndex = 19;
            this.label1.Text = "型號:";
            // 
            // textBox1
            // 
            this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox1.Location = new System.Drawing.Point(544, 10);
            this.textBox1.Name = "textBox1";
            this.textBox1.ReadOnly = true;
            this.textBox1.Size = new System.Drawing.Size(100, 21);
            this.textBox1.TabIndex = 18;
            // 
            // button3
            // 
            this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.button3.Location = new System.Drawing.Point(421, 338);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(75, 23);
            this.button3.TabIndex = 17;
            this.button3.Text = "修改";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // button2
            // 
            this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.button2.Location = new System.Drawing.Point(136, 338);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 16;
            this.button2.Text = "上傳圖片";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // pictureBox1
            // 
            this.pictureBox1.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.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pictureBox1.Location = new System.Drawing.Point(3, 4);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(112, 74);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.pictureBox1.TabIndex = 15;
            this.pictureBox1.TabStop = false;
            // 
            // button1
            // 
            this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.button1.Location = new System.Drawing.Point(55, 338);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 14;
            this.button1.Text = "打開圖片";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.FileName = "openFileDialog1";
            // 
            // panel1
            // 
            this.panel1.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.panel1.Controls.Add(this.pictureBox1);
            this.panel1.Location = new System.Drawing.Point(11, 8);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(466, 306);
            this.panel1.TabIndex = 27;
            // 
            // hScrollBar1
            // 
            this.hScrollBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.hScrollBar1.Location = new System.Drawing.Point(11, 314);
            this.hScrollBar1.Name = "hScrollBar1";
            this.hScrollBar1.Size = new System.Drawing.Size(466, 18);
            this.hScrollBar1.TabIndex = 16;
            this.hScrollBar1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hScrollBar1_Scroll);
            // 
            // vScrollBar1
            // 
            this.vScrollBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.vScrollBar1.Location = new System.Drawing.Point(477, 8);
            this.vScrollBar1.Name = "vScrollBar1";
            this.vScrollBar1.Size = new System.Drawing.Size(17, 306);
            this.vScrollBar1.TabIndex = 17;
            this.vScrollBar1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.vScrollBar1_Scroll);
            // 
            // Form7
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(701, 369);
            this.Controls.Add(this.hScrollBar1);
            this.Controls.Add(this.vScrollBar1);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.button8);
            this.Controls.Add(this.button7);
            this.Controls.Add(this.button6);
            this.Controls.Add(this.button5);
            this.Controls.Add(this.button4);
            this.Controls.Add(this.textBox2);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "Form7";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "資料";
            this.Load += new System.EventHandler(this.Form7_Load);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button button8;
        private System.Windows.Forms.Button button7;
        private System.Windows.Forms.Button button6;
        private System.Windows.Forms.Button button5;
        private System.Windows.Forms.Button button4;
        private System.Windows.Forms.TextBox textBox2;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.OpenFileDialog openFileDialog1;
        private System.Windows.Forms.SaveFileDialog saveFileDialog1;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.VScrollBar vScrollBar1;
        private System.Windows.Forms.HScrollBar hScrollBar1;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩一区二区免费视频| 国产精品久久毛片| 久久综合久久综合久久| 中文字幕av一区二区三区| 亚洲午夜久久久久久久久电影网| 日韩国产一区二| 国产欧美日韩视频一区二区| 亚洲国产精品一区二区尤物区| 久久久久国产一区二区三区四区| 色婷婷亚洲婷婷| 麻豆国产欧美日韩综合精品二区 | 欧美在线观看视频在线| 亚洲欧洲美洲综合色网| 9191成人精品久久| 国产精品电影一区二区| 久久狠狠亚洲综合| 欧美在线免费视屏| 国产精品成人免费| 久久精品日产第一区二区三区高清版| 亚洲精品国产精华液| 国产精品亚洲专一区二区三区| 亚洲高清免费在线| 成人欧美一区二区三区白人 | 免费观看日韩电影| 玉米视频成人免费看| 欧美国产一区在线| 精品蜜桃在线看| 日韩黄色免费网站| 亚洲一区二区三区中文字幕 | 国产婷婷色一区二区三区四区 | 国产亚洲综合av| 欧美大片在线观看一区| 欧美男女性生活在线直播观看| 亚洲色图清纯唯美| 99久久精品免费看| 99re亚洲国产精品| 国产suv精品一区二区三区| 久久99国产精品免费网站| 欧美精品九九99久久| 欧美日韩一区视频| 欧美性猛片aaaaaaa做受| 99麻豆久久久国产精品免费优播| 久久久三级国产网站| 欧美变态tickle挠乳网站| 日韩午夜电影在线观看| 欧美一级高清大全免费观看| 欧美精品国产精品| 天天综合网 天天综合色| 午夜精品国产更新| 欧美一区二区三区在线视频| 婷婷国产v国产偷v亚洲高清| 日韩国产欧美在线观看| 免费亚洲电影在线| 免费在线一区观看| 蜜臀久久99精品久久久久久9 | 亚洲日本在线视频观看| 亚洲美女在线一区| 欧美无乱码久久久免费午夜一区 | 亚洲少妇30p| 国产人伦精品一区二区| 成人毛片老司机大片| 色综合久久久久久久久久久| 色天使久久综合网天天| 午夜私人影院久久久久| 美腿丝袜亚洲一区| 免费人成精品欧美精品| 久久香蕉国产线看观看99| 国产欧美一区二区三区鸳鸯浴 | 亚洲天堂中文字幕| 亚洲精品国久久99热| 欧美色偷偷大香| 日韩一区二区三区免费看| 久久久久97国产精华液好用吗| 成人免费精品视频| 欧美精品亚洲二区| 国产福利精品导航| 99久久国产综合精品色伊| 欧美美女一区二区三区| 精品一区二区三区视频| 亚洲另类一区二区| 26uuu国产电影一区二区| 99re6这里只有精品视频在线观看| 亚洲第一成人在线| 韩国毛片一区二区三区| 亚洲欧洲成人精品av97| 欧美精品三级在线观看| 国产精品无人区| 日本女人一区二区三区| 国产精品一区二区在线观看不卡 | 国产91精品一区二区麻豆网站| 色婷婷综合久久久久中文一区二区 | 精品一区二区免费视频| 亚洲最新视频在线播放| 国产麻豆成人传媒免费观看| 亚洲综合在线视频| 国产日韩av一区二区| 欧美精品视频www在线观看| 欧美国产禁国产网站cc| 日韩高清在线不卡| 亚洲欧美一区二区不卡| 26uuu精品一区二区在线观看| 在线观看亚洲a| 成人精品小蝌蚪| 久久久久亚洲蜜桃| 日韩免费性生活视频播放| 欧美丝袜丝交足nylons| 亚洲激情一二三区| 波多野结衣中文字幕一区 | 成人一区在线观看| 26uuu成人网一区二区三区| 五月开心婷婷久久| 欧美在线免费视屏| 一区二区欧美国产| 亚洲视频在线一区观看| 不卡av电影在线播放| 久久久久青草大香线综合精品| 久久国产精品99久久久久久老狼| 欧美精品在线一区二区三区| 欧美日韩中字一区| 亚洲一二三四在线| 一区二区三区欧美久久| 在线视频中文字幕一区二区| av在线免费不卡| 国产日韩欧美激情| 国产成人免费视频网站| 国产露脸91国语对白| 久久精品免费在线观看| 北条麻妃国产九九精品视频| 大美女一区二区三区| www.色精品| 自拍视频在线观看一区二区| 色综合天天综合网天天狠天天| 最新久久zyz资源站| 亚洲女与黑人做爰| 97精品视频在线观看自产线路二| 99麻豆久久久国产精品免费| 欧洲精品在线观看| 亚洲一二三四在线| 美女视频免费一区| 国产又粗又猛又爽又黄91精品| 久久精品亚洲精品国产欧美| 国产成人av电影在线观看| 99久久久久久| 欧美日韩亚州综合| 精品处破学生在线二十三| 国产亚洲欧美色| 亚洲综合精品自拍| 精品国产免费一区二区三区四区| 久久久久高清精品| 亚洲综合自拍偷拍| 精品福利一二区| 国产精品国产三级国产aⅴ原创| 亚洲日本va午夜在线电影| 欧美丝袜丝交足nylons| 久久精品国产99久久6| 成人三级伦理片| 亚洲制服丝袜在线| 日韩美女主播在线视频一区二区三区 | 欧美午夜精品久久久久久孕妇| 日韩精品成人一区二区在线| 国产亚洲福利社区一区| 不卡欧美aaaaa| 欧美日韩国产综合一区二区三区| 久久久综合精品| 欧美三级日韩在线| 精彩视频一区二区三区| a美女胸又www黄视频久久| 日韩主播视频在线| jizzjizzjizz欧美| 精品sm捆绑视频| 亚洲资源中文字幕| 成人免费看黄yyy456| 免费欧美在线视频| 亚洲人成精品久久久久久 | 天天综合色天天综合色h| 91丨九色丨蝌蚪丨老版| 欧美tickling网站挠脚心| 91小视频在线观看| 久久久美女毛片| 欧美日本乱大交xxxxx| 最新高清无码专区| 国产麻豆成人传媒免费观看| 日韩一区二区三区在线观看 | 亚洲chinese男男1069| 中文字幕在线观看不卡| 久久99精品久久久久婷婷| 亚洲国产成人tv| 成人免费小视频| 国产成人av一区二区三区在线| 秋霞电影一区二区| 天天操天天色综合| 91在线国产观看| 国产精品99精品久久免费| 精品日本一线二线三线不卡| 69堂成人精品免费视频| 欧美日韩久久一区二区| 91国产福利在线| 亚洲色图第一区| 国产精品久久久久久久裸模| 国产精品一品视频|