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

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

?? form1.designer.cs

?? 主要實(shí)現(xiàn)倉庫的入庫與出庫的基本功能
?? CS
字號:
?namespace Elysian
{
    partial class Form1
    {
        /// <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(Form1));
            this.username = new System.Windows.Forms.Label();
            this.password = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label2 = new System.Windows.Forms.Label();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // username
            // 
            this.username.AutoSize = true;
            this.username.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.username.Location = new System.Drawing.Point(38, 28);
            this.username.Name = "username";
            this.username.Size = new System.Drawing.Size(49, 14);
            this.username.TabIndex = 0;
            this.username.Text = "用戶名";
            // 
            // password
            // 
            this.password.AutoSize = true;
            this.password.BackColor = System.Drawing.Color.Transparent;
            this.password.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.password.Location = new System.Drawing.Point(38, 71);
            this.password.Name = "password";
            this.password.Size = new System.Drawing.Size(49, 14);
            this.password.TabIndex = 1;
            this.password.Text = "密  碼";
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(123, 25);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(100, 21);
            this.textBox1.TabIndex = 2;
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(126, 154);
            this.textBox2.Name = "textBox2";
            this.textBox2.PasswordChar = '*';
            this.textBox2.Size = new System.Drawing.Size(100, 21);
            this.textBox2.TabIndex = 3;
            // 
            // groupBox1
            // 
            this.groupBox1.BackColor = System.Drawing.Color.Transparent;
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Location = new System.Drawing.Point(3, 1);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(280, 82);
            this.groupBox1.TabIndex = 4;
            this.groupBox1.TabStop = false;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("隸書", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.label2.Location = new System.Drawing.Point(39, 32);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(199, 29);
            this.label2.TabIndex = 0;
            this.label2.Text = "倉庫管理系統(tǒng)";
            // 
            // button1
            // 
            this.button1.BackColor = System.Drawing.Color.Transparent;
            this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
            this.button1.Location = new System.Drawing.Point(22, 200);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(60, 23);
            this.button1.TabIndex = 7;
            this.button1.Text = "登陸";
            this.button1.UseVisualStyleBackColor = false;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            this.button2.BackColor = System.Drawing.Color.Transparent;
            this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
            this.button2.Location = new System.Drawing.Point(202, 200);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(60, 23);
            this.button2.TabIndex = 8;
            this.button2.Text = "退出";
            this.button2.UseVisualStyleBackColor = false;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button3
            // 
            this.button3.BackColor = System.Drawing.Color.Transparent;
            this.button3.Cursor = System.Windows.Forms.Cursors.Hand;
            this.button3.Location = new System.Drawing.Point(110, 200);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(60, 23);
            this.button3.TabIndex = 9;
            this.button3.Text = "注冊";
            this.button3.UseVisualStyleBackColor = false;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.label1.Location = new System.Drawing.Point(17, 149);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(143, 12);
            this.label1.TabIndex = 10;
            this.label1.Text = "技術(shù)支持 Copyright@2008";
            // 
            // groupBox2
            // 
            this.groupBox2.BackColor = System.Drawing.Color.Transparent;
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Controls.Add(this.username);
            this.groupBox2.Controls.Add(this.textBox1);
            this.groupBox2.Controls.Add(this.password);
            this.groupBox2.Location = new System.Drawing.Point(3, 90);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(280, 171);
            this.groupBox2.TabIndex = 11;
            this.groupBox2.TabStop = false;
            // 
            // skinEngine1
            // 
            this.skinEngine1.SerialNumber = "";
            this.skinEngine1.SkinFile = "F:\\課程設(shè)計\\vs2005(c#+)皮膚控件\\vs2005(c# )鐨偆鎺т歡\\VS2005搴旂敤紼嬪簭鐣岄潰緹庡寲\\鐨偆\\Diamond\\DiamondB" +
                "lue.ssk";
            this.skinEngine1.SkinStreamMain = ((System.IO.Stream)(resources.GetObject("skinEngine1.SkinStreamMain")));
            this.skinEngine1.TitleFont = new System.Drawing.Font("微軟雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            // 
            // Form1
            // 
            this.AcceptButton = this.button1;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.ClientSize = new System.Drawing.Size(285, 262);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.textBox2);
            this.Controls.Add(this.groupBox2);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.KeyPreview = true;
            this.Name = "Form1";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "倉庫管理系統(tǒng)";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label username;
        private System.Windows.Forms.Label password;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.TextBox textBox2;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.GroupBox groupBox2;
        private Sunisoft.IrisSkin.SkinEngine skinEngine1;
    }
}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美一级一级性生活免费录像| 久久精品人人做人人综合| 精品福利二区三区| 亚洲裸体在线观看| 国产一区 二区| 91精品国产综合久久蜜臀| 亚洲欧洲精品一区二区三区 | 91女神在线视频| 欧美精品一区二区三区一线天视频| 一区二区三区四区在线播放| 懂色av中文一区二区三区| 欧美大片一区二区| 日韩成人免费电影| 色欧美日韩亚洲| 国产精品美女久久久久久久 | 欧美国产精品一区| 国产一区啦啦啦在线观看| 3d成人h动漫网站入口| 樱花影视一区二区| 在线亚洲高清视频| 一区二区三区免费观看| 不卡的av在线| 成人免费小视频| 97精品国产露脸对白| 国产精品美女久久久久aⅴ国产馆| 激情六月婷婷综合| 日韩精品一区二区三区四区视频| 奇米影视7777精品一区二区| 在线电影欧美成精品| 亚洲成国产人片在线观看| 一本久道久久综合中文字幕| 中文字幕不卡的av| 成人免费毛片app| 中文字幕一区二区三区乱码在线 | 国产伦理精品不卡| 久久精品视频免费| 成人app软件下载大全免费| 中文字幕五月欧美| 在线免费观看一区| 丝袜国产日韩另类美女| 日韩一区二区免费电影| 精品一区二区三区免费视频| 久久久久久久久99精品| 国产sm精品调教视频网站| 国产精品久久久一本精品 | 99久久精品久久久久久清纯| 亚洲欧美一区二区三区极速播放 | 亚洲影院久久精品| 欧美绝品在线观看成人午夜影视| 美女视频第一区二区三区免费观看网站| 91精品麻豆日日躁夜夜躁| 精品亚洲porn| 中文字幕在线播放不卡一区| 欧美人与性动xxxx| 韩国三级中文字幕hd久久精品| 欧美激情中文字幕| 欧美色成人综合| 国产九色sp调教91| 一区二区视频免费在线观看| 777午夜精品视频在线播放| 国产在线日韩欧美| 亚洲欧美偷拍另类a∨色屁股| 欧美日韩成人一区二区| 精品中文av资源站在线观看| 国产精品蜜臀在线观看| 91精品国产一区二区| 成人夜色视频网站在线观看| 亚洲成人午夜影院| 欧美国产视频在线| 欧美一区二区黄色| 91蜜桃在线免费视频| 免费成人在线视频观看| 最新久久zyz资源站| 在线播放日韩导航| 91丨porny丨最新| 麻豆成人久久精品二区三区红| 国产精品美女久久久久久久 | 91精品国产一区二区| 99久久er热在这里只有精品15| 石原莉奈在线亚洲二区| 国产精品国模大尺度视频| 日韩一区二区免费在线电影 | 不卡的av在线播放| 另类中文字幕网| 亚洲国产欧美另类丝袜| 亚洲国产成人私人影院tom| 欧美一区二区网站| 在线亚洲人成电影网站色www| 国产美女视频一区| 蜜臀av一区二区在线免费观看| 亚洲综合免费观看高清在线观看| 国产清纯美女被跳蛋高潮一区二区久久w | 日韩欧美色综合| 欧美日本视频在线| 欧美伊人久久久久久午夜久久久久| 国产精品一二三在| 国产一区二区三区最好精华液| 日本不卡1234视频| 日韩高清中文字幕一区| 亚洲一区二区三区三| 日韩毛片在线免费观看| 国产精品毛片久久久久久| 久久久无码精品亚洲日韩按摩| 日韩精品一区二区三区中文精品| 在线播放视频一区| 91麻豆精品国产91久久久更新时间| 日本精品视频一区二区| 色综合婷婷久久| 色菇凉天天综合网| 欧美在线不卡一区| 欧美三级电影一区| 欧美视频在线一区| 国产曰批免费观看久久久| 亚洲成人av福利| 亚洲大片在线观看| 亚洲日本韩国一区| 亚洲欧洲日韩在线| 一区二区三区加勒比av| 亚洲色图视频免费播放| 亚洲欧洲精品天堂一级| 亚洲激情五月婷婷| 亚洲国产日韩av| 蜜桃视频一区二区三区| 国产在线看一区| 成人动漫av在线| 一本大道久久精品懂色aⅴ| 色综合天天综合色综合av | 欧美系列在线观看| 欧美日韩三级一区二区| 91久久精品网| 国产成人av资源| 不卡视频免费播放| 色www精品视频在线观看| 欧美三级欧美一级| 日韩一区在线免费观看| 亚洲永久精品国产| 久久99日本精品| 成人免费高清视频| 欧美怡红院视频| 日韩你懂的在线播放| 国产片一区二区| 亚洲午夜在线电影| 久久国产尿小便嘘嘘尿| 不卡的电影网站| 欧美日韩精品系列| 国产拍揄自揄精品视频麻豆| 艳妇臀荡乳欲伦亚洲一区| 美国av一区二区| 99riav一区二区三区| 欧美日韩国产成人在线91| 久久综合中文字幕| 一区二区三区在线免费观看| 韩国三级电影一区二区| 91国偷自产一区二区三区成为亚洲经典| 9191国产精品| 国产精品福利一区二区三区| 日韩**一区毛片| 99久久久国产精品| 久久一区二区三区国产精品| 亚洲另类春色国产| 国产主播一区二区三区| 欧美日本不卡视频| 国产精品久久久99| 精品制服美女丁香| 欧美亚洲动漫精品| 亚洲国产精品精华液2区45| 亚洲成人午夜影院| 99国产精品久久久| 久久看人人爽人人| 日本sm残虐另类| 在线中文字幕一区二区| 国产精品久久久久久亚洲毛片 | 亚洲精品国产成人久久av盗摄| 老汉av免费一区二区三区| 在线亚洲精品福利网址导航| 国产精品久久久久久久久图文区| 老司机精品视频一区二区三区| 欧美三电影在线| 亚洲欧美日韩在线| 成人教育av在线| 久久精品一区二区三区四区| 日韩精品91亚洲二区在线观看 | 91在线观看美女| 国产亚洲欧洲一区高清在线观看| 香蕉av福利精品导航| 欧美亚洲图片小说| 亚洲免费观看高清| 一本色道久久综合亚洲aⅴ蜜桃 | 久久免费视频一区| 日本aⅴ亚洲精品中文乱码| 欧美午夜精品一区二区三区| √…a在线天堂一区| 99国产欧美久久久精品| 国产精品久久看| 91视频你懂的| 亚洲激情在线激情| 91高清视频在线| 同产精品九九九| 欧美精品1区2区| 日韩成人免费电影|