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

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

?? form1.h

?? 應用程序:Example 項目概述 ======================================================================== 應用程序向
?? H
字號:
#pragma once


namespace Example {

	using namespace System;
	using namespace System::ComponentModel;
	using namespace System::Collections;
	using namespace System::Windows::Forms;
	using namespace System::Data;
	using namespace System::Drawing;

	/// <summary>
	/// Form1 摘要
	///
	/// 警告: 如果更改此類的名稱,則需要更改
	///          與此類所依賴的所有 .resx 文件關聯的托管資源編譯器工具的
	///          “資源文件名”屬性。否則,
	///          設計器將不能與此窗體的關聯
	///          本地化資源正確交互。
	/// </summary>
	public ref class Form1 : public System::Windows::Forms::Form
	{
	public:
		Form1(void)
		{
			InitializeComponent();
			//
			//TODO: 在此處添加構造函數代碼
			//
		}

	protected:
		/// <summary>
		/// 清理所有正在使用的資源。
		/// </summary>
		~Form1()
		{
			if (components)
			{
				delete components;
			}
		}
	private: System::Windows::Forms::SplitContainer^  splitContainer1;
	private: System::Windows::Forms::Button^  button1;
	private: System::Windows::Forms::TextBox^  textBox1;
	private: System::Windows::Forms::Label^  label1;
	private: System::Windows::Forms::SplitContainer^  splitContainer2;
	private: System::Windows::Forms::ListBox^  listBox1;
	private: System::Windows::Forms::PictureBox^  pictureBox1;
	protected: 


	private:
		/// <summary>
		/// 必需的設計器變量。
		/// </summary>
		System::ComponentModel::Container ^components;

#pragma region Windows Form Designer generated code
		/// <summary>
		/// 設計器支持所需的方法 - 不要
		/// 使用代碼編輯器修改此方法的內容。
		/// </summary>
		void InitializeComponent(void)
		{
			this->splitContainer1 = (gcnew System::Windows::Forms::SplitContainer());
			this->button1 = (gcnew System::Windows::Forms::Button());
			this->textBox1 = (gcnew System::Windows::Forms::TextBox());
			this->label1 = (gcnew System::Windows::Forms::Label());
			this->splitContainer2 = (gcnew System::Windows::Forms::SplitContainer());
			this->listBox1 = (gcnew System::Windows::Forms::ListBox());
			this->pictureBox1 = (gcnew System::Windows::Forms::PictureBox());
			this->splitContainer1->Panel1->SuspendLayout();
			this->splitContainer1->Panel2->SuspendLayout();
			this->splitContainer1->SuspendLayout();
			this->splitContainer2->Panel1->SuspendLayout();
			this->splitContainer2->Panel2->SuspendLayout();
			this->splitContainer2->SuspendLayout();
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox1))->BeginInit();
			this->SuspendLayout();
			// 
			// splitContainer1
			// 
			this->splitContainer1->Dock = System::Windows::Forms::DockStyle::Fill;
			this->splitContainer1->Location = System::Drawing::Point(0, 0);
			this->splitContainer1->Name = L"splitContainer1";
			this->splitContainer1->Orientation = System::Windows::Forms::Orientation::Horizontal;
			// 
			// splitContainer1.Panel1
			// 
			this->splitContainer1->Panel1->Controls->Add(this->button1);
			this->splitContainer1->Panel1->Controls->Add(this->textBox1);
			this->splitContainer1->Panel1->Controls->Add(this->label1);
			// 
			// splitContainer1.Panel2
			// 
			this->splitContainer1->Panel2->Controls->Add(this->splitContainer2);
			this->splitContainer1->Size = System::Drawing::Size(392, 216);
			this->splitContainer1->SplitterDistance = 25;
			this->splitContainer1->TabIndex = 0;
			// 
			// button1
			// 
			this->button1->Anchor = static_cast<System::Windows::Forms::AnchorStyles>((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Right));
			this->button1->Location = System::Drawing::Point(314, 3);
			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, &Form1::button1_Click);
			// 
			// textBox1
			// 
			this->textBox1->Anchor = static_cast<System::Windows::Forms::AnchorStyles>((((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Bottom) 
				| System::Windows::Forms::AnchorStyles::Left) 
				| System::Windows::Forms::AnchorStyles::Right));
			this->textBox1->Location = System::Drawing::Point(77, 4);
			this->textBox1->Name = L"textBox1";
			this->textBox1->Size = System::Drawing::Size(233, 21);
			this->textBox1->TabIndex = 1;
			// 
			// label1
			// 
			this->label1->AutoSize = true;
			this->label1->Location = System::Drawing::Point(3, 9);
			this->label1->Name = L"label1";
			this->label1->Size = System::Drawing::Size(77, 12);
			this->label1->TabIndex = 0;
			this->label1->Text = L"文件夾名稱:";
			// 
			// splitContainer2
			// 
			this->splitContainer2->Dock = System::Windows::Forms::DockStyle::Fill;
			this->splitContainer2->Location = System::Drawing::Point(0, 0);
			this->splitContainer2->Name = L"splitContainer2";
			// 
			// splitContainer2.Panel1
			// 
			this->splitContainer2->Panel1->Controls->Add(this->listBox1);
			// 
			// splitContainer2.Panel2
			// 
			this->splitContainer2->Panel2->Controls->Add(this->pictureBox1);
			this->splitContainer2->Size = System::Drawing::Size(392, 187);
			this->splitContainer2->SplitterDistance = 126;
			this->splitContainer2->TabIndex = 0;
			// 
			// listBox1
			// 
			this->listBox1->Dock = System::Windows::Forms::DockStyle::Fill;
			this->listBox1->FormattingEnabled = true;
			this->listBox1->ItemHeight = 12;
			this->listBox1->Location = System::Drawing::Point(0, 0);
			this->listBox1->Name = L"listBox1";
			this->listBox1->Size = System::Drawing::Size(126, 184);
			this->listBox1->TabIndex = 0;
			this->listBox1->SelectedIndexChanged += gcnew System::EventHandler(this, &Form1::listBox1_SelectedIndexChanged);
			this->listBox1->Click += gcnew System::EventHandler(this, &Form1::listBox1_Click);
			// 
			// pictureBox1
			// 
			this->pictureBox1->BorderStyle = System::Windows::Forms::BorderStyle::FixedSingle;
			this->pictureBox1->Dock = System::Windows::Forms::DockStyle::Fill;
			this->pictureBox1->Location = System::Drawing::Point(0, 0);
			this->pictureBox1->Name = L"pictureBox1";
			this->pictureBox1->Size = System::Drawing::Size(262, 187);
			this->pictureBox1->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
			this->pictureBox1->TabIndex = 0;
			this->pictureBox1->TabStop = false;
			// 
			// Form1
			// 
			this->AutoScaleDimensions = System::Drawing::SizeF(6, 12);
			this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
			this->ClientSize = System::Drawing::Size(392, 216);
			this->Controls->Add(this->splitContainer1);
			this->Name = L"Form1";
			this->StartPosition = System::Windows::Forms::FormStartPosition::CenterScreen;
			this->Text = L"演示創建分隔容器窗體";
			this->splitContainer1->Panel1->ResumeLayout(false);
			this->splitContainer1->Panel1->PerformLayout();
			this->splitContainer1->Panel2->ResumeLayout(false);
			this->splitContainer1->ResumeLayout(false);
			this->splitContainer2->Panel1->ResumeLayout(false);
			this->splitContainer2->Panel2->ResumeLayout(false);
			this->splitContainer2->ResumeLayout(false);
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->pictureBox1))->EndInit();
			this->ResumeLayout(false);

		}
