├── dll补充 ├── Wave.dll ├── ButtonEx.dll ├── IrisSkin2.dll ├── ListBoxEx.dll ├── PushPanel.dll ├── SkinForm.dll ├── bxyztSkin.dll ├── CheckBoxEx.dll ├── ComboBoxEx.dll ├── ControlExs.dll ├── ListViewEx.dll ├── TrackBarEx.dll ├── VistaButton.dll ├── ProgessBarEx.dll ├── RadioButtonEx.dll ├── TabControlEx.dll ├── CustomMessageBox.dll ├── LoadingProgress.dll ├── Skin │ ├── DefaultSkin.jpg │ └── SkinConfig.xml ├── SplitContainerEx.dll ├── WindowsFormsAero.dll ├── Interop.SpeechLib.dll ├── Update │ ├── UpdateList.xml │ └── Update.xml ├── DevComponents.DotNetBar2.dll ├── Interop.IWshRuntimeLibrary.dll └── Config │ └── Config.xml ├── ISoft └── ISoft │ ├── ISoft │ ├── img │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ ├── 9.png │ │ ├── 未命名.jpg │ │ ├── ISoft.jpg │ │ ├── close.png │ │ ├── video.png │ │ ├── ISoft1.jpg │ │ ├── ISoft2.jpg │ │ ├── editcopy.png │ │ ├── gwenview.png │ │ ├── home_w.png │ │ ├── interact.png │ │ ├── kchart.png │ │ ├── network.png │ │ ├── setting.png │ │ ├── speaker.png │ │ ├── warning.png │ │ ├── decrypted.png │ │ ├── earth_scan.png │ │ ├── error (1).png │ │ ├── file_text.png │ │ ├── info_black.png │ │ ├── safecheck.jpg │ │ ├── system_001.png │ │ ├── system_002.png │ │ ├── system_003.png │ │ ├── system_004.png │ │ ├── system_005.png │ │ ├── system_006.png │ │ ├── system_007.png │ │ ├── button_ok (1).png │ │ ├── my_computer.png │ │ ├── quick_restart.png │ │ ├── 新建文件夹 │ │ │ ├── clock4.png │ │ │ ├── cycle.png │ │ │ ├── briefcase.png │ │ │ ├── lightning.png │ │ │ ├── my_computer.png │ │ │ └── preferences_system.png │ │ ├── email_envelope.png │ │ ├── hoversafecheck.jpg │ │ ├── package_upgrade.png │ │ ├── gnome_edit_clear.png │ │ ├── system_config_boot.png │ │ ├── update_2011_01_01.png │ │ ├── network_connections.png │ │ ├── btn_beifen_2011_01_01.png │ │ ├── btn_huanyuan_2011_01_01.png │ │ ├── btn_youhua_2011_01_01.png │ │ ├── drive_harddisk_usb (1).png │ │ ├── gnome_application_exit.png │ │ ├── start_here_ubuntustudio.ico │ │ ├── start_here_ubuntustudio.png │ │ ├── titlebut_01_2011_01_01.png │ │ ├── titlebut_01_2011_01_02.png │ │ ├── titlebut_03_2011_01_01.png │ │ ├── titlebut_03_2011_01_02.png │ │ ├── titlebut_04_2011_01_01.png │ │ ├── titlebut_04_2011_01_02.png │ │ ├── titlebut_05_2011_01_01.png │ │ ├── titlebut_05_2011_01_02.png │ │ ├── titlebut_06_2011_01_01.png │ │ ├── titlebut_06_2011_01_02.png │ │ ├── titlebut_07_2011_01_01.png │ │ ├── titlebut_07_2011_01_02.png │ │ ├── system_software_installer.png │ │ └── gnome_view_sort_descending.png │ ├── webLogo.ico │ ├── FileDestory.cs │ ├── PublicClass.cs │ ├── icon │ │ ├── network.ico │ │ ├── network_connections.ico │ │ ├── sony_ericsson_pc_suite.png │ │ ├── sony_ericsson_pc_suite(1).ico │ │ └── sony_ericsson_pc_suite(2).ico │ ├── Properties │ │ ├── Settings.settings │ │ ├── AssemblyInfo.cs │ │ ├── Settings.Designer.cs │ │ └── Resources.Designer.cs │ ├── RegistryManager.cs │ ├── ShowLoadInfo.cs │ ├── ShowLoadInfo.Designer.cs │ ├── AboutBox.cs │ ├── SetForm.Designer.cs │ └── ErrorCollection.cs │ └── ISoft.sln ├── VideoRec └── VideoRec │ ├── VideoRec │ ├── video.ico │ ├── Properties │ │ ├── Settings.settings │ │ ├── AssemblyInfo.cs │ │ ├── Settings.Designer.cs │ │ └── Resources.Designer.cs │ ├── Program.cs │ ├── VideoRec.csproj │ └── VideoWork.cs │ └── VideoRec.sln ├── FileDestory └── FileDestory │ ├── FileDestory │ ├── FileDestory.cs │ ├── Properties │ │ ├── Settings.settings │ │ ├── AssemblyInfo.cs │ │ ├── Settings.Designer.cs │ │ └── Resources.Designer.cs │ ├── Program.cs │ └── FileDestory.csproj │ └── FileDestory.sln ├── FileMonitor └── FileMonitor │ ├── FileMonitor │ ├── ok_process.ico │ ├── Properties │ │ ├── Settings.settings │ │ ├── AssemblyInfo.cs │ │ ├── Settings.Designer.cs │ │ └── Resources.Designer.cs │ ├── Program.cs │ └── AeroForm.cs │ └── FileMonitor.sln ├── ScanLargeFile └── ScanLargeFile │ ├── WindowsVistaRenderer.cs │ ├── ScanLargeFile │ ├── WMIDrives.cs │ ├── GeneralModule.cs │ ├── GraphicsTools.cs │ ├── WindowsVistaRenderer.cs │ ├── WindowsVistaColorTable.cs │ ├── Properties │ │ ├── Settings.settings │ │ ├── AssemblyInfo.cs │ │ ├── Settings.Designer.cs │ │ └── Resources.Designer.cs │ ├── Program.cs │ └── ApiGetICON.cs │ └── ScanLargeFile.sln ├── Individuation └── Individuation │ ├── Individuation │ ├── WMIDrives.cs │ ├── GeneralModule.cs │ ├── Properties │ │ ├── Settings.settings │ │ ├── AssemblyInfo.cs │ │ ├── Settings.Designer.cs │ │ └── Resources.Designer.cs │ └── Program.cs │ └── Individuation.sln ├── RubbishCleaner └── RubbishCleaner │ ├── RubbishCleaner │ ├── WMIDrives.cs │ ├── GeneralModule.cs │ ├── Properties │ │ ├── Settings.settings │ │ ├── AssemblyInfo.cs │ │ ├── Settings.Designer.cs │ │ └── Resources.Designer.cs │ ├── Program.cs │ └── RubbishCleaner.csproj │ └── RubbishCleaner.sln ├── FileSplitAndJion └── FileSplitAndJion │ ├── FileSplitAndJion │ ├── default_document.ico │ ├── Properties │ │ ├── Settings.settings │ │ ├── AssemblyInfo.cs │ │ ├── Settings.Designer.cs │ │ └── Resources.Designer.cs │ └── Program.cs │ └── FileSplitAndJion.sln ├── ThunderEncodeDecode └── ThunderEncodeDecode │ ├── ThunderEncodeDecode │ ├── Thunder.ICO │ ├── Properties │ │ ├── Settings.settings │ │ ├── AssemblyInfo.cs │ │ ├── Settings.Designer.cs │ │ └── Resources.Designer.cs │ ├── Program.cs │ ├── Form1.cs │ └── ThunderEncodeDecode.csproj │ └── ThunderEncodeDecode.sln ├── CompTxt └── CompTxt │ ├── CompTxt │ ├── Properties │ │ ├── Settings.settings │ │ ├── AssemblyInfo.cs │ │ ├── Settings.Designer.cs │ │ └── Resources.Designer.cs │ ├── Program.cs │ └── Form1.cs │ └── CompTxt.sln ├── OSSpeed └── OSSpeed │ ├── OSSpeed │ ├── Properties │ │ ├── Settings.settings │ │ ├── AssemblyInfo.cs │ │ ├── Settings.Designer.cs │ │ ├── app.manifest │ │ └── Resources.Designer.cs │ ├── Program.cs │ └── ApiGetICON.cs │ └── OSSpeed.sln ├── ReadText └── ReadText │ ├── ReadText │ ├── Properties │ │ ├── Settings.settings │ │ ├── AssemblyInfo.cs │ │ ├── Settings.Designer.cs │ │ └── Resources.Designer.cs │ ├── Program.cs │ └── AeroForm.cs │ └── ReadText.sln ├── TimeSyn └── TimeSyn │ ├── TimeSyn │ ├── Properties │ │ ├── Settings.settings │ │ ├── AssemblyInfo.cs │ │ ├── Settings.Designer.cs │ │ └── Resources.Designer.cs │ ├── Program.cs │ ├── AeroForm.cs │ └── TimeSyn.csproj │ └── TimeSyn.sln ├── DefaultSet └── DefaultSet │ ├── DefaultSet │ ├── Properties │ │ ├── Settings.settings │ │ ├── AssemblyInfo.cs │ │ ├── Settings.Designer.cs │ │ └── Resources.Designer.cs │ ├── Program.cs │ ├── Form1.cs │ ├── DefaultSet.csproj │ └── Form1.Designer.cs │ └── DefaultSet.sln ├── .gitattributes ├── README.md └── .gitignore /dll补充/Wave.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/dll补充/Wave.dll -------------------------------------------------------------------------------- /dll补充/ButtonEx.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/dll补充/ButtonEx.dll -------------------------------------------------------------------------------- /dll补充/IrisSkin2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/dll补充/IrisSkin2.dll -------------------------------------------------------------------------------- /dll补充/ListBoxEx.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/dll补充/ListBoxEx.dll -------------------------------------------------------------------------------- /dll补充/PushPanel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/dll补充/PushPanel.dll -------------------------------------------------------------------------------- /dll补充/SkinForm.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/dll补充/SkinForm.dll -------------------------------------------------------------------------------- /dll补充/bxyztSkin.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/dll补充/bxyztSkin.dll -------------------------------------------------------------------------------- /dll补充/CheckBoxEx.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/dll补充/CheckBoxEx.dll -------------------------------------------------------------------------------- /dll补充/ComboBoxEx.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/dll补充/ComboBoxEx.dll -------------------------------------------------------------------------------- /dll补充/ControlExs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/dll补充/ControlExs.dll -------------------------------------------------------------------------------- /dll补充/ListViewEx.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/dll补充/ListViewEx.dll -------------------------------------------------------------------------------- /dll补充/TrackBarEx.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/dll补充/TrackBarEx.dll -------------------------------------------------------------------------------- /dll补充/VistaButton.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/dll补充/VistaButton.dll -------------------------------------------------------------------------------- /dll补充/ProgessBarEx.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/dll补充/ProgessBarEx.dll -------------------------------------------------------------------------------- /dll补充/RadioButtonEx.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/dll补充/RadioButtonEx.dll -------------------------------------------------------------------------------- /dll补充/TabControlEx.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/dll补充/TabControlEx.dll -------------------------------------------------------------------------------- /dll补充/CustomMessageBox.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/dll补充/CustomMessageBox.dll -------------------------------------------------------------------------------- /dll补充/LoadingProgress.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/dll补充/LoadingProgress.dll -------------------------------------------------------------------------------- /dll补充/Skin/DefaultSkin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/dll补充/Skin/DefaultSkin.jpg -------------------------------------------------------------------------------- /dll补充/SplitContainerEx.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/dll补充/SplitContainerEx.dll -------------------------------------------------------------------------------- /dll补充/WindowsFormsAero.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/dll补充/WindowsFormsAero.dll -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/1.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/2.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/3.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/4.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/5.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/6.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/7.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/8.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/9.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/未命名.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/未命名.jpg -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/webLogo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/webLogo.ico -------------------------------------------------------------------------------- /dll补充/Interop.SpeechLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/dll补充/Interop.SpeechLib.dll -------------------------------------------------------------------------------- /dll补充/Update/UpdateList.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/dll补充/Update/UpdateList.xml -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/ISoft.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/ISoft.jpg -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/close.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/video.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/FileDestory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/FileDestory.cs -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/PublicClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/PublicClass.cs -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/icon/network.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/icon/network.ico -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/ISoft1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/ISoft1.jpg -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/ISoft2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/ISoft2.jpg -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/editcopy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/editcopy.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/gwenview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/gwenview.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/home_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/home_w.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/interact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/interact.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/kchart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/kchart.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/network.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/setting.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/speaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/speaker.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/warning.png -------------------------------------------------------------------------------- /dll补充/DevComponents.DotNetBar2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/dll补充/DevComponents.DotNetBar2.dll -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/decrypted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/decrypted.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/earth_scan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/earth_scan.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/error (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/error (1).png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/file_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/file_text.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/info_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/info_black.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/safecheck.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/safecheck.jpg -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/system_001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/system_001.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/system_002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/system_002.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/system_003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/system_003.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/system_004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/system_004.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/system_005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/system_005.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/system_006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/system_006.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/system_007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/system_007.png -------------------------------------------------------------------------------- /VideoRec/VideoRec/VideoRec/video.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/VideoRec/VideoRec/VideoRec/video.ico -------------------------------------------------------------------------------- /dll补充/Interop.IWshRuntimeLibrary.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/dll补充/Interop.IWshRuntimeLibrary.dll -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/button_ok (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/button_ok (1).png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/my_computer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/my_computer.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/quick_restart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/quick_restart.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/新建文件夹/clock4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/新建文件夹/clock4.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/新建文件夹/cycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/新建文件夹/cycle.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/email_envelope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/email_envelope.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/hoversafecheck.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/hoversafecheck.jpg -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/package_upgrade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/package_upgrade.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/新建文件夹/briefcase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/新建文件夹/briefcase.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/新建文件夹/lightning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/新建文件夹/lightning.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/gnome_edit_clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/gnome_edit_clear.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/system_config_boot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/system_config_boot.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/update_2011_01_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/update_2011_01_01.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/新建文件夹/my_computer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/新建文件夹/my_computer.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/icon/network_connections.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/icon/network_connections.ico -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/network_connections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/network_connections.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/icon/sony_ericsson_pc_suite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/icon/sony_ericsson_pc_suite.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/btn_beifen_2011_01_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/btn_beifen_2011_01_01.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/btn_huanyuan_2011_01_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/btn_huanyuan_2011_01_01.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/btn_youhua_2011_01_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/btn_youhua_2011_01_01.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/drive_harddisk_usb (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/drive_harddisk_usb (1).png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/gnome_application_exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/gnome_application_exit.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/start_here_ubuntustudio.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/start_here_ubuntustudio.ico -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/start_here_ubuntustudio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/start_here_ubuntustudio.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/titlebut_01_2011_01_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/titlebut_01_2011_01_01.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/titlebut_01_2011_01_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/titlebut_01_2011_01_02.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/titlebut_03_2011_01_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/titlebut_03_2011_01_01.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/titlebut_03_2011_01_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/titlebut_03_2011_01_02.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/titlebut_04_2011_01_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/titlebut_04_2011_01_01.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/titlebut_04_2011_01_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/titlebut_04_2011_01_02.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/titlebut_05_2011_01_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/titlebut_05_2011_01_01.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/titlebut_05_2011_01_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/titlebut_05_2011_01_02.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/titlebut_06_2011_01_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/titlebut_06_2011_01_01.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/titlebut_06_2011_01_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/titlebut_06_2011_01_02.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/titlebut_07_2011_01_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/titlebut_07_2011_01_01.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/titlebut_07_2011_01_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/titlebut_07_2011_01_02.png -------------------------------------------------------------------------------- /FileDestory/FileDestory/FileDestory/FileDestory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/FileDestory/FileDestory/FileDestory/FileDestory.cs -------------------------------------------------------------------------------- /FileMonitor/FileMonitor/FileMonitor/ok_process.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/FileMonitor/FileMonitor/FileMonitor/ok_process.ico -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/system_software_installer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/system_software_installer.png -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/新建文件夹/preferences_system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/新建文件夹/preferences_system.png -------------------------------------------------------------------------------- /ScanLargeFile/ScanLargeFile/WindowsVistaRenderer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ScanLargeFile/ScanLargeFile/WindowsVistaRenderer.cs -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/icon/sony_ericsson_pc_suite(1).ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/icon/sony_ericsson_pc_suite(1).ico -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/icon/sony_ericsson_pc_suite(2).ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/icon/sony_ericsson_pc_suite(2).ico -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/img/gnome_view_sort_descending.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ISoft/ISoft/ISoft/img/gnome_view_sort_descending.png -------------------------------------------------------------------------------- /Individuation/Individuation/Individuation/WMIDrives.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/Individuation/Individuation/Individuation/WMIDrives.cs -------------------------------------------------------------------------------- /ScanLargeFile/ScanLargeFile/ScanLargeFile/WMIDrives.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ScanLargeFile/ScanLargeFile/ScanLargeFile/WMIDrives.cs -------------------------------------------------------------------------------- /dll补充/Config/Config.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 1 5 | 6 | -------------------------------------------------------------------------------- /Individuation/Individuation/Individuation/GeneralModule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/Individuation/Individuation/Individuation/GeneralModule.cs -------------------------------------------------------------------------------- /RubbishCleaner/RubbishCleaner/RubbishCleaner/WMIDrives.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/RubbishCleaner/RubbishCleaner/RubbishCleaner/WMIDrives.cs -------------------------------------------------------------------------------- /ScanLargeFile/ScanLargeFile/ScanLargeFile/GeneralModule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ScanLargeFile/ScanLargeFile/ScanLargeFile/GeneralModule.cs -------------------------------------------------------------------------------- /ScanLargeFile/ScanLargeFile/ScanLargeFile/GraphicsTools.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ScanLargeFile/ScanLargeFile/ScanLargeFile/GraphicsTools.cs -------------------------------------------------------------------------------- /RubbishCleaner/RubbishCleaner/RubbishCleaner/GeneralModule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/RubbishCleaner/RubbishCleaner/RubbishCleaner/GeneralModule.cs -------------------------------------------------------------------------------- /dll补充/Skin/SkinConfig.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | .\Skin\DefaultSkin.jpg 5 | 6 | -------------------------------------------------------------------------------- /ScanLargeFile/ScanLargeFile/ScanLargeFile/WindowsVistaRenderer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ScanLargeFile/ScanLargeFile/ScanLargeFile/WindowsVistaRenderer.cs -------------------------------------------------------------------------------- /ScanLargeFile/ScanLargeFile/ScanLargeFile/WindowsVistaColorTable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ScanLargeFile/ScanLargeFile/ScanLargeFile/WindowsVistaColorTable.cs -------------------------------------------------------------------------------- /FileSplitAndJion/FileSplitAndJion/FileSplitAndJion/default_document.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/FileSplitAndJion/FileSplitAndJion/FileSplitAndJion/default_document.ico -------------------------------------------------------------------------------- /ThunderEncodeDecode/ThunderEncodeDecode/ThunderEncodeDecode/Thunder.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyandy/ISoft_Source/HEAD/ThunderEncodeDecode/ThunderEncodeDecode/ThunderEncodeDecode/Thunder.ICO -------------------------------------------------------------------------------- /dll补充/Update/Update.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 2.1.0 Final 5 | 2013-12-26 6 | 7 | -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /CompTxt/CompTxt/CompTxt/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /OSSpeed/OSSpeed/OSSpeed/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /ReadText/ReadText/ReadText/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /TimeSyn/TimeSyn/TimeSyn/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /VideoRec/VideoRec/VideoRec/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /DefaultSet/DefaultSet/DefaultSet/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /FileDestory/FileDestory/FileDestory/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /FileMonitor/FileMonitor/FileMonitor/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Individuation/Individuation/Individuation/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /ScanLargeFile/ScanLargeFile/ScanLargeFile/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /RubbishCleaner/RubbishCleaner/RubbishCleaner/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /FileSplitAndJion/FileSplitAndJion/FileSplitAndJion/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /ThunderEncodeDecode/ThunderEncodeDecode/ThunderEncodeDecode/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /CompTxt/CompTxt/CompTxt/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace CompTxt 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// 应用程序的主入口点。 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /OSSpeed/OSSpeed/OSSpeed/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace OSSpeed 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// 应用程序的主入口点。 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ReadText/ReadText/ReadText/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace ReadText 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// 应用程序的主入口点。 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /TimeSyn/TimeSyn/TimeSyn/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace TimeSyn 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// 应用程序的主入口点。 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /VideoRec/VideoRec/VideoRec/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace VideoRec 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// 应用程序的主入口点。 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /DefaultSet/DefaultSet/DefaultSet/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace DefaultSet 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// 应用程序的主入口点。 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /FileDestory/FileDestory/FileDestory/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace FileDestory 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// 应用程序的主入口点。 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /FileMonitor/FileMonitor/FileMonitor/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace FileMonitor 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// 应用程序的主入口点。 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | 4 | # Custom for Visual Studio 5 | *.cs diff=csharp 6 | *.sln merge=union 7 | *.csproj merge=union 8 | *.vbproj merge=union 9 | *.fsproj merge=union 10 | *.dbproj merge=union 11 | 12 | # Standard to msysgit 13 | *.doc diff=astextplain 14 | *.DOC diff=astextplain 15 | *.docx diff=astextplain 16 | *.DOCX diff=astextplain 17 | *.dot diff=astextplain 18 | *.DOT diff=astextplain 19 | *.pdf diff=astextplain 20 | *.PDF diff=astextplain 21 | *.rtf diff=astextplain 22 | *.RTF diff=astextplain 23 | -------------------------------------------------------------------------------- /Individuation/Individuation/Individuation/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace Individuation 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// 应用程序的主入口点。 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ScanLargeFile/ScanLargeFile/ScanLargeFile/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace ScanLargeFile 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// 应用程序的主入口点。 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /FileSplitAndJion/FileSplitAndJion/FileSplitAndJion/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace FileSplitAndJion 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// 应用程序的主入口点。 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /RubbishCleaner/RubbishCleaner/RubbishCleaner/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace RubbishCleaner 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// 应用程序的主入口点。 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | 19 | Application.Run(new Form1()); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /ThunderEncodeDecode/ThunderEncodeDecode/ThunderEncodeDecode/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace ThunderEncodeDecode 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// 应用程序的主入口点。 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /TimeSyn/TimeSyn/TimeSyn/AeroForm.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Drawing; 3 | using System.Runtime.InteropServices; 4 | using System.Windows.Forms; 5 | 6 | namespace TimeSyn 7 | { 8 | public partial class AeroForm 9 | { 10 | [DllImport("dwmapi.dll")] 11 | private static extern void DwmExtendFrameIntoClientArea(IntPtr hWnd, ref MARGINS pMargins); 12 | 13 | [StructLayout(LayoutKind.Sequential)] 14 | private struct MARGINS 15 | { 16 | public int left, right, top, bottom; 17 | } 18 | 19 | public static void AeroEffect(Form f1) 20 | { 21 | MARGINS m = new MARGINS() 22 | { 23 | left = -1 24 | }; 25 | DwmExtendFrameIntoClientArea(f1.Handle, ref m); 26 | Color aeroColor = Color.FromArgb(155, 155, 155); 27 | f1.TransparencyKey = aeroColor; 28 | f1.BackColor = aeroColor; 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 10.00 3 | # Visual C# Express 2008 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ISoft", "ISoft\ISoft.csproj", "{88CA24A3-D518-42A9-9579-7AD6FA95D878}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|Any CPU = Debug|Any CPU 9 | Release|Any CPU = Release|Any CPU 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {88CA24A3-D518-42A9-9579-7AD6FA95D878}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 13 | {88CA24A3-D518-42A9-9579-7AD6FA95D878}.Debug|Any CPU.Build.0 = Debug|Any CPU 14 | {88CA24A3-D518-42A9-9579-7AD6FA95D878}.Release|Any CPU.ActiveCfg = Release|Any CPU 15 | {88CA24A3-D518-42A9-9579-7AD6FA95D878}.Release|Any CPU.Build.0 = Release|Any CPU 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /ReadText/ReadText/ReadText/AeroForm.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Drawing; 3 | using System.Runtime.InteropServices; 4 | using System.Windows.Forms; 5 | 6 | namespace ReadText 7 | { 8 | public partial class AeroForm 9 | { 10 | [DllImport("dwmapi.dll")] 11 | private static extern void DwmExtendFrameIntoClientArea(IntPtr hWnd, ref MARGINS pMargins); 12 | 13 | [StructLayout(LayoutKind.Sequential)] 14 | private struct MARGINS 15 | { 16 | public int left, right, top, bottom; 17 | } 18 | 19 | public static void AeroEffect(Form f1) 20 | { 21 | MARGINS m = new MARGINS() 22 | { 23 | left = -1 24 | }; 25 | DwmExtendFrameIntoClientArea(f1.Handle, ref m); 26 | Color aeroColor = Color.FromArgb(155, 155, 155); 27 | f1.TransparencyKey = aeroColor; 28 | f1.BackColor = aeroColor; 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /FileMonitor/FileMonitor/FileMonitor/AeroForm.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Drawing; 3 | using System.Runtime.InteropServices; 4 | using System.Windows.Forms; 5 | 6 | namespace FileMonitor 7 | { 8 | public partial class AeroForm 9 | { 10 | [DllImport("dwmapi.dll")] 11 | private static extern void DwmExtendFrameIntoClientArea(IntPtr hWnd, ref MARGINS pMargins); 12 | 13 | [StructLayout(LayoutKind.Sequential)] 14 | private struct MARGINS 15 | { 16 | public int left, right, top, bottom; 17 | } 18 | 19 | public static void AeroEffect(Form f1) 20 | { 21 | MARGINS m = new MARGINS() 22 | { 23 | left = -1 24 | }; 25 | DwmExtendFrameIntoClientArea(f1.Handle, ref m); 26 | Color aeroColor = Color.FromArgb(155, 155, 155); 27 | f1.TransparencyKey = aeroColor; 28 | f1.BackColor = aeroColor; 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /CompTxt/CompTxt/CompTxt.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 10.00 3 | # Visual C# Express 2008 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CompTxt", "CompTxt\CompTxt.csproj", "{45173986-59D5-4265-9C5C-06DA08452E29}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|Any CPU = Debug|Any CPU 9 | Release|Any CPU = Release|Any CPU 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {45173986-59D5-4265-9C5C-06DA08452E29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 13 | {45173986-59D5-4265-9C5C-06DA08452E29}.Debug|Any CPU.Build.0 = Debug|Any CPU 14 | {45173986-59D5-4265-9C5C-06DA08452E29}.Release|Any CPU.ActiveCfg = Release|Any CPU 15 | {45173986-59D5-4265-9C5C-06DA08452E29}.Release|Any CPU.Build.0 = Release|Any CPU 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /OSSpeed/OSSpeed/OSSpeed.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 10.00 3 | # Visual C# Express 2008 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OSSpeed", "OSSpeed\OSSpeed.csproj", "{9717B17E-A280-4721-8FDD-D5FDAC58C9E5}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|Any CPU = Debug|Any CPU 9 | Release|Any CPU = Release|Any CPU 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {9717B17E-A280-4721-8FDD-D5FDAC58C9E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 13 | {9717B17E-A280-4721-8FDD-D5FDAC58C9E5}.Debug|Any CPU.Build.0 = Debug|Any CPU 14 | {9717B17E-A280-4721-8FDD-D5FDAC58C9E5}.Release|Any CPU.ActiveCfg = Release|Any CPU 15 | {9717B17E-A280-4721-8FDD-D5FDAC58C9E5}.Release|Any CPU.Build.0 = Release|Any CPU 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /TimeSyn/TimeSyn/TimeSyn.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 10.00 3 | # Visual C# Express 2008 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimeSyn", "TimeSyn\TimeSyn.csproj", "{42EE02A7-35C0-4872-A686-F4A9D8D0039E}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|Any CPU = Debug|Any CPU 9 | Release|Any CPU = Release|Any CPU 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {42EE02A7-35C0-4872-A686-F4A9D8D0039E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 13 | {42EE02A7-35C0-4872-A686-F4A9D8D0039E}.Debug|Any CPU.Build.0 = Debug|Any CPU 14 | {42EE02A7-35C0-4872-A686-F4A9D8D0039E}.Release|Any CPU.ActiveCfg = Release|Any CPU 15 | {42EE02A7-35C0-4872-A686-F4A9D8D0039E}.Release|Any CPU.Build.0 = Release|Any CPU 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /ReadText/ReadText/ReadText.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 10.00 3 | # Visual C# Express 2008 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReadText", "ReadText\ReadText.csproj", "{804B3510-A07F-4C6F-8A50-F54DA7A45501}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|Any CPU = Debug|Any CPU 9 | Release|Any CPU = Release|Any CPU 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {804B3510-A07F-4C6F-8A50-F54DA7A45501}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 13 | {804B3510-A07F-4C6F-8A50-F54DA7A45501}.Debug|Any CPU.Build.0 = Debug|Any CPU 14 | {804B3510-A07F-4C6F-8A50-F54DA7A45501}.Release|Any CPU.ActiveCfg = Release|Any CPU 15 | {804B3510-A07F-4C6F-8A50-F54DA7A45501}.Release|Any CPU.Build.0 = Release|Any CPU 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /VideoRec/VideoRec/VideoRec.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 10.00 3 | # Visual C# Express 2008 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VideoRec", "VideoRec\VideoRec.csproj", "{C03FA0F0-812E-4AD1-AB44-A93598FE3F3D}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|Any CPU = Debug|Any CPU 9 | Release|Any CPU = Release|Any CPU 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {C03FA0F0-812E-4AD1-AB44-A93598FE3F3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 13 | {C03FA0F0-812E-4AD1-AB44-A93598FE3F3D}.Debug|Any CPU.Build.0 = Debug|Any CPU 14 | {C03FA0F0-812E-4AD1-AB44-A93598FE3F3D}.Release|Any CPU.ActiveCfg = Release|Any CPU 15 | {C03FA0F0-812E-4AD1-AB44-A93598FE3F3D}.Release|Any CPU.Build.0 = Release|Any CPU 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /DefaultSet/DefaultSet/DefaultSet.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 10.00 3 | # Visual C# Express 2008 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DefaultSet", "DefaultSet\DefaultSet.csproj", "{D4938D5A-5106-4019-8C86-007DF7F73A49}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|Any CPU = Debug|Any CPU 9 | Release|Any CPU = Release|Any CPU 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {D4938D5A-5106-4019-8C86-007DF7F73A49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 13 | {D4938D5A-5106-4019-8C86-007DF7F73A49}.Debug|Any CPU.Build.0 = Debug|Any CPU 14 | {D4938D5A-5106-4019-8C86-007DF7F73A49}.Release|Any CPU.ActiveCfg = Release|Any CPU 15 | {D4938D5A-5106-4019-8C86-007DF7F73A49}.Release|Any CPU.Build.0 = Release|Any CPU 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /FileDestory/FileDestory/FileDestory.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 10.00 3 | # Visual C# Express 2008 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileDestory", "FileDestory\FileDestory.csproj", "{1ADEAA41-CD09-4F8B-872F-CA5756667BEF}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|Any CPU = Debug|Any CPU 9 | Release|Any CPU = Release|Any CPU 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {1ADEAA41-CD09-4F8B-872F-CA5756667BEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 13 | {1ADEAA41-CD09-4F8B-872F-CA5756667BEF}.Debug|Any CPU.Build.0 = Debug|Any CPU 14 | {1ADEAA41-CD09-4F8B-872F-CA5756667BEF}.Release|Any CPU.ActiveCfg = Release|Any CPU 15 | {1ADEAA41-CD09-4F8B-872F-CA5756667BEF}.Release|Any CPU.Build.0 = Release|Any CPU 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /FileMonitor/FileMonitor/FileMonitor.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 10.00 3 | # Visual C# Express 2008 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileMonitor", "FileMonitor\FileMonitor.csproj", "{A9382816-038A-43AE-996C-BEAC4F00184B}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|Any CPU = Debug|Any CPU 9 | Release|Any CPU = Release|Any CPU 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {A9382816-038A-43AE-996C-BEAC4F00184B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 13 | {A9382816-038A-43AE-996C-BEAC4F00184B}.Debug|Any CPU.Build.0 = Debug|Any CPU 14 | {A9382816-038A-43AE-996C-BEAC4F00184B}.Release|Any CPU.ActiveCfg = Release|Any CPU 15 | {A9382816-038A-43AE-996C-BEAC4F00184B}.Release|Any CPU.Build.0 = Release|Any CPU 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /Individuation/Individuation/Individuation.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 10.00 3 | # Visual C# Express 2008 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Individuation", "Individuation\Individuation.csproj", "{09E558A1-482D-4C45-ACE7-46C2780727FB}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|Any CPU = Debug|Any CPU 9 | Release|Any CPU = Release|Any CPU 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {09E558A1-482D-4C45-ACE7-46C2780727FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 13 | {09E558A1-482D-4C45-ACE7-46C2780727FB}.Debug|Any CPU.Build.0 = Debug|Any CPU 14 | {09E558A1-482D-4C45-ACE7-46C2780727FB}.Release|Any CPU.ActiveCfg = Release|Any CPU 15 | {09E558A1-482D-4C45-ACE7-46C2780727FB}.Release|Any CPU.Build.0 = Release|Any CPU 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /ScanLargeFile/ScanLargeFile/ScanLargeFile.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 10.00 3 | # Visual C# Express 2008 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScanLargeFile", "ScanLargeFile\ScanLargeFile.csproj", "{EA509BF3-6523-4948-BC49-0212AEBFD953}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|Any CPU = Debug|Any CPU 9 | Release|Any CPU = Release|Any CPU 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {EA509BF3-6523-4948-BC49-0212AEBFD953}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 13 | {EA509BF3-6523-4948-BC49-0212AEBFD953}.Debug|Any CPU.Build.0 = Debug|Any CPU 14 | {EA509BF3-6523-4948-BC49-0212AEBFD953}.Release|Any CPU.ActiveCfg = Release|Any CPU 15 | {EA509BF3-6523-4948-BC49-0212AEBFD953}.Release|Any CPU.Build.0 = Release|Any CPU 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /RubbishCleaner/RubbishCleaner/RubbishCleaner.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 10.00 3 | # Visual C# Express 2008 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RubbishCleaner", "RubbishCleaner\RubbishCleaner.csproj", "{1D01159C-464E-4ABF-9B90-EA2DF0670F87}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|Any CPU = Debug|Any CPU 9 | Release|Any CPU = Release|Any CPU 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {1D01159C-464E-4ABF-9B90-EA2DF0670F87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 13 | {1D01159C-464E-4ABF-9B90-EA2DF0670F87}.Debug|Any CPU.Build.0 = Debug|Any CPU 14 | {1D01159C-464E-4ABF-9B90-EA2DF0670F87}.Release|Any CPU.ActiveCfg = Release|Any CPU 15 | {1D01159C-464E-4ABF-9B90-EA2DF0670F87}.Release|Any CPU.Build.0 = Release|Any CPU 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /FileSplitAndJion/FileSplitAndJion/FileSplitAndJion.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 10.00 3 | # Visual C# Express 2008 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileSplitAndJion", "FileSplitAndJion\FileSplitAndJion.csproj", "{071D6E98-211D-432C-8F3F-6D5E8849D36E}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|Any CPU = Debug|Any CPU 9 | Release|Any CPU = Release|Any CPU 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {071D6E98-211D-432C-8F3F-6D5E8849D36E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 13 | {071D6E98-211D-432C-8F3F-6D5E8849D36E}.Debug|Any CPU.Build.0 = Debug|Any CPU 14 | {071D6E98-211D-432C-8F3F-6D5E8849D36E}.Release|Any CPU.ActiveCfg = Release|Any CPU 15 | {071D6E98-211D-432C-8F3F-6D5E8849D36E}.Release|Any CPU.Build.0 = Release|Any CPU 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /ThunderEncodeDecode/ThunderEncodeDecode/ThunderEncodeDecode.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 10.00 3 | # Visual C# Express 2008 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThunderEncodeDecode", "ThunderEncodeDecode\ThunderEncodeDecode.csproj", "{1867F127-552F-4031-AFB4-7E496484507C}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|Any CPU = Debug|Any CPU 9 | Release|Any CPU = Release|Any CPU 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {1867F127-552F-4031-AFB4-7E496484507C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 13 | {1867F127-552F-4031-AFB4-7E496484507C}.Debug|Any CPU.Build.0 = Debug|Any CPU 14 | {1867F127-552F-4031-AFB4-7E496484507C}.Release|Any CPU.ActiveCfg = Release|Any CPU 15 | {1867F127-552F-4031-AFB4-7E496484507C}.Release|Any CPU.Build.0 = Release|Any CPU 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // 有关程序集的常规信息通过下列属性集 6 | // 控制。更改这些属性值可修改 7 | // 与程序集关联的信息。 8 | [assembly: AssemblyTitle("ISoft")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("ISoft")] 13 | [assembly: AssemblyCopyright("Copyright © 2012")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // 将 ComVisible 设置为 false 使此程序集中的类型 18 | // 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型, 19 | // 则将该类型上的 ComVisible 属性设置为 true。 20 | [assembly: ComVisible(false)] 21 | 22 | // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID 23 | [assembly: Guid("88f8174e-d9d1-4bd0-9a59-00e300a595ad")] 24 | 25 | // 程序集的版本信息由下面四个值组成: 26 | // 27 | // 主版本 28 | // 次版本 29 | // 内部版本号 30 | // 修订号 31 | // 32 | // 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值, 33 | // 方法是按如下所示使用“*”: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /CompTxt/CompTxt/CompTxt/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // 有关程序集的常规信息通过下列属性集 6 | // 控制。更改这些属性值可修改 7 | // 与程序集关联的信息。 8 | [assembly: AssemblyTitle("CompTxt")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("ISoft公司")] 12 | [assembly: AssemblyProduct("CompTxt")] 13 | [assembly: AssemblyCopyright("Copyright © ISoft公司 2012")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // 将 ComVisible 设置为 false 使此程序集中的类型 18 | // 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型, 19 | // 则将该类型上的 ComVisible 属性设置为 true。 20 | [assembly: ComVisible(false)] 21 | 22 | // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID 23 | [assembly: Guid("d08a94df-f088-4be7-920f-e65e20abfbd0")] 24 | 25 | // 程序集的版本信息由下面四个值组成: 26 | // 27 | // 主版本 28 | // 次版本 29 | // 内部版本号 30 | // 修订号 31 | // 32 | // 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值, 33 | // 方法是按如下所示使用“*”: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /OSSpeed/OSSpeed/OSSpeed/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // 有关程序集的常规信息通过下列属性集 6 | // 控制。更改这些属性值可修改 7 | // 与程序集关联的信息。 8 | [assembly: AssemblyTitle("OSSpeed")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("ISoft公司")] 12 | [assembly: AssemblyProduct("OSSpeed")] 13 | [assembly: AssemblyCopyright("Copyright © ISoft公司 2012")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // 将 ComVisible 设置为 false 使此程序集中的类型 18 | // 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型, 19 | // 则将该类型上的 ComVisible 属性设置为 true。 20 | [assembly: ComVisible(false)] 21 | 22 | // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID 23 | [assembly: Guid("75c9a82c-a72b-4b2d-8069-68a94ba1887e")] 24 | 25 | // 程序集的版本信息由下面四个值组成: 26 | // 27 | // 主版本 28 | // 次版本 29 | // 内部版本号 30 | // 修订号 31 | // 32 | // 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值, 33 | // 方法是按如下所示使用“*”: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /TimeSyn/TimeSyn/TimeSyn/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // 有关程序集的常规信息通过下列属性集 6 | // 控制。更改这些属性值可修改 7 | // 与程序集关联的信息。 8 | [assembly: AssemblyTitle("TimeSyn")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("ISoft公司")] 12 | [assembly: AssemblyProduct("TimeSyn")] 13 | [assembly: AssemblyCopyright("Copyright © ISoft公司 2012")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // 将 ComVisible 设置为 false 使此程序集中的类型 18 | // 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型, 19 | // 则将该类型上的 ComVisible 属性设置为 true。 20 | [assembly: ComVisible(false)] 21 | 22 | // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID 23 | [assembly: Guid("19df955b-c821-43b6-9fa8-c466c7e95040")] 24 | 25 | // 程序集的版本信息由下面四个值组成: 26 | // 27 | // 主版本 28 | // 次版本 29 | // 内部版本号 30 | // 修订号 31 | // 32 | // 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值, 33 | // 方法是按如下所示使用“*”: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /FileDestory/FileDestory/FileDestory/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // 有关程序集的常规信息通过下列属性集 6 | // 控制。更改这些属性值可修改 7 | // 与程序集关联的信息。 8 | [assembly: AssemblyTitle("FileDestory")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("FileDestory")] 13 | [assembly: AssemblyCopyright("Copyright © 2012")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // 将 ComVisible 设置为 false 使此程序集中的类型 18 | // 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型, 19 | // 则将该类型上的 ComVisible 属性设置为 true。 20 | [assembly: ComVisible(false)] 21 | 22 | // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID 23 | [assembly: Guid("ffcbf197-0963-49c1-9d92-c44be6238f1b")] 24 | 25 | // 程序集的版本信息由下面四个值组成: 26 | // 27 | // 主版本 28 | // 次版本 29 | // 内部版本号 30 | // 修订号 31 | // 32 | // 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值, 33 | // 方法是按如下所示使用“*”: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /ReadText/ReadText/ReadText/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // 有关程序集的常规信息通过下列属性集 6 | // 控制。更改这些属性值可修改 7 | // 与程序集关联的信息。 8 | [assembly: AssemblyTitle("ReadText")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("ISoft公司")] 12 | [assembly: AssemblyProduct("ReadText")] 13 | [assembly: AssemblyCopyright("Copyright © ISoft公司 2012")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // 将 ComVisible 设置为 false 使此程序集中的类型 18 | // 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型, 19 | // 则将该类型上的 ComVisible 属性设置为 true。 20 | [assembly: ComVisible(false)] 21 | 22 | // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID 23 | [assembly: Guid("6d64fdfc-0cb1-47f3-bd58-c6285d0f6982")] 24 | 25 | // 程序集的版本信息由下面四个值组成: 26 | // 27 | // 主版本 28 | // 次版本 29 | // 内部版本号 30 | // 修订号 31 | // 32 | // 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值, 33 | // 方法是按如下所示使用“*”: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /VideoRec/VideoRec/VideoRec/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // 有关程序集的常规信息通过下列属性集 6 | // 控制。更改这些属性值可修改 7 | // 与程序集关联的信息。 8 | [assembly: AssemblyTitle("VideoRec")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("ISoft公司")] 12 | [assembly: AssemblyProduct("VideoRec")] 13 | [assembly: AssemblyCopyright("Copyright © ISoft公司 2012")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // 将 ComVisible 设置为 false 使此程序集中的类型 18 | // 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型, 19 | // 则将该类型上的 ComVisible 属性设置为 true。 20 | [assembly: ComVisible(false)] 21 | 22 | // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID 23 | [assembly: Guid("77dc3aaa-ffef-4749-b2fa-d78c873530a1")] 24 | 25 | // 程序集的版本信息由下面四个值组成: 26 | // 27 | // 主版本 28 | // 次版本 29 | // 内部版本号 30 | // 修订号 31 | // 32 | // 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值, 33 | // 方法是按如下所示使用“*”: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /DefaultSet/DefaultSet/DefaultSet/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // 有关程序集的常规信息通过下列属性集 6 | // 控制。更改这些属性值可修改 7 | // 与程序集关联的信息。 8 | [assembly: AssemblyTitle("DefaultSet")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("ISoft公司")] 12 | [assembly: AssemblyProduct("DefaultSet")] 13 | [assembly: AssemblyCopyright("Copyright © ISoft公司 2012")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // 将 ComVisible 设置为 false 使此程序集中的类型 18 | // 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型, 19 | // 则将该类型上的 ComVisible 属性设置为 true。 20 | [assembly: ComVisible(false)] 21 | 22 | // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID 23 | [assembly: Guid("3c24b48d-aba5-4117-9f5f-afb8ac97fb80")] 24 | 25 | // 程序集的版本信息由下面四个值组成: 26 | // 27 | // 主版本 28 | // 次版本 29 | // 内部版本号 30 | // 修订号 31 | // 32 | // 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值, 33 | // 方法是按如下所示使用“*”: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /Individuation/Individuation/Individuation/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // 有关程序集的常规信息通过下列属性集 6 | // 控制。更改这些属性值可修改 7 | // 与程序集关联的信息。 8 | [assembly: AssemblyTitle("Individuation")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("Individuation")] 13 | [assembly: AssemblyCopyright("Copyright © 2012")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // 将 ComVisible 设置为 false 使此程序集中的类型 18 | // 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型, 19 | // 则将该类型上的 ComVisible 属性设置为 true。 20 | [assembly: ComVisible(false)] 21 | 22 | // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID 23 | [assembly: Guid("679780cc-b324-40ea-a616-96c144133257")] 24 | 25 | // 程序集的版本信息由下面四个值组成: 26 | // 27 | // 主版本 28 | // 次版本 29 | // 内部版本号 30 | // 修订号 31 | // 32 | // 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值, 33 | // 方法是按如下所示使用“*”: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /FileMonitor/FileMonitor/FileMonitor/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // 有关程序集的常规信息通过下列属性集 6 | // 控制。更改这些属性值可修改 7 | // 与程序集关联的信息。 8 | [assembly: AssemblyTitle("FileMonitor")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("ISoft公司")] 12 | [assembly: AssemblyProduct("FileMonitor")] 13 | [assembly: AssemblyCopyright("Copyright © ISoft公司 2012")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // 将 ComVisible 设置为 false 使此程序集中的类型 18 | // 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型, 19 | // 则将该类型上的 ComVisible 属性设置为 true。 20 | [assembly: ComVisible(false)] 21 | 22 | // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID 23 | [assembly: Guid("2f05e4c7-b5ae-44a6-b9f3-fe523b0fb107")] 24 | 25 | // 程序集的版本信息由下面四个值组成: 26 | // 27 | // 主版本 28 | // 次版本 29 | // 内部版本号 30 | // 修订号 31 | // 32 | // 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值, 33 | // 方法是按如下所示使用“*”: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /ScanLargeFile/ScanLargeFile/ScanLargeFile/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // 有关程序集的常规信息通过下列属性集 6 | // 控制。更改这些属性值可修改 7 | // 与程序集关联的信息。 8 | [assembly: AssemblyTitle("ScanLargeFile")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("ISoft公司")] 12 | [assembly: AssemblyProduct("ScanLargeFile")] 13 | [assembly: AssemblyCopyright("Copyright © ISoft公司 2012")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // 将 ComVisible 设置为 false 使此程序集中的类型 18 | // 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型, 19 | // 则将该类型上的 ComVisible 属性设置为 true。 20 | [assembly: ComVisible(false)] 21 | 22 | // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID 23 | [assembly: Guid("ebb7cd1c-e421-4044-a5ca-1bc0b0ce2092")] 24 | 25 | // 程序集的版本信息由下面四个值组成: 26 | // 27 | // 主版本 28 | // 次版本 29 | // 内部版本号 30 | // 修订号 31 | // 32 | // 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值, 33 | // 方法是按如下所示使用“*”: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /RubbishCleaner/RubbishCleaner/RubbishCleaner/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // 有关程序集的常规信息通过下列属性集 6 | // 控制。更改这些属性值可修改 7 | // 与程序集关联的信息。 8 | [assembly: AssemblyTitle("RubbishCleaner")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("ISoft公司")] 12 | [assembly: AssemblyProduct("RubbishCleaner")] 13 | [assembly: AssemblyCopyright("Copyright © ISoft公司 2012")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // 将 ComVisible 设置为 false 使此程序集中的类型 18 | // 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型, 19 | // 则将该类型上的 ComVisible 属性设置为 true。 20 | [assembly: ComVisible(false)] 21 | 22 | // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID 23 | [assembly: Guid("c7c05933-bfab-4b9e-8b32-80a88812be64")] 24 | 25 | // 程序集的版本信息由下面四个值组成: 26 | // 27 | // 主版本 28 | // 次版本 29 | // 内部版本号 30 | // 修订号 31 | // 32 | // 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值, 33 | // 方法是按如下所示使用“*”: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /FileSplitAndJion/FileSplitAndJion/FileSplitAndJion/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // 有关程序集的常规信息通过下列属性集 6 | // 控制。更改这些属性值可修改 7 | // 与程序集关联的信息。 8 | [assembly: AssemblyTitle("FileSplitAndJion")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("ISoft公司")] 12 | [assembly: AssemblyProduct("FileSplitAndJion")] 13 | [assembly: AssemblyCopyright("Copyright © ISoft公司 2012")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // 将 ComVisible 设置为 false 使此程序集中的类型 18 | // 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型, 19 | // 则将该类型上的 ComVisible 属性设置为 true。 20 | [assembly: ComVisible(false)] 21 | 22 | // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID 23 | [assembly: Guid("6c9e94bf-060b-42ec-974a-99c81eeced78")] 24 | 25 | // 程序集的版本信息由下面四个值组成: 26 | // 27 | // 主版本 28 | // 次版本 29 | // 内部版本号 30 | // 修订号 31 | // 32 | // 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值, 33 | // 方法是按如下所示使用“*”: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /ThunderEncodeDecode/ThunderEncodeDecode/ThunderEncodeDecode/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // 有关程序集的常规信息通过下列属性集 6 | // 控制。更改这些属性值可修改 7 | // 与程序集关联的信息。 8 | [assembly: AssemblyTitle("ThunderEncodeDecode")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("ISoft公司")] 12 | [assembly: AssemblyProduct("ThunderEncodeDecode")] 13 | [assembly: AssemblyCopyright("Copyright © ISoft公司 2012")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // 将 ComVisible 设置为 false 使此程序集中的类型 18 | // 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型, 19 | // 则将该类型上的 ComVisible 属性设置为 true。 20 | [assembly: ComVisible(false)] 21 | 22 | // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID 23 | [assembly: Guid("b1f8274c-8a87-4cfc-879b-8198d6df1d31")] 24 | 25 | // 程序集的版本信息由下面四个值组成: 26 | // 27 | // 主版本 28 | // 次版本 29 | // 内部版本号 30 | // 修订号 31 | // 32 | // 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值, 33 | // 方法是按如下所示使用“*”: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:2.0.50727.5448 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace ISoft.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /CompTxt/CompTxt/CompTxt/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:2.0.50727.5448 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace CompTxt.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /OSSpeed/OSSpeed/OSSpeed/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:2.0.50727.5448 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace OSSpeed.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /TimeSyn/TimeSyn/TimeSyn/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:2.0.50727.5448 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace TimeSyn.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /ReadText/ReadText/ReadText/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:2.0.50727.5448 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace ReadText.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /VideoRec/VideoRec/VideoRec/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:2.0.50727.5448 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace VideoRec.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /DefaultSet/DefaultSet/DefaultSet/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:2.0.50727.5448 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace DefaultSet.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /FileDestory/FileDestory/FileDestory/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:2.0.50727.5448 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace FileDestory.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /FileMonitor/FileMonitor/FileMonitor/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:2.0.50727.5448 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace FileMonitor.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /Individuation/Individuation/Individuation/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:2.0.50727.5448 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace Individuation.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /RubbishCleaner/RubbishCleaner/RubbishCleaner/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:2.0.50727.5448 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace RubbishCleaner.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /ScanLargeFile/ScanLargeFile/ScanLargeFile/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:2.0.50727.5448 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace ScanLargeFile.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /FileSplitAndJion/FileSplitAndJion/FileSplitAndJion/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:2.0.50727.5448 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace FileSplitAndJion.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /ThunderEncodeDecode/ThunderEncodeDecode/ThunderEncodeDecode/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:2.0.50727.5448 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace ThunderEncodeDecode.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /OSSpeed/OSSpeed/OSSpeed/Properties/app.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## ISoft_Source 2 | 3 | --- 4 | 5 | #### ISoft架构: 6 | 7 | ISoft(中文名“艾软”)采用分散式核心架构,具有很好的可再开发性,便于功能的扩展。设计理念来源于金山卫士、QQ电脑管家、360安全卫士及魔方等主流系统优化安全软件,在良好用户体验度的基础上专注于每一个细节的微创新争取更好的可操作性和简便性。 8 | 9 | --- 10 | 11 | #### ISoft设计: 12 | 13 | 我在ISoft整个的设计过程中,只遵循一个简单的事实,不走捷径,专注着每一个设计流程的细节,并极力保持着这种垂直深入的设计执行力。 14 | 15 | 在设计探索的过程中,围绕概念设计框架和方向,前后尝试了很多套各种交互与视觉的可能性。设计探索的过程并不仅在于发现新大陆,更重要的在于培养心的视角。在此阶段,一方面根据内部的测试过程,另一方面不断寻找更多的设计可能性,在一次次的迭代中将界面框架,风格样式,以及控件系统设计打磨到一个更加优化的状态。 16 | 17 | 介于安全软件使用的普及性,在交互维护方面,要做变革性的创新无异于做一次盲目的冒险,ISoft的最终的目标是让用户在使用时的感觉是:就应该是这样。 18 | 19 | 在分析了众多安全软件用户使用习惯数据之后,在不给用户增加学习成本的情况下针对一些功能进行了优化,比如有些工具被设计成Aero效果。 20 | 21 | --- 22 | 23 | #### ISoft主要功能: 24 | 25 | 26 | 分为六大模块:首页、U盘防护、系统优化、硬件检测、进程管理、高级功能。 27 | 28 | - 首页:主要是对当前操作系统、U盘防御转台进行检测,并列出主要的推荐功能 29 | 30 | - U盘防护:可以对U盘病毒进行扫描,清除U盘潜在的危险病毒文件。可以禁止U盘自动运行,可以恢复被恶意隐藏的文件 31 | 32 | - 系统优化:对操作系统常见的项目进行优化,比如对开机关机速度进行优化、加快系统预读能力、禁止远程修改注册表等 33 | 34 | - 进程管理:主要是对系统任务管理器进行模拟,采用多线程对当前执行的程度进程进行刷新。 35 | 36 | - 硬件检测:ISoft要做最详细的硬件检测,通过查询WMI列出各个硬件的详细信息 37 | 38 | - 高级功能:主要包含了一些常用的工具包括文件粉碎、个性化、垃圾清理、系统加速、打文件扫描、默认软件设置、语音朗读机、磁盘监视、时间同步助手、视频录制器、文件分割与合并、文件内容比较器等。 39 | 40 | --- 41 | 42 | #### ISoft正式版2.1.0更新详情: 43 | 44 | 45 | - 软件大小:3.35M 46 | 47 | - 软件性质:共享软件 48 | 49 | - 软件语言:简体中文 50 | 51 | - 软件类别:系统软件 52 | 53 | - 应用平台:Windows 7 54 | 55 | - 开 发 者:李扬 56 | 57 | - 更新日期:2013-12-26 58 | 59 | - 更新版本:正式版2.1.0 60 | 61 | --- 62 | 63 | #### 更新详细:           64 | 65 | - 更换ISoft图标,回归本原 66 | 67 | - 启动界面优化,更加美观 68 | 69 | - 采用SE界面引擎,界面焕然一新,给你好看 70 | 71 | - 优化自动升级程序逻辑,用户体验更好 72 | 73 | - 语音朗解决文本阅读过程无法关闭窗口的BUG 74 | -------------------------------------------------------------------------------- /OSSpeed/OSSpeed/OSSpeed/ApiGetICON.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | using System.Windows.Forms; 7 | using System.Runtime.InteropServices; 8 | using System.Drawing; 9 | namespace OSSpeed 10 | { 11 | class ApiGetICON 12 | { 13 | /// 14 | /// 提取Icon图标 15 | /// 16 | /// 要提取的目标句柄 17 | /// 要提取的目标文件名 可以是exe,或者dll,ocx等 18 | /// Icon的编号 19 | /// 句柄 20 | [DllImport("shell32.dll")] 21 | static extern IntPtr ExtractIcon(IntPtr hInst,string lpsExeFileName,int nIconIndex); 22 | 23 | /// 24 | /// 销毁句柄 25 | /// 26 | /// 要销毁的句柄 27 | /// 28 | [DllImport("user32.dll")] 29 | static extern int DestroyIcon(IntPtr hInst); 30 | 31 | public static void GetIcon(string filepath,ImageList ImgIcon) 32 | { 33 | int i = 0; 34 | IntPtr ipIcon = IntPtr.Zero; 35 | while (true) 36 | { 37 | ipIcon = ExtractIcon(IntPtr.Zero, filepath, i); 38 | i++; 39 | if (ipIcon == (IntPtr)0) 40 | break; 41 | //提取指定句柄中的Icon图标 生成Icon位图 42 | Icon InIndex = Icon.FromHandle(ipIcon); 43 | ///将提取到的Icon图标放入到图片列表里 44 | ImgIcon.Images.Add(InIndex); 45 | } 46 | DestroyIcon(ipIcon);// 销毁句柄 47 | } 48 | } 49 | } 50 | -------------------------------------------------------------------------------- /ScanLargeFile/ScanLargeFile/ScanLargeFile/ApiGetICON.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | using System.Windows.Forms; 7 | using System.Runtime.InteropServices; 8 | using System.Drawing; 9 | namespace ScanLargeFile 10 | { 11 | class ApiGetICON 12 | { 13 | /// 14 | /// 提取Icon图标 15 | /// 16 | /// 要提取的目标句柄 17 | /// 要提取的目标文件名 可以是exe,或者dll,ocx等 18 | /// Icon的编号 19 | /// 句柄 20 | [DllImport("shell32.dll")] 21 | static extern IntPtr ExtractIcon(IntPtr hInst,string lpsExeFileName,int nIconIndex); 22 | 23 | /// 24 | /// 销毁句柄 25 | /// 26 | /// 要销毁的句柄 27 | /// 28 | [DllImport("user32.dll")] 29 | static extern int DestroyIcon(IntPtr hInst); 30 | 31 | public static void GetIcon(string filepath,ImageList ImgIcon) 32 | { 33 | int i = 0; 34 | IntPtr ipIcon = IntPtr.Zero; 35 | while (true) 36 | { 37 | ipIcon = ExtractIcon(IntPtr.Zero, filepath, i); 38 | i++; 39 | if (ipIcon == (IntPtr)0) 40 | break; 41 | //提取指定句柄中的Icon图标 生成Icon位图 42 | Icon InIndex = Icon.FromHandle(ipIcon); 43 | ///将提取到的Icon图标放入到图片列表里 44 | ImgIcon.Images.Add(InIndex); 45 | } 46 | DestroyIcon(ipIcon);// 销毁句柄 47 | } 48 | } 49 | } 50 | -------------------------------------------------------------------------------- /DefaultSet/DefaultSet/DefaultSet/Form1.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | using System.Runtime.InteropServices; 10 | 11 | namespace DefaultSet 12 | { 13 | public partial class Form1 : Form 14 | { 15 | public Form1() 16 | { 17 | InitializeComponent(); 18 | } 19 | 20 | [DllImport("Wave.dll")] 21 | public static extern int E_WaveInit(IntPtr hwnd, string bmpStr);//初始化对象 22 | [DllImport("Wave.dll")] 23 | public static extern int E_AutoEffects(int type, int type1, int type2, int type3);//效果类型 24 | [DllImport("Wave.dll")] 25 | public static extern int E_WaveDropStone(int x, int y, int dx, int zl);//仍石头 26 | [DllImport("Wave.dll")] 27 | public static extern void E_WaveFree();//释放对象 28 | 29 | Random r = new Random();//置随机数种子 30 | 31 | private void Form1_Load(object sender, EventArgs e) 32 | { 33 | E_WaveInit(this.Handle, Application.StartupPath + "\\wave.bmp"); 34 | E_AutoEffects(2, 0, 0, 0); 35 | 36 | E_AutoEffects(1, r.Next(3, 25), r.Next(0, 5), r.Next(50, 250)); 37 | 38 | foreach (InputLanguage ilanguage in InputLanguage.InstalledInputLanguages) 39 | { 40 | cboInpulg.Items.Add(ilanguage.LayoutName); //动态添加系统输入法 41 | } 42 | cboInpulg.SelectedIndex = 0; 43 | } 44 | 45 | private void Form1_MouseMove(object sender, MouseEventArgs e) 46 | { 47 | E_WaveDropStone(e.X, e.Y, r.Next(0, 5), r.Next(300, 800)); 48 | } 49 | 50 | private void Form1_MouseDown(object sender, MouseEventArgs e) 51 | { 52 | E_WaveDropStone(e.X, e.Y, r.Next(0, 5), r.Next(300, 800)); 53 | } 54 | 55 | private void vbtSet_Click(object sender, EventArgs e) 56 | { 57 | InputLanguage currentLanguage = InputLanguage.InstalledInputLanguages[cboInpulg.SelectedIndex]; 58 | InputLanguage.CurrentInputLanguage = currentLanguage; 59 | MessageBox.Show(this, "成功设置系统默认输入法!", "提示信息", MessageBoxButtons.OK, MessageBoxIcon.Information); 60 | } 61 | 62 | private void vbtExit_Click(object sender, EventArgs e) 63 | { 64 | E_WaveFree();//释放资源 65 | this.Close(); 66 | 67 | Application.Exit(); 68 | } 69 | } 70 | } 71 | -------------------------------------------------------------------------------- /CompTxt/CompTxt/CompTxt/Form1.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | using CSharpWin; 10 | using System.IO; 11 | 12 | namespace CompTxt 13 | { 14 | public partial class Form1 : SkinForm 15 | { 16 | public Form1() 17 | { 18 | InitializeComponent(); 19 | } 20 | 21 | 22 | private void cButton1_Click(object sender, EventArgs e) 23 | { 24 | openFileDialog1.FileName = ""; 25 | openFileDialog1.Filter = "*.txt;*.doc;*.docx|*.txt;*.doc;*.docx"; 26 | if (openFileDialog1.ShowDialog() == DialogResult.OK) 27 | { 28 | cTextBox1.Text = openFileDialog1.FileName; //要判断的第一个文件 29 | } 30 | } 31 | 32 | private void cButton2_Click(object sender, EventArgs e) 33 | { 34 | openFileDialog1.FileName = ""; 35 | openFileDialog1.Filter = "*.txt;*.doc;*.docx|*.txt;*.doc;*.docx"; 36 | if (openFileDialog1.ShowDialog() == DialogResult.OK) 37 | { 38 | cTextBox2.Text = openFileDialog1.FileName; //要判断的第二个文件 39 | } 40 | } 41 | 42 | private void buttonEx5_Click(object sender, EventArgs e) 43 | { 44 | if (cTextBox1.Text == "" || cTextBox2.Text == "") 45 | { 46 | CustomMessageBox.CustomMessageBox.Show("源文件或目标文件不存在", "错误", CustomMessageBox.CustomMessageBox.MsgBoxButtons.OK, CustomMessageBox.CustomMessageBox.MsgBoxIcons.Error); 47 | return; 48 | } 49 | else 50 | { 51 | StreamReader sr1 = new StreamReader(cTextBox1.Text); 52 | StreamReader sr2 = new StreamReader(cTextBox2.Text); 53 | if (object.Equals(sr1.ReadToEnd(), sr2.ReadToEnd())) //读取文件内容并判断 54 | { 55 | CustomMessageBox.CustomMessageBox.Show("两个文件内容相同!", "提示", CustomMessageBox.CustomMessageBox.MsgBoxButtons.OK, CustomMessageBox.CustomMessageBox.MsgBoxIcons.Info); 56 | return; 57 | } 58 | else 59 | { 60 | CustomMessageBox.CustomMessageBox.Show("两个文件内容不相同!", "提示", CustomMessageBox.CustomMessageBox.MsgBoxButtons.OK, CustomMessageBox.CustomMessageBox.MsgBoxIcons.Info); 61 | return; 62 | } 63 | } 64 | } 65 | } 66 | } 67 | 68 | 69 | -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // 此代码由工具生成。 4 | // 运行时版本: 2.0.50727.5448 5 | // 6 | // 对此文件的更改可能会导致不正确的行为,并且如果 7 | // 重新生成代码,这些更改将丢失。 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace ISoft.Properties 12 | { 13 | 14 | 15 | /// 16 | /// 一个强类型的资源类,用于查找本地化的字符串等。 17 | /// 18 | // 此类是由 StronglyTypedResourceBuilder 19 | // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 20 | // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen 21 | // (以 /str 作为命令选项),或重新生成 VS 项目。 22 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] 23 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 25 | internal class Resources 26 | { 27 | 28 | private static global::System.Resources.ResourceManager resourceMan; 29 | 30 | private static global::System.Globalization.CultureInfo resourceCulture; 31 | 32 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 33 | internal Resources() 34 | { 35 | } 36 | 37 | /// 38 | /// 返回此类使用的、缓存的 ResourceManager 实例。 39 | /// 40 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 41 | internal static global::System.Resources.ResourceManager ResourceManager 42 | { 43 | get 44 | { 45 | if ((resourceMan == null)) 46 | { 47 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ISoft.Properties.Resources", typeof(Resources).Assembly); 48 | resourceMan = temp; 49 | } 50 | return resourceMan; 51 | } 52 | } 53 | 54 | /// 55 | /// 为所有资源查找重写当前线程的 CurrentUICulture 属性, 56 | /// 方法是使用此强类型资源类。 57 | /// 58 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 59 | internal static global::System.Globalization.CultureInfo Culture 60 | { 61 | get 62 | { 63 | return resourceCulture; 64 | } 65 | set 66 | { 67 | resourceCulture = value; 68 | } 69 | } 70 | } 71 | } 72 | -------------------------------------------------------------------------------- /CompTxt/CompTxt/CompTxt/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // 此代码由工具生成。 4 | // 运行时版本: 2.0.50727.5448 5 | // 6 | // 对此文件的更改可能会导致不正确的行为,并且如果 7 | // 重新生成代码,这些更改将丢失。 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace CompTxt.Properties 12 | { 13 | 14 | 15 | /// 16 | /// 一个强类型的资源类,用于查找本地化的字符串等。 17 | /// 18 | // 此类是由 StronglyTypedResourceBuilder 19 | // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 20 | // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen 21 | // (以 /str 作为命令选项),或重新生成 VS 项目。 22 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] 23 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 25 | internal class Resources 26 | { 27 | 28 | private static global::System.Resources.ResourceManager resourceMan; 29 | 30 | private static global::System.Globalization.CultureInfo resourceCulture; 31 | 32 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 33 | internal Resources() 34 | { 35 | } 36 | 37 | /// 38 | /// 返回此类使用的、缓存的 ResourceManager 实例。 39 | /// 40 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 41 | internal static global::System.Resources.ResourceManager ResourceManager 42 | { 43 | get 44 | { 45 | if ((resourceMan == null)) 46 | { 47 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("CompTxt.Properties.Resources", typeof(Resources).Assembly); 48 | resourceMan = temp; 49 | } 50 | return resourceMan; 51 | } 52 | } 53 | 54 | /// 55 | /// 为所有资源查找重写当前线程的 CurrentUICulture 属性, 56 | /// 方法是使用此强类型资源类。 57 | /// 58 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 59 | internal static global::System.Globalization.CultureInfo Culture 60 | { 61 | get 62 | { 63 | return resourceCulture; 64 | } 65 | set 66 | { 67 | resourceCulture = value; 68 | } 69 | } 70 | } 71 | } 72 | -------------------------------------------------------------------------------- /OSSpeed/OSSpeed/OSSpeed/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // 此代码由工具生成。 4 | // 运行时版本: 2.0.50727.5448 5 | // 6 | // 对此文件的更改可能会导致不正确的行为,并且如果 7 | // 重新生成代码,这些更改将丢失。 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace OSSpeed.Properties 12 | { 13 | 14 | 15 | /// 16 | /// 一个强类型的资源类,用于查找本地化的字符串等。 17 | /// 18 | // 此类是由 StronglyTypedResourceBuilder 19 | // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 20 | // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen 21 | // (以 /str 作为命令选项),或重新生成 VS 项目。 22 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] 23 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 25 | internal class Resources 26 | { 27 | 28 | private static global::System.Resources.ResourceManager resourceMan; 29 | 30 | private static global::System.Globalization.CultureInfo resourceCulture; 31 | 32 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 33 | internal Resources() 34 | { 35 | } 36 | 37 | /// 38 | /// 返回此类使用的、缓存的 ResourceManager 实例。 39 | /// 40 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 41 | internal static global::System.Resources.ResourceManager ResourceManager 42 | { 43 | get 44 | { 45 | if ((resourceMan == null)) 46 | { 47 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("OSSpeed.Properties.Resources", typeof(Resources).Assembly); 48 | resourceMan = temp; 49 | } 50 | return resourceMan; 51 | } 52 | } 53 | 54 | /// 55 | /// 为所有资源查找重写当前线程的 CurrentUICulture 属性, 56 | /// 方法是使用此强类型资源类。 57 | /// 58 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 59 | internal static global::System.Globalization.CultureInfo Culture 60 | { 61 | get 62 | { 63 | return resourceCulture; 64 | } 65 | set 66 | { 67 | resourceCulture = value; 68 | } 69 | } 70 | } 71 | } 72 | -------------------------------------------------------------------------------- /TimeSyn/TimeSyn/TimeSyn/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // 此代码由工具生成。 4 | // 运行时版本: 2.0.50727.5448 5 | // 6 | // 对此文件的更改可能会导致不正确的行为,并且如果 7 | // 重新生成代码,这些更改将丢失。 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace TimeSyn.Properties 12 | { 13 | 14 | 15 | /// 16 | /// 一个强类型的资源类,用于查找本地化的字符串等。 17 | /// 18 | // 此类是由 StronglyTypedResourceBuilder 19 | // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 20 | // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen 21 | // (以 /str 作为命令选项),或重新生成 VS 项目。 22 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] 23 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 25 | internal class Resources 26 | { 27 | 28 | private static global::System.Resources.ResourceManager resourceMan; 29 | 30 | private static global::System.Globalization.CultureInfo resourceCulture; 31 | 32 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 33 | internal Resources() 34 | { 35 | } 36 | 37 | /// 38 | /// 返回此类使用的、缓存的 ResourceManager 实例。 39 | /// 40 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 41 | internal static global::System.Resources.ResourceManager ResourceManager 42 | { 43 | get 44 | { 45 | if ((resourceMan == null)) 46 | { 47 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("TimeSyn.Properties.Resources", typeof(Resources).Assembly); 48 | resourceMan = temp; 49 | } 50 | return resourceMan; 51 | } 52 | } 53 | 54 | /// 55 | /// 为所有资源查找重写当前线程的 CurrentUICulture 属性, 56 | /// 方法是使用此强类型资源类。 57 | /// 58 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 59 | internal static global::System.Globalization.CultureInfo Culture 60 | { 61 | get 62 | { 63 | return resourceCulture; 64 | } 65 | set 66 | { 67 | resourceCulture = value; 68 | } 69 | } 70 | } 71 | } 72 | -------------------------------------------------------------------------------- /ReadText/ReadText/ReadText/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // 此代码由工具生成。 4 | // 运行时版本: 2.0.50727.5448 5 | // 6 | // 对此文件的更改可能会导致不正确的行为,并且如果 7 | // 重新生成代码,这些更改将丢失。 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace ReadText.Properties 12 | { 13 | 14 | 15 | /// 16 | /// 一个强类型的资源类,用于查找本地化的字符串等。 17 | /// 18 | // 此类是由 StronglyTypedResourceBuilder 19 | // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 20 | // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen 21 | // (以 /str 作为命令选项),或重新生成 VS 项目。 22 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] 23 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 25 | internal class Resources 26 | { 27 | 28 | private static global::System.Resources.ResourceManager resourceMan; 29 | 30 | private static global::System.Globalization.CultureInfo resourceCulture; 31 | 32 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 33 | internal Resources() 34 | { 35 | } 36 | 37 | /// 38 | /// 返回此类使用的、缓存的 ResourceManager 实例。 39 | /// 40 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 41 | internal static global::System.Resources.ResourceManager ResourceManager 42 | { 43 | get 44 | { 45 | if ((resourceMan == null)) 46 | { 47 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ReadText.Properties.Resources", typeof(Resources).Assembly); 48 | resourceMan = temp; 49 | } 50 | return resourceMan; 51 | } 52 | } 53 | 54 | /// 55 | /// 为所有资源查找重写当前线程的 CurrentUICulture 属性, 56 | /// 方法是使用此强类型资源类。 57 | /// 58 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 59 | internal static global::System.Globalization.CultureInfo Culture 60 | { 61 | get 62 | { 63 | return resourceCulture; 64 | } 65 | set 66 | { 67 | resourceCulture = value; 68 | } 69 | } 70 | } 71 | } 72 | -------------------------------------------------------------------------------- /VideoRec/VideoRec/VideoRec/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // 此代码由工具生成。 4 | // 运行时版本: 2.0.50727.5448 5 | // 6 | // 对此文件的更改可能会导致不正确的行为,并且如果 7 | // 重新生成代码,这些更改将丢失。 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace VideoRec.Properties 12 | { 13 | 14 | 15 | /// 16 | /// 一个强类型的资源类,用于查找本地化的字符串等。 17 | /// 18 | // 此类是由 StronglyTypedResourceBuilder 19 | // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 20 | // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen 21 | // (以 /str 作为命令选项),或重新生成 VS 项目。 22 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] 23 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 25 | internal class Resources 26 | { 27 | 28 | private static global::System.Resources.ResourceManager resourceMan; 29 | 30 | private static global::System.Globalization.CultureInfo resourceCulture; 31 | 32 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 33 | internal Resources() 34 | { 35 | } 36 | 37 | /// 38 | /// 返回此类使用的、缓存的 ResourceManager 实例。 39 | /// 40 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 41 | internal static global::System.Resources.ResourceManager ResourceManager 42 | { 43 | get 44 | { 45 | if ((resourceMan == null)) 46 | { 47 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("VideoRec.Properties.Resources", typeof(Resources).Assembly); 48 | resourceMan = temp; 49 | } 50 | return resourceMan; 51 | } 52 | } 53 | 54 | /// 55 | /// 为所有资源查找重写当前线程的 CurrentUICulture 属性, 56 | /// 方法是使用此强类型资源类。 57 | /// 58 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 59 | internal static global::System.Globalization.CultureInfo Culture 60 | { 61 | get 62 | { 63 | return resourceCulture; 64 | } 65 | set 66 | { 67 | resourceCulture = value; 68 | } 69 | } 70 | } 71 | } 72 | -------------------------------------------------------------------------------- /DefaultSet/DefaultSet/DefaultSet/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // 此代码由工具生成。 4 | // 运行时版本: 2.0.50727.5448 5 | // 6 | // 对此文件的更改可能会导致不正确的行为,并且如果 7 | // 重新生成代码,这些更改将丢失。 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace DefaultSet.Properties 12 | { 13 | 14 | 15 | /// 16 | /// 一个强类型的资源类,用于查找本地化的字符串等。 17 | /// 18 | // 此类是由 StronglyTypedResourceBuilder 19 | // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 20 | // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen 21 | // (以 /str 作为命令选项),或重新生成 VS 项目。 22 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] 23 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 25 | internal class Resources 26 | { 27 | 28 | private static global::System.Resources.ResourceManager resourceMan; 29 | 30 | private static global::System.Globalization.CultureInfo resourceCulture; 31 | 32 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 33 | internal Resources() 34 | { 35 | } 36 | 37 | /// 38 | /// 返回此类使用的、缓存的 ResourceManager 实例。 39 | /// 40 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 41 | internal static global::System.Resources.ResourceManager ResourceManager 42 | { 43 | get 44 | { 45 | if ((resourceMan == null)) 46 | { 47 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("DefaultSet.Properties.Resources", typeof(Resources).Assembly); 48 | resourceMan = temp; 49 | } 50 | return resourceMan; 51 | } 52 | } 53 | 54 | /// 55 | /// 为所有资源查找重写当前线程的 CurrentUICulture 属性, 56 | /// 方法是使用此强类型资源类。 57 | /// 58 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 59 | internal static global::System.Globalization.CultureInfo Culture 60 | { 61 | get 62 | { 63 | return resourceCulture; 64 | } 65 | set 66 | { 67 | resourceCulture = value; 68 | } 69 | } 70 | } 71 | } 72 | -------------------------------------------------------------------------------- /FileDestory/FileDestory/FileDestory/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // 此代码由工具生成。 4 | // 运行时版本: 2.0.50727.5448 5 | // 6 | // 对此文件的更改可能会导致不正确的行为,并且如果 7 | // 重新生成代码,这些更改将丢失。 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace FileDestory.Properties 12 | { 13 | 14 | 15 | /// 16 | /// 一个强类型的资源类,用于查找本地化的字符串等。 17 | /// 18 | // 此类是由 StronglyTypedResourceBuilder 19 | // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 20 | // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen 21 | // (以 /str 作为命令选项),或重新生成 VS 项目。 22 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] 23 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 25 | internal class Resources 26 | { 27 | 28 | private static global::System.Resources.ResourceManager resourceMan; 29 | 30 | private static global::System.Globalization.CultureInfo resourceCulture; 31 | 32 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 33 | internal Resources() 34 | { 35 | } 36 | 37 | /// 38 | /// 返回此类使用的、缓存的 ResourceManager 实例。 39 | /// 40 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 41 | internal static global::System.Resources.ResourceManager ResourceManager 42 | { 43 | get 44 | { 45 | if ((resourceMan == null)) 46 | { 47 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("FileDestory.Properties.Resources", typeof(Resources).Assembly); 48 | resourceMan = temp; 49 | } 50 | return resourceMan; 51 | } 52 | } 53 | 54 | /// 55 | /// 为所有资源查找重写当前线程的 CurrentUICulture 属性, 56 | /// 方法是使用此强类型资源类。 57 | /// 58 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 59 | internal static global::System.Globalization.CultureInfo Culture 60 | { 61 | get 62 | { 63 | return resourceCulture; 64 | } 65 | set 66 | { 67 | resourceCulture = value; 68 | } 69 | } 70 | } 71 | } 72 | -------------------------------------------------------------------------------- /FileMonitor/FileMonitor/FileMonitor/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // 此代码由工具生成。 4 | // 运行时版本: 2.0.50727.5448 5 | // 6 | // 对此文件的更改可能会导致不正确的行为,并且如果 7 | // 重新生成代码,这些更改将丢失。 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace FileMonitor.Properties 12 | { 13 | 14 | 15 | /// 16 | /// 一个强类型的资源类,用于查找本地化的字符串等。 17 | /// 18 | // 此类是由 StronglyTypedResourceBuilder 19 | // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 20 | // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen 21 | // (以 /str 作为命令选项),或重新生成 VS 项目。 22 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] 23 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 25 | internal class Resources 26 | { 27 | 28 | private static global::System.Resources.ResourceManager resourceMan; 29 | 30 | private static global::System.Globalization.CultureInfo resourceCulture; 31 | 32 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 33 | internal Resources() 34 | { 35 | } 36 | 37 | /// 38 | /// 返回此类使用的、缓存的 ResourceManager 实例。 39 | /// 40 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 41 | internal static global::System.Resources.ResourceManager ResourceManager 42 | { 43 | get 44 | { 45 | if ((resourceMan == null)) 46 | { 47 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("FileMonitor.Properties.Resources", typeof(Resources).Assembly); 48 | resourceMan = temp; 49 | } 50 | return resourceMan; 51 | } 52 | } 53 | 54 | /// 55 | /// 为所有资源查找重写当前线程的 CurrentUICulture 属性, 56 | /// 方法是使用此强类型资源类。 57 | /// 58 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 59 | internal static global::System.Globalization.CultureInfo Culture 60 | { 61 | get 62 | { 63 | return resourceCulture; 64 | } 65 | set 66 | { 67 | resourceCulture = value; 68 | } 69 | } 70 | } 71 | } 72 | -------------------------------------------------------------------------------- /Individuation/Individuation/Individuation/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // 此代码由工具生成。 4 | // 运行时版本: 2.0.50727.5448 5 | // 6 | // 对此文件的更改可能会导致不正确的行为,并且如果 7 | // 重新生成代码,这些更改将丢失。 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace Individuation.Properties 12 | { 13 | 14 | 15 | /// 16 | /// 一个强类型的资源类,用于查找本地化的字符串等。 17 | /// 18 | // 此类是由 StronglyTypedResourceBuilder 19 | // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 20 | // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen 21 | // (以 /str 作为命令选项),或重新生成 VS 项目。 22 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] 23 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 25 | internal class Resources 26 | { 27 | 28 | private static global::System.Resources.ResourceManager resourceMan; 29 | 30 | private static global::System.Globalization.CultureInfo resourceCulture; 31 | 32 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 33 | internal Resources() 34 | { 35 | } 36 | 37 | /// 38 | /// 返回此类使用的、缓存的 ResourceManager 实例。 39 | /// 40 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 41 | internal static global::System.Resources.ResourceManager ResourceManager 42 | { 43 | get 44 | { 45 | if ((resourceMan == null)) 46 | { 47 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Individuation.Properties.Resources", typeof(Resources).Assembly); 48 | resourceMan = temp; 49 | } 50 | return resourceMan; 51 | } 52 | } 53 | 54 | /// 55 | /// 为所有资源查找重写当前线程的 CurrentUICulture 属性, 56 | /// 方法是使用此强类型资源类。 57 | /// 58 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 59 | internal static global::System.Globalization.CultureInfo Culture 60 | { 61 | get 62 | { 63 | return resourceCulture; 64 | } 65 | set 66 | { 67 | resourceCulture = value; 68 | } 69 | } 70 | } 71 | } 72 | -------------------------------------------------------------------------------- /ScanLargeFile/ScanLargeFile/ScanLargeFile/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // 此代码由工具生成。 4 | // 运行时版本: 2.0.50727.5448 5 | // 6 | // 对此文件的更改可能会导致不正确的行为,并且如果 7 | // 重新生成代码,这些更改将丢失。 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace ScanLargeFile.Properties 12 | { 13 | 14 | 15 | /// 16 | /// 一个强类型的资源类,用于查找本地化的字符串等。 17 | /// 18 | // 此类是由 StronglyTypedResourceBuilder 19 | // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 20 | // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen 21 | // (以 /str 作为命令选项),或重新生成 VS 项目。 22 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] 23 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 25 | internal class Resources 26 | { 27 | 28 | private static global::System.Resources.ResourceManager resourceMan; 29 | 30 | private static global::System.Globalization.CultureInfo resourceCulture; 31 | 32 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 33 | internal Resources() 34 | { 35 | } 36 | 37 | /// 38 | /// 返回此类使用的、缓存的 ResourceManager 实例。 39 | /// 40 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 41 | internal static global::System.Resources.ResourceManager ResourceManager 42 | { 43 | get 44 | { 45 | if ((resourceMan == null)) 46 | { 47 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ScanLargeFile.Properties.Resources", typeof(Resources).Assembly); 48 | resourceMan = temp; 49 | } 50 | return resourceMan; 51 | } 52 | } 53 | 54 | /// 55 | /// 为所有资源查找重写当前线程的 CurrentUICulture 属性, 56 | /// 方法是使用此强类型资源类。 57 | /// 58 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 59 | internal static global::System.Globalization.CultureInfo Culture 60 | { 61 | get 62 | { 63 | return resourceCulture; 64 | } 65 | set 66 | { 67 | resourceCulture = value; 68 | } 69 | } 70 | } 71 | } 72 | -------------------------------------------------------------------------------- /RubbishCleaner/RubbishCleaner/RubbishCleaner/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // 此代码由工具生成。 4 | // 运行时版本: 2.0.50727.5448 5 | // 6 | // 对此文件的更改可能会导致不正确的行为,并且如果 7 | // 重新生成代码,这些更改将丢失。 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace RubbishCleaner.Properties 12 | { 13 | 14 | 15 | /// 16 | /// 一个强类型的资源类,用于查找本地化的字符串等。 17 | /// 18 | // 此类是由 StronglyTypedResourceBuilder 19 | // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 20 | // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen 21 | // (以 /str 作为命令选项),或重新生成 VS 项目。 22 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] 23 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 25 | internal class Resources 26 | { 27 | 28 | private static global::System.Resources.ResourceManager resourceMan; 29 | 30 | private static global::System.Globalization.CultureInfo resourceCulture; 31 | 32 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 33 | internal Resources() 34 | { 35 | } 36 | 37 | /// 38 | /// 返回此类使用的、缓存的 ResourceManager 实例。 39 | /// 40 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 41 | internal static global::System.Resources.ResourceManager ResourceManager 42 | { 43 | get 44 | { 45 | if ((resourceMan == null)) 46 | { 47 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("RubbishCleaner.Properties.Resources", typeof(Resources).Assembly); 48 | resourceMan = temp; 49 | } 50 | return resourceMan; 51 | } 52 | } 53 | 54 | /// 55 | /// 为所有资源查找重写当前线程的 CurrentUICulture 属性, 56 | /// 方法是使用此强类型资源类。 57 | /// 58 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 59 | internal static global::System.Globalization.CultureInfo Culture 60 | { 61 | get 62 | { 63 | return resourceCulture; 64 | } 65 | set 66 | { 67 | resourceCulture = value; 68 | } 69 | } 70 | } 71 | } 72 | -------------------------------------------------------------------------------- /FileSplitAndJion/FileSplitAndJion/FileSplitAndJion/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // 此代码由工具生成。 4 | // 运行时版本: 2.0.50727.5448 5 | // 6 | // 对此文件的更改可能会导致不正确的行为,并且如果 7 | // 重新生成代码,这些更改将丢失。 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace FileSplitAndJion.Properties 12 | { 13 | 14 | 15 | /// 16 | /// 一个强类型的资源类,用于查找本地化的字符串等。 17 | /// 18 | // 此类是由 StronglyTypedResourceBuilder 19 | // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 20 | // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen 21 | // (以 /str 作为命令选项),或重新生成 VS 项目。 22 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] 23 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 25 | internal class Resources 26 | { 27 | 28 | private static global::System.Resources.ResourceManager resourceMan; 29 | 30 | private static global::System.Globalization.CultureInfo resourceCulture; 31 | 32 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 33 | internal Resources() 34 | { 35 | } 36 | 37 | /// 38 | /// 返回此类使用的、缓存的 ResourceManager 实例。 39 | /// 40 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 41 | internal static global::System.Resources.ResourceManager ResourceManager 42 | { 43 | get 44 | { 45 | if ((resourceMan == null)) 46 | { 47 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("FileSplitAndJion.Properties.Resources", typeof(Resources).Assembly); 48 | resourceMan = temp; 49 | } 50 | return resourceMan; 51 | } 52 | } 53 | 54 | /// 55 | /// 为所有资源查找重写当前线程的 CurrentUICulture 属性, 56 | /// 方法是使用此强类型资源类。 57 | /// 58 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 59 | internal static global::System.Globalization.CultureInfo Culture 60 | { 61 | get 62 | { 63 | return resourceCulture; 64 | } 65 | set 66 | { 67 | resourceCulture = value; 68 | } 69 | } 70 | } 71 | } 72 | -------------------------------------------------------------------------------- /ThunderEncodeDecode/ThunderEncodeDecode/ThunderEncodeDecode/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // 此代码由工具生成。 4 | // 运行时版本: 2.0.50727.5448 5 | // 6 | // 对此文件的更改可能会导致不正确的行为,并且如果 7 | // 重新生成代码,这些更改将丢失。 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace ThunderEncodeDecode.Properties 12 | { 13 | 14 | 15 | /// 16 | /// 一个强类型的资源类,用于查找本地化的字符串等。 17 | /// 18 | // 此类是由 StronglyTypedResourceBuilder 19 | // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 20 | // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen 21 | // (以 /str 作为命令选项),或重新生成 VS 项目。 22 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] 23 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 25 | internal class Resources 26 | { 27 | 28 | private static global::System.Resources.ResourceManager resourceMan; 29 | 30 | private static global::System.Globalization.CultureInfo resourceCulture; 31 | 32 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 33 | internal Resources() 34 | { 35 | } 36 | 37 | /// 38 | /// 返回此类使用的、缓存的 ResourceManager 实例。 39 | /// 40 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 41 | internal static global::System.Resources.ResourceManager ResourceManager 42 | { 43 | get 44 | { 45 | if ((resourceMan == null)) 46 | { 47 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ThunderEncodeDecode.Properties.Resources", typeof(Resources).Assembly); 48 | resourceMan = temp; 49 | } 50 | return resourceMan; 51 | } 52 | } 53 | 54 | /// 55 | /// 为所有资源查找重写当前线程的 CurrentUICulture 属性, 56 | /// 方法是使用此强类型资源类。 57 | /// 58 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 59 | internal static global::System.Globalization.CultureInfo Culture 60 | { 61 | get 62 | { 63 | return resourceCulture; 64 | } 65 | set 66 | { 67 | resourceCulture = value; 68 | } 69 | } 70 | } 71 | } 72 | -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/RegistryManager.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Text; 4 | using Microsoft.Win32; 5 | 6 | //51Aspx.com 下载 7 | namespace ISoft 8 | { 9 | class RegistryManager 10 | { 11 | private static string keyName = "ISoft"; 12 | private static string keyPath = @"SOFTWARE\Microsoft\Windows\CurrentVersion\Run"; 13 | private static string keyValue = System.Reflection.Assembly.GetExecutingAssembly().Location + " /s"; 14 | 15 | /// 16 | /// 添加启动项 17 | /// 18 | public static void AddKey() 19 | { 20 | RegistryKey k; 21 | k = Registry.CurrentUser.CreateSubKey(keyPath); 22 | k.SetValue(keyName, keyValue); 23 | k.Close(); 24 | } 25 | 26 | /// 27 | /// 检查键是否存在 28 | /// 29 | /// 30 | public static bool ExistKey() 31 | { 32 | string[] aimnames; 33 | RegistryKey aimdir = Registry.CurrentUser.OpenSubKey(keyPath); 34 | aimnames = aimdir.GetValueNames(); 35 | foreach (string aimKey in aimnames) 36 | { 37 | if (aimKey == keyName) 38 | return true; 39 | } 40 | 41 | return false; 42 | } 43 | 44 | /// 45 | /// 删除启动项 46 | /// 47 | public static void DeleteKey() 48 | { 49 | string[] aimnames; 50 | RegistryKey aimdir = Registry.CurrentUser.OpenSubKey(keyPath, true); 51 | aimnames = aimdir.GetValueNames(); 52 | foreach (string aimKey in aimnames) 53 | { 54 | if (aimKey == keyName) 55 | { 56 | aimdir.DeleteValue(keyName); 57 | aimdir.Close(); 58 | break; 59 | } 60 | } 61 | } 62 | 63 | /// 64 | /// 检查启动项是否正常 65 | /// 66 | /// 如果没有,是否添加? 67 | public static void CheckAutoRun(bool addReg) 68 | { 69 | try 70 | { 71 | //检查是否已有启动项 72 | if (ExistKey()) 73 | { 74 | //重新写入//增加新项 75 | AddKey(); 76 | } 77 | else 78 | { 79 | if (addReg) 80 | { 81 | //增加新项 82 | AddKey(); 83 | } 84 | } 85 | } 86 | catch (Exception ex) 87 | { 88 | throw new Exception("检查启动项时出现错误!\n" + ex.Message); 89 | } 90 | } 91 | } 92 | } 93 | -------------------------------------------------------------------------------- /ThunderEncodeDecode/ThunderEncodeDecode/ThunderEncodeDecode/Form1.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | using System.Text.RegularExpressions; 10 | 11 | namespace ThunderEncodeDecode 12 | { 13 | public partial class Form1 : Form 14 | { 15 | public Form1() 16 | { 17 | InitializeComponent(); 18 | } 19 | public string ThunderEncode(string Address) 20 | { 21 | string pattern = @"^http://([\w-]+\.)+[\w-]+(/[\w-./?%&=]*)?$"; 22 | Regex addressRegex = new Regex(pattern); 23 | Match m = addressRegex.Match(Address); 24 | try 25 | { 26 | if (m.Success) 27 | { 28 | string newAddress = OperAddress(Address); 29 | byte[] b = Encoding.GetEncoding(0).GetBytes(newAddress); 30 | return @"thunder://" + Convert.ToBase64String(b); 31 | } 32 | else 33 | { 34 | MessageBox.Show("请输入正确地址!", "错误", MessageBoxButtons.OK, MessageBoxIcon.Error); 35 | return null; 36 | } 37 | } 38 | catch 39 | { 40 | return null; 41 | } 42 | } 43 | 44 | public string ThunderDecode(string ThunderAddress) 45 | { 46 | string pattern = @"^thunder://"; 47 | Regex thunderAddressRegex = new Regex(pattern); 48 | Match m = thunderAddressRegex.Match(ThunderAddress); 49 | try 50 | { 51 | if (m.Success) 52 | { 53 | byte[] b = Convert.FromBase64String(ReplaceThunder(ThunderAddress)); 54 | string Address = ReplaceAAZZ(Encoding.GetEncoding(0).GetString(b)); 55 | return Address; 56 | } 57 | else 58 | { 59 | MessageBox.Show("请输入正确的地址!", "错误", MessageBoxButtons.OK, MessageBoxIcon.Error); 60 | return null; 61 | } 62 | } 63 | catch 64 | { 65 | return null; 66 | } 67 | } 68 | 69 | public string OperAddress(string Address) 70 | { 71 | return "AA" + Address + "ZZ"; 72 | } 73 | 74 | public string ReplaceThunder(string ThunderAddress) 75 | { 76 | string pattern = @"^thunder://"; 77 | return Regex.Replace(ThunderAddress, pattern, ""); 78 | } 79 | 80 | public string ReplaceAAZZ(string AAZZAddress) 81 | { 82 | string pattern1 = "AA"; 83 | string pattern2 = "ZZ"; 84 | string replaceAA = Regex.Replace(AAZZAddress, pattern1, ""); 85 | return Regex.Replace(replaceAA, pattern2, ""); 86 | } 87 | 88 | private void encodeBtn_Click(object sender, EventArgs e) 89 | { 90 | this.outputTxb.Text = ThunderEncode(inputTxb.Text); 91 | } 92 | 93 | private void clearBtn_Click(object sender, EventArgs e) 94 | { 95 | this.inputTxb.Text = ""; 96 | this.outputTxb.Text = ""; 97 | } 98 | 99 | private void decodeBtn_Click(object sender, EventArgs e) 100 | { 101 | this.outputTxb.Text = ThunderDecode(inputTxb.Text); 102 | } 103 | } 104 | } 105 | -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/ShowLoadInfo.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | using System.Drawing.Drawing2D; 10 | using ControlExs; 11 | 12 | namespace ISoft 13 | { 14 | public partial class ShowLoadInfo : Form 15 | { 16 | public ShowLoadInfo():base() 17 | { 18 | InitializeComponent(); 19 | } 20 | 21 | #region 绘制白色遮罩层模块 22 | 23 | #region Override 24 | 25 | protected override CreateParams CreateParams 26 | { 27 | get 28 | { 29 | CreateParams cp = base.CreateParams; 30 | if (!DesignMode) 31 | { 32 | cp.ExStyle |= (int)WindowStyle.WS_CLIPCHILDREN; 33 | } 34 | return cp; 35 | } 36 | } 37 | 38 | protected override void OnPaint(PaintEventArgs e) 39 | { 40 | base.OnPaint(e); 41 | DrawFromAlphaMainPart(this, e.Graphics); 42 | } 43 | 44 | #endregion 45 | 46 | #region Private 47 | 48 | /// 49 | /// 绘制窗体主体部分白色透明层 50 | /// 51 | /// 52 | /// 53 | public static void DrawFromAlphaMainPart(Form form, Graphics g) 54 | { 55 | Color[] colors = 56 | { 57 | Color.FromArgb(20, Color.White), 58 | Color.FromArgb(60, Color.White), 59 | Color.FromArgb(140, Color.White), 60 | Color.FromArgb(200, Color.White), 61 | Color.FromArgb(240, Color.White), 62 | Color.FromArgb(240, Color.White) 63 | }; 64 | 65 | float[] pos = 66 | { 67 | 0.0f, 68 | 0.00f, 69 | 0.10f, 70 | 0.95f, 71 | 0.999f, 72 | 1.0f 73 | }; 74 | 75 | ColorBlend colorBlend = new ColorBlend(6); 76 | colorBlend.Colors = colors; 77 | colorBlend.Positions = pos; 78 | 79 | RectangleF destRect = new RectangleF(0, 0, form.Width, form.Height); 80 | using (LinearGradientBrush lBrush = new LinearGradientBrush(destRect, colors[0], colors[5], LinearGradientMode.Vertical)) 81 | { 82 | lBrush.InterpolationColors = colorBlend; 83 | g.FillRectangle(lBrush, destRect); 84 | } 85 | } 86 | 87 | 88 | private void SetStyles() 89 | { 90 | SetStyle(ControlStyles.UserPaint, true); 91 | SetStyle(ControlStyles.AllPaintingInWmPaint, true); 92 | SetStyle(ControlStyles.OptimizedDoubleBuffer, true); 93 | SetStyle(ControlStyles.ResizeRedraw, true); 94 | SetStyle(ControlStyles.SupportsTransparentBackColor, true); 95 | UpdateStyles(); 96 | } 97 | 98 | #endregion 99 | 100 | #endregion 101 | 102 | private void ShowLoadInfo_Load(object sender, EventArgs e) 103 | { 104 | this.Left = (Screen.PrimaryScreen.WorkingArea.Width - Width) / 2; 105 | this.Top = (Screen.PrimaryScreen.WorkingArea.Height - Height) / 2; 106 | 107 | proBar.Value = 0; 108 | proBar.Minimum = 0; 109 | proBar.Maximum = 7; 110 | proBar.Step = 1; 111 | 112 | } 113 | } 114 | } 115 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | ################# 2 | ## Eclipse 3 | ################# 4 | 5 | *.pydevproject 6 | .project 7 | .metadata 8 | bin/ 9 | tmp/ 10 | *.tmp 11 | *.bak 12 | *.swp 13 | *~.nib 14 | local.properties 15 | .classpath 16 | .settings/ 17 | .loadpath 18 | 19 | # External tool builders 20 | .externalToolBuilders/ 21 | 22 | # Locally stored "Eclipse launch configurations" 23 | *.launch 24 | 25 | # CDT-specific 26 | .cproject 27 | 28 | # PDT-specific 29 | .buildpath 30 | 31 | 32 | ################# 33 | ## Visual Studio 34 | ################# 35 | 36 | ## Ignore Visual Studio temporary files, build results, and 37 | ## files generated by popular Visual Studio add-ons. 38 | 39 | # User-specific files 40 | *.suo 41 | *.user 42 | *.sln.docstates 43 | 44 | # Build results 45 | 46 | [Dd]ebug/ 47 | [Rr]elease/ 48 | x64/ 49 | build/ 50 | [Bb]in/ 51 | [Oo]bj/ 52 | 53 | # MSTest test Results 54 | [Tt]est[Rr]esult*/ 55 | [Bb]uild[Ll]og.* 56 | 57 | *_i.c 58 | *_p.c 59 | *.ilk 60 | *.meta 61 | *.obj 62 | *.pch 63 | *.pdb 64 | *.pgc 65 | *.pgd 66 | *.rsp 67 | *.sbr 68 | *.tlb 69 | *.tli 70 | *.tlh 71 | *.tmp 72 | *.tmp_proj 73 | *.log 74 | *.vspscc 75 | *.vssscc 76 | .builds 77 | *.pidb 78 | *.log 79 | *.scc 80 | 81 | # Visual C++ cache files 82 | ipch/ 83 | *.aps 84 | *.ncb 85 | *.opensdf 86 | *.sdf 87 | *.cachefile 88 | 89 | # Visual Studio profiler 90 | *.psess 91 | *.vsp 92 | *.vspx 93 | 94 | # Guidance Automation Toolkit 95 | *.gpState 96 | 97 | # ReSharper is a .NET coding add-in 98 | _ReSharper*/ 99 | *.[Rr]e[Ss]harper 100 | 101 | # TeamCity is a build add-in 102 | _TeamCity* 103 | 104 | # DotCover is a Code Coverage Tool 105 | *.dotCover 106 | 107 | # NCrunch 108 | *.ncrunch* 109 | .*crunch*.local.xml 110 | 111 | # Installshield output folder 112 | [Ee]xpress/ 113 | 114 | # DocProject is a documentation generator add-in 115 | DocProject/buildhelp/ 116 | DocProject/Help/*.HxT 117 | DocProject/Help/*.HxC 118 | DocProject/Help/*.hhc 119 | DocProject/Help/*.hhk 120 | DocProject/Help/*.hhp 121 | DocProject/Help/Html2 122 | DocProject/Help/html 123 | 124 | # Click-Once directory 125 | publish/ 126 | 127 | # Publish Web Output 128 | *.Publish.xml 129 | *.pubxml 130 | 131 | # NuGet Packages Directory 132 | ## TODO: If you have NuGet Package Restore enabled, uncomment the next line 133 | #packages/ 134 | 135 | # Windows Azure Build Output 136 | csx 137 | *.build.csdef 138 | 139 | # Windows Store app package directory 140 | AppPackages/ 141 | 142 | # Others 143 | sql/ 144 | *.Cache 145 | ClientBin/ 146 | [Ss]tyle[Cc]op.* 147 | ~$* 148 | *~ 149 | *.dbmdl 150 | *.[Pp]ublish.xml 151 | *.pfx 152 | *.publishsettings 153 | 154 | # RIA/Silverlight projects 155 | Generated_Code/ 156 | 157 | # Backup & report files from converting an old project file to a newer 158 | # Visual Studio version. Backup files are not needed, because we have git ;-) 159 | _UpgradeReport_Files/ 160 | Backup*/ 161 | UpgradeLog*.XML 162 | UpgradeLog*.htm 163 | 164 | # SQL Server files 165 | App_Data/*.mdf 166 | App_Data/*.ldf 167 | 168 | ############# 169 | ## Windows detritus 170 | ############# 171 | 172 | # Windows image file caches 173 | Thumbs.db 174 | ehthumbs.db 175 | 176 | # Folder config file 177 | Desktop.ini 178 | 179 | # Recycle Bin used on file shares 180 | $RECYCLE.BIN/ 181 | 182 | # Mac crap 183 | .DS_Store 184 | 185 | 186 | ############# 187 | ## Python 188 | ############# 189 | 190 | *.py[co] 191 | 192 | # Packages 193 | *.egg 194 | *.egg-info 195 | dist/ 196 | build/ 197 | eggs/ 198 | parts/ 199 | var/ 200 | sdist/ 201 | develop-eggs/ 202 | .installed.cfg 203 | 204 | # Installer logs 205 | pip-log.txt 206 | 207 | # Unit test / coverage reports 208 | .coverage 209 | .tox 210 | 211 | #Translations 212 | *.mo 213 | 214 | #Mr Developer 215 | .mr.developer.cfg 216 | -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/ShowLoadInfo.Designer.cs: -------------------------------------------------------------------------------- 1 | namespace ISoft 2 | { 3 | partial class ShowLoadInfo 4 | { 5 | /// 6 | /// 必需的设计器变量。 7 | /// 8 | private System.ComponentModel.IContainer components = null; 9 | 10 | /// 11 | /// 清理所有正在使用的资源。 12 | /// 13 | /// 如果应释放托管资源,为 true;否则为 false。 14 | protected override void Dispose(bool disposing) 15 | { 16 | if (disposing && (components != null)) 17 | { 18 | components.Dispose(); 19 | } 20 | base.Dispose(disposing); 21 | } 22 | 23 | #region Windows 窗体设计器生成的代码 24 | 25 | /// 26 | /// 设计器支持所需的方法 - 不要 27 | /// 使用代码编辑器修改此方法的内容。 28 | /// 29 | private void InitializeComponent() 30 | { 31 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ShowLoadInfo)); 32 | this.label1 = new System.Windows.Forms.Label(); 33 | this.label2 = new System.Windows.Forms.Label(); 34 | this.proBar = new DevComponents.DotNetBar.Controls.ProgressBarX(); 35 | this.SuspendLayout(); 36 | // 37 | // label1 38 | // 39 | this.label1.AutoSize = true; 40 | this.label1.BackColor = System.Drawing.Color.Transparent; 41 | this.label1.Location = new System.Drawing.Point(2, 39); 42 | this.label1.Name = "label1"; 43 | this.label1.Size = new System.Drawing.Size(41, 12); 44 | this.label1.TabIndex = 1; 45 | this.label1.Text = "状态:"; 46 | // 47 | // label2 48 | // 49 | this.label2.AutoSize = true; 50 | this.label2.BackColor = System.Drawing.Color.Transparent; 51 | this.label2.Location = new System.Drawing.Point(49, 39); 52 | this.label2.Name = "label2"; 53 | this.label2.Size = new System.Drawing.Size(131, 12); 54 | this.label2.TabIndex = 1; 55 | this.label2.Text = "开始检查系统完整性..."; 56 | // 57 | // proBar 58 | // 59 | this.proBar.Location = new System.Drawing.Point(4, 3); 60 | this.proBar.Name = "proBar"; 61 | this.proBar.Size = new System.Drawing.Size(289, 23); 62 | this.proBar.TabIndex = 2; 63 | this.proBar.Text = "progressBarX1"; 64 | // 65 | // ShowLoadInfo 66 | // 67 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 68 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 69 | this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); 70 | this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; 71 | this.ClientSize = new System.Drawing.Size(294, 59); 72 | this.Controls.Add(this.proBar); 73 | this.Controls.Add(this.label2); 74 | this.Controls.Add(this.label1); 75 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; 76 | this.MaximizeBox = false; 77 | this.MinimizeBox = false; 78 | this.Name = "ShowLoadInfo"; 79 | this.ShowInTaskbar = false; 80 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 81 | this.Text = "ShowLoadInfo"; 82 | this.Load += new System.EventHandler(this.ShowLoadInfo_Load); 83 | this.ResumeLayout(false); 84 | this.PerformLayout(); 85 | 86 | } 87 | 88 | #endregion 89 | 90 | private System.Windows.Forms.Label label1; 91 | public System.Windows.Forms.Label label2; 92 | public DevComponents.DotNetBar.Controls.ProgressBarX proBar; 93 | 94 | } 95 | } -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/AboutBox.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | using System.Drawing.Drawing2D; 10 | using ControlExs; 11 | 12 | namespace ISoft 13 | { 14 | public partial class AboutBox : FormEx 15 | { 16 | public AboutBox():base() 17 | { 18 | InitializeComponent(); 19 | } 20 | 21 | #region 绘制白色遮罩层模块 22 | 23 | #region Override 24 | 25 | protected override CreateParams CreateParams 26 | { 27 | get 28 | { 29 | CreateParams cp = base.CreateParams; 30 | if (!DesignMode) 31 | { 32 | cp.ExStyle |= (int)WindowStyle.WS_CLIPCHILDREN; 33 | } 34 | return cp; 35 | } 36 | } 37 | 38 | protected override void OnPaint(PaintEventArgs e) 39 | { 40 | base.OnPaint(e); 41 | DrawFromAlphaMainPart(this, e.Graphics); 42 | } 43 | 44 | #endregion 45 | 46 | #region Private 47 | 48 | /// 49 | /// 绘制窗体主体部分白色透明层 50 | /// 51 | /// 52 | /// 53 | public static void DrawFromAlphaMainPart(Form form, Graphics g) 54 | { 55 | Color[] colors = 56 | { 57 | Color.FromArgb(20, Color.White), 58 | Color.FromArgb(60, Color.White), 59 | Color.FromArgb(140, Color.White), 60 | Color.FromArgb(200, Color.White), 61 | Color.FromArgb(240, Color.White), 62 | Color.FromArgb(240, Color.White) 63 | }; 64 | 65 | float[] pos = 66 | { 67 | 0.0f, 68 | 0.04f, 69 | 0.10f, 70 | 0.95f, 71 | 0.999f, 72 | 1.0f 73 | }; 74 | 75 | ColorBlend colorBlend = new ColorBlend(6); 76 | colorBlend.Colors = colors; 77 | colorBlend.Positions = pos; 78 | 79 | RectangleF destRect = new RectangleF(0, 0, form.Width, form.Height); 80 | using (LinearGradientBrush lBrush = new LinearGradientBrush(destRect, colors[0], colors[5], LinearGradientMode.Vertical)) 81 | { 82 | lBrush.InterpolationColors = colorBlend; 83 | g.FillRectangle(lBrush, destRect); 84 | } 85 | } 86 | 87 | 88 | private void SetStyles() 89 | { 90 | SetStyle(ControlStyles.UserPaint, true); 91 | SetStyle(ControlStyles.AllPaintingInWmPaint, true); 92 | SetStyle(ControlStyles.OptimizedDoubleBuffer, true); 93 | SetStyle(ControlStyles.ResizeRedraw, true); 94 | SetStyle(ControlStyles.SupportsTransparentBackColor, true); 95 | UpdateStyles(); 96 | } 97 | 98 | #endregion 99 | 100 | #endregion 101 | 102 | private void AboutBox_Load(object sender, EventArgs e) 103 | { 104 | this.Left = (Screen.PrimaryScreen.WorkingArea.Width - Width) / 2; 105 | this.Top = (Screen.PrimaryScreen.WorkingArea.Height - Height) / 2; 106 | } 107 | 108 | private void btxFinish_Click(object sender, EventArgs e) 109 | { 110 | this.Close(); 111 | } 112 | 113 | private void reflectionImage1_Click(object sender, EventArgs e) 114 | { 115 | System.Diagnostics.Process.Start("http://chinetsoft.d209.cnaaa5.com"); 116 | } 117 | 118 | private void reflectionLabel1_Click(object sender, EventArgs e) 119 | { 120 | System.Diagnostics.Process.Start("http://chinetsoft.d209.cnaaa5.com"); 121 | } 122 | 123 | } 124 | } 125 | -------------------------------------------------------------------------------- /ThunderEncodeDecode/ThunderEncodeDecode/ThunderEncodeDecode/ThunderEncodeDecode.csproj: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Debug 5 | AnyCPU 6 | 9.0.30729 7 | 2.0 8 | {1867F127-552F-4031-AFB4-7E496484507C} 9 | WinExe 10 | Properties 11 | ThunderEncodeDecode 12 | ThunderEncodeDecode 13 | v3.5 14 | 512 15 | Thunder.ICO 16 | 17 | 18 | true 19 | full 20 | false 21 | bin\Debug\ 22 | DEBUG;TRACE 23 | prompt 24 | 4 25 | 26 | 27 | pdbonly 28 | true 29 | bin\Release\ 30 | TRACE 31 | prompt 32 | 4 33 | 34 | 35 | 36 | 37 | 3.5 38 | 39 | 40 | 3.5 41 | 42 | 43 | 3.5 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | Form 54 | 55 | 56 | Form1.cs 57 | 58 | 59 | 60 | 61 | Form1.cs 62 | 63 | 64 | ResXFileCodeGenerator 65 | Resources.Designer.cs 66 | Designer 67 | 68 | 69 | True 70 | Resources.resx 71 | 72 | 73 | SettingsSingleFileGenerator 74 | Settings.Designer.cs 75 | 76 | 77 | True 78 | Settings.settings 79 | True 80 | 81 | 82 | 83 | 84 | 85 | 86 | 93 | -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/SetForm.Designer.cs: -------------------------------------------------------------------------------- 1 | namespace ISoft 2 | { 3 | partial class SetForm 4 | { 5 | /// 6 | /// 必需的设计器变量。 7 | /// 8 | private System.ComponentModel.IContainer components = null; 9 | 10 | /// 11 | /// 清理所有正在使用的资源。 12 | /// 13 | /// 如果应释放托管资源,为 true;否则为 false。 14 | protected override void Dispose(bool disposing) 15 | { 16 | if (disposing && (components != null)) 17 | { 18 | components.Dispose(); 19 | } 20 | base.Dispose(disposing); 21 | } 22 | 23 | #region Windows 窗体设计器生成的代码 24 | 25 | /// 26 | /// 设计器支持所需的方法 - 不要 27 | /// 使用代码编辑器修改此方法的内容。 28 | /// 29 | private void InitializeComponent() 30 | { 31 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SetForm)); 32 | this.AutorunCheck = new System.Windows.Forms.CheckBox(); 33 | this.btnSet = new System.Windows.Forms.Button(); 34 | this.MemCleanCheck = new System.Windows.Forms.CheckBox(); 35 | this.SuspendLayout(); 36 | // 37 | // AutorunCheck 38 | // 39 | this.AutorunCheck.AutoSize = true; 40 | this.AutorunCheck.BackColor = System.Drawing.Color.Transparent; 41 | this.AutorunCheck.Location = new System.Drawing.Point(34, 72); 42 | this.AutorunCheck.Name = "AutorunCheck"; 43 | this.AutorunCheck.Size = new System.Drawing.Size(72, 16); 44 | this.AutorunCheck.TabIndex = 0; 45 | this.AutorunCheck.Text = "开机启动"; 46 | this.AutorunCheck.UseVisualStyleBackColor = false; 47 | // 48 | // btnSet 49 | // 50 | this.btnSet.Location = new System.Drawing.Point(123, 125); 51 | this.btnSet.Name = "btnSet"; 52 | this.btnSet.Size = new System.Drawing.Size(75, 23); 53 | this.btnSet.TabIndex = 1; 54 | this.btnSet.Text = "保 存"; 55 | this.btnSet.UseVisualStyleBackColor = true; 56 | this.btnSet.Click += new System.EventHandler(this.btnSet_Click); 57 | // 58 | // MemCleanCheck 59 | // 60 | this.MemCleanCheck.AutoSize = true; 61 | this.MemCleanCheck.BackColor = System.Drawing.Color.Transparent; 62 | this.MemCleanCheck.Location = new System.Drawing.Point(193, 72); 63 | this.MemCleanCheck.Name = "MemCleanCheck"; 64 | this.MemCleanCheck.Size = new System.Drawing.Size(96, 16); 65 | this.MemCleanCheck.TabIndex = 2; 66 | this.MemCleanCheck.Text = "定时内存整理"; 67 | this.MemCleanCheck.UseVisualStyleBackColor = false; 68 | // 69 | // SetForm 70 | // 71 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 72 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 73 | this.ClientSize = new System.Drawing.Size(316, 179); 74 | this.Controls.Add(this.MemCleanCheck); 75 | this.Controls.Add(this.btnSet); 76 | this.Controls.Add(this.AutorunCheck); 77 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 78 | this.Location = new System.Drawing.Point(0, 0); 79 | this.MaximizeBox = false; 80 | this.MinimizeBox = false; 81 | this.Name = "SetForm"; 82 | this.ShowInTaskbar = false; 83 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 84 | this.Text = "ISoft设置"; 85 | this.Load += new System.EventHandler(this.SetForm_Load); 86 | this.ResumeLayout(false); 87 | this.PerformLayout(); 88 | 89 | } 90 | 91 | #endregion 92 | 93 | private System.Windows.Forms.CheckBox AutorunCheck; 94 | private System.Windows.Forms.Button btnSet; 95 | private System.Windows.Forms.CheckBox MemCleanCheck; 96 | } 97 | } -------------------------------------------------------------------------------- /VideoRec/VideoRec/VideoRec/VideoRec.csproj: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Debug 5 | AnyCPU 6 | 9.0.30729 7 | 2.0 8 | {C03FA0F0-812E-4AD1-AB44-A93598FE3F3D} 9 | WinExe 10 | Properties 11 | VideoRec 12 | VideoRec 13 | v3.5 14 | 512 15 | video.ico 16 | 17 | 18 | true 19 | full 20 | false 21 | bin\Debug\ 22 | DEBUG;TRACE 23 | prompt 24 | 4 25 | 26 | 27 | pdbonly 28 | true 29 | bin\Release\ 30 | TRACE 31 | prompt 32 | 4 33 | 34 | 35 | 36 | False 37 | F:\开发\C#开发\VideoRec视频录制器\TempTest\bin\Debug\IrisSkin2.dll 38 | 39 | 40 | 41 | 3.5 42 | 43 | 44 | 3.5 45 | 46 | 47 | 3.5 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | Form 58 | 59 | 60 | Form1.cs 61 | 62 | 63 | 64 | 65 | Form1.cs 66 | 67 | 68 | ResXFileCodeGenerator 69 | Resources.Designer.cs 70 | Designer 71 | 72 | 73 | True 74 | Resources.resx 75 | 76 | 77 | SettingsSingleFileGenerator 78 | Settings.Designer.cs 79 | 80 | 81 | True 82 | Settings.settings 83 | True 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 98 | -------------------------------------------------------------------------------- /DefaultSet/DefaultSet/DefaultSet/DefaultSet.csproj: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Debug 5 | AnyCPU 6 | 9.0.30729 7 | 2.0 8 | {D4938D5A-5106-4019-8C86-007DF7F73A49} 9 | WinExe 10 | Properties 11 | DefaultSet 12 | DefaultSet 13 | v3.5 14 | 512 15 | 16 | 17 | true 18 | full 19 | false 20 | bin\Debug\ 21 | DEBUG;TRACE 22 | prompt 23 | 4 24 | 25 | 26 | pdbonly 27 | true 28 | bin\Release\ 29 | TRACE 30 | prompt 31 | 4 32 | 33 | 34 | 35 | False 36 | F:\开发\控件开发\封好的控件\其他控件\ComboBoxEx.dll 37 | 38 | 39 | 40 | 3.5 41 | 42 | 43 | 3.5 44 | 45 | 46 | 3.5 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | False 55 | F:\开发\控件开发\封好的控件\其他控件\VistaButton.dll 56 | 57 | 58 | 59 | 60 | Form 61 | 62 | 63 | Form1.cs 64 | 65 | 66 | 67 | 68 | Form1.cs 69 | 70 | 71 | ResXFileCodeGenerator 72 | Resources.Designer.cs 73 | Designer 74 | 75 | 76 | True 77 | Resources.resx 78 | 79 | 80 | SettingsSingleFileGenerator 81 | Settings.Designer.cs 82 | 83 | 84 | True 85 | Settings.settings 86 | True 87 | 88 | 89 | 90 | 97 | -------------------------------------------------------------------------------- /ISoft/ISoft/ISoft/ErrorCollection.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | using System.Net.Mail; 10 | using System.IO; 11 | using System.Net; 12 | 13 | namespace ISoft 14 | { 15 | public partial class ErrorCollection : Form 16 | { 17 | int ErrorFlag; 18 | 19 | public ErrorCollection(int errorFlag) 20 | { 21 | InitializeComponent(); 22 | 23 | ErrorFlag = errorFlag; 24 | } 25 | 26 | //设置Smtp协议 27 | SmtpClient smtpClient = null; 28 | //设置发信人地址 需要密码 29 | MailAddress AddressFrom = null; 30 | //设置收信人地址 不需要密码 31 | MailAddress AddressTo = null; 32 | //邮件信息 33 | MailMessage Message = null; 34 | 35 | //设置Smtp服务器信息 36 | private void SetSmtpClient(string serverHost, int Port) 37 | { 38 | smtpClient = new SmtpClient(); 39 | //指定Smtp服务名 40 | //QQ:smtp.qq.com 41 | //sina:smtp.sina.cn 42 | smtpClient.Host = serverHost; 43 | smtpClient.Port = Port; 44 | smtpClient.Timeout = 0; 45 | } 46 | 47 | //验证发件人信息 48 | private void SetAddressFrom(string mailAddress, string mailPwd) 49 | { 50 | //创建服务器验证 51 | NetworkCredential networkCreadential_My = new NetworkCredential(mailAddress, mailPwd); 52 | //实例化发件人地址 53 | AddressFrom = new MailAddress(mailAddress, "ISoft错误报告机器人"); 54 | //指定发件人信息 邮箱地址和密码 55 | smtpClient.Credentials = new NetworkCredential(AddressFrom.Address, mailPwd); 56 | 57 | } 58 | 59 | private void lblErrorView_Click(object sender, EventArgs e) 60 | { 61 | if (lblErrorView.Text == "查看错误信息>>") 62 | { 63 | lblErrorView.Text = "关闭错误信息>>"; 64 | if (ErrorFlag == 1) 65 | { 66 | stopCode.Text = " 0x003B427DC"; 67 | stopDesc.Text = " 未知异常"; 68 | plError.Visible = true; 69 | } 70 | else 71 | if (ErrorFlag == 2) 72 | { 73 | stopCode.Text = "0x000003EA7"; 74 | stopDesc.Text = "UI线程异常"; 75 | plError.Visible = true; 76 | } 77 | else 78 | { 79 | stopCode.Text = "0x03AF0069F"; 80 | stopDesc.Text = "非UI线程异常"; 81 | plError.Visible = true; 82 | } 83 | } 84 | else 85 | { 86 | lblErrorView.Text = "查看错误信息>>"; 87 | plError.Visible = false; 88 | } 89 | } 90 | 91 | private void btClose_Click(object sender, EventArgs e) 92 | { 93 | try 94 | { 95 | //设置Smtp服务器信息 96 | SetSmtpClient("smtp." + "163" + ".com", 25); 97 | 98 | //设置发送地址信息 99 | SetAddressFrom("You Mail Address", "Your Mail Secret"); 100 | 101 | //message信息 102 | Message = new MailMessage(); 103 | 104 | //发信人地址 105 | Message.From = AddressFrom; 106 | //收信人地址 107 | AddressTo = new MailAddress("403760530" + "@qq.com"); 108 | //添加收信人地址 109 | Message.To.Add(AddressTo); 110 | 111 | //信息的主题 112 | Message.Subject = "ISoft错误报告 " + DateTime.Now.ToLongTimeString(); 113 | //主题的编码方式 114 | 115 | Message.SubjectEncoding = System.Text.Encoding.UTF8; 116 | 117 | Message.Attachments.Add(new Attachment("./ErrLog/error.log")); 118 | //发送 119 | smtpClient.SendAsync(Message, "000000"); 120 | 121 | } 122 | catch (Exception EX) 123 | { 124 | MessageBox.Show(EX.ToString()); 125 | } 126 | 127 | this.Close(); 128 | } 129 | 130 | private void lblConnecQQ_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) 131 | { 132 | System.Diagnostics.Process.Start("http://wpa.qq.com/msgrd?v=3&uin=403760530&site=qq&menu=yes"); 133 | } 134 | 135 | } 136 | } 137 | -------------------------------------------------------------------------------- /VideoRec/VideoRec/VideoRec/VideoWork.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Runtime.InteropServices; 3 | using System.Drawing; 4 | using System.Drawing.Imaging; 5 | 6 | 7 | namespace VideoRec 8 | { 9 | public class VideoWork 10 | { 11 | private const int WM_USER = 0x400; 12 | private const int WS_CHILD = 0x40000000; 13 | private const int WS_VISIBLE = 0x10000000; 14 | private const int WM_CAP_START = WM_USER; 15 | private const int WM_CAP_STOP = WM_CAP_START + 68; 16 | private const int WM_CAP_DRIVER_CONNECT = WM_CAP_START + 10; 17 | private const int WM_CAP_DRIVER_DISCONNECT = WM_CAP_START + 11; 18 | private const int WM_CAP_SAVEDIB = WM_CAP_START + 25; 19 | private const int WM_CAP_GRAB_FRAME = WM_CAP_START + 60; 20 | private const int WM_CAP_SEQUENCE = WM_CAP_START + 62; 21 | private const int WM_CAP_FILE_SET_CAPTURE_FILEA = WM_CAP_START + 20; 22 | private const int WM_CAP_SEQUENCE_NOFILE = WM_CAP_START + 63; 23 | private const int WM_CAP_SET_OVERLAY = WM_CAP_START + 51; 24 | private const int WM_CAP_SET_PREVIEW = WM_CAP_START + 50; 25 | private const int WM_CAP_SET_CALLBACK_VIDEOSTREAM = WM_CAP_START + 6; 26 | private const int WM_CAP_SET_CALLBACK_ERROR = WM_CAP_START + 2; 27 | private const int WM_CAP_SET_CALLBACK_STATUSA = WM_CAP_START + 3; 28 | private const int WM_CAP_SET_CALLBACK_FRAME = WM_CAP_START + 5; 29 | private const int WM_CAP_SET_SCALE = WM_CAP_START + 53; 30 | private const int WM_CAP_SET_PREVIEWRATE = WM_CAP_START + 52; 31 | private IntPtr hWndC; 32 | private bool bWorkStart = false; 33 | private IntPtr mControlPtr; 34 | private int mWidth; 35 | private int mHeight; 36 | private int mLeft; 37 | private int mTop; 38 | private byte[] lpszName = new byte[100]; 39 | 40 | 41 | // 初始化显示图像 42 | 43 | public VideoWork(IntPtr handle, int left, int top, int width, int height) 44 | { 45 | mControlPtr = handle; 46 | mWidth = width; 47 | mHeight = height; 48 | mLeft = left; 49 | mTop = top; 50 | } 51 | [DllImport("avicap32.dll")] 52 | private static extern IntPtr capCreateCaptureWindowA(byte[] lpszWindowName, int dwStyle, int x, int y, int nWidth, int nHeight, IntPtr hWndParent, int nID); 53 | [DllImport("avicap32.dll")] 54 | private static extern int capGetVideoFormat(IntPtr hWnd, IntPtr psVideoFormat, int wSize); 55 | [DllImport("User32.dll")] 56 | private static extern bool SendMessage(IntPtr hWnd, int wMsg, int wParam, long lParam); 57 | // 开始显示图像 58 | public void Start() 59 | { 60 | if (bWorkStart) 61 | return; 62 | bWorkStart = true; 63 | 64 | hWndC = capCreateCaptureWindowA(lpszName, WS_CHILD | WS_VISIBLE, mLeft, mTop, mWidth, mHeight, mControlPtr, 0); 65 | if (hWndC.ToInt32() != 0) 66 | { 67 | SendMessage(hWndC, WM_CAP_SET_CALLBACK_VIDEOSTREAM, 0, 0); 68 | SendMessage(hWndC, WM_CAP_SET_CALLBACK_ERROR, 0, 0); 69 | SendMessage(hWndC, WM_CAP_SET_CALLBACK_STATUSA, 0, 0); 70 | SendMessage(hWndC, WM_CAP_DRIVER_CONNECT, 0, 0); 71 | SendMessage(hWndC, WM_CAP_SET_SCALE, 1, 0); 72 | SendMessage(hWndC, WM_CAP_SET_PREVIEWRATE, 66, 0); 73 | SendMessage(hWndC, WM_CAP_SET_OVERLAY, 1, 0); 74 | SendMessage(hWndC, WM_CAP_SET_PREVIEW, 1, 0); 75 | //Global.log.Write("SendMessage"); 76 | } 77 | return; 78 | } 79 | 80 | // 停止显示 81 | public void Stop() 82 | { 83 | SendMessage(hWndC, WM_CAP_DRIVER_DISCONNECT, 0, 0); 84 | bWorkStart = false; 85 | } 86 | 87 | //抓图 88 | public void GrabImage(string path) 89 | { 90 | 91 | IntPtr hBmp = Marshal.StringToHGlobalAnsi(path); 92 | SendMessage(hWndC, WM_CAP_SAVEDIB, 0, hBmp.ToInt64()); 93 | } 94 | public void Kinescope(string path) 95 | { 96 | IntPtr hBmp = Marshal.StringToHGlobalAnsi(path); 97 | SendMessage(hWndC, WM_CAP_FILE_SET_CAPTURE_FILEA, 0, hBmp.ToInt64()); 98 | SendMessage(hWndC, WM_CAP_SEQUENCE, 0, 0); 99 | } 100 | 101 | //停止录像 102 | public void StopKinescope() 103 | { 104 | SendMessage(hWndC, WM_CAP_STOP, 0, 0); 105 | } 106 | 107 | } 108 | } 109 | -------------------------------------------------------------------------------- /TimeSyn/TimeSyn/TimeSyn/TimeSyn.csproj: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Debug 5 | AnyCPU 6 | 9.0.30729 7 | 2.0 8 | {42EE02A7-35C0-4872-A686-F4A9D8D0039E} 9 | WinExe 10 | Properties 11 | TimeSyn 12 | TimeSyn 13 | v3.5 14 | 512 15 | 16 | 17 | true 18 | full 19 | false 20 | bin\Debug\ 21 | DEBUG;TRACE 22 | prompt 23 | 4 24 | 25 | 26 | pdbonly 27 | true 28 | bin\Release\ 29 | TRACE 30 | prompt 31 | 4 32 | 33 | 34 | 35 | False 36 | ..\..\..\FileMonitor\FileMonitor\FileMonitor\bin\Debug\CustomMessageBox.dll 37 | 38 | 39 | 40 | 3.5 41 | 42 | 43 | 44 | 3.5 45 | 46 | 47 | 3.5 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | False 56 | F:\开发\控件开发\封好的控件\其他控件\VistaButton.dll 57 | 58 | 59 | False 60 | F:\开发\控件开发\封好的控件\其他控件\WindowsFormsAero.dll 61 | 62 | 63 | 64 | 65 | 66 | Form 67 | 68 | 69 | Form1.cs 70 | 71 | 72 | 73 | 74 | Form1.cs 75 | 76 | 77 | ResXFileCodeGenerator 78 | Resources.Designer.cs 79 | Designer 80 | 81 | 82 | True 83 | Resources.resx 84 | 85 | 86 | SettingsSingleFileGenerator 87 | Settings.Designer.cs 88 | 89 | 90 | True 91 | Settings.settings 92 | True 93 | 94 | 95 | 96 | 103 | -------------------------------------------------------------------------------- /RubbishCleaner/RubbishCleaner/RubbishCleaner/RubbishCleaner.csproj: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Debug 5 | AnyCPU 6 | 9.0.30729 7 | 2.0 8 | {1D01159C-464E-4ABF-9B90-EA2DF0670F87} 9 | WinExe 10 | Properties 11 | RubbishCleaner 12 | RubbishCleaner 13 | v3.5 14 | 512 15 | 16 | 17 | true 18 | full 19 | false 20 | bin\Debug\ 21 | DEBUG;TRACE 22 | prompt 23 | 4 24 | 25 | 26 | pdbonly 27 | true 28 | bin\Release\ 29 | TRACE 30 | prompt 31 | 4 32 | 33 | 34 | 35 | False 36 | F:\开发\控件开发\封好的控件\其他控件\ButtonEx.dll 37 | 38 | 39 | False 40 | F:\开发\控件开发\封好的控件\其他控件\CheckBoxEx.dll 41 | 42 | 43 | 44 | False 45 | F:\开发\控件开发\封好的控件\其他控件\RadioButtonEx.dll 46 | 47 | 48 | 49 | 3.5 50 | 51 | 52 | 53 | 3.5 54 | 55 | 56 | 3.5 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | Form 67 | 68 | 69 | Form1.cs 70 | 71 | 72 | 73 | 74 | 75 | Form1.cs 76 | 77 | 78 | ResXFileCodeGenerator 79 | Resources.Designer.cs 80 | Designer 81 | 82 | 83 | True 84 | Resources.resx 85 | 86 | 87 | SettingsSingleFileGenerator 88 | Settings.Designer.cs 89 | 90 | 91 | True 92 | Settings.settings 93 | True 94 | 95 | 96 | 97 | 98 | 105 | -------------------------------------------------------------------------------- /DefaultSet/DefaultSet/DefaultSet/Form1.Designer.cs: -------------------------------------------------------------------------------- 1 | namespace DefaultSet 2 | { 3 | partial class Form1 4 | { 5 | /// 6 | /// 必需的设计器变量。 7 | /// 8 | private System.ComponentModel.IContainer components = null; 9 | 10 | /// 11 | /// 清理所有正在使用的资源。 12 | /// 13 | /// 如果应释放托管资源,为 true;否则为 false。 14 | protected override void Dispose(bool disposing) 15 | { 16 | if (disposing && (components != null)) 17 | { 18 | components.Dispose(); 19 | } 20 | base.Dispose(disposing); 21 | } 22 | 23 | #region Windows 窗体设计器生成的代码 24 | 25 | /// 26 | /// 设计器支持所需的方法 - 不要 27 | /// 使用代码编辑器修改此方法的内容。 28 | /// 29 | private void InitializeComponent() 30 | { 31 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); 32 | this.label1 = new System.Windows.Forms.Label(); 33 | this.cboInpulg = new CSharpWin.ComboBoxEx(); 34 | this.vbtSet = new 试验TimeLabel.VistaButton(); 35 | this.vbtExit = new 试验TimeLabel.VistaButton(); 36 | this.SuspendLayout(); 37 | // 38 | // label1 39 | // 40 | this.label1.AutoSize = true; 41 | this.label1.BackColor = System.Drawing.Color.Transparent; 42 | this.label1.ForeColor = System.Drawing.SystemColors.ControlText; 43 | this.label1.Location = new System.Drawing.Point(47, 20); 44 | this.label1.Name = "label1"; 45 | this.label1.Size = new System.Drawing.Size(113, 12); 46 | this.label1.TabIndex = 0; 47 | this.label1.Text = "请选择系统输入法:"; 48 | // 49 | // cboInpulg 50 | // 51 | this.cboInpulg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 52 | this.cboInpulg.FormattingEnabled = true; 53 | this.cboInpulg.Location = new System.Drawing.Point(49, 45); 54 | this.cboInpulg.Name = "cboInpulg"; 55 | this.cboInpulg.Size = new System.Drawing.Size(233, 20); 56 | this.cboInpulg.TabIndex = 1; 57 | // 58 | // vbtSet 59 | // 60 | this.vbtSet.BackColor = System.Drawing.Color.Transparent; 61 | this.vbtSet.BaseColor = System.Drawing.Color.Transparent; 62 | this.vbtSet.ButtonText = "设为默认"; 63 | this.vbtSet.Location = new System.Drawing.Point(49, 143); 64 | this.vbtSet.Name = "vbtSet"; 65 | this.vbtSet.Size = new System.Drawing.Size(100, 32); 66 | this.vbtSet.TabIndex = 2; 67 | this.vbtSet.Click += new System.EventHandler(this.vbtSet_Click); 68 | // 69 | // vbtExit 70 | // 71 | this.vbtExit.BackColor = System.Drawing.Color.Transparent; 72 | this.vbtExit.BaseColor = System.Drawing.Color.Transparent; 73 | this.vbtExit.ButtonText = "退出程序"; 74 | this.vbtExit.Location = new System.Drawing.Point(194, 143); 75 | this.vbtExit.Name = "vbtExit"; 76 | this.vbtExit.Size = new System.Drawing.Size(100, 32); 77 | this.vbtExit.TabIndex = 2; 78 | this.vbtExit.Click += new System.EventHandler(this.vbtExit_Click); 79 | // 80 | // Form1 81 | // 82 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 83 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 84 | this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); 85 | this.ClientSize = new System.Drawing.Size(331, 214); 86 | this.Controls.Add(this.vbtExit); 87 | this.Controls.Add(this.vbtSet); 88 | this.Controls.Add(this.cboInpulg); 89 | this.Controls.Add(this.label1); 90 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; 91 | this.Name = "Form1"; 92 | this.ShowInTaskbar = false; 93 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 94 | this.Text = "默认软件设置 v1.0.5"; 95 | this.Load += new System.EventHandler(this.Form1_Load); 96 | this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseDown); 97 | this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseMove); 98 | this.ResumeLayout(false); 99 | this.PerformLayout(); 100 | 101 | } 102 | 103 | #endregion 104 | 105 | private System.Windows.Forms.Label label1; 106 | private CSharpWin.ComboBoxEx cboInpulg; 107 | private 试验TimeLabel.VistaButton vbtSet; 108 | private 试验TimeLabel.VistaButton vbtExit; 109 | } 110 | } 111 | 112 | -------------------------------------------------------------------------------- /FileDestory/FileDestory/FileDestory/FileDestory.csproj: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Debug 5 | AnyCPU 6 | 9.0.30729 7 | 2.0 8 | {1ADEAA41-CD09-4F8B-872F-CA5756667BEF} 9 | WinExe 10 | Properties 11 | FileDestory 12 | FileDestory 13 | v3.5 14 | 512 15 | 16 | 17 | true 18 | full 19 | false 20 | bin\Debug\ 21 | DEBUG;TRACE 22 | prompt 23 | 4 24 | 25 | 26 | pdbonly 27 | true 28 | bin\Release\ 29 | TRACE 30 | prompt 31 | 4 32 | 33 | 34 | 35 | False 36 | F:\开发\控件开发\封好的控件\其他控件\ButtonEx.dll 37 | 38 | 39 | False 40 | F:\开发\控件开发\封好的控件\QQ 控件\bxyztSkin.dll 41 | 42 | 43 | False 44 | F:\开发\控件开发\封好的控件\其他控件\CheckBoxEx.dll 45 | 46 | 47 | False 48 | F:\开发\控件开发\封好的控件\其他控件\ListViewEx.dll 49 | 50 | 51 | 52 | 3.5 53 | 54 | 55 | 56 | 3.5 57 | 58 | 59 | 3.5 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | Form 71 | 72 | 73 | Form1.cs 74 | 75 | 76 | 77 | 78 | Form1.cs 79 | 80 | 81 | ResXFileCodeGenerator 82 | Resources.Designer.cs 83 | Designer 84 | 85 | 86 | True 87 | Resources.resx 88 | 89 | 90 | SettingsSingleFileGenerator 91 | Settings.Designer.cs 92 | 93 | 94 | True 95 | Settings.settings 96 | True 97 | 98 | 99 | 100 | 107 | --------------------------------------------------------------------------------