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

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

?? classeditfrm.designer.cs

?? 一個(gè)不錯(cuò)的文檔
?? CS
字號(hào):
?namespace SchoolManageprj
{
    partial class ClassEditFrm
    {
        /// <summary>
        /// 必需的設(shè)計(jì)器變量。
        /// </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è)計(jì)器生成的代碼

        /// <summary>
        /// 設(shè)計(jì)器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內(nèi)容。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClassEditFrm));
            this.label1 = new System.Windows.Forms.Label();
            this.txtClassName = new System.Windows.Forms.TextBox();
            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.label7 = new System.Windows.Forms.Label();
            this.cmbSchoolName = new System.Windows.Forms.ComboBox();
            this.dtpStarDate = new System.Windows.Forms.DateTimePicker();
            this.rdbtnFirstQ = new System.Windows.Forms.RadioButton();
            this.rdbtnScondQ = new System.Windows.Forms.RadioButton();
            this.rdbtnThirdQ = new System.Windows.Forms.RadioButton();
            this.txtClassCount = new System.Windows.Forms.TextBox();
            this.dtpEndDate = new System.Windows.Forms.DateTimePicker();
            this.cmbClassMaster = new System.Windows.Forms.ComboBox();
            this.label8 = new System.Windows.Forms.Label();
            this.txtMeno = new System.Windows.Forms.TextBox();
            this.btnOk = new System.Windows.Forms.Button();
            this.btnConcel = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(59, 21);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "班級(jí)號(hào):";
            // 
            // txtClassName
            // 
            this.txtClassName.Location = new System.Drawing.Point(118, 18);
            this.txtClassName.Name = "txtClassName";
            this.txtClassName.Size = new System.Drawing.Size(176, 21);
            this.txtClassName.TabIndex = 1;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(47, 56);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 0;
            this.label2.Text = "所在校區(qū):";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(47, 89);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(65, 12);
            this.label3.TabIndex = 0;
            this.label3.Text = "開班時(shí)間:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(71, 117);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(41, 12);
            this.label4.TabIndex = 0;
            this.label4.Text = "學(xué)期:";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(47, 147);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 0;
            this.label5.Text = "班級(jí)人數(shù):";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(47, 179);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(65, 12);
            this.label6.TabIndex = 0;
            this.label6.Text = "結(jié)束時(shí)間:";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(59, 214);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(53, 12);
            this.label7.TabIndex = 0;
            this.label7.Text = "班主任:";
            // 
            // cmbSchoolName
            // 
            this.cmbSchoolName.FormattingEnabled = true;
            this.cmbSchoolName.Location = new System.Drawing.Point(118, 53);
            this.cmbSchoolName.Name = "cmbSchoolName";
            this.cmbSchoolName.Size = new System.Drawing.Size(176, 20);
            this.cmbSchoolName.TabIndex = 2;
            this.cmbSchoolName.SelectedIndexChanged += new System.EventHandler(this.cmbSchoolName_SelectedIndexChanged);
            // 
            // dtpStarDate
            // 
            this.dtpStarDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dtpStarDate.Location = new System.Drawing.Point(118, 85);
            this.dtpStarDate.Name = "dtpStarDate";
            this.dtpStarDate.Size = new System.Drawing.Size(176, 21);
            this.dtpStarDate.TabIndex = 3;
            this.dtpStarDate.ValueChanged += new System.EventHandler(this.dtpStarDate_ValueChanged);
            // 
            // rdbtnFirstQ
            // 
            this.rdbtnFirstQ.AutoSize = true;
            this.rdbtnFirstQ.Location = new System.Drawing.Point(118, 117);
            this.rdbtnFirstQ.Name = "rdbtnFirstQ";
            this.rdbtnFirstQ.Size = new System.Drawing.Size(47, 16);
            this.rdbtnFirstQ.TabIndex = 4;
            this.rdbtnFirstQ.TabStop = true;
            this.rdbtnFirstQ.Tag = "1";
            this.rdbtnFirstQ.Text = "一期";
            this.rdbtnFirstQ.UseVisualStyleBackColor = true;
            this.rdbtnFirstQ.CheckedChanged += new System.EventHandler(this.rdbtnFirstQ_CheckedChanged);
            // 
            // rdbtnScondQ
            // 
            this.rdbtnScondQ.AutoSize = true;
            this.rdbtnScondQ.Location = new System.Drawing.Point(180, 117);
            this.rdbtnScondQ.Name = "rdbtnScondQ";
            this.rdbtnScondQ.Size = new System.Drawing.Size(47, 16);
            this.rdbtnScondQ.TabIndex = 4;
            this.rdbtnScondQ.TabStop = true;
            this.rdbtnScondQ.Tag = "2";
            this.rdbtnScondQ.Text = "二期";
            this.rdbtnScondQ.UseVisualStyleBackColor = true;
            this.rdbtnScondQ.CheckedChanged += new System.EventHandler(this.rdbtnScondQ_CheckedChanged);
            // 
            // rdbtnThirdQ
            // 
            this.rdbtnThirdQ.AutoSize = true;
            this.rdbtnThirdQ.Location = new System.Drawing.Point(247, 117);
            this.rdbtnThirdQ.Name = "rdbtnThirdQ";
            this.rdbtnThirdQ.Size = new System.Drawing.Size(47, 16);
            this.rdbtnThirdQ.TabIndex = 4;
            this.rdbtnThirdQ.TabStop = true;
            this.rdbtnThirdQ.Tag = "3";
            this.rdbtnThirdQ.Text = "三期";
            this.rdbtnThirdQ.UseVisualStyleBackColor = true;
            this.rdbtnThirdQ.CheckedChanged += new System.EventHandler(this.rdbtnThirdQ_CheckedChanged);
            // 
            // txtClassCount
            // 
            this.txtClassCount.Location = new System.Drawing.Point(118, 144);
            this.txtClassCount.MaxLength = 2;
            this.txtClassCount.Name = "txtClassCount";
            this.txtClassCount.Size = new System.Drawing.Size(32, 21);
            this.txtClassCount.TabIndex = 5;
            this.txtClassCount.TextChanged += new System.EventHandler(this.txtClassCount_TextChanged);
            this.txtClassCount.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtClassCount_KeyPress);
            // 
            // dtpEndDate
            // 
            this.dtpEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dtpEndDate.Location = new System.Drawing.Point(118, 175);
            this.dtpEndDate.Name = "dtpEndDate";
            this.dtpEndDate.Size = new System.Drawing.Size(176, 21);
            this.dtpEndDate.TabIndex = 3;
            this.dtpEndDate.ValueChanged += new System.EventHandler(this.dtpEndDate_ValueChanged);
            // 
            // cmbClassMaster
            // 
            this.cmbClassMaster.FormattingEnabled = true;
            this.cmbClassMaster.Location = new System.Drawing.Point(118, 211);
            this.cmbClassMaster.Name = "cmbClassMaster";
            this.cmbClassMaster.Size = new System.Drawing.Size(176, 20);
            this.cmbClassMaster.TabIndex = 6;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(71, 249);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(41, 12);
            this.label8.TabIndex = 0;
            this.label8.Text = "備注:";
            // 
            // txtMeno
            // 
            this.txtMeno.Location = new System.Drawing.Point(118, 246);
            this.txtMeno.Multiline = true;
            this.txtMeno.Name = "txtMeno";
            this.txtMeno.Size = new System.Drawing.Size(176, 73);
            this.txtMeno.TabIndex = 7;
            // 
            // btnOk
            // 
            this.btnOk.Location = new System.Drawing.Point(118, 333);
            this.btnOk.Name = "btnOk";
            this.btnOk.Size = new System.Drawing.Size(75, 23);
            this.btnOk.TabIndex = 8;
            this.btnOk.Text = "確定";
            this.btnOk.UseVisualStyleBackColor = true;
            this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
            // 
            // btnConcel
            // 
            this.btnConcel.Location = new System.Drawing.Point(219, 333);
            this.btnConcel.Name = "btnConcel";
            this.btnConcel.Size = new System.Drawing.Size(75, 23);
            this.btnConcel.TabIndex = 9;
            this.btnConcel.Text = "取消";
            this.btnConcel.UseVisualStyleBackColor = true;
            this.btnConcel.Click += new System.EventHandler(this.btnConcel_Click);
            // 
            // ClassEditFrm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.ClientSize = new System.Drawing.Size(330, 368);
            this.Controls.Add(this.btnConcel);
            this.Controls.Add(this.btnOk);
            this.Controls.Add(this.txtMeno);
            this.Controls.Add(this.cmbClassMaster);
            this.Controls.Add(this.txtClassCount);
            this.Controls.Add(this.rdbtnThirdQ);
            this.Controls.Add(this.rdbtnScondQ);
            this.Controls.Add(this.rdbtnFirstQ);
            this.Controls.Add(this.dtpEndDate);
            this.Controls.Add(this.dtpStarDate);
            this.Controls.Add(this.cmbSchoolName);
            this.Controls.Add(this.txtClassName);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "ClassEditFrm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "班級(jí)編輯窗體";
            this.Load += new System.EventHandler(this.ClassEditFrm_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox txtClassName;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.ComboBox cmbSchoolName;
        private System.Windows.Forms.DateTimePicker dtpStarDate;
        private System.Windows.Forms.RadioButton rdbtnFirstQ;
        private System.Windows.Forms.RadioButton rdbtnScondQ;
        private System.Windows.Forms.RadioButton rdbtnThirdQ;
        private System.Windows.Forms.TextBox txtClassCount;
        private System.Windows.Forms.DateTimePicker dtpEndDate;
        private System.Windows.Forms.ComboBox cmbClassMaster;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.TextBox txtMeno;
        private System.Windows.Forms.Button btnOk;
        private System.Windows.Forms.Button btnConcel;
    }
}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
av一本久道久久综合久久鬼色| 韩国v欧美v日本v亚洲v| 成人av在线观| 亚洲品质自拍视频| 99久久99久久免费精品蜜臀| 欧美国产精品一区二区| 欧美性猛交xxxxxx富婆| 国产中文字幕精品| 亚洲精品菠萝久久久久久久| 精品国产乱码久久久久久夜甘婷婷| 国产福利一区在线| 亚洲主播在线播放| 久久久不卡影院| 精品欧美一区二区久久| 欧美亚洲动漫制服丝袜| 99国产精品99久久久久久| 久久99精品久久久久久久久久久久| 亚洲午夜av在线| 亚洲在线视频网站| 日韩美女啊v在线免费观看| 欧美日韩成人综合在线一区二区 | 精品女同一区二区| 欧美体内she精高潮| 色婷婷精品大视频在线蜜桃视频| 丰满少妇在线播放bd日韩电影| 激情五月婷婷综合| 国产一区二区不卡在线| 国产成人免费9x9x人网站视频| 国产日韩av一区二区| 91麻豆精品国产91久久久久久久久| 91蜜桃视频在线| 欧美色电影在线| 欧美一区二区三区免费| 精品国产伦一区二区三区免费| 久久亚洲影视婷婷| 国产精品成人免费在线| 亚洲日本在线观看| 日本成人在线视频网站| 国产成人av福利| 欧美日韩mp4| 国产精品久久久久久亚洲伦| 亚洲欧美另类综合偷拍| 麻豆精品一区二区综合av| 懂色av一区二区夜夜嗨| 91国偷自产一区二区三区成为亚洲经典| 色综合久久88色综合天天| 精品理论电影在线| 亚洲人123区| 亚洲成人激情综合网| 国产盗摄女厕一区二区三区| 91高清视频免费看| 2023国产精品自拍| 日韩综合在线视频| 91视视频在线观看入口直接观看www | 国产自产高清不卡| 欧美日韩精品一区二区在线播放| 中文文精品字幕一区二区| 一区二区在线免费观看| 成人av手机在线观看| 久久先锋影音av| 久久精品国产精品亚洲精品| 欧美性极品少妇| 亚洲欧洲三级电影| 不卡的av在线| 国产精品免费av| 成人黄色片在线观看| 久久九九影视网| 国产成人久久精品77777最新版本 国产成人鲁色资源国产91色综 | 蜜臂av日日欢夜夜爽一区| 欧美调教femdomvk| 日韩高清在线不卡| 欧美午夜理伦三级在线观看| 亚洲视频在线观看一区| 成人丝袜高跟foot| 中文字幕第一区二区| 色综合色综合色综合色综合色综合| 自拍av一区二区三区| 欧美亚洲一区二区三区四区| 亚洲国产精品嫩草影院| 欧美一区在线视频| 国产精品亚洲一区二区三区在线| 国产精品伦一区二区三级视频| 成人a免费在线看| 五月婷婷色综合| 久久伊人中文字幕| 欧美午夜在线一二页| 国产一区在线观看视频| 一区二区三区在线观看网站| 日韩午夜在线影院| 在线观看亚洲精品视频| 国产一区二区调教| 一区二区成人在线| 国产精品久久久久久久岛一牛影视 | 亚洲日韩欧美一区二区在线| 欧美电影精品一区二区| 一本色道a无线码一区v| 国产麻豆午夜三级精品| 午夜伊人狠狠久久| 中文字幕一区三区| 欧美国产日产图区| 精品国产免费一区二区三区四区 | 国产午夜亚洲精品羞羞网站| 精品在线一区二区三区| 波多野结衣中文字幕一区二区三区| 国产精品18久久久久久久久| 日韩 欧美一区二区三区| 日韩欧美中文一区二区| 久草在线在线精品观看| 午夜精品久久久久久久久久久| 国产欧美一区二区精品久导航| 韩国v欧美v日本v亚洲v| 美女www一区二区| 日韩在线一区二区| 亚洲人成7777| 国产成人一区二区精品非洲| 麻豆国产精品官网| 欧美一区二区性放荡片| 99久久精品国产一区| 精品久久久久99| 91色porny在线视频| 亚洲欧美精品午睡沙发| 欧美在线看片a免费观看| 亚洲一区二区在线视频| 国产激情视频一区二区三区欧美| 欧美一级高清片| 欧美一级一区二区| 久久99精品国产.久久久久久 | 国产成人精品aa毛片| 日韩免费看的电影| 日韩一区二区视频| 日韩福利电影在线观看| 久久久久99精品国产片| 亚洲国产精品高清| 丝袜诱惑制服诱惑色一区在线观看| 五月激情丁香一区二区三区| 成人一区二区三区视频| 欧美浪妇xxxx高跟鞋交| 久久久久久久综合色一本| 亚洲成人免费在线| 色婷婷精品大视频在线蜜桃视频| 欧美电视剧免费全集观看| 欧美日韩亚洲综合一区二区三区| 国产99一区视频免费| 久久人人超碰精品| 日韩不卡免费视频| 亚洲美女区一区| 国产精品三级视频| 亚洲18色成人| 欧美精品一区二区三区四区| 国产精品久久久久久久久果冻传媒| 伊人开心综合网| 国产成人免费视频网站| 欧美一区二区三区免费视频| 亚洲成人自拍偷拍| 欧美巨大另类极品videosbest | 亚洲色图制服丝袜| 色综合色综合色综合| 成人精品视频网站| 国产一区二区三区在线观看精品 | 亚洲不卡av一区二区三区| 亚洲专区一二三| 欧美成人乱码一区二区三区| 一区二区三区四区在线播放| 欧美日韩一二三区| 麻豆精品精品国产自在97香蕉| 欧美性极品少妇| 日韩女优电影在线观看| 国产精品三级电影| 色丁香久综合在线久综合在线观看| 一区二区三区高清不卡| 国产精品五月天| 欧美成人a在线| 成人福利视频在线看| 中文字幕第一区二区| 一区二区三区免费在线观看| 日本久久电影网| 国产美女精品在线| 99精品视频在线观看| 欧日韩精品视频| 亚洲成人中文在线| 日韩欧美高清在线| 亚洲蜜臀av乱码久久精品| 日韩欧美中文字幕精品| 亚洲地区一二三色| 国产专区综合网| 欧美经典一区二区| 成人午夜私人影院| 久久精品国产99| 亚洲国产aⅴ天堂久久| 日韩欧美在线观看一区二区三区| 国产无一区二区| 日韩有码一区二区三区| 91精品国产91久久久久久一区二区 | 国产日产欧产精品推荐色| 亚洲欧美日韩电影| 成人app软件下载大全免费| 欧洲一区在线观看| 亚洲一区av在线| 在线免费观看日韩欧美| 国产乱子伦视频一区二区三区|