資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
namespace?SwitchInput
{
????public?partial?class?Frm_Main?:?Form
????{
????????public?Frm_Main()
????????{
????????????InitializeComponent();
????????}
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????//獲取系統(tǒng)中已經安裝的文字輸入法
????????????InputLanguageCollection?mInputs?=?InputLanguage.InstalledInputLanguages;
????????????foreach?(InputLanguage?mInput?in?mInputs)
????????????????this.comboBox1.Items.Add(mInput.LayoutName);
????????????//獲取當前輸入法信息
????????????InputLanguage?CurrentInput?=?InputLanguage.CurrentInputLanguage;
????????????this.textBox1.Text?=?CurrentInput.LayoutName;
????????????//獲取輸入法的語言區(qū)域
????????????this.textBox3.Text?=?CurrentInput.Culture.DisplayName;
????????????//獲取默認的輸入法信息
????????????InputLanguage?dInput?=?InputLanguage.Default
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????10752??2016-12-22?02:29??SwitchInput\SwitchInput\bin\Debug\SwitchInput.exe
?????文件??????30208??2016-12-22?02:29??SwitchInput\SwitchInput\bin\Debug\SwitchInput.pdb
?????文件??????14328??2016-12-22?02:29??SwitchInput\SwitchInput\bin\Debug\SwitchInput.vshost.exe
?????文件????????490??2016-12-22?02:29??SwitchInput\SwitchInput\bin\Debug\SwitchInput.vshost.exe.manifest
?????文件???????1987??2016-12-21?17:36??SwitchInput\SwitchInput\Frm_Main.cs
?????文件???????6669??2016-12-21?17:36??SwitchInput\SwitchInput\Frm_Main.designer.cs
?????文件???????5814??2016-12-21?17:36??SwitchInput\SwitchInput\Frm_Main.resx
?????文件???????7020??2016-12-22?02:29??SwitchInput\SwitchInput\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????1961??2016-12-22?02:29??SwitchInput\SwitchInput\obj\Debug\SwitchInput.csproj.FileListAbsolute.txt
?????文件????????850??2016-12-22?02:29??SwitchInput\SwitchInput\obj\Debug\SwitchInput.csproj.GenerateResource.Cache
?????文件??????10752??2016-12-22?02:29??SwitchInput\SwitchInput\obj\Debug\SwitchInput.exe
?????文件????????180??2016-12-22?02:29??SwitchInput\SwitchInput\obj\Debug\SwitchInput.Frm_Main.resources
?????文件??????30208??2016-12-22?02:29??SwitchInput\SwitchInput\obj\Debug\SwitchInput.pdb
?????文件????????180??2016-12-22?02:29??SwitchInput\SwitchInput\obj\Debug\SwitchInput.Properties.Resources.resources
?????文件???????4608??2016-12-22?04:13??SwitchInput\SwitchInput\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件????????495??2016-12-21?17:36??SwitchInput\SwitchInput\Program.cs
?????文件???????1354??2016-12-21?20:57??SwitchInput\SwitchInput\Properties\AssemblyInfo.cs
?????文件???????2862??2016-12-21?20:57??SwitchInput\SwitchInput\Properties\Resources.Designer.cs
?????文件???????5612??2016-12-21?20:57??SwitchInput\SwitchInput\Properties\Resources.resx
?????文件???????1111??2016-12-21?20:57??SwitchInput\SwitchInput\Properties\Settings.Designer.cs
?????文件????????249??2016-12-21?20:57??SwitchInput\SwitchInput\Properties\Settings.settings
?????文件???????3991??2016-12-21?17:36??SwitchInput\SwitchInput\SwitchInput.csproj
?????文件????????923??2016-12-21?16:07??SwitchInput\SwitchInput.sln
?????目錄??????????0??2016-12-22?04:13??SwitchInput\SwitchInput\obj\Debug\Refactor
?????目錄??????????0??2016-12-22?04:13??SwitchInput\SwitchInput\obj\Debug\TempPE
?????目錄??????????0??2016-12-22?02:29??SwitchInput\SwitchInput\bin\Debug
?????目錄??????????0??2016-12-22?02:29??SwitchInput\SwitchInput\bin\Release
?????目錄??????????0??2016-12-22?04:13??SwitchInput\SwitchInput\obj\Debug
?????目錄??????????0??2016-12-22?02:29??SwitchInput\SwitchInput\bin
?????目錄??????????0??2016-12-22?02:29??SwitchInput\SwitchInput\obj
............此處省略6個文件信息
評論
共有 條評論