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

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

?? subjectquery.h

?? 導致教室占用的變更
?? H
?? 第 1 頁 / 共 2 頁
字號:
			this->Column4 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->groupBox2->SuspendLayout();
			this->groupBox1->SuspendLayout();
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->dataGridView1))->BeginInit();
			this->SuspendLayout();
			// 
			// groupBox2
			// 
			this->groupBox2->BackColor = System::Drawing::Color::Transparent;
			this->groupBox2->Controls->Add(this->label2);
			this->groupBox2->Controls->Add(this->comboBox2);
			this->groupBox2->Controls->Add(this->button1);
			this->groupBox2->Controls->Add(this->label1);
			this->groupBox2->Controls->Add(this->comboBox1);
			this->groupBox2->Font = (gcnew System::Drawing::Font(L"宋體", 10.5F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point, 
				static_cast<System::Byte>(134)));
			this->groupBox2->ForeColor = System::Drawing::SystemColors::Desktop;
			this->groupBox2->Location = System::Drawing::Point(25, 13);
			this->groupBox2->Name = L"groupBox2";
			this->groupBox2->Size = System::Drawing::Size(544, 98);
			this->groupBox2->TabIndex = 4;
			this->groupBox2->TabStop = false;
			this->groupBox2->Text = L"教室選擇";
			this->groupBox2->Enter += gcnew System::EventHandler(this, &SubjectQuery::groupBox2_Enter);
			// 
			// label2
			// 
			this->label2->AutoSize = true;
			this->label2->Font = (gcnew System::Drawing::Font(L"宋體", 12, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point, 
				static_cast<System::Byte>(134)));
			this->label2->Location = System::Drawing::Point(29, 49);
			this->label2->Name = L"label2";
			this->label2->Size = System::Drawing::Size(59, 16);
			this->label2->TabIndex = 4;
			this->label2->Text = L"教學樓";
			this->label2->Click += gcnew System::EventHandler(this, &SubjectQuery::label2_Click);
			// 
			// comboBox2
			// 
			this->comboBox2->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDownList;
			this->comboBox2->FormattingEnabled = true;
			this->comboBox2->Location = System::Drawing::Point(92, 46);
			this->comboBox2->Name = L"comboBox2";
			this->comboBox2->Size = System::Drawing::Size(75, 22);
			this->comboBox2->TabIndex = 3;
			this->comboBox2->SelectedIndexChanged += gcnew System::EventHandler(this, &SubjectQuery::comboBox2_SelectedIndexChanged);
			// 
			// button1
			// 
			this->button1->Location = System::Drawing::Point(438, 44);
			this->button1->Name = L"button1";
			this->button1->Size = System::Drawing::Size(75, 23);
			this->button1->TabIndex = 2;
			this->button1->Text = L"查詢";
			this->button1->UseVisualStyleBackColor = true;
			this->button1->Click += gcnew System::EventHandler(this, &SubjectQuery::Button1_Click);
			// 
			// label1
			// 
			this->label1->Font = (gcnew System::Drawing::Font(L"宋體", 12, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point, 
				static_cast<System::Byte>(134)));
			this->label1->Location = System::Drawing::Point(189, 48);
			this->label1->Name = L"label1";
			this->label1->Size = System::Drawing::Size(79, 19);
			this->label1->TabIndex = 1;
			this->label1->Text = L"科目名稱";
			this->label1->TextAlign = System::Drawing::ContentAlignment::MiddleCenter;
			// 
			// comboBox1
			// 
			this->comboBox1->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDownList;
			this->comboBox1->FormattingEnabled = true;
			this->comboBox1->Location = System::Drawing::Point(273, 45);
			this->comboBox1->Name = L"comboBox1";
			this->comboBox1->Size = System::Drawing::Size(146, 22);
			this->comboBox1->TabIndex = 0;
			this->comboBox1->SelectedIndexChanged += gcnew System::EventHandler(this, &SubjectQuery::comboBox1_SelectedIndexChanged);
			// 
			// groupBox1
			// 
			this->groupBox1->BackColor = System::Drawing::Color::Transparent;
			this->groupBox1->Controls->Add(this->dataGridView1);
			this->groupBox1->Font = (gcnew System::Drawing::Font(L"宋體", 10.5F, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point, 
				static_cast<System::Byte>(134)));
			this->groupBox1->Location = System::Drawing::Point(25, 136);
			this->groupBox1->Name = L"groupBox1";
			this->groupBox1->Size = System::Drawing::Size(544, 443);
			this->groupBox1->TabIndex = 3;
			this->groupBox1->TabStop = false;
			this->groupBox1->Text = L"課表查詢結果";
			this->groupBox1->Enter += gcnew System::EventHandler(this, &SubjectQuery::groupBox1_Enter);
			// 
			// dataGridView1
			// 
			this->dataGridView1->BackgroundColor = System::Drawing::Color::FromArgb(static_cast<System::Int32>(static_cast<System::Byte>(192)), 
				static_cast<System::Int32>(static_cast<System::Byte>(255)), static_cast<System::Int32>(static_cast<System::Byte>(192)));
			this->dataGridView1->ColumnHeadersHeightSizeMode = System::Windows::Forms::DataGridViewColumnHeadersHeightSizeMode::AutoSize;
			this->dataGridView1->Columns->AddRange(gcnew cli::array< System::Windows::Forms::DataGridViewColumn^  >(4) {this->Column1, 
				this->Column2, this->Column3, this->Column4});
			this->dataGridView1->GridColor = System::Drawing::SystemColors::ActiveCaption;
			this->dataGridView1->Location = System::Drawing::Point(50, 41);
			this->dataGridView1->Name = L"dataGridView1";
			this->dataGridView1->RowTemplate->Height = 24;
			this->dataGridView1->Size = System::Drawing::Size(446, 262);
			this->dataGridView1->TabIndex = 0;
			this->dataGridView1->CellContentClick += gcnew System::Windows::Forms::DataGridViewCellEventHandler(this, &SubjectQuery::dataGridView1_CellContentClick_1);
			// 
			// Column1
			// 
			dataGridViewCellStyle1->Font = (gcnew System::Drawing::Font(L"宋體", 9, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point, 
				static_cast<System::Byte>(134)));
			this->Column1->DefaultCellStyle = dataGridViewCellStyle1;
			this->Column1->HeaderText = L"教學樓";
			this->Column1->Name = L"Column1";
			this->Column1->ReadOnly = true;
			// 
			// Column2
			// 
			this->Column2->HeaderText = L"教室名稱";
			this->Column2->Name = L"Column2";
			// 
			// Column3
			// 
			this->Column3->HeaderText = L"日期";
			this->Column3->Name = L"Column3";
			// 
			// Column4
			// 
			this->Column4->HeaderText = L"時間";
			this->Column4->Name = L"Column4";
			// 
			// SubjectQuery
			// 
			this->AutoScaleDimensions = System::Drawing::SizeF(6, 12);
			this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
			this->BackgroundImage = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"$this.BackgroundImage")));
			this->ClientSize = System::Drawing::Size(594, 489);
			this->Controls->Add(this->groupBox1);
			this->Controls->Add(this->groupBox2);
			this->FormBorderStyle = System::Windows::Forms::FormBorderStyle::FixedSingle;
			this->KeyPreview = true;
			this->Location = System::Drawing::Point(1, 1);
			this->Name = L"SubjectQuery";
			this->Text = L"按教室名稱查詢";
			this->Load += gcnew System::EventHandler(this, &SubjectQuery::SubjectQuery_Load);
			this->groupBox2->ResumeLayout(false);
			this->groupBox2->PerformLayout();
			this->groupBox1->ResumeLayout(false);
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->dataGridView1))->EndInit();
			this->ResumeLayout(false);

		}