#pragma endregion
		//瀏覽文件夾
	private: System::Void button1_Click(System::Object^  sender, System::EventArgs^  e) {
		  this->listBox1->Items->Clear();
		  FolderBrowserDialog^ MyDlg = gcnew FolderBrowserDialog();
		  if (MyDlg->ShowDialog() ==System::Windows::Forms:: DialogResult::OK)
		  {
			this->textBox1->Text = MyDlg->SelectedPath;
			String^ MyFilter = "*.jpg";
			for (int i = 0; i < System::IO::Directory::GetFiles(MyDlg->SelectedPath, MyFilter)->Length; i++)
		    {
			   this->listBox1->Items->Add(System::IO::Directory::GetFiles(MyDlg->SelectedPath, MyFilter)[i]);
			}
		    MyFilter = "*.gif";
			for (int i = 0; i < (System::IO::Directory::GetFiles(MyDlg->SelectedPath, MyFilter))->Length; i++)
			{
				this->listBox1->Items->Add(System::IO::Directory::GetFiles(MyDlg->SelectedPath, MyFilter)[i]);
			}
			MyFilter = "*.bmp";
			for (int i = 0; i < (System::IO::Directory::GetFiles(MyDlg->SelectedPath, MyFilter))->Length; i++)
			{
				this->listBox1->Items->Add(System::IO::Directory::GetFiles(MyDlg->SelectedPath, MyFilter)[i]);
			}
			MyFilter = "*.tif";
			for (int i = 0; i < (System::IO::Directory::GetFiles(MyDlg->SelectedPath, MyFilter))->Length; i++)
			{
				this->listBox1->Items->Add(System::IO::Directory::GetFiles(MyDlg->SelectedPath, MyFilter)[i]);
			}
			MyFilter = "*.png";
			for (int i = 0; i < (System::IO::Directory::GetFiles(MyDlg->SelectedPath, MyFilter))->Length; i++)
			{
				this->listBox1->Items->Add(System::IO::Directory::GetFiles(MyDlg->SelectedPath, MyFilter)[i]);
			}                     
		 }
	 }
	 //顯示圖像
