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

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

?? log.designer.cs

?? 學生管理系統的一個文件 我剛剛學不太會
?? CS
字號:
?namespace CMS
{
    partial class log
    {
        /// <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(log));
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.txtPwd = new System.Windows.Forms.TextBox();
            this.txtUser = new System.Windows.Forms.TextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.radioButton1 = new System.Windows.Forms.RadioButton();
            this.radioButton2 = new System.Windows.Forms.RadioButton();
            this.radioButton3 = new System.Windows.Forms.RadioButton();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Location = new System.Drawing.Point(12, 27);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "用戶名:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.Location = new System.Drawing.Point(24, 87);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 12);
            this.label2.TabIndex = 6;
            this.label2.Text = "密碼:";
            // 
            // txtPwd
            // 
            this.txtPwd.Location = new System.Drawing.Point(71, 84);
            this.txtPwd.Name = "txtPwd";
            this.txtPwd.PasswordChar = '*';
            this.txtPwd.Size = new System.Drawing.Size(100, 21);
            this.txtPwd.TabIndex = 1;
            this.txtPwd.Text = "666";
            // 
            // txtUser
            // 
            this.txtUser.Location = new System.Drawing.Point(71, 24);
            this.txtUser.Name = "txtUser";
            this.txtUser.Size = new System.Drawing.Size(100, 21);
            this.txtUser.TabIndex = 0;
            this.txtUser.Text = "GH02";
            // 
            // button1
            // 
            this.button1.BackColor = System.Drawing.Color.Transparent;
            this.button1.Location = new System.Drawing.Point(194, 24);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 3;
            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.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.button2.Location = new System.Drawing.Point(194, 84);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 4;
            this.button2.Text = "取消";
            this.button2.UseVisualStyleBackColor = false;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // radioButton1
            // 
            this.radioButton1.AutoSize = true;
            this.radioButton1.Location = new System.Drawing.Point(41, 42);
            this.radioButton1.Name = "radioButton1";
            this.radioButton1.Size = new System.Drawing.Size(47, 16);
            this.radioButton1.TabIndex = 6;
            this.radioButton1.TabStop = true;
            this.radioButton1.Text = "學生";
            this.radioButton1.UseVisualStyleBackColor = true;
            // 
            // radioButton2
            // 
            this.radioButton2.AutoSize = true;
            this.radioButton2.Location = new System.Drawing.Point(111, 42);
            this.radioButton2.Name = "radioButton2";
            this.radioButton2.Size = new System.Drawing.Size(47, 16);
            this.radioButton2.TabIndex = 7;
            this.radioButton2.TabStop = true;
            this.radioButton2.Text = "教師";
            this.radioButton2.UseVisualStyleBackColor = true;
            // 
            // radioButton3
            // 
            this.radioButton3.AutoSize = true;
            this.radioButton3.Location = new System.Drawing.Point(179, 42);
            this.radioButton3.Name = "radioButton3";
            this.radioButton3.Size = new System.Drawing.Size(59, 16);
            this.radioButton3.TabIndex = 8;
            this.radioButton3.TabStop = true;
            this.radioButton3.Text = "管理員";
            this.radioButton3.UseVisualStyleBackColor = true;
            // 
            // groupBox1
            // 
            this.groupBox1.BackColor = System.Drawing.Color.Transparent;
            this.groupBox1.Controls.Add(this.radioButton1);
            this.groupBox1.Controls.Add(this.radioButton3);
            this.groupBox1.Controls.Add(this.radioButton2);
            this.groupBox1.Location = new System.Drawing.Point(3, 113);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(266, 80);
            this.groupBox1.TabIndex = 9;
            this.groupBox1.TabStop = false;
            // 
            // log
            // 
            this.AcceptButton = this.button1;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoScroll = true;
            this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
            this.CancelButton = this.button2;
            this.ClientSize = new System.Drawing.Size(365, 214);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.txtUser);
            this.Controls.Add(this.txtPwd);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.groupBox1);
            this.MinimizeBox = false;
            this.Name = "log";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "log";
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox txtPwd;
        private System.Windows.Forms.TextBox txtUser;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.RadioButton radioButton1;
        private System.Windows.Forms.RadioButton radioButton2;
        private System.Windows.Forms.RadioButton radioButton3;
        private System.Windows.Forms.GroupBox groupBox1;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美性淫爽ww久久久久无| 欧美日韩一级片在线观看| 中文字幕欧美国产| 日韩av一区二| 欧美日韩在线综合| 亚洲视频在线一区二区| 久久精品国产999大香线蕉| 色综合久久天天| 国产精品国产三级国产aⅴ中文 | 欧美剧在线免费观看网站| 久久久久成人黄色影片| 一区二区三区在线看| 99国产精品久久| 国产精品不卡一区二区三区| 经典三级在线一区| 久久久久久免费网| 不卡av免费在线观看| 中文字幕乱码日本亚洲一区二区| 国产经典欧美精品| 国产精品美女久久久久久久久 | 五月婷婷综合激情| 亚洲一卡二卡三卡四卡五卡| 国产一区亚洲一区| 久久精品夜夜夜夜久久| 成人激情免费网站| 亚洲精品国产无天堂网2021| 欧美少妇一区二区| 激情五月婷婷综合网| 国产精品久久99| 欧美在线不卡视频| 国产精品白丝jk白祙喷水网站| 国产精品久久久久影院亚瑟| 欧美日韩一级片在线观看| 久久av老司机精品网站导航| 亚洲三级小视频| 久久久美女毛片| 911国产精品| 91影院在线观看| 国产中文字幕一区| 日韩国产成人精品| 亚洲一区在线观看免费 | 国产精品一区免费在线观看| 亚洲一区二区黄色| 中文字幕av一区 二区| 日韩精品一区二区三区四区 | 亚洲男人的天堂在线观看| 精品日韩一区二区三区| 欧美日韩成人在线| 欧洲日韩一区二区三区| 99久久精品费精品国产一区二区| 成人福利视频网站| 热久久免费视频| 午夜免费欧美电影| 国产精品一区在线观看乱码| 一本到一区二区三区| 精品日韩一区二区| 国产精品福利电影一区二区三区四区| 亚洲一区二区三区四区在线观看| 日本va欧美va欧美va精品| 99精品久久久久久| 精品国产乱码久久久久久图片| 亚洲男人天堂av网| 国产福利一区在线| 欧美日韩国产一级片| 欧美三级电影网站| 日韩一区国产二区欧美三区| 久久精品视频一区二区三区| 中文av一区特黄| 亚洲一区国产视频| 国内精品国产成人国产三级粉色| 国产精品99久久久久久久vr| 97超碰欧美中文字幕| 欧美日韩国产高清一区| 亚洲精品一区二区三区精华液| 久久久精品国产免大香伊| 中文字幕一区av| 日本va欧美va瓶| 91小视频在线观看| 精品动漫一区二区三区在线观看| 中文乱码免费一区二区| 日韩va亚洲va欧美va久久| 99久久免费视频.com| 日韩精品一区二区在线观看| 亚洲精选免费视频| av成人老司机| 亚洲高清不卡在线观看| 国产91丝袜在线播放九色| 欧美一区二区三区四区在线观看| 中文字幕一区二区三区在线不卡| 国产综合色产在线精品| 久久精品免费在线观看| 欧美极品aⅴ影院| 国产精品久久三区| 亚洲一区二区三区四区在线观看 | 久久久久久麻豆| 一区二区三区在线观看动漫 | 激情文学综合插| 欧美高清精品3d| 艳妇臀荡乳欲伦亚洲一区| 国产成人8x视频一区二区| 精品国产百合女同互慰| 免费观看在线综合| 日韩欧美国产三级电影视频| 日韩成人伦理电影在线观看| 欧美日韩在线播放一区| 亚洲成av人片一区二区三区| 欧美日韩综合色| 蜜桃视频一区二区| www久久精品| 成人免费视频国产在线观看| 国产蜜臀av在线一区二区三区| 国产丶欧美丶日本不卡视频| xfplay精品久久| 成人sese在线| 日韩国产欧美在线视频| 精品播放一区二区| 色婷婷综合五月| 免费一区二区视频| 中文字幕中文字幕一区二区| 91论坛在线播放| 美日韩黄色大片| 亚洲精品国产精华液| 在线播放/欧美激情| 成人网在线播放| 强制捆绑调教一区二区| 国产午夜精品久久久久久免费视| 91在线精品秘密一区二区| 天天亚洲美女在线视频| 国产欧美精品一区二区色综合| 欧美无砖专区一中文字| 粉嫩一区二区三区在线看| 亚洲mv在线观看| 中文字幕日韩精品一区| 日韩精品在线看片z| www.激情成人| 国产a级毛片一区| 日韩国产精品久久久久久亚洲| 国产精品理论片| 26uuu成人网一区二区三区| 欧美视频中文一区二区三区在线观看| 国产呦萝稀缺另类资源| 久久精品国产亚洲高清剧情介绍 | 99精品国产99久久久久久白柏| 亚洲成人中文在线| 日韩毛片一二三区| 中文字幕日韩一区二区| 日韩精品一区第一页| 亚洲欧洲成人自拍| 亚洲黄色av一区| 黄色日韩三级电影| 欧美羞羞免费网站| 国产精品久久久久四虎| 美女脱光内衣内裤视频久久网站| 丰满放荡岳乱妇91ww| 欧美一卡2卡三卡4卡5免费| 国产日韩欧美麻豆| 美女任你摸久久| 欧美亚一区二区| 亚洲色图视频网| 国产精品中文有码| 在线不卡a资源高清| 亚洲女女做受ⅹxx高潮| 国产成人av电影在线播放| 91精品国产综合久久福利软件 | www.欧美日韩| 久久久蜜桃精品| 精品一区在线看| 日韩欧美激情一区| 日韩在线a电影| 日本韩国欧美在线| 怡红院av一区二区三区| 色综合色综合色综合色综合色综合| 久久综合九色综合97_久久久| 日韩国产精品大片| 日韩一区二区三| 激情综合色播激情啊| 久久久久久久久久电影| 黑人巨大精品欧美一区| 精品第一国产综合精品aⅴ| 久久99精品国产.久久久久久| 日韩精品一区二区在线观看| 国产精品小仙女| 欧美日韩在线观看一区二区| 免费看黄色91| 亚洲老妇xxxxxx| 亚洲色图欧美偷拍| 色综合视频一区二区三区高清| 亚洲欧美偷拍卡通变态| 亚洲精品一区二区三区蜜桃下载 | 日韩高清不卡一区二区三区| 欧美激情资源网| 精品国产麻豆免费人成网站| 在线视频你懂得一区| 成人美女视频在线观看| 久久电影国产免费久久电影| 一区二区三区久久| 亚洲色图都市小说| 国产欧美一区二区精品忘忧草 | 国产精品视频yy9299一区| 欧美日韩大陆一区二区|