#pragma endregion


	private: System::Void groupBox1_Enter(System::Object^  sender, System::EventArgs^  e) ;
    private: System::Void groupBox2_Enter(System::Object^  sender, System::EventArgs^  e) ;

    /*讀取教室的選擇編號*/
    private: System::Void comboBox1_SelectedIndexChanged(System::Object^  sender, System::EventArgs^  e) ;

   /*讀取教學樓的編號*/
    private: System::Void comboBox2_SelectedIndexChanged(System::Object^  sender, System::EventArgs^  e) ;

	/*對用戶輸入的選項進行選擇,用戶的選項包括:教學樓的編號,教室的編號*/
	private: System::Void Button1_Click(System::Object^  sender, System::EventArgs^  e);
	private: System::Void dataGridView1_CellContentClick(System::Object^  sender, System::Windows::Forms::DataGridViewCellEventArgs^  e) ;
	private: System::Void SubjectQuery_Load(System::Object^  sender, System::EventArgs^  e) ;
	private: System::Void label2_Click(System::Object^  sender, System::EventArgs^  e) ;

private: System::Void dataGridView1_CellContentClick_1(System::Object^  sender, System::Windows::Forms::DataGridViewCellEventArgs^  e) {
		 }
};
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产日韩精品久久久| 丁香激情综合国产| 欧美夫妻性生活| 久久精品日韩一区二区三区| 国产麻豆欧美日韩一区| 色综合久久中文综合久久97| 精品久久久久久无| 五月激情六月综合| eeuss鲁片一区二区三区| 欧美成人综合网站| 午夜精品福利在线| 成人免费看视频| 日本伊人精品一区二区三区观看方式| 国内精品国产成人| 久久97超碰色| 欧美一区二区三区思思人| 亚洲免费观看视频| www.欧美色图| 亚洲国产成人私人影院tom | 午夜在线电影亚洲一区| 成人性生交大片免费看中文| 精品1区2区在线观看| 免费欧美日韩国产三级电影| 91国产丝袜在线播放| 亚洲人成亚洲人成在线观看图片| 国产精品一区不卡| 国产精品污网站| 成人精品gif动图一区| 国产午夜亚洲精品理论片色戒| 久久精品国产亚洲高清剧情介绍| 欧美一区二区视频观看视频| 亚洲成人自拍网| 欧美影院一区二区三区| 一区二区三区在线免费播放 | 欧美日韩一区二区三区高清| 亚洲精品ww久久久久久p站| av在线播放成人| 亚洲人成影院在线观看| 91国在线观看| 日韩高清不卡一区二区三区| 日韩视频免费观看高清在线视频| 日本aⅴ精品一区二区三区 | 国产精品456| 国产精品每日更新在线播放网址| av在线综合网| 亚洲一区二区三区四区在线免费观看 | 国产性天天综合网| 成人午夜激情影院| 一级精品视频在线观看宜春院| 欧洲精品在线观看| 日本vs亚洲vs韩国一区三区二区 | 欧美性大战久久久| 免费在线观看日韩欧美| 26uuu国产在线精品一区二区| 国产成a人无v码亚洲福利| 一区免费观看视频| 欧美剧在线免费观看网站| 精品午夜久久福利影院| 国产精品久久久久影院色老大| 在线免费一区三区| 国内久久婷婷综合| 亚洲精品伦理在线| 亚洲精品一区二区在线观看| 91蝌蚪国产九色| 美女被吸乳得到大胸91| 国产精品成人一区二区艾草| 6080日韩午夜伦伦午夜伦| 国产成人综合精品三级| 亚洲国产成人精品视频| 久久久久久亚洲综合影院红桃| 91首页免费视频| 久久国产综合精品| 亚洲综合在线观看视频| 久久久久99精品国产片| 欧美精品vⅰdeose4hd| 成人h动漫精品一区二区| 日韩高清不卡在线| 综合色中文字幕| 久久久久久久综合日本| 欧美疯狂做受xxxx富婆| 不卡视频在线观看| 九色综合国产一区二区三区| 亚洲一区二区三区四区在线观看| 国产欧美日韩卡一| 欧美r级电影在线观看| 欧美性感一区二区三区| 91免费观看在线| 国产福利一区在线| 激情欧美日韩一区二区| 亚洲成人av中文| 一区二区免费在线播放| 国产精品久久影院| 亚洲国产高清不卡| 久久亚洲精华国产精华液| 91精品国产福利在线观看| 91高清视频免费看| 91丨porny丨中文| 大桥未久av一区二区三区中文| 麻豆国产精品官网| 日本成人在线电影网| 亚洲一区日韩精品中文字幕| 中文字幕一区二区三区在线观看 | 亚洲国产精品自拍| 亚洲尤物视频在线| 一区二区三区精品视频| 亚洲另类春色国产| 一区二区三区在线视频播放| 日韩一区欧美一区| 亚洲婷婷在线视频| 亚洲人xxxx| 亚洲乱码日产精品bd| 亚洲日本青草视频在线怡红院| 欧美激情中文字幕| 欧美国产在线观看| 综合中文字幕亚洲| 一区二区三区精品视频| 亚洲福利视频导航| 日韩影院在线观看| 天堂va蜜桃一区二区三区| 青青国产91久久久久久| 理论电影国产精品| 国产河南妇女毛片精品久久久 | 亚洲三级理论片| 中文字幕亚洲成人| 一区二区三区美女| 日韩成人一区二区| 极品少妇xxxx精品少妇| 国产成人亚洲综合色影视| 成人午夜视频网站| 在线观看三级视频欧美| 337p亚洲精品色噜噜狠狠| 日韩视频一区二区| 国产女同互慰高潮91漫画| 国产精品久久久久久福利一牛影视| 成人免费一区二区三区视频| 一区二区三区欧美| 免费日本视频一区| 成人精品视频一区二区三区 | 在线观看三级视频欧美| 欧美一区二区二区| 国产日韩欧美综合一区| 亚洲精品久久久蜜桃| 热久久久久久久| 成人午夜碰碰视频| 6080日韩午夜伦伦午夜伦| 久久久www免费人成精品| 亚洲日本免费电影| 国内精品视频666| 色综合久久久久综合体| 日韩视频免费直播| 一区二区三区在线观看国产| 久久er精品视频| 色综合天天做天天爱| 日韩欧美国产小视频| 亚洲欧美一区二区三区孕妇| 蜜臀av性久久久久蜜臀aⅴ流畅| 成人精品在线视频观看| 欧美一区二区三级| 亚洲精品久久7777| 国产精品18久久久久久久久久久久| 91精品1区2区| 日本一区二区在线不卡| 日韩和欧美的一区| 一本色道久久加勒比精品| 久久这里只有精品视频网| 亚洲国产一区二区视频| 成人精品一区二区三区四区| 日韩视频在线一区二区| 一区二区在线看| 成人教育av在线| 久久―日本道色综合久久| 图片区日韩欧美亚洲| 成人黄色av电影| 久久综合色8888| 奇米影视一区二区三区小说| 欧美综合在线视频| 最新国产成人在线观看| 福利视频网站一区二区三区| 精品美女一区二区| 免费av网站大全久久| 欧美日韩三级一区| 一区二区三区在线观看视频| 99久久综合99久久综合网站| 欧美精品一区二区三区很污很色的| 午夜精品福利视频网站| 在线亚洲精品福利网址导航| 亚洲人成在线观看一区二区| 成人视屏免费看| 欧美激情在线看| 国产suv精品一区二区6| 久久久久久久综合色一本| 国产一区二区三区精品欧美日韩一区二区三区 | 精品国产欧美一区二区| 免费的成人av| 欧美va亚洲va香蕉在线| 理论电影国产精品| 久久久综合精品| 国产成人免费视| 国产精品久久久久天堂| 99精品视频在线播放观看|