private: System::Void listBox1_SelectedIndexChanged(System::Object^  sender, System::EventArgs^  e) {
		    String^ MyFileName = this->listBox1->SelectedItem->ToString();
			this->pictureBox1->Image = System::Drawing::Bitmap::FromFile(MyFileName);
		 }

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美视频在线播放| 成人午夜又粗又硬又大| 欧美日本乱大交xxxxx| 亚洲国产日韩精品| 欧美高清视频在线高清观看mv色露露十八 | 日本乱码高清不卡字幕| 亚洲精品乱码久久久久久| 91精品福利视频| 婷婷久久综合九色综合绿巨人 | 7777精品伊人久久久大香线蕉最新版| 亚洲一二三区在线观看| 日韩一区二区三区视频| 国产精品一二三| 亚洲三级免费电影| 欧美精品欧美精品系列| 经典一区二区三区| 亚洲欧美在线高清| 欧美日韩第一区日日骚| 国产一区二区三区蝌蚪| 国产精品久久国产精麻豆99网站| 色婷婷精品久久二区二区蜜臂av| 日韩国产欧美在线播放| 久久久不卡影院| 欧美三级乱人伦电影| 久久99精品一区二区三区| 中文字幕日韩欧美一区二区三区| 欧美日韩一区二区在线视频| 国产乱码一区二区三区| 亚洲一区二区在线视频| 欧美精品一区二区三区久久久| 91香蕉视频mp4| 精品夜夜嗨av一区二区三区| 亚洲欧美日韩人成在线播放| 精品日韩一区二区三区| 色综合久久综合网欧美综合网| 免费在线成人网| 亚洲欧美偷拍另类a∨色屁股| 日韩欧美成人激情| 欧美性高清videossexo| 高清免费成人av| 蜜臀av一级做a爰片久久| 综合在线观看色| 久久午夜老司机| 欧美日韩不卡一区| 99国产精品久久久久久久久久| 秋霞av亚洲一区二区三| 一区二区三区日韩欧美精品| 久久久综合激的五月天| 91精品麻豆日日躁夜夜躁| 91丨porny丨蝌蚪视频| 国产呦萝稀缺另类资源| 日韩在线播放一区二区| 亚洲黄色免费电影| 国产精品萝li| 久久精品一区蜜桃臀影院| 制服丝袜av成人在线看| 欧美在线|欧美| 99re8在线精品视频免费播放| 黄网站免费久久| 男人的j进女人的j一区| 亚洲午夜久久久久中文字幕久| 中文字幕一区二区视频| 久久精品视频一区二区三区| 日韩精品中文字幕一区二区三区| 欧美日韩欧美一区二区| 欧美性猛交xxxxxxxx| 91搞黄在线观看| 色欲综合视频天天天| 91在线国产观看| 99久久精品免费观看| www.日韩在线| 91免费看视频| 色综合天天综合网天天狠天天 | 色哟哟欧美精品| 99久久99久久精品免费观看 | 欧美剧情片在线观看| 在线观看日韩高清av| 欧美亚洲一区二区在线观看| 日本高清不卡一区| 91福利国产成人精品照片| 91捆绑美女网站| 日本高清免费不卡视频| 欧美性感一区二区三区| 欧美日本在线一区| 欧美一级专区免费大片| 日韩欧美国产1| 精品国产一区二区在线观看| 精品国产凹凸成av人网站| 久久精品亚洲国产奇米99| 国产欧美精品一区二区色综合朱莉| 久久久无码精品亚洲日韩按摩| 久久久国产一区二区三区四区小说| 久久久另类综合| 国产精品你懂的在线| 一区二区三区在线观看视频 | 久久久久久电影| 亚洲视频在线观看一区| 亚洲伊人色欲综合网| 日韩精品亚洲专区| 国产精品99久久久久久久女警| 国产ts人妖一区二区| 色综合久久综合网97色综合 | 99精品视频在线播放观看| 日本大香伊一区二区三区| 欧美久久高跟鞋激| 亚洲精品一区二区三区在线观看| 国产女人aaa级久久久级| 一级女性全黄久久生活片免费| 日韩精品乱码av一区二区| 国产九色sp调教91| 91国产成人在线| 精品99一区二区| 一区二区三区欧美在线观看| 麻豆国产91在线播放| 波波电影院一区二区三区| 51精品国自产在线| 国产精品久久久久久亚洲伦| 五月综合激情网| 成人成人成人在线视频| 欧美日韩aaaaaa| 中文字幕一区免费在线观看| 日韩精品高清不卡| 成人国产一区二区三区精品| 欧美乱妇23p| 亚洲欧美综合网| 精品无人码麻豆乱码1区2区 | 高清不卡在线观看| 欧美精品国产精品| 亚洲欧洲日产国产综合网| 蜜臀久久99精品久久久画质超高清| va亚洲va日韩不卡在线观看| 日韩精品一区二区三区在线 | 亚洲第一搞黄网站| 国产成人精品免费在线| 宅男在线国产精品| 亚洲日本青草视频在线怡红院| 久久精品二区亚洲w码| 色欧美乱欧美15图片| 国产性色一区二区| 奇米亚洲午夜久久精品| 欧美影院精品一区| 一区精品在线播放| 国产成人亚洲精品青草天美| 日韩一区二区三区视频在线| 一区二区免费视频| 成人av网站在线观看| 欧美成人性战久久| 日韩电影在线观看电影| 欧美做爰猛烈大尺度电影无法无天| 欧美国产丝袜视频| 国产精品99久久久久久似苏梦涵| 91精品国产91久久久久久一区二区| 夜夜爽夜夜爽精品视频| 99精品热视频| 最新国产精品久久精品| 成人三级在线视频| 国产欧美久久久精品影院| 国产在线精品不卡| 欧美大片在线观看一区| 免费观看成人鲁鲁鲁鲁鲁视频| 日韩欧美123| 精久久久久久久久久久| 精品少妇一区二区三区| 蜜桃传媒麻豆第一区在线观看| 6080yy午夜一二三区久久| 污片在线观看一区二区| 欧美日韩国产一区二区三区地区| 亚洲毛片av在线| 在线欧美日韩精品| 亚洲国产精品一区二区www| 欧美午夜精品一区| 亚洲成人免费av| 在线电影院国产精品| 婷婷六月综合网| 日韩欧美在线影院| 国产一区二区调教| 久久九九99视频| 99久久亚洲一区二区三区青草| 国产精品久久久久三级| 91欧美一区二区| 亚洲综合清纯丝袜自拍| 91精品国产品国语在线不卡| 美女网站色91| 久久综合九色综合欧美98| 国产成人欧美日韩在线电影| 中文字幕日韩一区二区| 欧美性一二三区| 日本欧美韩国一区三区| 久久夜色精品国产噜噜av | 日本在线不卡一区| 26uuu亚洲婷婷狠狠天堂| 国产精品自在在线| 亚洲欧美日韩电影| 欧美日韩国产a| 国产精品一区二区久激情瑜伽| 中文字幕一区二区三区在线不卡| 色拍拍在线精品视频8848| 亚洲.国产.中文慕字在线| 精品电影一区二区三区| 99久久精品国产导航|