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

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

?? jiaoshiguanli.designer.cs

?? data structure c 學校管理系統
?? CS
?? 第 1 頁 / 共 3 頁
字號:
?namespace schoolManager
{
    partial class jiaoshiguanli
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(jiaoshiguanli));
            this.label10 = new System.Windows.Forms.Label();
            this.button9 = new System.Windows.Forms.Button();
            this.button8 = new System.Windows.Forms.Button();
            this.button6 = new System.Windows.Forms.Button();
            this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.textBox5 = new System.Windows.Forms.TextBox();
            this.textBox11 = new System.Windows.Forms.TextBox();
            this.label17 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.comboBox7 = new System.Windows.Forms.ComboBox();
            this.label15 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.textBox8 = new System.Windows.Forms.TextBox();
            this.comboBox6 = new System.Windows.Forms.ComboBox();
            this.label13 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.textBox7 = new System.Windows.Forms.TextBox();
            this.comboBox5 = new System.Windows.Forms.ComboBox();
            this.label11 = new System.Windows.Forms.Label();
            this.comboBox4 = new System.Windows.Forms.ComboBox();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.comboBox11 = new System.Windows.Forms.ComboBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.textBox10 = new System.Windows.Forms.TextBox();
            this.label27 = new System.Windows.Forms.Label();
            this.textBox14 = new System.Windows.Forms.TextBox();
            this.label26 = new System.Windows.Forms.Label();
            this.textBox13 = new System.Windows.Forms.TextBox();
            this.label25 = new System.Windows.Forms.Label();
            this.textBox12 = new System.Windows.Forms.TextBox();
            this.dateTimePicker3 = new System.Windows.Forms.DateTimePicker();
            this.label24 = new System.Windows.Forms.Label();
            this.comboBox10 = new System.Windows.Forms.ComboBox();
            this.label23 = new System.Windows.Forms.Label();
            this.comboBox9 = new System.Windows.Forms.ComboBox();
            this.label22 = new System.Windows.Forms.Label();
            this.comboBox8 = new System.Windows.Forms.ComboBox();
            this.label21 = new System.Windows.Forms.Label();
            this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
            this.label20 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.textBox6 = new System.Windows.Forms.TextBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.comboBox3 = new System.Windows.Forms.ComboBox();
            this.label8 = new System.Windows.Forms.Label();
            this.comboBox2 = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(9, 23);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(41, 12);
            this.label10.TabIndex = 7;
            this.label10.Text = "鄉鎮:";
            // 
            // button9
            // 
            this.button9.Location = new System.Drawing.Point(596, 288);
            this.button9.Name = "button9";
            this.button9.Size = new System.Drawing.Size(68, 36);
            this.button9.TabIndex = 3;
            this.button9.Text = "查詢";
            this.button9.UseVisualStyleBackColor = true;
            this.button9.Click += new System.EventHandler(this.button9_Click);
            // 
            // button8
            // 
            this.button8.Location = new System.Drawing.Point(328, 288);
            this.button8.Name = "button8";
            this.button8.Size = new System.Drawing.Size(68, 36);
            this.button8.TabIndex = 2;
            this.button8.Text = "增加";
            this.button8.UseVisualStyleBackColor = true;
            this.button8.Click += new System.EventHandler(this.button8_Click);
            // 
            // button6
            // 
            this.button6.Location = new System.Drawing.Point(462, 288);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(68, 36);
            this.button6.TabIndex = 2;
            this.button6.Text = "刪除";
            this.button6.UseVisualStyleBackColor = true;
            this.button6.Click += new System.EventHandler(this.button6_Click);
            // 
            // dateTimePicker1
            // 
            this.dateTimePicker1.Location = new System.Drawing.Point(51, 74);
            this.dateTimePicker1.Name = "dateTimePicker1";
            this.dateTimePicker1.Size = new System.Drawing.Size(164, 21);
            this.dateTimePicker1.TabIndex = 3;
            // 
            // comboBox1
            // 
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Items.AddRange(new object[] {
            "男",
            "女"});
            this.comboBox1.Location = new System.Drawing.Point(511, 46);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(164, 20);
            this.comboBox1.TabIndex = 2;
            this.comboBox1.Text = "男";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(9, 78);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(41, 12);
            this.label4.TabIndex = 1;
            this.label4.Text = "生日:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(440, 50);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(65, 12);
            this.label3.TabIndex = 1;
            this.label3.Text = "性  別:";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(264, 220);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(53, 12);
            this.label7.TabIndex = 1;
            this.label7.Text = "電 話:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(222, 50);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 12);
            this.label2.TabIndex = 1;
            this.label2.Text = "姓名:";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(10, 248);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 1;
            this.label5.Text = "住  址:";
            // 
            // textBox5
            // 
            this.textBox5.Location = new System.Drawing.Point(351, 216);
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new System.Drawing.Size(164, 21);
            this.textBox5.TabIndex = 0;
            // 
            // textBox11
            // 
            this.textBox11.Location = new System.Drawing.Point(264, 74);
            this.textBox11.Name = "textBox11";
            this.textBox11.Size = new System.Drawing.Size(164, 21);
            this.textBox11.TabIndex = 25;
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(688, 78);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(65, 12);
            this.label17.TabIndex = 22;
            this.label17.Text = "政治面貌:";
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Location = new System.Drawing.Point(222, 78);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(41, 12);
            this.label16.TabIndex = 19;
            this.label16.Text = "年齡:";
            // 
            // comboBox7
            // 
            this.comboBox7.FormattingEnabled = true;
            this.comboBox7.Items.AddRange(new object[] {
            "漢族",
            "回族",
            "滿族",
            "藏族",
            "其它"});
            this.comboBox7.Location = new System.Drawing.Point(759, 46);
            this.comboBox7.Name = "comboBox7";
            this.comboBox7.Size = new System.Drawing.Size(164, 20);
            this.comboBox7.TabIndex = 18;
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(688, 50);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(65, 12);
            this.label15.TabIndex = 17;
            this.label15.Text = "民  族:";
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(440, 78);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(65, 12);
            this.label14.TabIndex = 16;
            this.label14.Text = "身份證號:";
            // 

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美无乱码久久久免费午夜一区 | 91女神在线视频| 亚洲一区中文日韩| 精品对白一区国产伦| 色婷婷久久久亚洲一区二区三区| 麻豆专区一区二区三区四区五区| 亚洲国产精品精华液2区45| 欧美日韩国产免费一区二区| www.欧美亚洲| 国产麻豆精品在线观看| 亚洲国产精品久久人人爱| 国产精品久久久久久亚洲毛片| 91精品黄色片免费大全| 色婷婷av一区二区三区大白胸| 国产在线视频一区二区| 日本不卡视频一二三区| 夜夜揉揉日日人人青青一国产精品| 国产丝袜欧美中文另类| 日韩欧美一级特黄在线播放| 久久久久久久久久电影| 91精品国产入口在线| 91精品国产综合久久蜜臀| 欧美日韩一区二区电影| 欧美日韩1区2区| 欧美久久一二三四区| 欧美男人的天堂一二区| 欧美性一二三区| 欧美人动与zoxxxx乱| 欧美精选在线播放| 国产一区二区毛片| 精品一区在线看| 国产一区二区福利| 国产69精品一区二区亚洲孕妇 | 国产一区二区在线免费观看| 久久99国产乱子伦精品免费| 日韩精品国产精品| 国产精品99久久久| 成人av在线资源网| 欧美日韩在线综合| 日韩一区二区三区三四区视频在线观看 | 国产精品2024| 在线观看一区日韩| 日韩欧美色电影| 亚洲视频免费看| 日本成人在线一区| 91在线看国产| 日韩三级.com| 亚洲精品一二三四区| 蜜桃av一区二区三区| 99国产精品99久久久久久| 欧美日韩国产大片| 国产精品久久久久久福利一牛影视| 亚洲国产视频一区二区| 粉嫩欧美一区二区三区高清影视 | 久久精品亚洲麻豆av一区二区| 亚洲欧美在线高清| 国产中文字幕精品| 欧美伦理影视网| 一区二区三区免费观看| 国产精品一区免费视频| 91精品啪在线观看国产60岁| 亚洲日本成人在线观看| 粉嫩嫩av羞羞动漫久久久| 日韩一本二本av| 日韩av一区二区三区| 亚洲成人免费观看| 国内精品免费**视频| 欧美日韩电影一区| 亚洲一级不卡视频| 欧美性一级生活| 亚洲欧美福利一区二区| 岛国一区二区在线观看| 欧美高清激情brazzers| 一区二区三区不卡在线观看| 国产91在线|亚洲| 日本一区二区免费在线观看视频 | 日日夜夜免费精品| 精品欧美乱码久久久久久| 国内外精品视频| 久久这里只有精品视频网| 国产精品自拍一区| 国产精品麻豆欧美日韩ww| 成人精品免费看| 亚洲另类中文字| 欧美视频一二三区| 免费成人你懂的| 亚洲视频在线一区观看| 在线观看亚洲a| 久久国产麻豆精品| 亚洲视频一二区| 91精品中文字幕一区二区三区| 看电影不卡的网站| 亚洲国产成人tv| 精品福利一区二区三区免费视频| 国产福利一区二区三区视频在线| 中文字幕亚洲在| 日韩欧美一级特黄在线播放| 国产·精品毛片| 日韩影院在线观看| 亚洲日本青草视频在线怡红院 | 91亚洲精品久久久蜜桃网站| 久久99精品国产.久久久久| 精品制服美女丁香| 视频一区二区三区入口| 亚洲乱码国产乱码精品精可以看 | 亚洲女同ⅹxx女同tv| 精品国产伦一区二区三区观看方式| 99r国产精品| 99国产精品久久久久久久久久久| 奇米色777欧美一区二区| 亚洲激情五月婷婷| 亚洲视频免费在线| 中文字幕日韩av资源站| 日韩理论片中文av| 国产精品高潮久久久久无| 日韩精品一区二区三区四区| 国产精品视频一区二区三区不卡| 国产不卡免费视频| 男人的天堂亚洲一区| 一卡二卡三卡日韩欧美| 欧美精品一区二区三区四区| 欧洲亚洲国产日韩| 91麻豆swag| 在线视频中文字幕一区二区| 99麻豆久久久国产精品免费| 成人涩涩免费视频| 91免费国产在线| 欧美精品久久天天躁| 日韩天堂在线观看| 欧美一二三区在线观看| 欧美一区二区啪啪| 日本一区二区电影| 国产v综合v亚洲欧| 在线这里只有精品| 日韩欧美在线观看一区二区三区| 日韩区在线观看| 久久精品在线免费观看| 日韩美女视频一区二区 | 亚洲伊人伊色伊影伊综合网| 午夜精品久久久久| 午夜一区二区三区在线观看| 精品一区二区三区在线视频| www.欧美日韩国产在线| 欧美成人一区二区三区在线观看| 中文字幕乱码亚洲精品一区| 亚洲bt欧美bt精品| 岛国精品在线观看| 在线视频观看一区| 欧美顶级少妇做爰| 日韩女优av电影在线观看| 久久亚洲综合av| 一区二区三区在线免费播放| 性欧美疯狂xxxxbbbb| 激情图区综合网| 欧美三级电影网站| 久久综合成人精品亚洲另类欧美| 国产日本一区二区| 亚洲二区在线视频| 午夜精品久久久久久久蜜桃app| 男男视频亚洲欧美| 成人动漫中文字幕| 3d动漫精品啪啪一区二区竹菊| 欧美一区二区三区不卡| 国产精品国产三级国产| 捆绑调教美女网站视频一区| 91极品美女在线| 精品捆绑美女sm三区| 伊人开心综合网| 国产一区 二区 三区一级| 欧美日韩国产美女| 亚洲欧美一区二区三区久本道91| 午夜久久久影院| 97se亚洲国产综合自在线观| 欧美性色黄大片手机版| 久久久一区二区三区捆绑**| 亚洲一区二区三区国产| 成人精品小蝌蚪| 久久久国际精品| 免费人成黄页网站在线一区二区| 不卡欧美aaaaa| 国产蜜臀97一区二区三区| 免费人成精品欧美精品| 欧美在线不卡视频| 亚洲一区二区三区视频在线| 99热这里都是精品| 椎名由奈av一区二区三区| 亚洲男同性视频| 色综合色综合色综合| 91国偷自产一区二区三区观看| 欧美电视剧在线观看完整版| 麻豆91在线观看| 国产欧美日韩精品一区| 色婷婷国产精品综合在线观看| 免费成人性网站| 黑人巨大精品欧美一区| 欧美日韩免费在线视频| 亚洲曰韩产成在线| 精品一区二区三区在线播放视频| 欧美久久久久久久久| 日韩国产欧美在线播放|