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

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

?? loginform.designer.cs

?? 主要實現(xiàn)倉庫的入庫與出庫的基本功能
?? CS
字號:
?namespace Elysian
{
    partial class loginForm
    {
        /// <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>
        /// 設計器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內(nèi)容。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(loginForm));
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label4 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(29, 26);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(41, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "用戶名";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(29, 65);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 1;
            this.label2.Text = "真實姓名";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(29, 108);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(29, 12);
            this.label3.TabIndex = 2;
            this.label3.Text = "密碼";
            // 
            // textBox1
            // 
            this.textBox1.BackColor = System.Drawing.SystemColors.Window;
            this.textBox1.Location = new System.Drawing.Point(152, 23);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(100, 21);
            this.textBox1.TabIndex = 3;
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(152, 62);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(100, 21);
            this.textBox2.TabIndex = 4;
            // 
            // textBox3
            // 
            this.textBox3.Location = new System.Drawing.Point(152, 105);
            this.textBox3.Name = "textBox3";
            this.textBox3.PasswordChar = '*';
            this.textBox3.Size = new System.Drawing.Size(100, 21);
            this.textBox3.TabIndex = 5;
            // 
            // button1
            // 
            this.button1.BackColor = System.Drawing.Color.Transparent;
            this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
            this.button1.Location = new System.Drawing.Point(32, 233);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 6;
            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(178, 233);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 7;
            this.button2.Text = "退出";
            this.button2.UseVisualStyleBackColor = false;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.BackColor = System.Drawing.Color.Transparent;
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Location = new System.Drawing.Point(1, -2);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(291, 83);
            this.groupBox1.TabIndex = 8;
            this.groupBox1.TabStop = false;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("隸書", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label4.Location = new System.Drawing.Point(42, 29);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(199, 29);
            this.label4.TabIndex = 0;
            this.label4.Text = "倉庫注冊系統(tǒng)";
            // 
            // groupBox2
            // 
            this.groupBox2.BackColor = System.Drawing.Color.Transparent;
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Controls.Add(this.textBox1);
            this.groupBox2.Controls.Add(this.textBox2);
            this.groupBox2.Controls.Add(this.textBox3);
            this.groupBox2.Location = new System.Drawing.Point(1, 90);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(291, 179);
            this.groupBox2.TabIndex = 9;
            this.groupBox2.TabStop = false;
            // 
            // loginForm
            // 
            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(292, 268);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.groupBox2);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "loginForm";
            this.Text = "倉庫管理人員注冊";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.loginForm_FormClosing);
            this.Load += new System.EventHandler(this.loginForm_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.TextBox textBox2;
        private System.Windows.Forms.TextBox textBox3;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.GroupBox groupBox2;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
一区二区三区在线看| 日本中文一区二区三区| 亚洲男人的天堂一区二区| 亚洲动漫第一页| 韩国一区二区三区| 91蜜桃视频在线| 成人激情免费视频| 6080国产精品一区二区| 国产欧美一区视频| 亚洲电影在线免费观看| 国产91在线观看| 欧美三区在线观看| 国产精品久久免费看| 日本va欧美va精品| 久久精品国产亚洲高清剧情介绍 | 樱花影视一区二区| 日本视频中文字幕一区二区三区| 丰满岳乱妇一区二区三区| 捆绑变态av一区二区三区| av成人动漫在线观看| 国产偷国产偷亚洲高清人白洁| 免费看黄色91| 91麻豆精品国产综合久久久久久| 一区二区三区四区视频精品免费| 91在线国产福利| 日本一区二区免费在线| 国产一级精品在线| 国产欧美在线观看一区| 国产精品1区2区3区在线观看| xfplay精品久久| 精品在线免费观看| 精品久久99ma| 久久97超碰国产精品超碰| 精品国产污污免费网站入口| 美女一区二区久久| 精品电影一区二区| 国产 日韩 欧美大片| 中文字幕日本不卡| 91高清视频在线| 亚洲v中文字幕| 91精品福利在线一区二区三区 | 欧美日韩国产中文| 天天操天天干天天综合网| 欧美精品粉嫩高潮一区二区| 奇米色一区二区| 精品乱人伦小说| 国产麻豆精品视频| 中文字幕在线一区免费| 日本高清不卡在线观看| 日韩精品电影一区亚洲| 日韩亚洲国产中文字幕欧美| 激情小说欧美图片| 国产精品国产自产拍高清av| 在线免费观看视频一区| 免费一级片91| 国产精品女同互慰在线看| 欧美性猛片aaaaaaa做受| 美腿丝袜亚洲综合| 国产精品传媒入口麻豆| 欧美日韩国产色站一区二区三区| 久久国产精品无码网站| 亚洲欧洲在线观看av| 欧美体内she精高潮| 精品在线观看免费| 亚洲精选在线视频| 亚洲精品一区二区三区福利| 成人av电影免费在线播放| 无吗不卡中文字幕| 国产精品美女久久久久久久久久久| 在线亚洲高清视频| 国产99久久精品| 视频一区国产视频| 中文字幕不卡一区| 日韩美女视频在线| 欧洲精品中文字幕| 国产成人在线视频播放| 性做久久久久久免费观看欧美| 国产偷国产偷亚洲高清人白洁| 欧美日韩国产综合久久| av资源网一区| 韩国中文字幕2020精品| 丝袜诱惑亚洲看片| 亚洲欧美日韩精品久久久久| 精品国产一区二区三区不卡| 欧美亚洲尤物久久| 99久久精品免费看国产| 国产一二三精品| 日本女人一区二区三区| 亚洲一区二区三区激情| 亚洲欧洲色图综合| 国产欧美一区二区精品久导航 | 亚洲欧美国产77777| 久久色在线视频| 日韩午夜精品视频| 69久久夜色精品国产69蝌蚪网| 91在线观看地址| 国产凹凸在线观看一区二区| 男女性色大片免费观看一区二区| 亚洲激情在线播放| 1024亚洲合集| 亚洲国产岛国毛片在线| 久久久精品一品道一区| 精品国产伦一区二区三区观看体验| 欧美日韩精品一区二区三区四区| 色播五月激情综合网| 91美女在线看| 91热门视频在线观看| 色综合网色综合| 一本高清dvd不卡在线观看| 色综合久久88色综合天天免费| 成人av电影观看| 色综合久久99| 欧洲视频一区二区| 欧美日韩在线直播| 欧美精品乱人伦久久久久久| 欧美日韩久久一区| 欧美精品免费视频| 欧美岛国在线观看| 精品国产伦一区二区三区免费| 精品国产乱码91久久久久久网站| 欧美一区二区视频在线观看2022 | 国产精品久久久久桃色tv| 26uuu国产电影一区二区| 日韩精品一区二区在线| 国产亚洲精久久久久久| 中文字幕一区二区在线观看| 亚洲日本韩国一区| 午夜伦欧美伦电影理论片| 日韩影院精彩在线| 国产一区二区三区不卡在线观看| 国产成人综合网| 色综合天天综合网天天狠天天| 欧美视频一区二区三区| 欧美大片一区二区| 国产农村妇女精品| 夜夜爽夜夜爽精品视频| 五月婷婷激情综合| 国产尤物一区二区| 色呦呦网站一区| 日韩欧美国产综合在线一区二区三区| 久久综合色之久久综合| 欧美v亚洲v综合ⅴ国产v| 久久人人97超碰com| 中文字幕中文字幕一区| 午夜亚洲国产au精品一区二区| 国内外精品视频| 9l国产精品久久久久麻豆| 欧美人妇做爰xxxⅹ性高电影| 亚洲精品在线电影| 一区二区三区精品在线| 精品一区二区精品| 色哟哟精品一区| 日韩欧美一级在线播放| 1000部国产精品成人观看| 美女在线观看视频一区二区| eeuss影院一区二区三区| 欧美一区二区三区小说| 亚洲美女淫视频| 国产美女精品人人做人人爽| 欧美日韩欧美一区二区| 日本一区二区在线不卡| 无码av中文一区二区三区桃花岛| www.99精品| 精品噜噜噜噜久久久久久久久试看| 亚洲精品视频在线看| 韩国三级电影一区二区| 欧美日韩成人一区二区| 国产精品国产三级国产aⅴ入口 | 日韩久久久久久| 亚洲综合在线免费观看| 豆国产96在线|亚洲| 精品国产伦理网| 亚洲第一主播视频| eeuss鲁片一区二区三区在线观看| 日韩精品一区二区三区老鸭窝| 一级日本不卡的影视| 波多野洁衣一区| 国产日产欧美一区二区视频| 久草这里只有精品视频| 欧美日本高清视频在线观看| 亚洲欧美一区二区三区国产精品| 国产成人在线影院| 精品国产sm最大网站免费看| 奇米精品一区二区三区在线观看一| 欧美最新大片在线看| 亚洲色图欧美在线| 91免费视频大全| 亚洲欧洲av另类| proumb性欧美在线观看| 欧美激情一区二区| 国产成人免费视频| 久久精品日产第一区二区三区高清版 | 欧美日韩激情一区二区| 亚洲卡通欧美制服中文| 色哟哟国产精品| 亚洲另类春色国产| 欧美午夜精品久久久久久孕妇| 日韩理论片网站| 日本道在线观看一区二区| 亚洲黄色小说网站|