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

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

?? form1.cs

?? Professional C# 2nd Edition
?? CS
?? 第 1 頁 / 共 2 頁
字號:
			this.label1.Size = new System.Drawing.Size(280, 16);
			this.label1.TabIndex = 20;
			this.label1.Text = "Enter name of folder to be examined and click Display";
			// 
			// txtBoxCreationTime
			// 
			this.txtBoxCreationTime.Enabled = false;
			this.txtBoxCreationTime.Location = new System.Drawing.Point(248, 400);
			this.txtBoxCreationTime.Name = "txtBoxCreationTime";
			this.txtBoxCreationTime.Size = new System.Drawing.Size(184, 20);
			this.txtBoxCreationTime.TabIndex = 15;
			this.txtBoxCreationTime.Text = "";
			// 
			// listBoxFiles
			// 
			this.listBoxFiles.Location = new System.Drawing.Point(16, 120);
			this.listBoxFiles.Name = "listBoxFiles";
			this.listBoxFiles.Size = new System.Drawing.Size(240, 199);
			this.listBoxFiles.TabIndex = 13;
			this.listBoxFiles.SelectedIndexChanged += new System.EventHandler(this.OnListBoxFilesSelected);
			// 
			// listBoxFolders
			// 
			this.listBoxFolders.Location = new System.Drawing.Point(264, 120);
			this.listBoxFolders.Name = "listBoxFolders";
			this.listBoxFolders.Size = new System.Drawing.Size(240, 199);
			this.listBoxFolders.TabIndex = 17;
			this.listBoxFolders.SelectedIndexChanged += new System.EventHandler(this.OnListBoxFoldersSelected);
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.AddRange(new System.Windows.Forms.Control[] {
																					this.label6,
																					this.txtBoxLastAccessTime,
																					this.label5,
																					this.label3,
																					this.txtBoxFileSize,
																					this.label7,
																					this.txtBoxFileName,
																					this.label4,
																					this.txtBoxFolder,
																					this.groupBox2});
			this.groupBox1.Location = new System.Drawing.Point(8, 48);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(496, 432);
			this.groupBox1.TabIndex = 27;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Contents of folder";
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(24, 384);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(120, 16);
			this.label6.TabIndex = 8;
			this.label6.Text = "Last modification time";
			// 
			// txtBoxLastAccessTime
			// 
			this.txtBoxLastAccessTime.Enabled = false;
			this.txtBoxLastAccessTime.Location = new System.Drawing.Point(240, 400);
			this.txtBoxLastAccessTime.Name = "txtBoxLastAccessTime";
			this.txtBoxLastAccessTime.Size = new System.Drawing.Size(184, 20);
			this.txtBoxLastAccessTime.TabIndex = 1;
			this.txtBoxLastAccessTime.Text = "";
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(240, 376);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(100, 16);
			this.label5.TabIndex = 7;
			this.label5.Text = "Last access time";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(240, 328);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(100, 16);
			this.label3.TabIndex = 5;
			this.label3.Text = "Creation time";
			// 
			// txtBoxFileSize
			// 
			this.txtBoxFileSize.Enabled = false;
			this.txtBoxFileSize.Location = new System.Drawing.Point(24, 352);
			this.txtBoxFileSize.Name = "txtBoxFileSize";
			this.txtBoxFileSize.Size = new System.Drawing.Size(184, 20);
			this.txtBoxFileSize.TabIndex = 1;
			this.txtBoxFileSize.Text = "";
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(24, 328);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(100, 16);
			this.label7.TabIndex = 10;
			this.label7.Text = "File Size";
			// 
			// txtBoxFileName
			// 
			this.txtBoxFileName.Enabled = false;
			this.txtBoxFileName.Location = new System.Drawing.Point(80, 304);
			this.txtBoxFileName.Name = "txtBoxFileName";
			this.txtBoxFileName.Size = new System.Drawing.Size(400, 20);
			this.txtBoxFileName.TabIndex = 1;
			this.txtBoxFileName.Text = "";
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(16, 304);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(64, 16);
			this.label4.TabIndex = 6;
			this.label4.Text = "File name";
			// 
			// txtBoxFolder
			// 
			this.txtBoxFolder.Enabled = false;
			this.txtBoxFolder.Location = new System.Drawing.Point(8, 24);
			this.txtBoxFolder.Name = "txtBoxFolder";
			this.txtBoxFolder.Size = new System.Drawing.Size(384, 20);
			this.txtBoxFolder.TabIndex = 2;
			this.txtBoxFolder.Text = "";
			// 
			// groupBox2
			// 
			this.groupBox2.Location = new System.Drawing.Point(8, 280);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(480, 144);
			this.groupBox2.TabIndex = 11;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Details of Selected File";
			// 
			// groupBox3
			// 
			this.groupBox3.Controls.AddRange(new System.Windows.Forms.Control[] {
																					this.label9,
																					this.textBox1,
																					this.label10,
																					this.label11,
																					this.textBox2,
																					this.label12,
																					this.textBox3,
																					this.label13,
																					this.textBox4,
																					this.groupBox4});
			this.groupBox3.Location = new System.Drawing.Point(8, 48);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(496, 432);
			this.groupBox3.TabIndex = 28;
			this.groupBox3.TabStop = false;
			this.groupBox3.Text = "Contents of folder";
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(24, 384);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(120, 16);
			this.label9.TabIndex = 8;
			this.label9.Text = "Last modification time";
			// 
			// textBox1
			// 
			this.textBox1.Enabled = false;
			this.textBox1.Location = new System.Drawing.Point(240, 400);
			this.textBox1.Name = "textBox1";
			this.textBox1.Size = new System.Drawing.Size(184, 20);
			this.textBox1.TabIndex = 1;
			this.textBox1.Text = "";
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(240, 376);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(100, 16);
			this.label10.TabIndex = 7;
			this.label10.Text = "Last access time";
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(240, 328);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(100, 16);
			this.label11.TabIndex = 5;
			this.label11.Text = "Creation time";
			// 
			// textBox2
			// 
			this.textBox2.Enabled = false;
			this.textBox2.Location = new System.Drawing.Point(24, 352);
			this.textBox2.Name = "textBox2";
			this.textBox2.Size = new System.Drawing.Size(184, 20);
			this.textBox2.TabIndex = 1;
			this.textBox2.Text = "";
			// 
			// label12
			// 
			this.label12.Location = new System.Drawing.Point(24, 328);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(100, 16);
			this.label12.TabIndex = 10;
			this.label12.Text = "File Size";
			// 
			// textBox3
			// 
			this.textBox3.Enabled = false;
			this.textBox3.Location = new System.Drawing.Point(80, 304);
			this.textBox3.Name = "textBox3";
			this.textBox3.Size = new System.Drawing.Size(400, 20);
			this.textBox3.TabIndex = 1;
			this.textBox3.Text = "";
			// 
			// label13
			// 
			this.label13.Location = new System.Drawing.Point(16, 304);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(64, 16);
			this.label13.TabIndex = 6;
			this.label13.Text = "File name";
			// 
			// textBox4
			// 
			this.textBox4.Enabled = false;
			this.textBox4.Location = new System.Drawing.Point(8, 24);
			this.textBox4.Name = "textBox4";
			this.textBox4.Size = new System.Drawing.Size(384, 20);
			this.textBox4.TabIndex = 2;
			this.textBox4.Text = "";
			// 
			// groupBox4
			// 
			this.groupBox4.Location = new System.Drawing.Point(8, 280);
			this.groupBox4.Name = "groupBox4";
			this.groupBox4.Size = new System.Drawing.Size(480, 144);
			this.groupBox4.TabIndex = 11;
			this.groupBox4.TabStop = false;
			this.groupBox4.Text = "If file selected ...";
			// 
			// button1
			// 
			this.button1.Location = new System.Drawing.Point(400, 72);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(72, 24);
			this.button1.TabIndex = 23;
			this.button1.Text = "Up";
			// 
			// textBox5
			// 
			this.textBox5.Location = new System.Drawing.Point(16, 24);
			this.textBox5.Name = "textBox5";
			this.textBox5.Size = new System.Drawing.Size(408, 20);
			this.textBox5.TabIndex = 18;
			this.textBox5.Text = "";
			// 
			// Form1
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(520, 496);
			this.Controls.AddRange(new System.Windows.Forms.Control[] {
																		  this.label8,
																		  this.buttonDisplay,
																		  this.buttonUp,
																		  this.txtBoxLastWriteTime,
																		  this.label2,
																		  this.txtBoxInput,
																		  this.label1,
																		  this.txtBoxCreationTime,
																		  this.listBoxFiles,
																		  this.listBoxFolders,
																		  this.groupBox1,
																		  this.groupBox3,
																		  this.button1,
																		  this.textBox5});
			this.Name = "Form1";
			this.Text = "FileProperties Sample";
			this.groupBox1.ResumeLayout(false);
			this.groupBox3.ResumeLayout(false);
			this.ResumeLayout(false);

		}
		#endregion

		/// <summary>
		/// The main entry point for the application.
		/// </summary>
		[STAThread]
		static void Main() 
		{
			Application.Run(new Form1());
		}
	}
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
成人精品视频.| 色94色欧美sute亚洲线路一久| 国产精品不卡一区| 欧美日韩黄色影视| 国产成人免费在线视频| 天堂久久一区二区三区| 1024亚洲合集| www国产精品av| 欧美一级理论片| 91福利小视频| www.成人网.com| 国产不卡视频一区二区三区| 日韩av电影天堂| 一区二区激情小说| 最新高清无码专区| 国产无遮挡一区二区三区毛片日本| 日韩一区二区精品| 欧美久久久久中文字幕| 91色porny| 不卡视频在线观看| 国产suv精品一区二区6| 久久精品国产网站| 天天色天天操综合| 午夜精品一区二区三区免费视频| 欧美国产亚洲另类动漫| 精品国产免费一区二区三区四区| 欧美日韩国产高清一区| 欧美三级在线看| 欧美网站大全在线观看| 91久久香蕉国产日韩欧美9色| 成人毛片在线观看| 国产成人三级在线观看| 国产成人亚洲综合a∨婷婷 | 国产黄色91视频| 麻豆久久一区二区| 久久精品久久99精品久久| 美女网站在线免费欧美精品| 日本视频免费一区| 蜜臀av性久久久久蜜臀av麻豆| 日韩国产在线一| 日本午夜精品一区二区三区电影| 日本不卡不码高清免费观看| 热久久一区二区| 精品写真视频在线观看| 国产最新精品精品你懂的| 国模少妇一区二区三区| 国产一区二区福利视频| 国产精品一品二品| 成人听书哪个软件好| 成人av动漫网站| 99精品视频一区| 欧美视频一区在线| 51精品视频一区二区三区| 欧美福利视频导航| 日韩精品一区二区三区三区免费| www久久精品| 国产精品福利电影一区二区三区四区| 国产精品久久久久三级| 亚洲乱码日产精品bd| 亚洲小说欧美激情另类| 日本不卡在线视频| 国产.欧美.日韩| 91丨porny丨中文| 欧美日本乱大交xxxxx| 欧美一级精品大片| 精品国产第一区二区三区观看体验| 久久精品亚洲麻豆av一区二区 | 男男视频亚洲欧美| 国产成人亚洲综合a∨婷婷图片| av不卡在线观看| 欧美日韩在线三区| 日韩欧美国产综合一区| 国产婷婷色一区二区三区四区| 中文字幕亚洲一区二区av在线 | 91视视频在线直接观看在线看网页在线看| 91免费视频观看| 正在播放一区二区| 久久蜜桃av一区二区天堂 | 日本免费在线视频不卡一不卡二| 激情丁香综合五月| 91女厕偷拍女厕偷拍高清| 欧美日韩不卡在线| 国产精品区一区二区三| 性做久久久久久免费观看| 国产伦精一区二区三区| 日本韩国欧美国产| 久久久久久久网| 午夜视频在线观看一区| 国产成人精品亚洲午夜麻豆| 欧美日韩精品欧美日韩精品一综合| 久久综合五月天婷婷伊人| 一区2区3区在线看| 国产美女在线观看一区| 91成人国产精品| 久久久久久电影| 日韩精品久久理论片| 99re66热这里只有精品3直播| 日韩欧美亚洲国产精品字幕久久久| 国产精品久久精品日日| 蜜桃视频在线观看一区| 91麻豆国产自产在线观看| 日韩精品一区二区三区视频在线观看 | 欧美调教femdomvk| 国产精品卡一卡二| 麻豆视频观看网址久久| 欧美制服丝袜第一页| 国产精品女上位| 久久99这里只有精品| 欧美日韩成人一区| 亚洲综合在线第一页| 成人精品国产免费网站| 精品国产乱码久久久久久免费| 亚洲成人免费av| 日本高清不卡aⅴ免费网站| 国产免费久久精品| 美脚の诱脚舐め脚责91| 91麻豆精品国产综合久久久久久| 日韩理论片网站| 成人激情文学综合网| 久久久99精品久久| 蜜桃在线一区二区三区| 91精品黄色片免费大全| 亚洲国产色一区| 欧美色图一区二区三区| 亚洲激情一二三区| 一本一道综合狠狠老| 亚洲色图自拍偷拍美腿丝袜制服诱惑麻豆| 国内精品嫩模私拍在线| 精品久久国产字幕高潮| 免费人成黄页网站在线一区二区| 欧美另类一区二区三区| 亚洲一区二区三区自拍| 色综合久久久久网| 亚洲乱码中文字幕| 欧美视频一区在线观看| 亚洲6080在线| 欧美一区二区三区视频免费播放| 奇米影视在线99精品| 日韩精品一区二区三区中文精品| 麻豆精品在线观看| 精品国产91亚洲一区二区三区婷婷| 美女网站一区二区| 久久久久久久久久久电影| 国产91精品免费| 一区在线观看免费| 色婷婷国产精品| 午夜精品久久久久久久| 91精品国产高清一区二区三区蜜臀 | 婷婷综合在线观看| 91精品国产高清一区二区三区| 日本亚洲免费观看| 久久久久久久综合日本| 成人免费的视频| 亚洲一区二区黄色| 欧美美女一区二区在线观看| 免费成人小视频| 国产女同性恋一区二区| 99久久99久久综合| 日韩经典中文字幕一区| 久久免费精品国产久精品久久久久| 成人免费视频网站在线观看| 亚洲综合久久久久| 欧美大片一区二区| 99vv1com这只有精品| 亚洲高清免费观看高清完整版在线观看| 欧美精品成人一区二区三区四区| 国产在线不卡一区| 最近日韩中文字幕| 91精品福利在线一区二区三区| 国产一区福利在线| 亚洲男人天堂av网| 欧美一卡二卡三卡四卡| 国产成人免费在线观看| 亚洲高清中文字幕| 国产日韩一级二级三级| 欧美日韩亚洲丝袜制服| 国产一区二区美女诱惑| 亚洲一区免费在线观看| 精品免费视频.| 欧美在线|欧美| 国产成人av资源| 日韩电影在线观看网站| 国产日韩欧美一区二区三区乱码| 欧美三级乱人伦电影| 国产精品香蕉一区二区三区| 亚洲国产日韩a在线播放性色| 久久久五月婷婷| 欧美人狂配大交3d怪物一区| 成人性生交大片| 免费在线欧美视频| 亚洲精品乱码久久久久久黑人| 久久影院视频免费| 欧美日韩三级一区二区| 成人夜色视频网站在线观看| 香蕉久久一区二区不卡无毒影院| 中文字幕在线观看一区| 欧美第一区第二区| 欧美日韩和欧美的一区二区| 国产91精品一区二区麻豆网站| 男女男精品视频网|