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

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

?? gradeinfo.designer.cs

?? 學生管理系統的一個文件 我剛剛學不太會
?? CS
字號:
?namespace CMS
{
    partial class TeacherInfo
    {
        /// <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()
        {
            this.grpTeacherInfo = new System.Windows.Forms.GroupBox();
            this.lblTeacherID = new System.Windows.Forms.Label();
            this.btnExit = new System.Windows.Forms.Button();
            this.btnAdd = new System.Windows.Forms.Button();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.textBox5 = new System.Windows.Forms.TextBox();
            this.textBox6 = new System.Windows.Forms.TextBox();
            this.textBox7 = new System.Windows.Forms.TextBox();
            this.grpTeacherInfo.SuspendLayout();
            this.SuspendLayout();
            // 
            // grpTeacherInfo
            // 
            this.grpTeacherInfo.Controls.Add(this.textBox7);
            this.grpTeacherInfo.Controls.Add(this.textBox6);
            this.grpTeacherInfo.Controls.Add(this.textBox5);
            this.grpTeacherInfo.Controls.Add(this.textBox4);
            this.grpTeacherInfo.Controls.Add(this.textBox3);
            this.grpTeacherInfo.Controls.Add(this.label6);
            this.grpTeacherInfo.Controls.Add(this.label5);
            this.grpTeacherInfo.Controls.Add(this.label4);
            this.grpTeacherInfo.Controls.Add(this.label3);
            this.grpTeacherInfo.Controls.Add(this.label2);
            this.grpTeacherInfo.Controls.Add(this.label1);
            this.grpTeacherInfo.Controls.Add(this.textBox2);
            this.grpTeacherInfo.Controls.Add(this.textBox1);
            this.grpTeacherInfo.Controls.Add(this.lblTeacherID);
            this.grpTeacherInfo.Location = new System.Drawing.Point(12, 23);
            this.grpTeacherInfo.Name = "grpTeacherInfo";
            this.grpTeacherInfo.Size = new System.Drawing.Size(512, 364);
            this.grpTeacherInfo.TabIndex = 40;
            this.grpTeacherInfo.TabStop = false;
            this.grpTeacherInfo.Text = "教師基本信息";
            // 
            // lblTeacherID
            // 
            this.lblTeacherID.Location = new System.Drawing.Point(9, 20);
            this.lblTeacherID.Name = "lblTeacherID";
            this.lblTeacherID.Size = new System.Drawing.Size(72, 23);
            this.lblTeacherID.TabIndex = 0;
            this.lblTeacherID.Text = "編號:";
            // 
            // btnExit
            // 
            this.btnExit.Location = new System.Drawing.Point(341, 413);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(104, 40);
            this.btnExit.TabIndex = 37;
            this.btnExit.Text = "取消(&E)";
            // 
            // btnAdd
            // 
            this.btnAdd.Location = new System.Drawing.Point(121, 413);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(104, 40);
            this.btnAdd.TabIndex = 36;
            this.btnAdd.Text = "添加(&A)";
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(104, 20);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(100, 21);
            this.textBox1.TabIndex = 32;
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(104, 68);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(100, 21);
            this.textBox2.TabIndex = 33;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(9, 71);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(41, 12);
            this.label1.TabIndex = 34;
            this.label1.Text = "學號:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(9, 111);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 35;
            this.label2.Text = "課程號:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(9, 159);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(65, 12);
            this.label3.TabIndex = 36;
            this.label3.Text = "專業編號:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(9, 205);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(65, 12);
            this.label4.TabIndex = 37;
            this.label4.Text = "班級編號:";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(9, 257);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(89, 12);
            this.label5.TabIndex = 38;
            this.label5.Text = "必修課程成績:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(9, 311);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(89, 12);
            this.label6.TabIndex = 39;
            this.label6.Text = "選修課程成績:";
            // 
            // textBox3
            // 
            this.textBox3.Location = new System.Drawing.Point(104, 111);
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new System.Drawing.Size(100, 21);
            this.textBox3.TabIndex = 40;
            // 
            // textBox4
            // 
            this.textBox4.Location = new System.Drawing.Point(104, 159);
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new System.Drawing.Size(100, 21);
            this.textBox4.TabIndex = 41;
            this.textBox4.TextChanged += new System.EventHandler(this.textBox4_TextChanged);
            // 
            // textBox5
            // 
            this.textBox5.Location = new System.Drawing.Point(104, 196);
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new System.Drawing.Size(100, 21);
            this.textBox5.TabIndex = 42;
            // 
            // textBox6
            // 
            this.textBox6.Location = new System.Drawing.Point(104, 254);
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new System.Drawing.Size(100, 21);
            this.textBox6.TabIndex = 43;
            // 
            // textBox7
            // 
            this.textBox7.Location = new System.Drawing.Point(104, 302);
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new System.Drawing.Size(100, 21);
            this.textBox7.TabIndex = 44;
            // 
            // TeacherInfo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(573, 493);
            this.Controls.Add(this.grpTeacherInfo);
            this.Controls.Add(this.btnExit);
            this.Controls.Add(this.btnAdd);
            this.Name = "TeacherInfo";
            this.Text = "gradeInfo";
            this.grpTeacherInfo.ResumeLayout(false);
            this.grpTeacherInfo.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox grpTeacherInfo;
        private System.Windows.Forms.Label lblTeacherID;
        private System.Windows.Forms.Button btnExit;
        private System.Windows.Forms.Button btnAdd;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox textBox2;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.TextBox textBox6;
        private System.Windows.Forms.TextBox textBox5;
        private System.Windows.Forms.TextBox textBox4;
        private System.Windows.Forms.TextBox textBox3;
        private System.Windows.Forms.TextBox textBox7;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美福利一区二区| 欧美写真视频网站| 91精品久久久久久久久99蜜臂| 日本一区二区综合亚洲| 日韩成人午夜精品| 色综合色狠狠天天综合色| 精品成人一区二区三区四区| 亚洲v日本v欧美v久久精品| 成人动漫av在线| www国产精品av| 日韩不卡免费视频| 在线视频综合导航| 亚洲欧洲三级电影| 国产一区二区在线观看视频| 51午夜精品国产| 一区二区三区四区不卡在线 | 国产欧美综合色| 婷婷一区二区三区| 色哟哟一区二区三区| 欧美激情一区三区| 国产成人午夜视频| 久久综合狠狠综合久久激情 | 一区二区在线看| 国产91综合网| 久久日韩精品一区二区五区| 日本不卡1234视频| 制服丝袜av成人在线看| 一区二区三区高清| 色狠狠综合天天综合综合| 国产精品久久久久婷婷二区次| 国产精品中文字幕日韩精品| 欧美成人a在线| 七七婷婷婷婷精品国产| 正在播放一区二区| 日韩黄色在线观看| 欧美一级电影网站| 裸体歌舞表演一区二区| 日韩欧美在线网站| 免费成人结看片| 日韩午夜小视频| 蜜臀91精品一区二区三区| 乱中年女人伦av一区二区| 国产成人在线观看| 久久久.com| 国产精品伊人色| 国产色一区二区| 国产69精品久久久久毛片| 中文字幕不卡在线观看| 高清日韩电视剧大全免费| 久久久国产综合精品女国产盗摄| 国产综合色精品一区二区三区| 精品成a人在线观看| 国产中文字幕精品| 国产欧美日韩麻豆91| 国产.欧美.日韩| 国产欧美日本一区视频| 不卡一区二区三区四区| 亚洲男人的天堂网| 欧美日韩久久久久久| 舔着乳尖日韩一区| 日韩欧美不卡在线观看视频| 国产一区二区导航在线播放| 欧美国产精品一区二区| 97国产精品videossex| 亚洲一区二区影院| 欧美一区二区免费| 国产成人午夜精品5599| 亚洲三级免费电影| 欧美片网站yy| 韩日欧美一区二区三区| 中文字幕不卡三区| 91福利精品视频| 男女男精品视频网| 国产欧美日产一区| 欧美在线一区二区| 美女www一区二区| 国产精品久久久久久久浪潮网站| 欧美综合天天夜夜久久| 亚洲国产精品ⅴa在线观看| 国产精品美女www爽爽爽| 91免费国产视频网站| 亚洲h在线观看| www久久精品| 在线视频一区二区三| 免费观看日韩av| 欧美高清在线一区| 欧美丝袜自拍制服另类| 国产一区二区在线观看免费| 亚洲天堂精品在线观看| 777a∨成人精品桃花网| 国产不卡视频在线观看| 亚洲一区二区三区免费视频| 久久综合色天天久久综合图片| 97精品国产97久久久久久久久久久久| 偷窥国产亚洲免费视频 | 波波电影院一区二区三区| 亚洲日本在线看| 精品国精品国产| 色偷偷久久一区二区三区| 激情五月激情综合网| 一区二区三区产品免费精品久久75| 日韩精品中午字幕| 色综合久久中文综合久久牛| 精品在线亚洲视频| 一区二区三区91| 久久精品视频免费| 欧美精品aⅴ在线视频| 成人网男人的天堂| 美女视频一区二区三区| 亚洲人亚洲人成电影网站色| 精品久久一二三区| 欧美日韩一区久久| 成人精品视频一区| 麻豆国产精品官网| 亚洲自拍另类综合| 中文字幕免费不卡在线| 日韩欧美国产一区在线观看| 欧美在线一区二区| 波多野结衣中文字幕一区| 久久爱另类一区二区小说| 一个色综合av| 亚洲欧洲日本在线| 久久久久久**毛片大全| 7878成人国产在线观看| 在线亚洲人成电影网站色www| 国产成人精品综合在线观看| 蜜臀av亚洲一区中文字幕| 亚洲综合av网| 日韩伦理av电影| 亚洲国产精品成人综合| 精品日韩在线观看| 欧美高清视频在线高清观看mv色露露十八 | 国产精品久久久久久久久久久免费看| 日韩午夜激情视频| 欧美久久一二区| 91国产免费观看| 成人18精品视频| 国产成人精品三级| 国产一区二区剧情av在线| 另类调教123区| 日韩国产欧美在线观看| 亚洲国产你懂的| 一区二区三区色| 亚洲天堂免费在线观看视频| 国产精品五月天| 国产肉丝袜一区二区| 精品国产乱码久久久久久老虎| 3atv在线一区二区三区| 91精品欧美一区二区三区综合在| 欧美三级午夜理伦三级中视频| 91福利在线看| 欧美色综合天天久久综合精品| 色成年激情久久综合| 在线观看日韩精品| 91高清在线观看| 欧美性感一区二区三区| 欧美日韩色一区| 欧美日韩国产系列| 在线播放日韩导航| 91精品国产高清一区二区三区| 在线播放亚洲一区| 欧美一级一区二区| 精品区一区二区| 久久久欧美精品sm网站| 国产亚洲精品资源在线26u| 国产欧美一区二区三区鸳鸯浴| 国产偷v国产偷v亚洲高清| 国产欧美日韩综合| 综合欧美亚洲日本| 亚洲一区在线观看免费| 天天射综合影视| 日韩av电影免费观看高清完整版在线观看| 丝袜亚洲精品中文字幕一区| 日本在线不卡视频一二三区| 极品少妇一区二区| 国产高清不卡一区二区| 99久久婷婷国产精品综合| 色哟哟亚洲精品| 在线成人免费视频| 久久精品夜色噜噜亚洲aⅴ| 粉嫩在线一区二区三区视频| 97久久久精品综合88久久| 色狠狠桃花综合| 91精品蜜臀在线一区尤物| xfplay精品久久| 国产精品久久国产精麻豆99网站 | 91精品国产综合久久小美女| 日韩欧美一区二区不卡| 久久日韩精品一区二区五区| 中文字幕日本乱码精品影院| 亚洲激情图片qvod| 蜜臀av性久久久久蜜臀aⅴ四虎| 国产一区二区三区蝌蚪| 91日韩精品一区| 欧美精品免费视频| 久久综合九色综合97_久久久| 国产精品久久久久天堂| 天天色图综合网| 国产美女av一区二区三区| 91麻豆精品视频|