├── 拾色器
├── .vs
│ └── 拾色器
│ │ └── v16
│ │ ├── Server
│ │ └── sqlite3
│ │ │ ├── db.lock
│ │ │ └── storage.ide
│ │ └── .suo
├── 拾色器
│ ├── obj
│ │ ├── Debug
│ │ │ ├── 拾色器.csproj.CoreCompileInputs.cache
│ │ │ ├── Void.baml
│ │ │ ├── 拾色器.exe
│ │ │ ├── 拾色器.pdb
│ │ │ ├── MainWindow.baml
│ │ │ ├── 拾色器.g.resources
│ │ │ ├── 拾色器_MarkupCompile.lref
│ │ │ ├── 拾色器.Properties.Resources.resources
│ │ │ ├── 拾色器.csproj.GenerateResource.cache
│ │ │ ├── 拾色器.csprojAssemblyReference.cache
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── 拾色器_MarkupCompile.cache
│ │ │ ├── 拾色器_MarkupCompile.i.cache
│ │ │ ├── 拾色器.csproj.FileListAbsolute.txt
│ │ │ ├── App.g.cs
│ │ │ ├── App.g.i.cs
│ │ │ ├── Void.g.cs
│ │ │ ├── Void.g.i.cs
│ │ │ ├── MainWindow.g.cs
│ │ │ └── MainWindow.g.i.cs
│ │ └── Release
│ │ │ ├── 拾色器.csproj.CoreCompileInputs.cache
│ │ │ ├── 拾色器.exe
│ │ │ ├── 拾色器.pdb
│ │ │ ├── Void.baml
│ │ │ ├── MainWindow.baml
│ │ │ ├── 拾色器.g.resources
│ │ │ ├── 拾色器_MarkupCompile.lref
│ │ │ ├── 拾色器.Properties.Resources.resources
│ │ │ ├── 拾色器.csproj.GenerateResource.cache
│ │ │ ├── 拾色器.csprojAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── 拾色器_MarkupCompile.cache
│ │ │ ├── 拾色器.csproj.FileListAbsolute.txt
│ │ │ ├── App.g.cs
│ │ │ ├── App.g.i.cs
│ │ │ ├── Void.g.cs
│ │ │ ├── Void.g.i.cs
│ │ │ └── MainWindow.g.cs
│ ├── image
│ │ └── ico.ico
│ ├── bin
│ │ ├── Debug
│ │ │ ├── 拾色器.exe
│ │ │ ├── 拾色器.pdb
│ │ │ └── 拾色器.exe.config
│ │ └── Release
│ │ │ ├── 拾色器.exe
│ │ │ ├── 拾色器.pdb
│ │ │ └── 拾色器.exe.config
│ ├── App.config
│ ├── Properties
│ │ ├── Settings.settings
│ │ ├── Settings.Designer.cs
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ ├── App.xaml.cs
│ ├── Data.cs
│ ├── App.xaml
│ ├── Void.xaml
│ ├── Class
│ │ ├── LeyoutProcess.cs
│ │ ├── AidClass.cs
│ │ └── MainClass.cs
│ ├── Void.xaml.cs
│ ├── Function.cs
│ ├── MainWindow.xaml.cs
│ ├── MainWindow.xaml
│ └── 拾色器.csproj
└── 拾色器.sln
├── 拾色器精简
├── .vs
│ └── 拾色器精简
│ │ └── v16
│ │ ├── Server
│ │ └── sqlite3
│ │ │ ├── db.lock
│ │ │ └── storage.ide
│ │ └── .suo
├── 拾色器精简
│ ├── obj
│ │ ├── Debug
│ │ │ ├── 拾色器精简.csproj.CoreCompileInputs.cache
│ │ │ ├── NULL.baml
│ │ │ ├── 拾色器精简.exe
│ │ │ ├── 拾色器精简.pdb
│ │ │ ├── MainWindow.baml
│ │ │ ├── 拾色器精简.g.resources
│ │ │ ├── 拾色器精简_MarkupCompile.lref
│ │ │ ├── 拾色器精简.csproj.GenerateResource.cache
│ │ │ ├── 拾色器精简.csprojAssemblyReference.cache
│ │ │ ├── 拾色器精简.Properties.Resources.resources
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── 拾色器精简_MarkupCompile.cache
│ │ │ ├── 拾色器精简_MarkupCompile.i.cache
│ │ │ ├── 拾色器精简.csproj.FileListAbsolute.txt
│ │ │ ├── App.g.cs
│ │ │ ├── App.g.i.cs
│ │ │ ├── NULL.g.cs
│ │ │ ├── NULL.g.i.cs
│ │ │ ├── MainWindow.g.cs
│ │ │ └── MainWindow.g.i.cs
│ │ └── Release
│ │ │ ├── 拾色器精简.csproj.CoreCompileInputs.cache
│ │ │ ├── NULL.baml
│ │ │ ├── 拾色器精简.exe
│ │ │ ├── 拾色器精简.pdb
│ │ │ ├── MainWindow.baml
│ │ │ ├── 拾色器精简.g.resources
│ │ │ ├── 拾色器精简_MarkupCompile.lref
│ │ │ ├── 拾色器精简_MarkupCompile.i.lref
│ │ │ ├── 拾色器精简.csproj.GenerateResource.cache
│ │ │ ├── 拾色器精简.csprojAssemblyReference.cache
│ │ │ ├── 拾色器精简.Properties.Resources.resources
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── 拾色器精简_MarkupCompile.cache
│ │ │ ├── 拾色器精简_MarkupCompile.i.cache
│ │ │ ├── 拾色器精简.csproj.FileListAbsolute.txt
│ │ │ ├── App.g.cs
│ │ │ ├── App.g.i.cs
│ │ │ ├── NULL.g.cs
│ │ │ ├── NULL.g.i.cs
│ │ │ ├── MainWindow.g.cs
│ │ │ └── MainWindow.g.i.cs
│ ├── image
│ │ ├── 2.ico
│ │ └── 移动.png
│ ├── bin
│ │ ├── Debug
│ │ │ ├── 拾色器精简.exe
│ │ │ ├── 拾色器精简.pdb
│ │ │ └── 拾色器精简.exe.config
│ │ └── Release
│ │ │ ├── 拾色器精简.exe
│ │ │ ├── 拾色器精简.pdb
│ │ │ └── 拾色器精简.exe.config
│ ├── App.config
│ ├── Properties
│ │ ├── Settings.settings
│ │ ├── Settings.Designer.cs
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ ├── App.xaml.cs
│ ├── App.xaml
│ ├── Data.cs
│ ├── NULL.xaml
│ ├── NULL.xaml.cs
│ ├── MainWindow.xaml
│ ├── AidClass.cs
│ ├── MainWindow.xaml.cs
│ ├── MainClass.cs
│ └── 拾色器精简.csproj
└── 拾色器精简.sln
└── README.md
/拾色器/.vs/拾色器/v16/Server/sqlite3/db.lock:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/拾色器精简/.vs/拾色器精简/v16/Server/sqlite3/db.lock:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # ColorPickerCode
2 | * Application Dome:https://www.bilibili.com/video/av52108851/
3 |
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Debug/拾色器.csproj.CoreCompileInputs.cache:
--------------------------------------------------------------------------------
1 | 021f82f3137ddc88642d57588073cb186776d060
2 |
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Release/拾色器.csproj.CoreCompileInputs.cache:
--------------------------------------------------------------------------------
1 | fcd5ecc497e0f2e008fba26e39a4e69d8671251b
2 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Debug/拾色器精简.csproj.CoreCompileInputs.cache:
--------------------------------------------------------------------------------
1 | 62ce073a63b966d5a7faec5c78a97d8241441dbc
2 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Release/拾色器精简.csproj.CoreCompileInputs.cache:
--------------------------------------------------------------------------------
1 | df49269542b5b9251b084a0c1d0355f764570e3f
2 |
--------------------------------------------------------------------------------
/拾色器/.vs/拾色器/v16/.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器/.vs/拾色器/v16/.suo
--------------------------------------------------------------------------------
/拾色器/拾色器/image/ico.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器/拾色器/image/ico.ico
--------------------------------------------------------------------------------
/拾色器精简/.vs/拾色器精简/v16/.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器精简/.vs/拾色器精简/v16/.suo
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/image/2.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器精简/拾色器精简/image/2.ico
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/image/移动.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器精简/拾色器精简/image/移动.png
--------------------------------------------------------------------------------
/拾色器/拾色器/bin/Debug/拾色器.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器/拾色器/bin/Debug/拾色器.exe
--------------------------------------------------------------------------------
/拾色器/拾色器/bin/Debug/拾色器.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器/拾色器/bin/Debug/拾色器.pdb
--------------------------------------------------------------------------------
/拾色器/拾色器/bin/Release/拾色器.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器/拾色器/bin/Release/拾色器.exe
--------------------------------------------------------------------------------
/拾色器/拾色器/bin/Release/拾色器.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器/拾色器/bin/Release/拾色器.pdb
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Debug/Void.baml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器/拾色器/obj/Debug/Void.baml
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Debug/拾色器.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器/拾色器/obj/Debug/拾色器.exe
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Debug/拾色器.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器/拾色器/obj/Debug/拾色器.pdb
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Release/拾色器.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器/拾色器/obj/Release/拾色器.exe
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Release/拾色器.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器/拾色器/obj/Release/拾色器.pdb
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Release/Void.baml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器/拾色器/obj/Release/Void.baml
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/bin/Debug/拾色器精简.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器精简/拾色器精简/bin/Debug/拾色器精简.exe
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/bin/Debug/拾色器精简.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器精简/拾色器精简/bin/Debug/拾色器精简.pdb
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Debug/NULL.baml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器精简/拾色器精简/obj/Debug/NULL.baml
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Debug/拾色器精简.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器精简/拾色器精简/obj/Debug/拾色器精简.exe
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Debug/拾色器精简.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器精简/拾色器精简/obj/Debug/拾色器精简.pdb
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Debug/MainWindow.baml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器/拾色器/obj/Debug/MainWindow.baml
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Debug/拾色器.g.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器/拾色器/obj/Debug/拾色器.g.resources
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/bin/Release/拾色器精简.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器精简/拾色器精简/bin/Release/拾色器精简.exe
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/bin/Release/拾色器精简.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器精简/拾色器精简/bin/Release/拾色器精简.pdb
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Release/NULL.baml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器精简/拾色器精简/obj/Release/NULL.baml
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Release/拾色器精简.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器精简/拾色器精简/obj/Release/拾色器精简.exe
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Release/拾色器精简.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器精简/拾色器精简/obj/Release/拾色器精简.pdb
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Debug/拾色器_MarkupCompile.lref:
--------------------------------------------------------------------------------
1 |
2 |
3 | FD:\_NET&C#\WPF\拾色器\拾色器\MainWindow.xaml;;
4 | FD:\_NET&C#\WPF\拾色器\拾色器\Void.xaml;;
5 |
6 |
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Release/MainWindow.baml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器/拾色器/obj/Release/MainWindow.baml
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Release/拾色器.g.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器/拾色器/obj/Release/拾色器.g.resources
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Release/拾色器_MarkupCompile.lref:
--------------------------------------------------------------------------------
1 |
2 |
3 | FD:\_NET&C#\WPF\拾色器\拾色器\MainWindow.xaml;;
4 | FD:\_NET&C#\WPF\拾色器\拾色器\Void.xaml;;
5 |
6 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Debug/MainWindow.baml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器精简/拾色器精简/obj/Debug/MainWindow.baml
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Debug/拾色器精简.g.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器精简/拾色器精简/obj/Debug/拾色器精简.g.resources
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Release/MainWindow.baml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器精简/拾色器精简/obj/Release/MainWindow.baml
--------------------------------------------------------------------------------
/拾色器/.vs/拾色器/v16/Server/sqlite3/storage.ide:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器/.vs/拾色器/v16/Server/sqlite3/storage.ide
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Release/拾色器精简.g.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器精简/拾色器精简/obj/Release/拾色器精简.g.resources
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Debug/拾色器精简_MarkupCompile.lref:
--------------------------------------------------------------------------------
1 |
2 |
3 | FD:\_NET&C#\WPF\拾色器精简\拾色器精简\MainWindow.xaml;;
4 | FD:\_NET&C#\WPF\拾色器精简\拾色器精简\NULL.xaml;;
5 |
6 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Release/拾色器精简_MarkupCompile.lref:
--------------------------------------------------------------------------------
1 |
2 |
3 | FD:\_NET&C#\WPF\拾色器精简\拾色器精简\MainWindow.xaml;;
4 | FD:\_NET&C#\WPF\拾色器精简\拾色器精简\NULL.xaml;;
5 |
6 |
--------------------------------------------------------------------------------
/拾色器精简/.vs/拾色器精简/v16/Server/sqlite3/storage.ide:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器精简/.vs/拾色器精简/v16/Server/sqlite3/storage.ide
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Release/拾色器精简_MarkupCompile.i.lref:
--------------------------------------------------------------------------------
1 |
2 |
3 | FD:\_NET&C#\WPF\拾色器精简\拾色器精简\MainWindow.xaml;;
4 | FD:\_NET&C#\WPF\拾色器精简\拾色器精简\NULL.xaml;;
5 |
6 |
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Debug/拾色器.Properties.Resources.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器/拾色器/obj/Debug/拾色器.Properties.Resources.resources
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Debug/拾色器.csproj.GenerateResource.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器/拾色器/obj/Debug/拾色器.csproj.GenerateResource.cache
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Debug/拾色器.csprojAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器/拾色器/obj/Debug/拾色器.csprojAssemblyReference.cache
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Release/拾色器.Properties.Resources.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器/拾色器/obj/Release/拾色器.Properties.Resources.resources
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Release/拾色器.csproj.GenerateResource.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器/拾色器/obj/Release/拾色器.csproj.GenerateResource.cache
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Release/拾色器.csprojAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器/拾色器/obj/Release/拾色器.csprojAssemblyReference.cache
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Debug/拾色器精简.csproj.GenerateResource.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器精简/拾色器精简/obj/Debug/拾色器精简.csproj.GenerateResource.cache
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Debug/拾色器精简.csprojAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器精简/拾色器精简/obj/Debug/拾色器精简.csprojAssemblyReference.cache
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Debug/DesignTimeResolveAssemblyReferences.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器/拾色器/obj/Debug/DesignTimeResolveAssemblyReferences.cache
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Debug/拾色器精简.Properties.Resources.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器精简/拾色器精简/obj/Debug/拾色器精简.Properties.Resources.resources
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Release/拾色器精简.csproj.GenerateResource.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器精简/拾色器精简/obj/Release/拾色器精简.csproj.GenerateResource.cache
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Release/拾色器精简.csprojAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器精简/拾色器精简/obj/Release/拾色器精简.csprojAssemblyReference.cache
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器/拾色器/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Release/拾色器精简.Properties.Resources.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器精简/拾色器精简/obj/Release/拾色器精简.Properties.Resources.resources
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器/拾色器/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Release/TempPE/Properties.Resources.Designer.cs.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器/拾色器/obj/Release/TempPE/Properties.Resources.Designer.cs.dll
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器精简/拾色器精简/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Release/DesignTimeResolveAssemblyReferences.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器精简/拾色器精简/obj/Release/DesignTimeResolveAssemblyReferences.cache
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Release/TempPE/Properties.Resources.Designer.cs.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器精简/拾色器精简/obj/Release/TempPE/Properties.Resources.Designer.cs.dll
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器精简/拾色器精简/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThinkCodeStudio/ColorPickerCode/master/拾色器精简/拾色器精简/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/拾色器/拾色器/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/拾色器/拾色器/bin/Debug/拾色器.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/拾色器/拾色器/bin/Release/拾色器.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/bin/Debug/拾色器精简.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/bin/Release/拾色器精简.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/拾色器/拾色器/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Debug/拾色器_MarkupCompile.cache:
--------------------------------------------------------------------------------
1 | 拾色器
2 |
3 |
4 | winexe
5 | C#
6 | .cs
7 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Debug\
8 | 拾色器
9 | none
10 | false
11 | DEBUG;TRACE
12 | D:\_NET&C#\WPF\拾色器\拾色器\App.xaml
13 | 2842117232
14 |
15 | 111224809939
16 | 151270957945
17 | MainWindow.xaml;Void.xaml;
18 |
19 | False
20 |
21 |
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Release/拾色器_MarkupCompile.cache:
--------------------------------------------------------------------------------
1 | 拾色器
2 |
3 |
4 | winexe
5 | C#
6 | .cs
7 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Release\
8 | 拾色器
9 | none
10 | false
11 | TRACE
12 | D:\_NET&C#\WPF\拾色器\拾色器\App.xaml
13 | 2842117232
14 |
15 | 111224809939
16 | 151270957945
17 | MainWindow.xaml;Void.xaml;
18 |
19 | False
20 |
21 |
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Debug/拾色器_MarkupCompile.i.cache:
--------------------------------------------------------------------------------
1 | 拾色器
2 |
3 |
4 | winexe
5 | C#
6 | .cs
7 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Debug\
8 | 拾色器
9 | none
10 | false
11 | DEBUG;TRACE
12 | D:\_NET&C#\WPF\拾色器\拾色器\App.xaml
13 | 2842117232
14 |
15 | 121101985674
16 | 151270957945
17 | MainWindow.xaml;Void.xaml;
18 |
19 | False
20 |
21 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Release/拾色器精简_MarkupCompile.cache:
--------------------------------------------------------------------------------
1 | 拾色器精简
2 |
3 |
4 | winexe
5 | C#
6 | .cs
7 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Release\
8 | 拾色器精简
9 | none
10 | false
11 | TRACE
12 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\App.xaml
13 | 2983421712
14 |
15 | 9-249550615
16 | 151270957945
17 | MainWindow.xaml;NULL.xaml;
18 |
19 | False
20 |
21 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Debug/拾色器精简_MarkupCompile.cache:
--------------------------------------------------------------------------------
1 | 拾色器精简
2 |
3 |
4 | winexe
5 | C#
6 | .cs
7 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Debug\
8 | 拾色器精简
9 | none
10 | false
11 | DEBUG;TRACE
12 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\App.xaml
13 | 2983421712
14 |
15 | 9-249550615
16 | 151270957945
17 | MainWindow.xaml;NULL.xaml;
18 |
19 | False
20 |
21 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Debug/拾色器精简_MarkupCompile.i.cache:
--------------------------------------------------------------------------------
1 | 拾色器精简
2 |
3 |
4 | winexe
5 | C#
6 | .cs
7 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Debug\
8 | 拾色器精简
9 | none
10 | false
11 | DEBUG;TRACE
12 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\App.xaml
13 | 2983421712
14 |
15 | 10-372374880
16 | 151270957945
17 | MainWindow.xaml;NULL.xaml;
18 |
19 | False
20 |
21 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Release/拾色器精简_MarkupCompile.i.cache:
--------------------------------------------------------------------------------
1 | 拾色器精简
2 |
3 |
4 | winexe
5 | C#
6 | .cs
7 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Release\
8 | 拾色器精简
9 | none
10 | false
11 | TRACE
12 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\App.xaml
13 | 2983421712
14 |
15 | 10-372374880
16 | 151270957945
17 | MainWindow.xaml;NULL.xaml;
18 |
19 | True
20 |
21 |
--------------------------------------------------------------------------------
/拾色器/拾色器/App.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Configuration;
4 | using System.Data;
5 | using System.Linq;
6 | using System.Threading.Tasks;
7 | using System.Windows;
8 |
9 | namespace 拾色器
10 | {
11 | ///
12 | /// App.xaml 的交互逻辑
13 | ///
14 | public partial class App : Application
15 | {
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/拾色器/拾色器/Data.cs:
--------------------------------------------------------------------------------
1 | using System.Windows.Media;
2 |
3 | namespace 拾色器
4 | {
5 | class Data
6 | {
7 | public static Color Color { get; set; }
8 |
9 | public static int Red { get; set; }
10 | public static int Green { get; set; }
11 | public static int Blue { get; set; }
12 |
13 | public static int Count { get; set; }
14 | }
15 | }
16 |
--------------------------------------------------------------------------------
/拾色器/拾色器/App.xaml:
--------------------------------------------------------------------------------
1 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/App.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Configuration;
4 | using System.Data;
5 | using System.Linq;
6 | using System.Threading.Tasks;
7 | using System.Windows;
8 |
9 | namespace 拾色器精简
10 | {
11 | ///
12 | /// App.xaml 的交互逻辑
13 | ///
14 | public partial class App : Application
15 | {
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/App.xaml:
--------------------------------------------------------------------------------
1 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/Data.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 | using System.Threading.Tasks;
6 | using System.Windows.Media;
7 |
8 | namespace 拾色器精简
9 | {
10 | static class Data
11 | {
12 | public static Color Color { get; set; }
13 | public static int Red { get; set; }
14 | public static int Green { get; set; }
15 | public static int Blue { get; set; }
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/NULL.xaml:
--------------------------------------------------------------------------------
1 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/拾色器/拾色器/Void.xaml:
--------------------------------------------------------------------------------
1 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Debug/拾色器.csproj.FileListAbsolute.txt:
--------------------------------------------------------------------------------
1 | D:\_NET&C#\WPF\拾色器\拾色器\bin\Debug\拾色器.exe.config
2 | D:\_NET&C#\WPF\拾色器\拾色器\bin\Debug\拾色器.exe
3 | D:\_NET&C#\WPF\拾色器\拾色器\bin\Debug\拾色器.pdb
4 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Debug\拾色器.csprojAssemblyReference.cache
5 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Debug\MainWindow.g.cs
6 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Debug\App.g.cs
7 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Debug\拾色器_MarkupCompile.cache
8 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Debug\拾色器_MarkupCompile.lref
9 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Debug\MainWindow.baml
10 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Debug\拾色器.g.resources
11 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Debug\拾色器.Properties.Resources.resources
12 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Debug\拾色器.csproj.GenerateResource.cache
13 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Debug\拾色器.csproj.CoreCompileInputs.cache
14 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Debug\拾色器.exe
15 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Debug\拾色器.pdb
16 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Debug\Void.g.cs
17 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Debug\Void.baml
18 |
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Release/拾色器.csproj.FileListAbsolute.txt:
--------------------------------------------------------------------------------
1 | D:\_NET&C#\WPF\拾色器\拾色器\bin\Release\拾色器.exe.config
2 | D:\_NET&C#\WPF\拾色器\拾色器\bin\Release\拾色器.exe
3 | D:\_NET&C#\WPF\拾色器\拾色器\bin\Release\拾色器.pdb
4 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Release\拾色器.csprojAssemblyReference.cache
5 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Release\MainWindow.g.cs
6 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Release\Void.g.cs
7 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Release\App.g.cs
8 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Release\拾色器_MarkupCompile.cache
9 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Release\拾色器_MarkupCompile.lref
10 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Release\MainWindow.baml
11 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Release\Void.baml
12 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Release\拾色器.g.resources
13 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Release\拾色器.Properties.Resources.resources
14 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Release\拾色器.csproj.GenerateResource.cache
15 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Release\拾色器.csproj.CoreCompileInputs.cache
16 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Release\拾色器.exe
17 | D:\_NET&C#\WPF\拾色器\拾色器\obj\Release\拾色器.pdb
18 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Debug/拾色器精简.csproj.FileListAbsolute.txt:
--------------------------------------------------------------------------------
1 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\bin\Debug\拾色器精简.exe.config
2 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\bin\Debug\拾色器精简.exe
3 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\bin\Debug\拾色器精简.pdb
4 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Debug\拾色器精简.csprojAssemblyReference.cache
5 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Debug\MainWindow.g.cs
6 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Debug\App.g.cs
7 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Debug\拾色器精简_MarkupCompile.cache
8 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Debug\拾色器精简_MarkupCompile.lref
9 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Debug\MainWindow.baml
10 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Debug\拾色器精简.g.resources
11 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Debug\拾色器精简.Properties.Resources.resources
12 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Debug\拾色器精简.csproj.GenerateResource.cache
13 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Debug\拾色器精简.csproj.CoreCompileInputs.cache
14 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Debug\拾色器精简.exe
15 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Debug\拾色器精简.pdb
16 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Debug\NULL.g.cs
17 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Debug\NULL.baml
18 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Release/拾色器精简.csproj.FileListAbsolute.txt:
--------------------------------------------------------------------------------
1 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\bin\Release\拾色器精简.exe.config
2 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\bin\Release\拾色器精简.exe
3 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\bin\Release\拾色器精简.pdb
4 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Release\MainWindow.g.cs
5 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Release\NULL.g.cs
6 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Release\App.g.cs
7 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Release\拾色器精简_MarkupCompile.cache
8 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Release\拾色器精简_MarkupCompile.lref
9 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Release\MainWindow.baml
10 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Release\NULL.baml
11 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Release\拾色器精简.g.resources
12 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Release\拾色器精简.Properties.Resources.resources
13 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Release\拾色器精简.csproj.GenerateResource.cache
14 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Release\拾色器精简.csproj.CoreCompileInputs.cache
15 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Release\拾色器精简.exe
16 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Release\拾色器精简.pdb
17 | D:\_NET&C#\WPF\拾色器精简\拾色器精简\obj\Release\拾色器精简.csprojAssemblyReference.cache
18 |
--------------------------------------------------------------------------------
/拾色器/拾色器/Class/LeyoutProcess.cs:
--------------------------------------------------------------------------------
1 | using System.Windows.Controls;
2 | namespace 拾色器
3 | {
4 | class LeyoutProcess
5 | {
6 | public static void UpdataTextBox(MainWindow obj)
7 | {
8 | UpdataTxtFun(obj.txtbokColorFour, obj.txtboxHexColorFour, obj.txtbokColorFives, obj.txtboxHexColorFives);
9 | UpdataTxtFun(obj.txtbokColorThree, obj.txtboxHexColorThree, obj.txtbokColorFour, obj.txtboxHexColorFour);
10 | UpdataTxtFun(obj.txtbokColorTwo, obj.txtboxHexColorTwo, obj.txtbokColorThree, obj.txtboxHexColorThree);
11 | UpdataTxtFun(obj.txtbokColorOne, obj.txtboxHexColorOne, obj.txtbokColorTwo, obj.txtboxHexColorTwo);
12 | UpdataTxtFun(obj.txtbokColorMaster, obj.txtboxHexColorMaster, obj.txtbokColorOne, obj.txtboxHexColorOne);
13 | }
14 |
15 | private static void UpdataTxtFun(TextBlock bok1, TextBox box1, TextBlock bok2, TextBox box2 )
16 | {
17 | if (box1.Text != "")
18 | {
19 | bok2.Background = bok1.Background;
20 | box2.Text = box1.Text;
21 | }
22 | }
23 |
24 | }
25 | }
26 |
--------------------------------------------------------------------------------
/拾色器/拾色器/Void.xaml.cs:
--------------------------------------------------------------------------------
1 | using System.Windows;
2 | using System.Windows.Input;
3 |
4 |
5 | namespace 拾色器
6 | {
7 | ///
8 | /// Void.xaml 的交互逻辑
9 | ///
10 | public partial class Void : Window
11 | {
12 | AidClass Aid = new AidClass();//获取截屏的功能类
13 | MainClass mainClass = new MainClass();//像素颜色转换的功能类
14 |
15 |
16 | int X = 0;
17 | int Y = 0;
18 |
19 | public Void()
20 | {
21 | InitializeComponent();
22 | x.Source = Aid.GetScreenSnapshot();//获取截屏
23 | }
24 |
25 | private void Window_MouseDown(object sender, MouseButtonEventArgs e)
26 | {
27 | int r, g, b; r = g = b = 0;
28 | //将某个像素的颜色提取出来
29 | Data.Color = mainClass.GetPixelColor(X, Y,ref r,ref g,ref b);
30 |
31 | Data.Red = r;
32 | Data.Green = g;
33 | Data.Blue = b;
34 | this.Close();
35 | }
36 |
37 | private void Window_MouseMove(object sender, MouseEventArgs e)
38 | {
39 | mainClass.GetMove(ref X, ref Y);
40 | }
41 | }
42 |
43 | }
44 |
--------------------------------------------------------------------------------
/拾色器/拾色器.sln:
--------------------------------------------------------------------------------
1 |
2 | Microsoft Visual Studio Solution File, Format Version 12.00
3 | # Visual Studio Version 16
4 | VisualStudioVersion = 16.0.28803.202
5 | MinimumVisualStudioVersion = 10.0.40219.1
6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "拾色器", "拾色器\拾色器.csproj", "{D207A30F-445D-4C6B-B9C0-2B12D676D045}"
7 | EndProject
8 | Global
9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
10 | Debug|Any CPU = Debug|Any CPU
11 | Release|Any CPU = Release|Any CPU
12 | EndGlobalSection
13 | GlobalSection(ProjectConfigurationPlatforms) = postSolution
14 | {D207A30F-445D-4C6B-B9C0-2B12D676D045}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15 | {D207A30F-445D-4C6B-B9C0-2B12D676D045}.Debug|Any CPU.Build.0 = Debug|Any CPU
16 | {D207A30F-445D-4C6B-B9C0-2B12D676D045}.Release|Any CPU.ActiveCfg = Release|Any CPU
17 | {D207A30F-445D-4C6B-B9C0-2B12D676D045}.Release|Any CPU.Build.0 = Release|Any CPU
18 | EndGlobalSection
19 | GlobalSection(SolutionProperties) = preSolution
20 | HideSolutionNode = FALSE
21 | EndGlobalSection
22 | GlobalSection(ExtensibilityGlobals) = postSolution
23 | SolutionGuid = {431E515D-EB4A-4621-8A34-29334ECC04D4}
24 | EndGlobalSection
25 | EndGlobal
26 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简.sln:
--------------------------------------------------------------------------------
1 |
2 | Microsoft Visual Studio Solution File, Format Version 12.00
3 | # Visual Studio Version 16
4 | VisualStudioVersion = 16.0.28803.202
5 | MinimumVisualStudioVersion = 10.0.40219.1
6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "拾色器精简", "拾色器精简\拾色器精简.csproj", "{42CF678A-0ACE-425D-8FD0-C10FEFAA5D3C}"
7 | EndProject
8 | Global
9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
10 | Debug|Any CPU = Debug|Any CPU
11 | Release|Any CPU = Release|Any CPU
12 | EndGlobalSection
13 | GlobalSection(ProjectConfigurationPlatforms) = postSolution
14 | {42CF678A-0ACE-425D-8FD0-C10FEFAA5D3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15 | {42CF678A-0ACE-425D-8FD0-C10FEFAA5D3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
16 | {42CF678A-0ACE-425D-8FD0-C10FEFAA5D3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
17 | {42CF678A-0ACE-425D-8FD0-C10FEFAA5D3C}.Release|Any CPU.Build.0 = Release|Any CPU
18 | EndGlobalSection
19 | GlobalSection(SolutionProperties) = preSolution
20 | HideSolutionNode = FALSE
21 | EndGlobalSection
22 | GlobalSection(ExtensibilityGlobals) = postSolution
23 | SolutionGuid = {44CB8810-723F-4D83-AC75-50C9A5F3E7A6}
24 | EndGlobalSection
25 | EndGlobal
26 |
--------------------------------------------------------------------------------
/拾色器/拾色器/Properties/Settings.Designer.cs:
--------------------------------------------------------------------------------
1 | //------------------------------------------------------------------------------
2 | //
3 | // This code was generated by a tool.
4 | // Runtime Version:4.0.30319.42000
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 拾色器.Properties
12 | {
13 |
14 |
15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.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 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/Properties/Settings.Designer.cs:
--------------------------------------------------------------------------------
1 | //------------------------------------------------------------------------------
2 | //
3 | // This code was generated by a tool.
4 | // Runtime Version:4.0.30319.42000
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 拾色器精简.Properties
12 | {
13 |
14 |
15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.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 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/NULL.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 | using System.Threading.Tasks;
6 | using System.Windows;
7 | using System.Windows.Controls;
8 | using System.Windows.Data;
9 | using System.Windows.Documents;
10 | using System.Windows.Input;
11 | using System.Windows.Media;
12 | using System.Windows.Media.Imaging;
13 | using System.Windows.Shapes;
14 |
15 | namespace 拾色器精简
16 | {
17 | ///
18 | /// NULL.xaml 的交互逻辑
19 | ///
20 | public partial class NULL : Window
21 | {
22 | AidClass Aid = new AidClass();
23 | MainClass mainClass = new MainClass();
24 |
25 | int x = 0;
26 | int y = 0;
27 |
28 | public NULL()
29 | {
30 | InitializeComponent();
31 | img.Source = Aid.GetScreenSnapshot();
32 | }
33 |
34 | private void Window_MouseMove(object sender, MouseEventArgs e)
35 | {
36 | mainClass.GetMove(ref x, ref y);
37 | }
38 |
39 | private void Window_MouseDown(object sender, MouseButtonEventArgs e)
40 | {
41 | int r, g, b; r = g = b = 0;
42 | Data.Color = mainClass.GetPixelColor(x, y, ref r, ref g, ref b);
43 |
44 | Data.Red = r;
45 | Data.Green = g;
46 | Data.Blue = b;
47 |
48 | this.Close();
49 | }
50 | }
51 | }
52 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/MainWindow.xaml:
--------------------------------------------------------------------------------
1 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/拾色器/拾色器/Class/AidClass.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Drawing;
3 | using System.Windows;
4 | using System.Windows.Forms;
5 | using System.Windows.Media.Imaging;
6 |
7 | namespace 拾色器
8 | {
9 | class AidClass
10 | {
11 | ///
12 | /// 获取截屏
13 | ///
14 | ///
15 | public BitmapSource GetScreenSnapshot()
16 | {
17 |
18 | try
19 | {
20 | System.Drawing.Rectangle rc = SystemInformation.VirtualScreen;
21 | var bitmap = new Bitmap(rc.Width, rc.Height, System.Drawing.Imaging.PixelFormat.Format32bppArgb);
22 |
23 | using (Graphics memoryGrahics = Graphics.FromImage(bitmap))
24 | {
25 | memoryGrahics.CopyFromScreen(rc.X, rc.Y, 0, 0, rc.Size, CopyPixelOperation.SourceCopy);
26 | }
27 |
28 | return BitmapToBitmapSource(bitmap);
29 | }
30 |
31 | catch (Exception)
32 | {
33 |
34 | }
35 | return null;
36 | }
37 |
38 |
39 | //*************将form数据bitmap转换成bitmapsource*********************//
40 | [System.Runtime.InteropServices.DllImport("gdi32.dll")]
41 | public static extern bool DeleteObject(IntPtr hObject);
42 |
43 | private BitmapSource BitmapToBitmapSource(System.Drawing.Bitmap bitmap)
44 | {
45 | IntPtr ptr = bitmap.GetHbitmap();
46 | BitmapSource result =
47 | System.Windows.Interop.Imaging.CreateBitmapSourceFromHBitmap(
48 | ptr, IntPtr.Zero, Int32Rect.Empty, BitmapSizeOptions.FromEmptyOptions());
49 | //release resource
50 | DeleteObject(ptr);
51 |
52 | return result;
53 | }
54 | }
55 | }
56 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/AidClass.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Drawing;
3 | using System.Windows;
4 | using System.Windows.Forms;
5 | using System.Windows.Media.Imaging;
6 |
7 | namespace 拾色器精简
8 | {
9 | class AidClass
10 | {
11 | #region 截屏
12 |
13 | //*****************获取截屏********************************//
14 | public BitmapSource GetScreenSnapshot()
15 | {
16 |
17 | try
18 | {
19 | System.Drawing.Rectangle rc = SystemInformation.VirtualScreen;
20 | var bitmap = new Bitmap(rc.Width, rc.Height, System.Drawing.Imaging.PixelFormat.Format32bppArgb);
21 |
22 | using (Graphics memoryGrahics = Graphics.FromImage(bitmap))
23 | {
24 | memoryGrahics.CopyFromScreen(rc.X, rc.Y, 0, 0, rc.Size, CopyPixelOperation.SourceCopy);
25 | }
26 |
27 | return BitmapToBitmapSource(bitmap);
28 | }
29 |
30 | catch (Exception)
31 | {
32 |
33 | }
34 | return null;
35 | }
36 |
37 |
38 | //*************将form数据bitmap转换成bitmapsource*********************//
39 | [System.Runtime.InteropServices.DllImport("gdi32.dll")]
40 | public static extern bool DeleteObject(IntPtr hObject);
41 |
42 | private BitmapSource BitmapToBitmapSource(System.Drawing.Bitmap bitmap)
43 | {
44 | IntPtr ptr = bitmap.GetHbitmap();
45 | BitmapSource result =
46 | System.Windows.Interop.Imaging.CreateBitmapSourceFromHBitmap(
47 | ptr, IntPtr.Zero, Int32Rect.Empty, BitmapSizeOptions.FromEmptyOptions());
48 | //release resource
49 | DeleteObject(ptr);
50 |
51 | return result;
52 | }
53 | }
54 | #endregion
55 | }
56 |
--------------------------------------------------------------------------------
/拾色器/拾色器/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Resources;
3 | using System.Runtime.CompilerServices;
4 | using System.Runtime.InteropServices;
5 | using System.Windows;
6 |
7 | // 有关程序集的一般信息由以下
8 | // 控制。更改这些特性值可修改
9 | // 与程序集关联的信息。
10 | [assembly: AssemblyTitle("拾色器")]
11 | [assembly: AssemblyDescription("")]
12 | [assembly: AssemblyConfiguration("")]
13 | [assembly: AssemblyCompany("")]
14 | [assembly: AssemblyProduct("拾色器")]
15 | [assembly: AssemblyCopyright("Copyright © 2019")]
16 | [assembly: AssemblyTrademark("")]
17 | [assembly: AssemblyCulture("")]
18 |
19 | // 将 ComVisible 设置为 false 会使此程序集中的类型
20 | //对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型
21 | //请将此类型的 ComVisible 特性设置为 true。
22 | [assembly: ComVisible(false)]
23 |
24 | //若要开始生成可本地化的应用程序,请设置
25 | //.csproj 文件中的 CultureYouAreCodingWith
26 | //例如,如果您在源文件中使用的是美国英语,
27 | //使用的是美国英语,请将 设置为 en-US。 然后取消
28 | //对以下 NeutralResourceLanguage 特性的注释。 更新
29 | //以下行中的“en-US”以匹配项目文件中的 UICulture 设置。
30 |
31 | //[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
32 |
33 |
34 | [assembly: ThemeInfo(
35 | ResourceDictionaryLocation.None, //主题特定资源词典所处位置
36 | //(未在页面中找到资源时使用,
37 | //或应用程序资源字典中找到时使用)
38 | ResourceDictionaryLocation.SourceAssembly //常规资源词典所处位置
39 | //(未在页面中找到资源时使用,
40 | //、应用程序或任何主题专用资源字典中找到时使用)
41 | )]
42 |
43 |
44 | // 程序集的版本信息由下列四个值组成:
45 | //
46 | // 主版本
47 | // 次版本
48 | // 生成号
49 | // 修订号
50 | //
51 | //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
52 | //通过使用 "*",如下所示:
53 | // [assembly: AssemblyVersion("1.0.*")]
54 | [assembly: AssemblyVersion("1.0.0.0")]
55 | [assembly: AssemblyFileVersion("1.0.0.0")]
56 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Resources;
3 | using System.Runtime.CompilerServices;
4 | using System.Runtime.InteropServices;
5 | using System.Windows;
6 |
7 | // 有关程序集的一般信息由以下
8 | // 控制。更改这些特性值可修改
9 | // 与程序集关联的信息。
10 | [assembly: AssemblyTitle("拾色器精简")]
11 | [assembly: AssemblyDescription("")]
12 | [assembly: AssemblyConfiguration("")]
13 | [assembly: AssemblyCompany("")]
14 | [assembly: AssemblyProduct("拾色器精简")]
15 | [assembly: AssemblyCopyright("Copyright © 2019")]
16 | [assembly: AssemblyTrademark("")]
17 | [assembly: AssemblyCulture("")]
18 |
19 | // 将 ComVisible 设置为 false 会使此程序集中的类型
20 | //对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型
21 | //请将此类型的 ComVisible 特性设置为 true。
22 | [assembly: ComVisible(false)]
23 |
24 | //若要开始生成可本地化的应用程序,请设置
25 | //.csproj 文件中的 CultureYouAreCodingWith
26 | //例如,如果您在源文件中使用的是美国英语,
27 | //使用的是美国英语,请将 设置为 en-US。 然后取消
28 | //对以下 NeutralResourceLanguage 特性的注释。 更新
29 | //以下行中的“en-US”以匹配项目文件中的 UICulture 设置。
30 |
31 | //[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
32 |
33 |
34 | [assembly: ThemeInfo(
35 | ResourceDictionaryLocation.None, //主题特定资源词典所处位置
36 | //(未在页面中找到资源时使用,
37 | //或应用程序资源字典中找到时使用)
38 | ResourceDictionaryLocation.SourceAssembly //常规资源词典所处位置
39 | //(未在页面中找到资源时使用,
40 | //、应用程序或任何主题专用资源字典中找到时使用)
41 | )]
42 |
43 |
44 | // 程序集的版本信息由下列四个值组成:
45 | //
46 | // 主版本
47 | // 次版本
48 | // 生成号
49 | // 修订号
50 | //
51 | //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
52 | //通过使用 "*",如下所示:
53 | // [assembly: AssemblyVersion("1.0.*")]
54 | [assembly: AssemblyVersion("1.0.0.0")]
55 | [assembly: AssemblyFileVersion("1.0.0.0")]
56 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/MainWindow.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 | using System.Threading.Tasks;
6 | using System.Windows;
7 | using System.Windows.Controls;
8 | using System.Windows.Data;
9 | using System.Windows.Documents;
10 | using System.Windows.Input;
11 | using System.Windows.Media;
12 | using System.Windows.Media.Imaging;
13 | using System.Windows.Navigation;
14 | using System.Windows.Shapes;
15 | using System.Threading;
16 |
17 | namespace 拾色器精简
18 | {
19 | ///
20 | /// MainWindow.xaml 的交互逻辑
21 | ///
22 | public partial class MainWindow : Window
23 | {
24 | public MainWindow()
25 | {
26 | InitializeComponent();
27 | WindowStartupLocation = WindowStartupLocation.CenterScreen; //窗口居中
28 | this.Topmost = true;
29 | }
30 |
31 | //拖动窗口
32 | private void Image_MouseMove(object sender, MouseEventArgs e)
33 | {
34 | if (e.LeftButton == MouseButtonState.Pressed)
35 | {
36 | try
37 | {
38 | this.DragMove();
39 | }
40 | catch { }
41 | }
42 | }
43 |
44 | //关闭窗口
45 | private void Button_Click(object sender, RoutedEventArgs e)
46 | {
47 | this.Close();
48 | }
49 |
50 | //最小化窗口
51 | private void Button_Click_1(object sender, RoutedEventArgs e)
52 | {
53 | WindowState = WindowState.Minimized;
54 | }
55 |
56 | //拾色
57 | private void Button_Click_2(object sender, RoutedEventArgs e)
58 | {
59 | NULL window = new NULL();
60 | window.ShowDialog();//跳转
61 |
62 | txtColor.Background = new SolidColorBrush(Data.Color);//显示颜色
63 |
64 | string str = Data.Red.ToString("X2") + Data.Green.ToString("X2") + Data.Blue.ToString("X2");//组合数据
65 |
66 | txtColorHex.Text = str;//显示数据
67 |
68 | Clipboard.SetDataObject(str);//加入剪贴板
69 | }
70 | }
71 | }
72 |
--------------------------------------------------------------------------------
/拾色器/拾色器/Function.cs:
--------------------------------------------------------------------------------
1 | using System.Windows;
2 | using System.Windows.Media;
3 |
4 | namespace 拾色器
5 | {
6 | static class Function
7 | {
8 | public static void txtToNULL(MainWindow obj)
9 | {
10 | obj.txtboxHexColorOne.Text = "";
11 | obj.txtboxHexColorTwo.Text = "";
12 | obj.txtboxHexColorThree.Text = "";
13 | obj.txtboxHexColorFour.Text = "";
14 | obj.txtboxHexColorFives.Text = "";
15 |
16 | obj.txtbokColorOne.Background = Brushes.White;
17 | obj.txtbokColorTwo.Background = Brushes.White;
18 | obj.txtbokColorThree.Background = Brushes.White;
19 | obj.txtbokColorFour.Background = Brushes.White;
20 | obj.txtbokColorFives.Background = Brushes.White;
21 | }
22 |
23 | public static void Copy(MainWindow obj)
24 | {
25 | if (obj.txtboxHexColorMaster.Text != "")
26 | {
27 | Clipboard.SetDataObject(obj.txtboxHexColorMaster.Text);
28 | }
29 | }
30 |
31 | public static void Record(MainWindow obj)
32 | {
33 | Data.Count++;
34 | string str=Data.Count.ToString()+":\n";
35 | if (obj.checkFives.IsChecked == true && obj.txtboxHexColorFives.Text!="")
36 | {
37 | str += "#"+obj.txtboxHexColorFives.Text + "\n";
38 | }
39 | if (obj.checkFour.IsChecked == true && obj.txtboxHexColorFour.Text != "")
40 | {
41 | str += "#"+obj.txtboxHexColorFour.Text + "\n";
42 | }
43 | if (obj.checkThree.IsChecked == true && obj.txtboxHexColorThree.Text != "")
44 | {
45 | str += "#"+obj.txtboxHexColorThree.Text + "\n";
46 | }
47 | if (obj.checkTwo.IsChecked == true && obj.txtboxHexColorTwo.Text != "")
48 | {
49 | str += "#"+obj.txtboxHexColorTwo.Text + "\n";
50 | }
51 | if (obj.checkOne.IsChecked == true && obj.txtboxHexColorOne.Text != "")
52 | {
53 | str += "#"+obj.txtboxHexColorOne.Text + "\n";
54 | }
55 | if (obj.checkNew.IsChecked == true && obj.txtboxHexColorMaster.Text != "")
56 | {
57 | str += "#"+obj.txtboxHexColorMaster.Text + "\n";
58 | }
59 |
60 | obj.txtboxShow.AppendText(str);
61 |
62 | }
63 | }
64 | }
65 |
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Debug/App.g.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "CB32725B25962B11C48E3B856A4882B114A6FFD76BCCA6565E4BAD6B24982D1F"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using System;
13 | using System.Diagnostics;
14 | using System.Windows;
15 | using System.Windows.Automation;
16 | using System.Windows.Controls;
17 | using System.Windows.Controls.Primitives;
18 | using System.Windows.Data;
19 | using System.Windows.Documents;
20 | using System.Windows.Ink;
21 | using System.Windows.Input;
22 | using System.Windows.Markup;
23 | using System.Windows.Media;
24 | using System.Windows.Media.Animation;
25 | using System.Windows.Media.Effects;
26 | using System.Windows.Media.Imaging;
27 | using System.Windows.Media.Media3D;
28 | using System.Windows.Media.TextFormatting;
29 | using System.Windows.Navigation;
30 | using System.Windows.Shapes;
31 | using System.Windows.Shell;
32 | using 拾色器;
33 |
34 |
35 | namespace 拾色器 {
36 |
37 |
38 | ///
39 | /// App
40 | ///
41 | public partial class App : System.Windows.Application {
42 |
43 | ///
44 | /// InitializeComponent
45 | ///
46 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
47 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
48 | public void InitializeComponent() {
49 |
50 | #line 5 "..\..\App.xaml"
51 | this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
52 |
53 | #line default
54 | #line hidden
55 | }
56 |
57 | ///
58 | /// Application Entry Point.
59 | ///
60 | [System.STAThreadAttribute()]
61 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
62 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
63 | public static void Main() {
64 | 拾色器.App app = new 拾色器.App();
65 | app.InitializeComponent();
66 | app.Run();
67 | }
68 | }
69 | }
70 |
71 |
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Debug/App.g.i.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "CB32725B25962B11C48E3B856A4882B114A6FFD76BCCA6565E4BAD6B24982D1F"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using System;
13 | using System.Diagnostics;
14 | using System.Windows;
15 | using System.Windows.Automation;
16 | using System.Windows.Controls;
17 | using System.Windows.Controls.Primitives;
18 | using System.Windows.Data;
19 | using System.Windows.Documents;
20 | using System.Windows.Ink;
21 | using System.Windows.Input;
22 | using System.Windows.Markup;
23 | using System.Windows.Media;
24 | using System.Windows.Media.Animation;
25 | using System.Windows.Media.Effects;
26 | using System.Windows.Media.Imaging;
27 | using System.Windows.Media.Media3D;
28 | using System.Windows.Media.TextFormatting;
29 | using System.Windows.Navigation;
30 | using System.Windows.Shapes;
31 | using System.Windows.Shell;
32 | using 拾色器;
33 |
34 |
35 | namespace 拾色器 {
36 |
37 |
38 | ///
39 | /// App
40 | ///
41 | public partial class App : System.Windows.Application {
42 |
43 | ///
44 | /// InitializeComponent
45 | ///
46 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
47 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
48 | public void InitializeComponent() {
49 |
50 | #line 5 "..\..\App.xaml"
51 | this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
52 |
53 | #line default
54 | #line hidden
55 | }
56 |
57 | ///
58 | /// Application Entry Point.
59 | ///
60 | [System.STAThreadAttribute()]
61 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
62 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
63 | public static void Main() {
64 | 拾色器.App app = new 拾色器.App();
65 | app.InitializeComponent();
66 | app.Run();
67 | }
68 | }
69 | }
70 |
71 |
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Release/App.g.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "CB32725B25962B11C48E3B856A4882B114A6FFD76BCCA6565E4BAD6B24982D1F"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using System;
13 | using System.Diagnostics;
14 | using System.Windows;
15 | using System.Windows.Automation;
16 | using System.Windows.Controls;
17 | using System.Windows.Controls.Primitives;
18 | using System.Windows.Data;
19 | using System.Windows.Documents;
20 | using System.Windows.Ink;
21 | using System.Windows.Input;
22 | using System.Windows.Markup;
23 | using System.Windows.Media;
24 | using System.Windows.Media.Animation;
25 | using System.Windows.Media.Effects;
26 | using System.Windows.Media.Imaging;
27 | using System.Windows.Media.Media3D;
28 | using System.Windows.Media.TextFormatting;
29 | using System.Windows.Navigation;
30 | using System.Windows.Shapes;
31 | using System.Windows.Shell;
32 | using 拾色器;
33 |
34 |
35 | namespace 拾色器 {
36 |
37 |
38 | ///
39 | /// App
40 | ///
41 | public partial class App : System.Windows.Application {
42 |
43 | ///
44 | /// InitializeComponent
45 | ///
46 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
47 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
48 | public void InitializeComponent() {
49 |
50 | #line 5 "..\..\App.xaml"
51 | this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
52 |
53 | #line default
54 | #line hidden
55 | }
56 |
57 | ///
58 | /// Application Entry Point.
59 | ///
60 | [System.STAThreadAttribute()]
61 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
62 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
63 | public static void Main() {
64 | 拾色器.App app = new 拾色器.App();
65 | app.InitializeComponent();
66 | app.Run();
67 | }
68 | }
69 | }
70 |
71 |
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Release/App.g.i.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "CB32725B25962B11C48E3B856A4882B114A6FFD76BCCA6565E4BAD6B24982D1F"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using System;
13 | using System.Diagnostics;
14 | using System.Windows;
15 | using System.Windows.Automation;
16 | using System.Windows.Controls;
17 | using System.Windows.Controls.Primitives;
18 | using System.Windows.Data;
19 | using System.Windows.Documents;
20 | using System.Windows.Ink;
21 | using System.Windows.Input;
22 | using System.Windows.Markup;
23 | using System.Windows.Media;
24 | using System.Windows.Media.Animation;
25 | using System.Windows.Media.Effects;
26 | using System.Windows.Media.Imaging;
27 | using System.Windows.Media.Media3D;
28 | using System.Windows.Media.TextFormatting;
29 | using System.Windows.Navigation;
30 | using System.Windows.Shapes;
31 | using System.Windows.Shell;
32 | using 拾色器;
33 |
34 |
35 | namespace 拾色器 {
36 |
37 |
38 | ///
39 | /// App
40 | ///
41 | public partial class App : System.Windows.Application {
42 |
43 | ///
44 | /// InitializeComponent
45 | ///
46 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
47 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
48 | public void InitializeComponent() {
49 |
50 | #line 5 "..\..\App.xaml"
51 | this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
52 |
53 | #line default
54 | #line hidden
55 | }
56 |
57 | ///
58 | /// Application Entry Point.
59 | ///
60 | [System.STAThreadAttribute()]
61 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
62 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
63 | public static void Main() {
64 | 拾色器.App app = new 拾色器.App();
65 | app.InitializeComponent();
66 | app.Run();
67 | }
68 | }
69 | }
70 |
71 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Debug/App.g.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "44C64BF22F9EF44B4FF15391ADFEEF31054AE7A4C58D51B199877CACA853FCCC"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using System;
13 | using System.Diagnostics;
14 | using System.Windows;
15 | using System.Windows.Automation;
16 | using System.Windows.Controls;
17 | using System.Windows.Controls.Primitives;
18 | using System.Windows.Data;
19 | using System.Windows.Documents;
20 | using System.Windows.Ink;
21 | using System.Windows.Input;
22 | using System.Windows.Markup;
23 | using System.Windows.Media;
24 | using System.Windows.Media.Animation;
25 | using System.Windows.Media.Effects;
26 | using System.Windows.Media.Imaging;
27 | using System.Windows.Media.Media3D;
28 | using System.Windows.Media.TextFormatting;
29 | using System.Windows.Navigation;
30 | using System.Windows.Shapes;
31 | using System.Windows.Shell;
32 | using 拾色器精简;
33 |
34 |
35 | namespace 拾色器精简 {
36 |
37 |
38 | ///
39 | /// App
40 | ///
41 | public partial class App : System.Windows.Application {
42 |
43 | ///
44 | /// InitializeComponent
45 | ///
46 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
47 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
48 | public void InitializeComponent() {
49 |
50 | #line 5 "..\..\App.xaml"
51 | this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
52 |
53 | #line default
54 | #line hidden
55 | }
56 |
57 | ///
58 | /// Application Entry Point.
59 | ///
60 | [System.STAThreadAttribute()]
61 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
62 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
63 | public static void Main() {
64 | 拾色器精简.App app = new 拾色器精简.App();
65 | app.InitializeComponent();
66 | app.Run();
67 | }
68 | }
69 | }
70 |
71 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Debug/App.g.i.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "44C64BF22F9EF44B4FF15391ADFEEF31054AE7A4C58D51B199877CACA853FCCC"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using System;
13 | using System.Diagnostics;
14 | using System.Windows;
15 | using System.Windows.Automation;
16 | using System.Windows.Controls;
17 | using System.Windows.Controls.Primitives;
18 | using System.Windows.Data;
19 | using System.Windows.Documents;
20 | using System.Windows.Ink;
21 | using System.Windows.Input;
22 | using System.Windows.Markup;
23 | using System.Windows.Media;
24 | using System.Windows.Media.Animation;
25 | using System.Windows.Media.Effects;
26 | using System.Windows.Media.Imaging;
27 | using System.Windows.Media.Media3D;
28 | using System.Windows.Media.TextFormatting;
29 | using System.Windows.Navigation;
30 | using System.Windows.Shapes;
31 | using System.Windows.Shell;
32 | using 拾色器精简;
33 |
34 |
35 | namespace 拾色器精简 {
36 |
37 |
38 | ///
39 | /// App
40 | ///
41 | public partial class App : System.Windows.Application {
42 |
43 | ///
44 | /// InitializeComponent
45 | ///
46 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
47 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
48 | public void InitializeComponent() {
49 |
50 | #line 5 "..\..\App.xaml"
51 | this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
52 |
53 | #line default
54 | #line hidden
55 | }
56 |
57 | ///
58 | /// Application Entry Point.
59 | ///
60 | [System.STAThreadAttribute()]
61 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
62 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
63 | public static void Main() {
64 | 拾色器精简.App app = new 拾色器精简.App();
65 | app.InitializeComponent();
66 | app.Run();
67 | }
68 | }
69 | }
70 |
71 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Release/App.g.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "44C64BF22F9EF44B4FF15391ADFEEF31054AE7A4C58D51B199877CACA853FCCC"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using System;
13 | using System.Diagnostics;
14 | using System.Windows;
15 | using System.Windows.Automation;
16 | using System.Windows.Controls;
17 | using System.Windows.Controls.Primitives;
18 | using System.Windows.Data;
19 | using System.Windows.Documents;
20 | using System.Windows.Ink;
21 | using System.Windows.Input;
22 | using System.Windows.Markup;
23 | using System.Windows.Media;
24 | using System.Windows.Media.Animation;
25 | using System.Windows.Media.Effects;
26 | using System.Windows.Media.Imaging;
27 | using System.Windows.Media.Media3D;
28 | using System.Windows.Media.TextFormatting;
29 | using System.Windows.Navigation;
30 | using System.Windows.Shapes;
31 | using System.Windows.Shell;
32 | using 拾色器精简;
33 |
34 |
35 | namespace 拾色器精简 {
36 |
37 |
38 | ///
39 | /// App
40 | ///
41 | public partial class App : System.Windows.Application {
42 |
43 | ///
44 | /// InitializeComponent
45 | ///
46 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
47 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
48 | public void InitializeComponent() {
49 |
50 | #line 5 "..\..\App.xaml"
51 | this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
52 |
53 | #line default
54 | #line hidden
55 | }
56 |
57 | ///
58 | /// Application Entry Point.
59 | ///
60 | [System.STAThreadAttribute()]
61 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
62 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
63 | public static void Main() {
64 | 拾色器精简.App app = new 拾色器精简.App();
65 | app.InitializeComponent();
66 | app.Run();
67 | }
68 | }
69 | }
70 |
71 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Release/App.g.i.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "44C64BF22F9EF44B4FF15391ADFEEF31054AE7A4C58D51B199877CACA853FCCC"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using System;
13 | using System.Diagnostics;
14 | using System.Windows;
15 | using System.Windows.Automation;
16 | using System.Windows.Controls;
17 | using System.Windows.Controls.Primitives;
18 | using System.Windows.Data;
19 | using System.Windows.Documents;
20 | using System.Windows.Ink;
21 | using System.Windows.Input;
22 | using System.Windows.Markup;
23 | using System.Windows.Media;
24 | using System.Windows.Media.Animation;
25 | using System.Windows.Media.Effects;
26 | using System.Windows.Media.Imaging;
27 | using System.Windows.Media.Media3D;
28 | using System.Windows.Media.TextFormatting;
29 | using System.Windows.Navigation;
30 | using System.Windows.Shapes;
31 | using System.Windows.Shell;
32 | using 拾色器精简;
33 |
34 |
35 | namespace 拾色器精简 {
36 |
37 |
38 | ///
39 | /// App
40 | ///
41 | public partial class App : System.Windows.Application {
42 |
43 | ///
44 | /// InitializeComponent
45 | ///
46 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
47 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
48 | public void InitializeComponent() {
49 |
50 | #line 5 "..\..\App.xaml"
51 | this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
52 |
53 | #line default
54 | #line hidden
55 | }
56 |
57 | ///
58 | /// Application Entry Point.
59 | ///
60 | [System.STAThreadAttribute()]
61 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
62 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
63 | public static void Main() {
64 | 拾色器精简.App app = new 拾色器精简.App();
65 | app.InitializeComponent();
66 | app.Run();
67 | }
68 | }
69 | }
70 |
71 |
--------------------------------------------------------------------------------
/拾色器/拾色器/Properties/Resources.Designer.cs:
--------------------------------------------------------------------------------
1 | //------------------------------------------------------------------------------
2 | //
3 | // 此代码由工具生成。
4 | // 运行时版本: 4.0.30319.42000
5 | //
6 | // 对此文件的更改可能导致不正确的行为,如果
7 | // 重新生成代码,则所做更改将丢失。
8 | //
9 | //------------------------------------------------------------------------------
10 |
11 | namespace 拾色器.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", "4.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("拾色器.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 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/Properties/Resources.Designer.cs:
--------------------------------------------------------------------------------
1 | //------------------------------------------------------------------------------
2 | //
3 | // 此代码由工具生成。
4 | // 运行时版本: 4.0.30319.42000
5 | //
6 | // 对此文件的更改可能导致不正确的行为,如果
7 | // 重新生成代码,则所做更改将丢失。
8 | //
9 | //------------------------------------------------------------------------------
10 |
11 | namespace 拾色器精简.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", "4.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("拾色器精简.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 |
--------------------------------------------------------------------------------
/拾色器/拾色器/Class/MainClass.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Runtime.InteropServices;
3 | using System.Windows.Media;
4 |
5 | namespace 拾色器
6 | {
7 | class MainClass
8 | {
9 | private struct POINT
10 | {
11 | private int x;
12 | private int y;
13 | }
14 |
15 | static POINT point;
16 |
17 | [DllImport("user32", ExactSpelling = true, CharSet = CharSet.Ansi, SetLastError = true)]
18 | private static extern int GetDC(int hwnd);
19 | [DllImport("gdi32", ExactSpelling = true, CharSet = CharSet.Ansi, SetLastError = true)]
20 | private static extern int GetPixel(int hdc, int x, int y);
21 | [DllImport("user32", ExactSpelling = true, CharSet = CharSet.Ansi, SetLastError = true)]
22 | private static extern int ReleaseDC(int hwnd, int hdc);
23 | [DllImport("user32", ExactSpelling = true, CharSet = CharSet.Ansi, SetLastError = true)]
24 | private static extern int WindowFromPoint(int x, int y);
25 | [DllImport("user32", ExactSpelling = true, CharSet = CharSet.Ansi, SetLastError = true)]
26 | private static extern int ScreenToClient(int hwnd, ref POINT lppoint);
27 |
28 | //获取屏幕指定坐标点的颜色
29 | public Color GetPixelColor(int x, int y, ref int r,ref int g,ref int b)
30 | {
31 | int h = WindowFromPoint(x, y);
32 | int hdc = GetDC(h);
33 |
34 | ScreenToClient(h, ref point);
35 | int c = GetPixel(hdc, x, y);
36 | r = c % 256;
37 | g = (c / 256) % 256;
38 | b = c / 256 / 256;
39 | Color color = Color.FromArgb(0xFF,Convert.ToByte(r),Convert.ToByte(g),Convert.ToByte(b));
40 | return color;
41 | }
42 |
43 | ///
44 | /// 设置鼠标的坐标
45 | ///
46 | /// 横坐标
47 | /// 纵坐标
48 |
49 | [DllImport("User32")]
50 |
51 | public extern static void SetCursorPos(int x, int y);
52 | public struct POIN
53 | {
54 | public int X;
55 | public int Y;
56 | public POIN(int x, int y)
57 | {
58 | this.X = x;
59 | this.Y = y;
60 | }
61 | }
62 |
63 | ///
64 | /// 获取鼠标的坐标
65 | ///
66 | /// 传址参数,坐标point类型
67 | /// 获取成功返回真
68 |
69 | [DllImport("user32.dll", CharSet = CharSet.Auto)]
70 | public static extern bool GetCursorPos(out POIN pt);
71 |
72 | public void GetMove(ref int x,ref int y)
73 | {
74 | POIN p = new POIN();
75 | if (GetCursorPos(out p))//API方法
76 | {
77 | x = p.X;
78 | y = p.Y;
79 | }
80 | }
81 | }
82 | }
83 |
--------------------------------------------------------------------------------
/拾色器/拾色器/MainWindow.xaml.cs:
--------------------------------------------------------------------------------
1 | using System.Windows;
2 | using System.Windows.Media;
3 |
4 | namespace 拾色器
5 | {
6 | ///
7 | /// MainWindow.xaml 的交互逻辑
8 | ///
9 | public partial class MainWindow : Window
10 | {
11 | MainClass mainObj = new MainClass();
12 | public MainWindow()
13 | {
14 | InitializeComponent();
15 | }
16 |
17 | //记录btn
18 | private void BtnRecord_Click(object sender, RoutedEventArgs e)
19 | {
20 | Function.Record(this);
21 | }
22 |
23 | //复制btn
24 | private void BtnCopy_Click(object sender, RoutedEventArgs e)
25 | {
26 | Function.Copy(this);
27 | }
28 |
29 | //拾色btn
30 | private void BtnStart_Click(object sender, RoutedEventArgs e)
31 | {
32 | LeyoutProcess.UpdataTextBox(this);
33 | Void window = new Void();//打开截屏
34 | window.ShowDialog();
35 | txtbokColorMaster.Background = new SolidColorBrush(Data.Color);//传颜色
36 | txtboxHexColorMaster.Text = Data.Red.ToString("X2") + Data.Green.ToString("X2") + Data.Blue.ToString("X2");//传颜色代码
37 |
38 | if (checkAutoCopy.IsChecked == true)
39 | {
40 | Function.Copy(this);
41 | }
42 | if (checkAutoRecord.IsChecked == true)
43 | {
44 | txtboxShow.AppendText("#"+txtboxHexColorMaster.Text+"\n");
45 | }
46 | }
47 |
48 | //清除btn
49 | private void BtnClose_Click(object sender, RoutedEventArgs e)
50 | {
51 | if (txtboxShow.Text != "")
52 | {
53 | txtboxShow.Text = "";
54 | }
55 | else
56 | {
57 | Function.txtToNULL(this);
58 | }
59 | }
60 |
61 | //自动记录CheckBox点击事件
62 | private void CheckAutoRecord_Click(object sender, RoutedEventArgs e)
63 | {
64 | if (checkAutoRecord.IsChecked == true)
65 | {
66 | checkOne.IsEnabled = false;
67 | checkTwo.IsEnabled = false;
68 | checkThree.IsEnabled = false;
69 | checkFour.IsEnabled = false;
70 | checkFives.IsEnabled = false;
71 | checkNew.IsEnabled = false;
72 | }
73 | else
74 | {
75 | checkOne.IsEnabled = true;
76 | checkTwo.IsEnabled = true;
77 | checkThree.IsEnabled = true;
78 | checkFour.IsEnabled = true;
79 | checkFives.IsEnabled = true;
80 | checkNew.IsEnabled = true;
81 | }
82 | }
83 | }
84 | }
85 | /*
86 | * MianClass主要是鼠标坐标转Color
87 | * AidClass主要是截屏传给Void.xaml
88 | * LeyoutProcess主要是更改控件参数
89 | * Data存放些公共参数
90 | * Function放一些MainWindow的函数
91 | *
92 | * 本人只是个学生,只学了两年的C#,没有开发经验,
93 | * 代码有点乱
94 | * 这是我第一个开源项目*/
95 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/MainClass.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Runtime.InteropServices;
3 | using System.Windows.Media;
4 |
5 | namespace 拾色器精简
6 | {
7 | class MainClass
8 | {
9 | #region 像素位置转颜色
10 | private struct POINT
11 | {
12 | private int x;
13 | private int y;
14 | }
15 |
16 | static POINT point;
17 |
18 | [DllImport("user32", ExactSpelling = true, CharSet = CharSet.Ansi, SetLastError = true)]
19 | private static extern int GetDC(int hwnd);
20 | [DllImport("gdi32", ExactSpelling = true, CharSet = CharSet.Ansi, SetLastError = true)]
21 | private static extern int GetPixel(int hdc, int x, int y);
22 | [DllImport("user32", ExactSpelling = true, CharSet = CharSet.Ansi, SetLastError = true)]
23 | private static extern int ReleaseDC(int hwnd, int hdc);
24 | [DllImport("user32", ExactSpelling = true, CharSet = CharSet.Ansi, SetLastError = true)]
25 | private static extern int WindowFromPoint(int x, int y);
26 | [DllImport("user32", ExactSpelling = true, CharSet = CharSet.Ansi, SetLastError = true)]
27 | private static extern int ScreenToClient(int hwnd, ref POINT lppoint);
28 |
29 | //获取屏幕指定坐标点的颜色
30 | public Color GetPixelColor(int x, int y, ref int r, ref int g, ref int b)
31 | {
32 | int h = WindowFromPoint(x, y);
33 | int hdc = GetDC(h);
34 |
35 | ScreenToClient(h, ref point);
36 | int c = GetPixel(hdc, x, y);
37 | r = c % 256;
38 | g = (c / 256) % 256;
39 | b = c / 256 / 256;
40 | Color color = Color.FromArgb(0xFF, Convert.ToByte(r), Convert.ToByte(g), Convert.ToByte(b));
41 | return color;
42 | }
43 | #endregion
44 |
45 | #region 获取鼠标坐标
46 | ///
47 | /// 设置鼠标的坐标
48 | ///
49 | /// 横坐标
50 | /// 纵坐标
51 |
52 | //[DllImport("User32")]
53 |
54 | //public extern static void SetCursorPos(int x, int y);
55 | public struct POIN
56 | {
57 | public int X;
58 | public int Y;
59 | public POIN(int x, int y)
60 | {
61 | this.X = x;
62 | this.Y = y;
63 | }
64 | }
65 |
66 | ///
67 | /// 获取鼠标的坐标
68 | ///
69 | /// 传址参数,坐标point类型
70 | /// 获取成功返回真
71 |
72 | [DllImport("user32.dll", CharSet = CharSet.Auto)]
73 | public static extern bool GetCursorPos(out POIN pt);
74 |
75 | public void GetMove(ref int x, ref int y)
76 | {
77 | POIN p = new POIN();
78 | if (GetCursorPos(out p))//API方法
79 | {
80 | x = p.X;
81 | y = p.Y;
82 | }
83 | }
84 | }
85 | #endregion
86 | }
87 |
88 |
89 |
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Debug/Void.g.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\Void.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "8AB4AB7816534229995AB589131A98372A338759C4B7D2269CCADDA27823B311"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using System;
13 | using System.Diagnostics;
14 | using System.Windows;
15 | using System.Windows.Automation;
16 | using System.Windows.Controls;
17 | using System.Windows.Controls.Primitives;
18 | using System.Windows.Data;
19 | using System.Windows.Documents;
20 | using System.Windows.Ink;
21 | using System.Windows.Input;
22 | using System.Windows.Markup;
23 | using System.Windows.Media;
24 | using System.Windows.Media.Animation;
25 | using System.Windows.Media.Effects;
26 | using System.Windows.Media.Imaging;
27 | using System.Windows.Media.Media3D;
28 | using System.Windows.Media.TextFormatting;
29 | using System.Windows.Navigation;
30 | using System.Windows.Shapes;
31 | using System.Windows.Shell;
32 | using 拾色器;
33 |
34 |
35 | namespace 拾色器 {
36 |
37 |
38 | ///
39 | /// Void
40 | ///
41 | public partial class Void : System.Windows.Window, System.Windows.Markup.IComponentConnector {
42 |
43 |
44 | #line 9 "..\..\Void.xaml"
45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
46 | internal System.Windows.Controls.Image x;
47 |
48 | #line default
49 | #line hidden
50 |
51 | private bool _contentLoaded;
52 |
53 | ///
54 | /// InitializeComponent
55 | ///
56 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
57 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
58 | public void InitializeComponent() {
59 | if (_contentLoaded) {
60 | return;
61 | }
62 | _contentLoaded = true;
63 | System.Uri resourceLocater = new System.Uri("/拾色器;component/void.xaml", System.UriKind.Relative);
64 |
65 | #line 1 "..\..\Void.xaml"
66 | System.Windows.Application.LoadComponent(this, resourceLocater);
67 |
68 | #line default
69 | #line hidden
70 | }
71 |
72 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
73 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
74 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
75 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
76 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
77 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
78 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
79 | switch (connectionId)
80 | {
81 | case 1:
82 |
83 | #line 8 "..\..\Void.xaml"
84 | ((拾色器.Void)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Window_MouseDown);
85 |
86 | #line default
87 | #line hidden
88 |
89 | #line 8 "..\..\Void.xaml"
90 | ((拾色器.Void)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Window_MouseMove);
91 |
92 | #line default
93 | #line hidden
94 | return;
95 | case 2:
96 | this.x = ((System.Windows.Controls.Image)(target));
97 | return;
98 | }
99 | this._contentLoaded = true;
100 | }
101 | }
102 | }
103 |
104 |
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Debug/Void.g.i.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\Void.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "8AB4AB7816534229995AB589131A98372A338759C4B7D2269CCADDA27823B311"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using System;
13 | using System.Diagnostics;
14 | using System.Windows;
15 | using System.Windows.Automation;
16 | using System.Windows.Controls;
17 | using System.Windows.Controls.Primitives;
18 | using System.Windows.Data;
19 | using System.Windows.Documents;
20 | using System.Windows.Ink;
21 | using System.Windows.Input;
22 | using System.Windows.Markup;
23 | using System.Windows.Media;
24 | using System.Windows.Media.Animation;
25 | using System.Windows.Media.Effects;
26 | using System.Windows.Media.Imaging;
27 | using System.Windows.Media.Media3D;
28 | using System.Windows.Media.TextFormatting;
29 | using System.Windows.Navigation;
30 | using System.Windows.Shapes;
31 | using System.Windows.Shell;
32 | using 拾色器;
33 |
34 |
35 | namespace 拾色器 {
36 |
37 |
38 | ///
39 | /// Void
40 | ///
41 | public partial class Void : System.Windows.Window, System.Windows.Markup.IComponentConnector {
42 |
43 |
44 | #line 9 "..\..\Void.xaml"
45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
46 | internal System.Windows.Controls.Image x;
47 |
48 | #line default
49 | #line hidden
50 |
51 | private bool _contentLoaded;
52 |
53 | ///
54 | /// InitializeComponent
55 | ///
56 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
57 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
58 | public void InitializeComponent() {
59 | if (_contentLoaded) {
60 | return;
61 | }
62 | _contentLoaded = true;
63 | System.Uri resourceLocater = new System.Uri("/拾色器;component/void.xaml", System.UriKind.Relative);
64 |
65 | #line 1 "..\..\Void.xaml"
66 | System.Windows.Application.LoadComponent(this, resourceLocater);
67 |
68 | #line default
69 | #line hidden
70 | }
71 |
72 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
73 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
74 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
75 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
76 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
77 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
78 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
79 | switch (connectionId)
80 | {
81 | case 1:
82 |
83 | #line 8 "..\..\Void.xaml"
84 | ((拾色器.Void)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Window_MouseDown);
85 |
86 | #line default
87 | #line hidden
88 |
89 | #line 8 "..\..\Void.xaml"
90 | ((拾色器.Void)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Window_MouseMove);
91 |
92 | #line default
93 | #line hidden
94 | return;
95 | case 2:
96 | this.x = ((System.Windows.Controls.Image)(target));
97 | return;
98 | }
99 | this._contentLoaded = true;
100 | }
101 | }
102 | }
103 |
104 |
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Release/Void.g.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\Void.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "8AB4AB7816534229995AB589131A98372A338759C4B7D2269CCADDA27823B311"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using System;
13 | using System.Diagnostics;
14 | using System.Windows;
15 | using System.Windows.Automation;
16 | using System.Windows.Controls;
17 | using System.Windows.Controls.Primitives;
18 | using System.Windows.Data;
19 | using System.Windows.Documents;
20 | using System.Windows.Ink;
21 | using System.Windows.Input;
22 | using System.Windows.Markup;
23 | using System.Windows.Media;
24 | using System.Windows.Media.Animation;
25 | using System.Windows.Media.Effects;
26 | using System.Windows.Media.Imaging;
27 | using System.Windows.Media.Media3D;
28 | using System.Windows.Media.TextFormatting;
29 | using System.Windows.Navigation;
30 | using System.Windows.Shapes;
31 | using System.Windows.Shell;
32 | using 拾色器;
33 |
34 |
35 | namespace 拾色器 {
36 |
37 |
38 | ///
39 | /// Void
40 | ///
41 | public partial class Void : System.Windows.Window, System.Windows.Markup.IComponentConnector {
42 |
43 |
44 | #line 9 "..\..\Void.xaml"
45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
46 | internal System.Windows.Controls.Image x;
47 |
48 | #line default
49 | #line hidden
50 |
51 | private bool _contentLoaded;
52 |
53 | ///
54 | /// InitializeComponent
55 | ///
56 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
57 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
58 | public void InitializeComponent() {
59 | if (_contentLoaded) {
60 | return;
61 | }
62 | _contentLoaded = true;
63 | System.Uri resourceLocater = new System.Uri("/拾色器;component/void.xaml", System.UriKind.Relative);
64 |
65 | #line 1 "..\..\Void.xaml"
66 | System.Windows.Application.LoadComponent(this, resourceLocater);
67 |
68 | #line default
69 | #line hidden
70 | }
71 |
72 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
73 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
74 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
75 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
76 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
77 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
78 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
79 | switch (connectionId)
80 | {
81 | case 1:
82 |
83 | #line 8 "..\..\Void.xaml"
84 | ((拾色器.Void)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Window_MouseDown);
85 |
86 | #line default
87 | #line hidden
88 |
89 | #line 8 "..\..\Void.xaml"
90 | ((拾色器.Void)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Window_MouseMove);
91 |
92 | #line default
93 | #line hidden
94 | return;
95 | case 2:
96 | this.x = ((System.Windows.Controls.Image)(target));
97 | return;
98 | }
99 | this._contentLoaded = true;
100 | }
101 | }
102 | }
103 |
104 |
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Release/Void.g.i.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\Void.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "8AB4AB7816534229995AB589131A98372A338759C4B7D2269CCADDA27823B311"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using System;
13 | using System.Diagnostics;
14 | using System.Windows;
15 | using System.Windows.Automation;
16 | using System.Windows.Controls;
17 | using System.Windows.Controls.Primitives;
18 | using System.Windows.Data;
19 | using System.Windows.Documents;
20 | using System.Windows.Ink;
21 | using System.Windows.Input;
22 | using System.Windows.Markup;
23 | using System.Windows.Media;
24 | using System.Windows.Media.Animation;
25 | using System.Windows.Media.Effects;
26 | using System.Windows.Media.Imaging;
27 | using System.Windows.Media.Media3D;
28 | using System.Windows.Media.TextFormatting;
29 | using System.Windows.Navigation;
30 | using System.Windows.Shapes;
31 | using System.Windows.Shell;
32 | using 拾色器;
33 |
34 |
35 | namespace 拾色器 {
36 |
37 |
38 | ///
39 | /// Void
40 | ///
41 | public partial class Void : System.Windows.Window, System.Windows.Markup.IComponentConnector {
42 |
43 |
44 | #line 9 "..\..\Void.xaml"
45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
46 | internal System.Windows.Controls.Image x;
47 |
48 | #line default
49 | #line hidden
50 |
51 | private bool _contentLoaded;
52 |
53 | ///
54 | /// InitializeComponent
55 | ///
56 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
57 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
58 | public void InitializeComponent() {
59 | if (_contentLoaded) {
60 | return;
61 | }
62 | _contentLoaded = true;
63 | System.Uri resourceLocater = new System.Uri("/拾色器;component/void.xaml", System.UriKind.Relative);
64 |
65 | #line 1 "..\..\Void.xaml"
66 | System.Windows.Application.LoadComponent(this, resourceLocater);
67 |
68 | #line default
69 | #line hidden
70 | }
71 |
72 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
73 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
74 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
75 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
76 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
77 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
78 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
79 | switch (connectionId)
80 | {
81 | case 1:
82 |
83 | #line 8 "..\..\Void.xaml"
84 | ((拾色器.Void)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Window_MouseDown);
85 |
86 | #line default
87 | #line hidden
88 |
89 | #line 8 "..\..\Void.xaml"
90 | ((拾色器.Void)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Window_MouseMove);
91 |
92 | #line default
93 | #line hidden
94 | return;
95 | case 2:
96 | this.x = ((System.Windows.Controls.Image)(target));
97 | return;
98 | }
99 | this._contentLoaded = true;
100 | }
101 | }
102 | }
103 |
104 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Debug/NULL.g.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\NULL.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "15C0B677DEDE3F44A569B69616542E9A01619A5E6A71529AEAA9C483D7699FAD"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using System;
13 | using System.Diagnostics;
14 | using System.Windows;
15 | using System.Windows.Automation;
16 | using System.Windows.Controls;
17 | using System.Windows.Controls.Primitives;
18 | using System.Windows.Data;
19 | using System.Windows.Documents;
20 | using System.Windows.Ink;
21 | using System.Windows.Input;
22 | using System.Windows.Markup;
23 | using System.Windows.Media;
24 | using System.Windows.Media.Animation;
25 | using System.Windows.Media.Effects;
26 | using System.Windows.Media.Imaging;
27 | using System.Windows.Media.Media3D;
28 | using System.Windows.Media.TextFormatting;
29 | using System.Windows.Navigation;
30 | using System.Windows.Shapes;
31 | using System.Windows.Shell;
32 | using 拾色器精简;
33 |
34 |
35 | namespace 拾色器精简 {
36 |
37 |
38 | ///
39 | /// NULL
40 | ///
41 | public partial class NULL : System.Windows.Window, System.Windows.Markup.IComponentConnector {
42 |
43 |
44 | #line 9 "..\..\NULL.xaml"
45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
46 | internal System.Windows.Controls.Image img;
47 |
48 | #line default
49 | #line hidden
50 |
51 | private bool _contentLoaded;
52 |
53 | ///
54 | /// InitializeComponent
55 | ///
56 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
57 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
58 | public void InitializeComponent() {
59 | if (_contentLoaded) {
60 | return;
61 | }
62 | _contentLoaded = true;
63 | System.Uri resourceLocater = new System.Uri("/拾色器精简;component/null.xaml", System.UriKind.Relative);
64 |
65 | #line 1 "..\..\NULL.xaml"
66 | System.Windows.Application.LoadComponent(this, resourceLocater);
67 |
68 | #line default
69 | #line hidden
70 | }
71 |
72 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
73 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
74 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
75 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
76 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
77 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
78 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
79 | switch (connectionId)
80 | {
81 | case 1:
82 |
83 | #line 8 "..\..\NULL.xaml"
84 | ((拾色器精简.NULL)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Window_MouseMove);
85 |
86 | #line default
87 | #line hidden
88 |
89 | #line 8 "..\..\NULL.xaml"
90 | ((拾色器精简.NULL)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Window_MouseDown);
91 |
92 | #line default
93 | #line hidden
94 | return;
95 | case 2:
96 | this.img = ((System.Windows.Controls.Image)(target));
97 | return;
98 | }
99 | this._contentLoaded = true;
100 | }
101 | }
102 | }
103 |
104 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Debug/NULL.g.i.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\NULL.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "15C0B677DEDE3F44A569B69616542E9A01619A5E6A71529AEAA9C483D7699FAD"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using System;
13 | using System.Diagnostics;
14 | using System.Windows;
15 | using System.Windows.Automation;
16 | using System.Windows.Controls;
17 | using System.Windows.Controls.Primitives;
18 | using System.Windows.Data;
19 | using System.Windows.Documents;
20 | using System.Windows.Ink;
21 | using System.Windows.Input;
22 | using System.Windows.Markup;
23 | using System.Windows.Media;
24 | using System.Windows.Media.Animation;
25 | using System.Windows.Media.Effects;
26 | using System.Windows.Media.Imaging;
27 | using System.Windows.Media.Media3D;
28 | using System.Windows.Media.TextFormatting;
29 | using System.Windows.Navigation;
30 | using System.Windows.Shapes;
31 | using System.Windows.Shell;
32 | using 拾色器精简;
33 |
34 |
35 | namespace 拾色器精简 {
36 |
37 |
38 | ///
39 | /// NULL
40 | ///
41 | public partial class NULL : System.Windows.Window, System.Windows.Markup.IComponentConnector {
42 |
43 |
44 | #line 9 "..\..\NULL.xaml"
45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
46 | internal System.Windows.Controls.Image img;
47 |
48 | #line default
49 | #line hidden
50 |
51 | private bool _contentLoaded;
52 |
53 | ///
54 | /// InitializeComponent
55 | ///
56 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
57 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
58 | public void InitializeComponent() {
59 | if (_contentLoaded) {
60 | return;
61 | }
62 | _contentLoaded = true;
63 | System.Uri resourceLocater = new System.Uri("/拾色器精简;component/null.xaml", System.UriKind.Relative);
64 |
65 | #line 1 "..\..\NULL.xaml"
66 | System.Windows.Application.LoadComponent(this, resourceLocater);
67 |
68 | #line default
69 | #line hidden
70 | }
71 |
72 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
73 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
74 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
75 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
76 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
77 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
78 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
79 | switch (connectionId)
80 | {
81 | case 1:
82 |
83 | #line 8 "..\..\NULL.xaml"
84 | ((拾色器精简.NULL)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Window_MouseMove);
85 |
86 | #line default
87 | #line hidden
88 |
89 | #line 8 "..\..\NULL.xaml"
90 | ((拾色器精简.NULL)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Window_MouseDown);
91 |
92 | #line default
93 | #line hidden
94 | return;
95 | case 2:
96 | this.img = ((System.Windows.Controls.Image)(target));
97 | return;
98 | }
99 | this._contentLoaded = true;
100 | }
101 | }
102 | }
103 |
104 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Release/NULL.g.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\NULL.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "15C0B677DEDE3F44A569B69616542E9A01619A5E6A71529AEAA9C483D7699FAD"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using System;
13 | using System.Diagnostics;
14 | using System.Windows;
15 | using System.Windows.Automation;
16 | using System.Windows.Controls;
17 | using System.Windows.Controls.Primitives;
18 | using System.Windows.Data;
19 | using System.Windows.Documents;
20 | using System.Windows.Ink;
21 | using System.Windows.Input;
22 | using System.Windows.Markup;
23 | using System.Windows.Media;
24 | using System.Windows.Media.Animation;
25 | using System.Windows.Media.Effects;
26 | using System.Windows.Media.Imaging;
27 | using System.Windows.Media.Media3D;
28 | using System.Windows.Media.TextFormatting;
29 | using System.Windows.Navigation;
30 | using System.Windows.Shapes;
31 | using System.Windows.Shell;
32 | using 拾色器精简;
33 |
34 |
35 | namespace 拾色器精简 {
36 |
37 |
38 | ///
39 | /// NULL
40 | ///
41 | public partial class NULL : System.Windows.Window, System.Windows.Markup.IComponentConnector {
42 |
43 |
44 | #line 9 "..\..\NULL.xaml"
45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
46 | internal System.Windows.Controls.Image img;
47 |
48 | #line default
49 | #line hidden
50 |
51 | private bool _contentLoaded;
52 |
53 | ///
54 | /// InitializeComponent
55 | ///
56 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
57 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
58 | public void InitializeComponent() {
59 | if (_contentLoaded) {
60 | return;
61 | }
62 | _contentLoaded = true;
63 | System.Uri resourceLocater = new System.Uri("/拾色器精简;component/null.xaml", System.UriKind.Relative);
64 |
65 | #line 1 "..\..\NULL.xaml"
66 | System.Windows.Application.LoadComponent(this, resourceLocater);
67 |
68 | #line default
69 | #line hidden
70 | }
71 |
72 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
73 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
74 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
75 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
76 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
77 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
78 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
79 | switch (connectionId)
80 | {
81 | case 1:
82 |
83 | #line 8 "..\..\NULL.xaml"
84 | ((拾色器精简.NULL)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Window_MouseMove);
85 |
86 | #line default
87 | #line hidden
88 |
89 | #line 8 "..\..\NULL.xaml"
90 | ((拾色器精简.NULL)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Window_MouseDown);
91 |
92 | #line default
93 | #line hidden
94 | return;
95 | case 2:
96 | this.img = ((System.Windows.Controls.Image)(target));
97 | return;
98 | }
99 | this._contentLoaded = true;
100 | }
101 | }
102 | }
103 |
104 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Release/NULL.g.i.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\NULL.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "15C0B677DEDE3F44A569B69616542E9A01619A5E6A71529AEAA9C483D7699FAD"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using System;
13 | using System.Diagnostics;
14 | using System.Windows;
15 | using System.Windows.Automation;
16 | using System.Windows.Controls;
17 | using System.Windows.Controls.Primitives;
18 | using System.Windows.Data;
19 | using System.Windows.Documents;
20 | using System.Windows.Ink;
21 | using System.Windows.Input;
22 | using System.Windows.Markup;
23 | using System.Windows.Media;
24 | using System.Windows.Media.Animation;
25 | using System.Windows.Media.Effects;
26 | using System.Windows.Media.Imaging;
27 | using System.Windows.Media.Media3D;
28 | using System.Windows.Media.TextFormatting;
29 | using System.Windows.Navigation;
30 | using System.Windows.Shapes;
31 | using System.Windows.Shell;
32 | using 拾色器精简;
33 |
34 |
35 | namespace 拾色器精简 {
36 |
37 |
38 | ///
39 | /// NULL
40 | ///
41 | public partial class NULL : System.Windows.Window, System.Windows.Markup.IComponentConnector {
42 |
43 |
44 | #line 9 "..\..\NULL.xaml"
45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
46 | internal System.Windows.Controls.Image img;
47 |
48 | #line default
49 | #line hidden
50 |
51 | private bool _contentLoaded;
52 |
53 | ///
54 | /// InitializeComponent
55 | ///
56 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
57 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
58 | public void InitializeComponent() {
59 | if (_contentLoaded) {
60 | return;
61 | }
62 | _contentLoaded = true;
63 | System.Uri resourceLocater = new System.Uri("/拾色器精简;component/null.xaml", System.UriKind.Relative);
64 |
65 | #line 1 "..\..\NULL.xaml"
66 | System.Windows.Application.LoadComponent(this, resourceLocater);
67 |
68 | #line default
69 | #line hidden
70 | }
71 |
72 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
73 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
74 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
75 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
76 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
77 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
78 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
79 | switch (connectionId)
80 | {
81 | case 1:
82 |
83 | #line 8 "..\..\NULL.xaml"
84 | ((拾色器精简.NULL)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Window_MouseMove);
85 |
86 | #line default
87 | #line hidden
88 |
89 | #line 8 "..\..\NULL.xaml"
90 | ((拾色器精简.NULL)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Window_MouseDown);
91 |
92 | #line default
93 | #line hidden
94 | return;
95 | case 2:
96 | this.img = ((System.Windows.Controls.Image)(target));
97 | return;
98 | }
99 | this._contentLoaded = true;
100 | }
101 | }
102 | }
103 |
104 |
--------------------------------------------------------------------------------
/拾色器/拾色器/MainWindow.xaml:
--------------------------------------------------------------------------------
1 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/拾色器精简.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Debug
6 | AnyCPU
7 | {42CF678A-0ACE-425D-8FD0-C10FEFAA5D3C}
8 | WinExe
9 | 拾色器精简
10 | 拾色器精简
11 | v4.5
12 | 512
13 | {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
14 | 4
15 | true
16 |
17 |
18 | AnyCPU
19 | true
20 | full
21 | false
22 | bin\Debug\
23 | DEBUG;TRACE
24 | prompt
25 | 4
26 |
27 |
28 | AnyCPU
29 | pdbonly
30 | true
31 | bin\Release\
32 | TRACE
33 | prompt
34 | 4
35 |
36 |
37 | image\2.ico
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 | 4.0
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 | MSBuild:Compile
60 | Designer
61 |
62 |
63 | MSBuild:Compile
64 | Designer
65 |
66 |
67 |
68 | App.xaml
69 | Code
70 |
71 |
72 |
73 |
74 | MainWindow.xaml
75 | Code
76 |
77 |
78 | Designer
79 | MSBuild:Compile
80 |
81 |
82 |
83 |
84 | NULL.xaml
85 |
86 |
87 | Code
88 |
89 |
90 | True
91 | True
92 | Resources.resx
93 |
94 |
95 | True
96 | Settings.settings
97 | True
98 |
99 |
100 | ResXFileCodeGenerator
101 | Resources.Designer.cs
102 |
103 |
104 | SettingsSingleFileGenerator
105 | Settings.Designer.cs
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
118 |
--------------------------------------------------------------------------------
/拾色器/拾色器/拾色器.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Debug
6 | AnyCPU
7 | {D207A30F-445D-4C6B-B9C0-2B12D676D045}
8 | WinExe
9 | 拾色器
10 | 拾色器
11 | v4.5
12 | 512
13 | {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
14 | 4
15 | true
16 |
17 |
18 | AnyCPU
19 | true
20 | full
21 | false
22 | bin\Debug\
23 | DEBUG;TRACE
24 | prompt
25 | 4
26 |
27 |
28 | AnyCPU
29 | pdbonly
30 | true
31 | bin\Release\
32 | TRACE
33 | prompt
34 | 4
35 |
36 |
37 | image\ico.ico
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 | 4.0
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 | MSBuild:Compile
60 | Designer
61 |
62 |
63 |
64 |
65 |
66 | Void.xaml
67 |
68 |
69 | MSBuild:Compile
70 | Designer
71 |
72 |
73 | App.xaml
74 | Code
75 |
76 |
77 |
78 |
79 | MainWindow.xaml
80 | Code
81 |
82 |
83 | Designer
84 | MSBuild:Compile
85 |
86 |
87 |
88 |
89 | Code
90 |
91 |
92 | True
93 | True
94 | Resources.resx
95 |
96 |
97 | True
98 | Settings.settings
99 | True
100 |
101 |
102 | ResXFileCodeGenerator
103 | Resources.Designer.cs
104 |
105 |
106 | SettingsSingleFileGenerator
107 | Settings.Designer.cs
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Release/MainWindow.g.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "F4C9D65F44880A0EDA3BC9B2D648FB16731A54BE2AD741CA2B100741264C7584"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using System;
13 | using System.Diagnostics;
14 | using System.Windows;
15 | using System.Windows.Automation;
16 | using System.Windows.Controls;
17 | using System.Windows.Controls.Primitives;
18 | using System.Windows.Data;
19 | using System.Windows.Documents;
20 | using System.Windows.Ink;
21 | using System.Windows.Input;
22 | using System.Windows.Markup;
23 | using System.Windows.Media;
24 | using System.Windows.Media.Animation;
25 | using System.Windows.Media.Effects;
26 | using System.Windows.Media.Imaging;
27 | using System.Windows.Media.Media3D;
28 | using System.Windows.Media.TextFormatting;
29 | using System.Windows.Navigation;
30 | using System.Windows.Shapes;
31 | using System.Windows.Shell;
32 | using 拾色器精简;
33 |
34 |
35 | namespace 拾色器精简 {
36 |
37 |
38 | ///
39 | /// MainWindow
40 | ///
41 | public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
42 |
43 |
44 | #line 10 "..\..\MainWindow.xaml"
45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
46 | internal System.Windows.Controls.TextBlock txtColor;
47 |
48 | #line default
49 | #line hidden
50 |
51 |
52 | #line 15 "..\..\MainWindow.xaml"
53 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
54 | internal System.Windows.Controls.TextBox txtColorHex;
55 |
56 | #line default
57 | #line hidden
58 |
59 | private bool _contentLoaded;
60 |
61 | ///
62 | /// InitializeComponent
63 | ///
64 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
65 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
66 | public void InitializeComponent() {
67 | if (_contentLoaded) {
68 | return;
69 | }
70 | _contentLoaded = true;
71 | System.Uri resourceLocater = new System.Uri("/拾色器精简;component/mainwindow.xaml", System.UriKind.Relative);
72 |
73 | #line 1 "..\..\MainWindow.xaml"
74 | System.Windows.Application.LoadComponent(this, resourceLocater);
75 |
76 | #line default
77 | #line hidden
78 | }
79 |
80 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
81 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
82 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
83 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
84 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
85 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
86 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
87 | switch (connectionId)
88 | {
89 | case 1:
90 | this.txtColor = ((System.Windows.Controls.TextBlock)(target));
91 | return;
92 | case 2:
93 |
94 | #line 11 "..\..\MainWindow.xaml"
95 | ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_2);
96 |
97 | #line default
98 | #line hidden
99 | return;
100 | case 3:
101 |
102 | #line 12 "..\..\MainWindow.xaml"
103 | ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
104 |
105 | #line default
106 | #line hidden
107 | return;
108 | case 4:
109 |
110 | #line 13 "..\..\MainWindow.xaml"
111 | ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);
112 |
113 | #line default
114 | #line hidden
115 | return;
116 | case 5:
117 |
118 | #line 14 "..\..\MainWindow.xaml"
119 | ((System.Windows.Controls.Image)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Image_MouseMove);
120 |
121 | #line default
122 | #line hidden
123 | return;
124 | case 6:
125 | this.txtColorHex = ((System.Windows.Controls.TextBox)(target));
126 | return;
127 | }
128 | this._contentLoaded = true;
129 | }
130 | }
131 | }
132 |
133 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Release/MainWindow.g.i.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "F4C9D65F44880A0EDA3BC9B2D648FB16731A54BE2AD741CA2B100741264C7584"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using System;
13 | using System.Diagnostics;
14 | using System.Windows;
15 | using System.Windows.Automation;
16 | using System.Windows.Controls;
17 | using System.Windows.Controls.Primitives;
18 | using System.Windows.Data;
19 | using System.Windows.Documents;
20 | using System.Windows.Ink;
21 | using System.Windows.Input;
22 | using System.Windows.Markup;
23 | using System.Windows.Media;
24 | using System.Windows.Media.Animation;
25 | using System.Windows.Media.Effects;
26 | using System.Windows.Media.Imaging;
27 | using System.Windows.Media.Media3D;
28 | using System.Windows.Media.TextFormatting;
29 | using System.Windows.Navigation;
30 | using System.Windows.Shapes;
31 | using System.Windows.Shell;
32 | using 拾色器精简;
33 |
34 |
35 | namespace 拾色器精简 {
36 |
37 |
38 | ///
39 | /// MainWindow
40 | ///
41 | public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
42 |
43 |
44 | #line 10 "..\..\MainWindow.xaml"
45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
46 | internal System.Windows.Controls.TextBlock txtColor;
47 |
48 | #line default
49 | #line hidden
50 |
51 |
52 | #line 15 "..\..\MainWindow.xaml"
53 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
54 | internal System.Windows.Controls.TextBox txtColorHex;
55 |
56 | #line default
57 | #line hidden
58 |
59 | private bool _contentLoaded;
60 |
61 | ///
62 | /// InitializeComponent
63 | ///
64 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
65 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
66 | public void InitializeComponent() {
67 | if (_contentLoaded) {
68 | return;
69 | }
70 | _contentLoaded = true;
71 | System.Uri resourceLocater = new System.Uri("/拾色器精简;component/mainwindow.xaml", System.UriKind.Relative);
72 |
73 | #line 1 "..\..\MainWindow.xaml"
74 | System.Windows.Application.LoadComponent(this, resourceLocater);
75 |
76 | #line default
77 | #line hidden
78 | }
79 |
80 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
81 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
82 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
83 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
84 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
85 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
86 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
87 | switch (connectionId)
88 | {
89 | case 1:
90 | this.txtColor = ((System.Windows.Controls.TextBlock)(target));
91 | return;
92 | case 2:
93 |
94 | #line 11 "..\..\MainWindow.xaml"
95 | ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_2);
96 |
97 | #line default
98 | #line hidden
99 | return;
100 | case 3:
101 |
102 | #line 12 "..\..\MainWindow.xaml"
103 | ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
104 |
105 | #line default
106 | #line hidden
107 | return;
108 | case 4:
109 |
110 | #line 13 "..\..\MainWindow.xaml"
111 | ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);
112 |
113 | #line default
114 | #line hidden
115 | return;
116 | case 5:
117 |
118 | #line 14 "..\..\MainWindow.xaml"
119 | ((System.Windows.Controls.Image)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Image_MouseMove);
120 |
121 | #line default
122 | #line hidden
123 | return;
124 | case 6:
125 | this.txtColorHex = ((System.Windows.Controls.TextBox)(target));
126 | return;
127 | }
128 | this._contentLoaded = true;
129 | }
130 | }
131 | }
132 |
133 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Debug/MainWindow.g.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "7BC0A70F53DA1E14224440F213DBCD191461BB439C4A36FB91C069D7AEC54C7B"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using System;
13 | using System.Diagnostics;
14 | using System.Windows;
15 | using System.Windows.Automation;
16 | using System.Windows.Controls;
17 | using System.Windows.Controls.Primitives;
18 | using System.Windows.Data;
19 | using System.Windows.Documents;
20 | using System.Windows.Ink;
21 | using System.Windows.Input;
22 | using System.Windows.Markup;
23 | using System.Windows.Media;
24 | using System.Windows.Media.Animation;
25 | using System.Windows.Media.Effects;
26 | using System.Windows.Media.Imaging;
27 | using System.Windows.Media.Media3D;
28 | using System.Windows.Media.TextFormatting;
29 | using System.Windows.Navigation;
30 | using System.Windows.Shapes;
31 | using System.Windows.Shell;
32 | using 拾色器精简;
33 |
34 |
35 | namespace 拾色器精简 {
36 |
37 |
38 | ///
39 | /// MainWindow
40 | ///
41 | public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
42 |
43 |
44 | #line 11 "..\..\MainWindow.xaml"
45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
46 | internal System.Windows.Controls.TextBlock txtColor;
47 |
48 | #line default
49 | #line hidden
50 |
51 |
52 | #line 16 "..\..\MainWindow.xaml"
53 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
54 | internal System.Windows.Controls.TextBox txtColorHex;
55 |
56 | #line default
57 | #line hidden
58 |
59 | private bool _contentLoaded;
60 |
61 | ///
62 | /// InitializeComponent
63 | ///
64 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
65 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
66 | public void InitializeComponent() {
67 | if (_contentLoaded) {
68 | return;
69 | }
70 | _contentLoaded = true;
71 | System.Uri resourceLocater = new System.Uri("/拾色器精简;component/mainwindow.xaml", System.UriKind.Relative);
72 |
73 | #line 1 "..\..\MainWindow.xaml"
74 | System.Windows.Application.LoadComponent(this, resourceLocater);
75 |
76 | #line default
77 | #line hidden
78 | }
79 |
80 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
81 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
82 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
83 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
84 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
85 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
86 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
87 | switch (connectionId)
88 | {
89 | case 1:
90 |
91 | #line 10 "..\..\MainWindow.xaml"
92 | ((System.Windows.Controls.Grid)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Grid_MouseDown);
93 |
94 | #line default
95 | #line hidden
96 | return;
97 | case 2:
98 | this.txtColor = ((System.Windows.Controls.TextBlock)(target));
99 | return;
100 | case 3:
101 |
102 | #line 12 "..\..\MainWindow.xaml"
103 | ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_2);
104 |
105 | #line default
106 | #line hidden
107 | return;
108 | case 4:
109 |
110 | #line 13 "..\..\MainWindow.xaml"
111 | ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
112 |
113 | #line default
114 | #line hidden
115 | return;
116 | case 5:
117 |
118 | #line 14 "..\..\MainWindow.xaml"
119 | ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);
120 |
121 | #line default
122 | #line hidden
123 | return;
124 | case 6:
125 |
126 | #line 15 "..\..\MainWindow.xaml"
127 | ((System.Windows.Controls.Image)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Image_MouseMove);
128 |
129 | #line default
130 | #line hidden
131 | return;
132 | case 7:
133 | this.txtColorHex = ((System.Windows.Controls.TextBox)(target));
134 | return;
135 | }
136 | this._contentLoaded = true;
137 | }
138 | }
139 | }
140 |
141 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/obj/Debug/MainWindow.g.i.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "7BC0A70F53DA1E14224440F213DBCD191461BB439C4A36FB91C069D7AEC54C7B"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using System;
13 | using System.Diagnostics;
14 | using System.Windows;
15 | using System.Windows.Automation;
16 | using System.Windows.Controls;
17 | using System.Windows.Controls.Primitives;
18 | using System.Windows.Data;
19 | using System.Windows.Documents;
20 | using System.Windows.Ink;
21 | using System.Windows.Input;
22 | using System.Windows.Markup;
23 | using System.Windows.Media;
24 | using System.Windows.Media.Animation;
25 | using System.Windows.Media.Effects;
26 | using System.Windows.Media.Imaging;
27 | using System.Windows.Media.Media3D;
28 | using System.Windows.Media.TextFormatting;
29 | using System.Windows.Navigation;
30 | using System.Windows.Shapes;
31 | using System.Windows.Shell;
32 | using 拾色器精简;
33 |
34 |
35 | namespace 拾色器精简 {
36 |
37 |
38 | ///
39 | /// MainWindow
40 | ///
41 | public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
42 |
43 |
44 | #line 11 "..\..\MainWindow.xaml"
45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
46 | internal System.Windows.Controls.TextBlock txtColor;
47 |
48 | #line default
49 | #line hidden
50 |
51 |
52 | #line 16 "..\..\MainWindow.xaml"
53 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
54 | internal System.Windows.Controls.TextBox txtColorHex;
55 |
56 | #line default
57 | #line hidden
58 |
59 | private bool _contentLoaded;
60 |
61 | ///
62 | /// InitializeComponent
63 | ///
64 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
65 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
66 | public void InitializeComponent() {
67 | if (_contentLoaded) {
68 | return;
69 | }
70 | _contentLoaded = true;
71 | System.Uri resourceLocater = new System.Uri("/拾色器精简;component/mainwindow.xaml", System.UriKind.Relative);
72 |
73 | #line 1 "..\..\MainWindow.xaml"
74 | System.Windows.Application.LoadComponent(this, resourceLocater);
75 |
76 | #line default
77 | #line hidden
78 | }
79 |
80 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
81 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
82 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
83 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
84 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
85 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
86 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
87 | switch (connectionId)
88 | {
89 | case 1:
90 |
91 | #line 10 "..\..\MainWindow.xaml"
92 | ((System.Windows.Controls.Grid)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Grid_MouseDown);
93 |
94 | #line default
95 | #line hidden
96 | return;
97 | case 2:
98 | this.txtColor = ((System.Windows.Controls.TextBlock)(target));
99 | return;
100 | case 3:
101 |
102 | #line 12 "..\..\MainWindow.xaml"
103 | ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_2);
104 |
105 | #line default
106 | #line hidden
107 | return;
108 | case 4:
109 |
110 | #line 13 "..\..\MainWindow.xaml"
111 | ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
112 |
113 | #line default
114 | #line hidden
115 | return;
116 | case 5:
117 |
118 | #line 14 "..\..\MainWindow.xaml"
119 | ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);
120 |
121 | #line default
122 | #line hidden
123 | return;
124 | case 6:
125 |
126 | #line 15 "..\..\MainWindow.xaml"
127 | ((System.Windows.Controls.Image)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Image_MouseMove);
128 |
129 | #line default
130 | #line hidden
131 | return;
132 | case 7:
133 | this.txtColorHex = ((System.Windows.Controls.TextBox)(target));
134 | return;
135 | }
136 | this._contentLoaded = true;
137 | }
138 | }
139 | }
140 |
141 |
--------------------------------------------------------------------------------
/拾色器/拾色器/Properties/Resources.resx:
--------------------------------------------------------------------------------
1 |
2 |
3 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 | text/microsoft-resx
107 |
108 |
109 | 2.0
110 |
111 |
112 | System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
113 |
114 |
115 | System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
116 |
117 |
--------------------------------------------------------------------------------
/拾色器精简/拾色器精简/Properties/Resources.resx:
--------------------------------------------------------------------------------
1 |
2 |
3 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 | text/microsoft-resx
107 |
108 |
109 | 2.0
110 |
111 |
112 | System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
113 |
114 |
115 | System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
116 |
117 |
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Debug/MainWindow.g.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "23D5A99084FE0FC4CFCF5D73A83ADE2064EB889EB07EA3BCC7ADEF8499F1955D"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using System;
13 | using System.Diagnostics;
14 | using System.Windows;
15 | using System.Windows.Automation;
16 | using System.Windows.Controls;
17 | using System.Windows.Controls.Primitives;
18 | using System.Windows.Data;
19 | using System.Windows.Documents;
20 | using System.Windows.Ink;
21 | using System.Windows.Input;
22 | using System.Windows.Markup;
23 | using System.Windows.Media;
24 | using System.Windows.Media.Animation;
25 | using System.Windows.Media.Effects;
26 | using System.Windows.Media.Imaging;
27 | using System.Windows.Media.Media3D;
28 | using System.Windows.Media.TextFormatting;
29 | using System.Windows.Navigation;
30 | using System.Windows.Shapes;
31 | using System.Windows.Shell;
32 | using 拾色器;
33 |
34 |
35 | namespace 拾色器 {
36 |
37 |
38 | ///
39 | /// MainWindow
40 | ///
41 | public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
42 |
43 |
44 | #line 1 "..\..\MainWindow.xaml"
45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
46 | internal 拾色器.MainWindow window;
47 |
48 | #line default
49 | #line hidden
50 |
51 |
52 | #line 10 "..\..\MainWindow.xaml"
53 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
54 | internal System.Windows.Controls.TextBox txtboxHexColorMaster;
55 |
56 | #line default
57 | #line hidden
58 |
59 |
60 | #line 11 "..\..\MainWindow.xaml"
61 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
62 | internal System.Windows.Controls.TextBlock txtbokColorMaster;
63 |
64 | #line default
65 | #line hidden
66 |
67 |
68 | #line 12 "..\..\MainWindow.xaml"
69 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
70 | internal System.Windows.Controls.TextBox txtboxHexColorOne;
71 |
72 | #line default
73 | #line hidden
74 |
75 |
76 | #line 13 "..\..\MainWindow.xaml"
77 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
78 | internal System.Windows.Controls.TextBlock txtbokColorOne;
79 |
80 | #line default
81 | #line hidden
82 |
83 |
84 | #line 14 "..\..\MainWindow.xaml"
85 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
86 | internal System.Windows.Controls.TextBox txtboxHexColorTwo;
87 |
88 | #line default
89 | #line hidden
90 |
91 |
92 | #line 15 "..\..\MainWindow.xaml"
93 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
94 | internal System.Windows.Controls.TextBlock txtbokColorTwo;
95 |
96 | #line default
97 | #line hidden
98 |
99 |
100 | #line 16 "..\..\MainWindow.xaml"
101 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
102 | internal System.Windows.Controls.TextBox txtboxHexColorThree;
103 |
104 | #line default
105 | #line hidden
106 |
107 |
108 | #line 17 "..\..\MainWindow.xaml"
109 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
110 | internal System.Windows.Controls.TextBlock txtbokColorThree;
111 |
112 | #line default
113 | #line hidden
114 |
115 |
116 | #line 18 "..\..\MainWindow.xaml"
117 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
118 | internal System.Windows.Controls.TextBox txtboxHexColorFour;
119 |
120 | #line default
121 | #line hidden
122 |
123 |
124 | #line 19 "..\..\MainWindow.xaml"
125 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
126 | internal System.Windows.Controls.TextBlock txtbokColorFour;
127 |
128 | #line default
129 | #line hidden
130 |
131 |
132 | #line 20 "..\..\MainWindow.xaml"
133 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
134 | internal System.Windows.Controls.TextBox txtboxHexColorFives;
135 |
136 | #line default
137 | #line hidden
138 |
139 |
140 | #line 21 "..\..\MainWindow.xaml"
141 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
142 | internal System.Windows.Controls.TextBlock txtbokColorFives;
143 |
144 | #line default
145 | #line hidden
146 |
147 |
148 | #line 22 "..\..\MainWindow.xaml"
149 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
150 | internal System.Windows.Controls.Button btnCopy;
151 |
152 | #line default
153 | #line hidden
154 |
155 |
156 | #line 23 "..\..\MainWindow.xaml"
157 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
158 | internal System.Windows.Controls.Button btnStart;
159 |
160 | #line default
161 | #line hidden
162 |
163 |
164 | #line 24 "..\..\MainWindow.xaml"
165 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
166 | internal System.Windows.Controls.Button btnRecord;
167 |
168 | #line default
169 | #line hidden
170 |
171 |
172 | #line 25 "..\..\MainWindow.xaml"
173 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
174 | internal System.Windows.Controls.TextBox txtboxShow;
175 |
176 | #line default
177 | #line hidden
178 |
179 |
180 | #line 26 "..\..\MainWindow.xaml"
181 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
182 | internal System.Windows.Controls.CheckBox checkAutoCopy;
183 |
184 | #line default
185 | #line hidden
186 |
187 |
188 | #line 27 "..\..\MainWindow.xaml"
189 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
190 | internal System.Windows.Controls.CheckBox checkAutoRecord;
191 |
192 | #line default
193 | #line hidden
194 |
195 |
196 | #line 28 "..\..\MainWindow.xaml"
197 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
198 | internal System.Windows.Controls.Button btnClose;
199 |
200 | #line default
201 | #line hidden
202 |
203 |
204 | #line 29 "..\..\MainWindow.xaml"
205 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
206 | internal System.Windows.Controls.CheckBox checkFives;
207 |
208 | #line default
209 | #line hidden
210 |
211 |
212 | #line 31 "..\..\MainWindow.xaml"
213 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
214 | internal System.Windows.Controls.CheckBox checkFour;
215 |
216 | #line default
217 | #line hidden
218 |
219 |
220 | #line 32 "..\..\MainWindow.xaml"
221 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
222 | internal System.Windows.Controls.CheckBox checkThree;
223 |
224 | #line default
225 | #line hidden
226 |
227 |
228 | #line 33 "..\..\MainWindow.xaml"
229 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
230 | internal System.Windows.Controls.CheckBox checkTwo;
231 |
232 | #line default
233 | #line hidden
234 |
235 |
236 | #line 34 "..\..\MainWindow.xaml"
237 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
238 | internal System.Windows.Controls.CheckBox checkOne;
239 |
240 | #line default
241 | #line hidden
242 |
243 |
244 | #line 35 "..\..\MainWindow.xaml"
245 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
246 | internal System.Windows.Controls.CheckBox checkNew;
247 |
248 | #line default
249 | #line hidden
250 |
251 | private bool _contentLoaded;
252 |
253 | ///
254 | /// InitializeComponent
255 | ///
256 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
257 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
258 | public void InitializeComponent() {
259 | if (_contentLoaded) {
260 | return;
261 | }
262 | _contentLoaded = true;
263 | System.Uri resourceLocater = new System.Uri("/拾色器;component/mainwindow.xaml", System.UriKind.Relative);
264 |
265 | #line 1 "..\..\MainWindow.xaml"
266 | System.Windows.Application.LoadComponent(this, resourceLocater);
267 |
268 | #line default
269 | #line hidden
270 | }
271 |
272 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
273 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
274 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
275 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
276 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
277 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
278 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
279 | switch (connectionId)
280 | {
281 | case 1:
282 | this.window = ((拾色器.MainWindow)(target));
283 | return;
284 | case 2:
285 | this.txtboxHexColorMaster = ((System.Windows.Controls.TextBox)(target));
286 | return;
287 | case 3:
288 | this.txtbokColorMaster = ((System.Windows.Controls.TextBlock)(target));
289 | return;
290 | case 4:
291 | this.txtboxHexColorOne = ((System.Windows.Controls.TextBox)(target));
292 | return;
293 | case 5:
294 | this.txtbokColorOne = ((System.Windows.Controls.TextBlock)(target));
295 | return;
296 | case 6:
297 | this.txtboxHexColorTwo = ((System.Windows.Controls.TextBox)(target));
298 | return;
299 | case 7:
300 | this.txtbokColorTwo = ((System.Windows.Controls.TextBlock)(target));
301 | return;
302 | case 8:
303 | this.txtboxHexColorThree = ((System.Windows.Controls.TextBox)(target));
304 | return;
305 | case 9:
306 | this.txtbokColorThree = ((System.Windows.Controls.TextBlock)(target));
307 | return;
308 | case 10:
309 | this.txtboxHexColorFour = ((System.Windows.Controls.TextBox)(target));
310 | return;
311 | case 11:
312 | this.txtbokColorFour = ((System.Windows.Controls.TextBlock)(target));
313 | return;
314 | case 12:
315 | this.txtboxHexColorFives = ((System.Windows.Controls.TextBox)(target));
316 | return;
317 | case 13:
318 | this.txtbokColorFives = ((System.Windows.Controls.TextBlock)(target));
319 | return;
320 | case 14:
321 | this.btnCopy = ((System.Windows.Controls.Button)(target));
322 |
323 | #line 22 "..\..\MainWindow.xaml"
324 | this.btnCopy.Click += new System.Windows.RoutedEventHandler(this.BtnCopy_Click);
325 |
326 | #line default
327 | #line hidden
328 | return;
329 | case 15:
330 | this.btnStart = ((System.Windows.Controls.Button)(target));
331 |
332 | #line 23 "..\..\MainWindow.xaml"
333 | this.btnStart.Click += new System.Windows.RoutedEventHandler(this.BtnStart_Click);
334 |
335 | #line default
336 | #line hidden
337 | return;
338 | case 16:
339 | this.btnRecord = ((System.Windows.Controls.Button)(target));
340 |
341 | #line 24 "..\..\MainWindow.xaml"
342 | this.btnRecord.Click += new System.Windows.RoutedEventHandler(this.BtnRecord_Click);
343 |
344 | #line default
345 | #line hidden
346 | return;
347 | case 17:
348 | this.txtboxShow = ((System.Windows.Controls.TextBox)(target));
349 | return;
350 | case 18:
351 | this.checkAutoCopy = ((System.Windows.Controls.CheckBox)(target));
352 | return;
353 | case 19:
354 | this.checkAutoRecord = ((System.Windows.Controls.CheckBox)(target));
355 |
356 | #line 27 "..\..\MainWindow.xaml"
357 | this.checkAutoRecord.Click += new System.Windows.RoutedEventHandler(this.CheckAutoRecord_Click);
358 |
359 | #line default
360 | #line hidden
361 | return;
362 | case 20:
363 | this.btnClose = ((System.Windows.Controls.Button)(target));
364 |
365 | #line 28 "..\..\MainWindow.xaml"
366 | this.btnClose.Click += new System.Windows.RoutedEventHandler(this.BtnClose_Click);
367 |
368 | #line default
369 | #line hidden
370 | return;
371 | case 21:
372 | this.checkFives = ((System.Windows.Controls.CheckBox)(target));
373 | return;
374 | case 22:
375 | this.checkFour = ((System.Windows.Controls.CheckBox)(target));
376 | return;
377 | case 23:
378 | this.checkThree = ((System.Windows.Controls.CheckBox)(target));
379 | return;
380 | case 24:
381 | this.checkTwo = ((System.Windows.Controls.CheckBox)(target));
382 | return;
383 | case 25:
384 | this.checkOne = ((System.Windows.Controls.CheckBox)(target));
385 | return;
386 | case 26:
387 | this.checkNew = ((System.Windows.Controls.CheckBox)(target));
388 | return;
389 | }
390 | this._contentLoaded = true;
391 | }
392 | }
393 | }
394 |
395 |
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Debug/MainWindow.g.i.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "23D5A99084FE0FC4CFCF5D73A83ADE2064EB889EB07EA3BCC7ADEF8499F1955D"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using System;
13 | using System.Diagnostics;
14 | using System.Windows;
15 | using System.Windows.Automation;
16 | using System.Windows.Controls;
17 | using System.Windows.Controls.Primitives;
18 | using System.Windows.Data;
19 | using System.Windows.Documents;
20 | using System.Windows.Ink;
21 | using System.Windows.Input;
22 | using System.Windows.Markup;
23 | using System.Windows.Media;
24 | using System.Windows.Media.Animation;
25 | using System.Windows.Media.Effects;
26 | using System.Windows.Media.Imaging;
27 | using System.Windows.Media.Media3D;
28 | using System.Windows.Media.TextFormatting;
29 | using System.Windows.Navigation;
30 | using System.Windows.Shapes;
31 | using System.Windows.Shell;
32 | using 拾色器;
33 |
34 |
35 | namespace 拾色器 {
36 |
37 |
38 | ///
39 | /// MainWindow
40 | ///
41 | public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
42 |
43 |
44 | #line 1 "..\..\MainWindow.xaml"
45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
46 | internal 拾色器.MainWindow window;
47 |
48 | #line default
49 | #line hidden
50 |
51 |
52 | #line 10 "..\..\MainWindow.xaml"
53 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
54 | internal System.Windows.Controls.TextBox txtboxHexColorMaster;
55 |
56 | #line default
57 | #line hidden
58 |
59 |
60 | #line 11 "..\..\MainWindow.xaml"
61 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
62 | internal System.Windows.Controls.TextBlock txtbokColorMaster;
63 |
64 | #line default
65 | #line hidden
66 |
67 |
68 | #line 12 "..\..\MainWindow.xaml"
69 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
70 | internal System.Windows.Controls.TextBox txtboxHexColorOne;
71 |
72 | #line default
73 | #line hidden
74 |
75 |
76 | #line 13 "..\..\MainWindow.xaml"
77 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
78 | internal System.Windows.Controls.TextBlock txtbokColorOne;
79 |
80 | #line default
81 | #line hidden
82 |
83 |
84 | #line 14 "..\..\MainWindow.xaml"
85 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
86 | internal System.Windows.Controls.TextBox txtboxHexColorTwo;
87 |
88 | #line default
89 | #line hidden
90 |
91 |
92 | #line 15 "..\..\MainWindow.xaml"
93 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
94 | internal System.Windows.Controls.TextBlock txtbokColorTwo;
95 |
96 | #line default
97 | #line hidden
98 |
99 |
100 | #line 16 "..\..\MainWindow.xaml"
101 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
102 | internal System.Windows.Controls.TextBox txtboxHexColorThree;
103 |
104 | #line default
105 | #line hidden
106 |
107 |
108 | #line 17 "..\..\MainWindow.xaml"
109 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
110 | internal System.Windows.Controls.TextBlock txtbokColorThree;
111 |
112 | #line default
113 | #line hidden
114 |
115 |
116 | #line 18 "..\..\MainWindow.xaml"
117 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
118 | internal System.Windows.Controls.TextBox txtboxHexColorFour;
119 |
120 | #line default
121 | #line hidden
122 |
123 |
124 | #line 19 "..\..\MainWindow.xaml"
125 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
126 | internal System.Windows.Controls.TextBlock txtbokColorFour;
127 |
128 | #line default
129 | #line hidden
130 |
131 |
132 | #line 20 "..\..\MainWindow.xaml"
133 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
134 | internal System.Windows.Controls.TextBox txtboxHexColorFives;
135 |
136 | #line default
137 | #line hidden
138 |
139 |
140 | #line 21 "..\..\MainWindow.xaml"
141 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
142 | internal System.Windows.Controls.TextBlock txtbokColorFives;
143 |
144 | #line default
145 | #line hidden
146 |
147 |
148 | #line 22 "..\..\MainWindow.xaml"
149 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
150 | internal System.Windows.Controls.Button btnCopy;
151 |
152 | #line default
153 | #line hidden
154 |
155 |
156 | #line 23 "..\..\MainWindow.xaml"
157 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
158 | internal System.Windows.Controls.Button btnStart;
159 |
160 | #line default
161 | #line hidden
162 |
163 |
164 | #line 24 "..\..\MainWindow.xaml"
165 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
166 | internal System.Windows.Controls.Button btnRecord;
167 |
168 | #line default
169 | #line hidden
170 |
171 |
172 | #line 25 "..\..\MainWindow.xaml"
173 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
174 | internal System.Windows.Controls.TextBox txtboxShow;
175 |
176 | #line default
177 | #line hidden
178 |
179 |
180 | #line 26 "..\..\MainWindow.xaml"
181 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
182 | internal System.Windows.Controls.CheckBox checkAutoCopy;
183 |
184 | #line default
185 | #line hidden
186 |
187 |
188 | #line 27 "..\..\MainWindow.xaml"
189 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
190 | internal System.Windows.Controls.CheckBox checkAutoRecord;
191 |
192 | #line default
193 | #line hidden
194 |
195 |
196 | #line 28 "..\..\MainWindow.xaml"
197 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
198 | internal System.Windows.Controls.Button btnClose;
199 |
200 | #line default
201 | #line hidden
202 |
203 |
204 | #line 29 "..\..\MainWindow.xaml"
205 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
206 | internal System.Windows.Controls.CheckBox checkFives;
207 |
208 | #line default
209 | #line hidden
210 |
211 |
212 | #line 31 "..\..\MainWindow.xaml"
213 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
214 | internal System.Windows.Controls.CheckBox checkFour;
215 |
216 | #line default
217 | #line hidden
218 |
219 |
220 | #line 32 "..\..\MainWindow.xaml"
221 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
222 | internal System.Windows.Controls.CheckBox checkThree;
223 |
224 | #line default
225 | #line hidden
226 |
227 |
228 | #line 33 "..\..\MainWindow.xaml"
229 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
230 | internal System.Windows.Controls.CheckBox checkTwo;
231 |
232 | #line default
233 | #line hidden
234 |
235 |
236 | #line 34 "..\..\MainWindow.xaml"
237 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
238 | internal System.Windows.Controls.CheckBox checkOne;
239 |
240 | #line default
241 | #line hidden
242 |
243 |
244 | #line 35 "..\..\MainWindow.xaml"
245 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
246 | internal System.Windows.Controls.CheckBox checkNew;
247 |
248 | #line default
249 | #line hidden
250 |
251 | private bool _contentLoaded;
252 |
253 | ///
254 | /// InitializeComponent
255 | ///
256 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
257 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
258 | public void InitializeComponent() {
259 | if (_contentLoaded) {
260 | return;
261 | }
262 | _contentLoaded = true;
263 | System.Uri resourceLocater = new System.Uri("/拾色器;component/mainwindow.xaml", System.UriKind.Relative);
264 |
265 | #line 1 "..\..\MainWindow.xaml"
266 | System.Windows.Application.LoadComponent(this, resourceLocater);
267 |
268 | #line default
269 | #line hidden
270 | }
271 |
272 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
273 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
274 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
275 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
276 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
277 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
278 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
279 | switch (connectionId)
280 | {
281 | case 1:
282 | this.window = ((拾色器.MainWindow)(target));
283 | return;
284 | case 2:
285 | this.txtboxHexColorMaster = ((System.Windows.Controls.TextBox)(target));
286 | return;
287 | case 3:
288 | this.txtbokColorMaster = ((System.Windows.Controls.TextBlock)(target));
289 | return;
290 | case 4:
291 | this.txtboxHexColorOne = ((System.Windows.Controls.TextBox)(target));
292 | return;
293 | case 5:
294 | this.txtbokColorOne = ((System.Windows.Controls.TextBlock)(target));
295 | return;
296 | case 6:
297 | this.txtboxHexColorTwo = ((System.Windows.Controls.TextBox)(target));
298 | return;
299 | case 7:
300 | this.txtbokColorTwo = ((System.Windows.Controls.TextBlock)(target));
301 | return;
302 | case 8:
303 | this.txtboxHexColorThree = ((System.Windows.Controls.TextBox)(target));
304 | return;
305 | case 9:
306 | this.txtbokColorThree = ((System.Windows.Controls.TextBlock)(target));
307 | return;
308 | case 10:
309 | this.txtboxHexColorFour = ((System.Windows.Controls.TextBox)(target));
310 | return;
311 | case 11:
312 | this.txtbokColorFour = ((System.Windows.Controls.TextBlock)(target));
313 | return;
314 | case 12:
315 | this.txtboxHexColorFives = ((System.Windows.Controls.TextBox)(target));
316 | return;
317 | case 13:
318 | this.txtbokColorFives = ((System.Windows.Controls.TextBlock)(target));
319 | return;
320 | case 14:
321 | this.btnCopy = ((System.Windows.Controls.Button)(target));
322 |
323 | #line 22 "..\..\MainWindow.xaml"
324 | this.btnCopy.Click += new System.Windows.RoutedEventHandler(this.BtnCopy_Click);
325 |
326 | #line default
327 | #line hidden
328 | return;
329 | case 15:
330 | this.btnStart = ((System.Windows.Controls.Button)(target));
331 |
332 | #line 23 "..\..\MainWindow.xaml"
333 | this.btnStart.Click += new System.Windows.RoutedEventHandler(this.BtnStart_Click);
334 |
335 | #line default
336 | #line hidden
337 | return;
338 | case 16:
339 | this.btnRecord = ((System.Windows.Controls.Button)(target));
340 |
341 | #line 24 "..\..\MainWindow.xaml"
342 | this.btnRecord.Click += new System.Windows.RoutedEventHandler(this.BtnRecord_Click);
343 |
344 | #line default
345 | #line hidden
346 | return;
347 | case 17:
348 | this.txtboxShow = ((System.Windows.Controls.TextBox)(target));
349 | return;
350 | case 18:
351 | this.checkAutoCopy = ((System.Windows.Controls.CheckBox)(target));
352 | return;
353 | case 19:
354 | this.checkAutoRecord = ((System.Windows.Controls.CheckBox)(target));
355 |
356 | #line 27 "..\..\MainWindow.xaml"
357 | this.checkAutoRecord.Click += new System.Windows.RoutedEventHandler(this.CheckAutoRecord_Click);
358 |
359 | #line default
360 | #line hidden
361 | return;
362 | case 20:
363 | this.btnClose = ((System.Windows.Controls.Button)(target));
364 |
365 | #line 28 "..\..\MainWindow.xaml"
366 | this.btnClose.Click += new System.Windows.RoutedEventHandler(this.BtnClose_Click);
367 |
368 | #line default
369 | #line hidden
370 | return;
371 | case 21:
372 | this.checkFives = ((System.Windows.Controls.CheckBox)(target));
373 | return;
374 | case 22:
375 | this.checkFour = ((System.Windows.Controls.CheckBox)(target));
376 | return;
377 | case 23:
378 | this.checkThree = ((System.Windows.Controls.CheckBox)(target));
379 | return;
380 | case 24:
381 | this.checkTwo = ((System.Windows.Controls.CheckBox)(target));
382 | return;
383 | case 25:
384 | this.checkOne = ((System.Windows.Controls.CheckBox)(target));
385 | return;
386 | case 26:
387 | this.checkNew = ((System.Windows.Controls.CheckBox)(target));
388 | return;
389 | }
390 | this._contentLoaded = true;
391 | }
392 | }
393 | }
394 |
395 |
--------------------------------------------------------------------------------
/拾色器/拾色器/obj/Release/MainWindow.g.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "23D5A99084FE0FC4CFCF5D73A83ADE2064EB889EB07EA3BCC7ADEF8499F1955D"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using System;
13 | using System.Diagnostics;
14 | using System.Windows;
15 | using System.Windows.Automation;
16 | using System.Windows.Controls;
17 | using System.Windows.Controls.Primitives;
18 | using System.Windows.Data;
19 | using System.Windows.Documents;
20 | using System.Windows.Ink;
21 | using System.Windows.Input;
22 | using System.Windows.Markup;
23 | using System.Windows.Media;
24 | using System.Windows.Media.Animation;
25 | using System.Windows.Media.Effects;
26 | using System.Windows.Media.Imaging;
27 | using System.Windows.Media.Media3D;
28 | using System.Windows.Media.TextFormatting;
29 | using System.Windows.Navigation;
30 | using System.Windows.Shapes;
31 | using System.Windows.Shell;
32 | using 拾色器;
33 |
34 |
35 | namespace 拾色器 {
36 |
37 |
38 | ///
39 | /// MainWindow
40 | ///
41 | public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
42 |
43 |
44 | #line 1 "..\..\MainWindow.xaml"
45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
46 | internal 拾色器.MainWindow window;
47 |
48 | #line default
49 | #line hidden
50 |
51 |
52 | #line 10 "..\..\MainWindow.xaml"
53 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
54 | internal System.Windows.Controls.TextBox txtboxHexColorMaster;
55 |
56 | #line default
57 | #line hidden
58 |
59 |
60 | #line 11 "..\..\MainWindow.xaml"
61 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
62 | internal System.Windows.Controls.TextBlock txtbokColorMaster;
63 |
64 | #line default
65 | #line hidden
66 |
67 |
68 | #line 12 "..\..\MainWindow.xaml"
69 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
70 | internal System.Windows.Controls.TextBox txtboxHexColorOne;
71 |
72 | #line default
73 | #line hidden
74 |
75 |
76 | #line 13 "..\..\MainWindow.xaml"
77 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
78 | internal System.Windows.Controls.TextBlock txtbokColorOne;
79 |
80 | #line default
81 | #line hidden
82 |
83 |
84 | #line 14 "..\..\MainWindow.xaml"
85 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
86 | internal System.Windows.Controls.TextBox txtboxHexColorTwo;
87 |
88 | #line default
89 | #line hidden
90 |
91 |
92 | #line 15 "..\..\MainWindow.xaml"
93 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
94 | internal System.Windows.Controls.TextBlock txtbokColorTwo;
95 |
96 | #line default
97 | #line hidden
98 |
99 |
100 | #line 16 "..\..\MainWindow.xaml"
101 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
102 | internal System.Windows.Controls.TextBox txtboxHexColorThree;
103 |
104 | #line default
105 | #line hidden
106 |
107 |
108 | #line 17 "..\..\MainWindow.xaml"
109 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
110 | internal System.Windows.Controls.TextBlock txtbokColorThree;
111 |
112 | #line default
113 | #line hidden
114 |
115 |
116 | #line 18 "..\..\MainWindow.xaml"
117 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
118 | internal System.Windows.Controls.TextBox txtboxHexColorFour;
119 |
120 | #line default
121 | #line hidden
122 |
123 |
124 | #line 19 "..\..\MainWindow.xaml"
125 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
126 | internal System.Windows.Controls.TextBlock txtbokColorFour;
127 |
128 | #line default
129 | #line hidden
130 |
131 |
132 | #line 20 "..\..\MainWindow.xaml"
133 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
134 | internal System.Windows.Controls.TextBox txtboxHexColorFives;
135 |
136 | #line default
137 | #line hidden
138 |
139 |
140 | #line 21 "..\..\MainWindow.xaml"
141 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
142 | internal System.Windows.Controls.TextBlock txtbokColorFives;
143 |
144 | #line default
145 | #line hidden
146 |
147 |
148 | #line 22 "..\..\MainWindow.xaml"
149 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
150 | internal System.Windows.Controls.Button btnCopy;
151 |
152 | #line default
153 | #line hidden
154 |
155 |
156 | #line 23 "..\..\MainWindow.xaml"
157 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
158 | internal System.Windows.Controls.Button btnStart;
159 |
160 | #line default
161 | #line hidden
162 |
163 |
164 | #line 24 "..\..\MainWindow.xaml"
165 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
166 | internal System.Windows.Controls.Button btnRecord;
167 |
168 | #line default
169 | #line hidden
170 |
171 |
172 | #line 25 "..\..\MainWindow.xaml"
173 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
174 | internal System.Windows.Controls.TextBox txtboxShow;
175 |
176 | #line default
177 | #line hidden
178 |
179 |
180 | #line 26 "..\..\MainWindow.xaml"
181 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
182 | internal System.Windows.Controls.CheckBox checkAutoCopy;
183 |
184 | #line default
185 | #line hidden
186 |
187 |
188 | #line 27 "..\..\MainWindow.xaml"
189 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
190 | internal System.Windows.Controls.CheckBox checkAutoRecord;
191 |
192 | #line default
193 | #line hidden
194 |
195 |
196 | #line 28 "..\..\MainWindow.xaml"
197 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
198 | internal System.Windows.Controls.Button btnClose;
199 |
200 | #line default
201 | #line hidden
202 |
203 |
204 | #line 29 "..\..\MainWindow.xaml"
205 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
206 | internal System.Windows.Controls.CheckBox checkFives;
207 |
208 | #line default
209 | #line hidden
210 |
211 |
212 | #line 31 "..\..\MainWindow.xaml"
213 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
214 | internal System.Windows.Controls.CheckBox checkFour;
215 |
216 | #line default
217 | #line hidden
218 |
219 |
220 | #line 32 "..\..\MainWindow.xaml"
221 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
222 | internal System.Windows.Controls.CheckBox checkThree;
223 |
224 | #line default
225 | #line hidden
226 |
227 |
228 | #line 33 "..\..\MainWindow.xaml"
229 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
230 | internal System.Windows.Controls.CheckBox checkTwo;
231 |
232 | #line default
233 | #line hidden
234 |
235 |
236 | #line 34 "..\..\MainWindow.xaml"
237 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
238 | internal System.Windows.Controls.CheckBox checkOne;
239 |
240 | #line default
241 | #line hidden
242 |
243 |
244 | #line 35 "..\..\MainWindow.xaml"
245 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
246 | internal System.Windows.Controls.CheckBox checkNew;
247 |
248 | #line default
249 | #line hidden
250 |
251 | private bool _contentLoaded;
252 |
253 | ///
254 | /// InitializeComponent
255 | ///
256 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
257 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
258 | public void InitializeComponent() {
259 | if (_contentLoaded) {
260 | return;
261 | }
262 | _contentLoaded = true;
263 | System.Uri resourceLocater = new System.Uri("/拾色器;component/mainwindow.xaml", System.UriKind.Relative);
264 |
265 | #line 1 "..\..\MainWindow.xaml"
266 | System.Windows.Application.LoadComponent(this, resourceLocater);
267 |
268 | #line default
269 | #line hidden
270 | }
271 |
272 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
273 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
274 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
275 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
276 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
277 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
278 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
279 | switch (connectionId)
280 | {
281 | case 1:
282 | this.window = ((拾色器.MainWindow)(target));
283 | return;
284 | case 2:
285 | this.txtboxHexColorMaster = ((System.Windows.Controls.TextBox)(target));
286 | return;
287 | case 3:
288 | this.txtbokColorMaster = ((System.Windows.Controls.TextBlock)(target));
289 | return;
290 | case 4:
291 | this.txtboxHexColorOne = ((System.Windows.Controls.TextBox)(target));
292 | return;
293 | case 5:
294 | this.txtbokColorOne = ((System.Windows.Controls.TextBlock)(target));
295 | return;
296 | case 6:
297 | this.txtboxHexColorTwo = ((System.Windows.Controls.TextBox)(target));
298 | return;
299 | case 7:
300 | this.txtbokColorTwo = ((System.Windows.Controls.TextBlock)(target));
301 | return;
302 | case 8:
303 | this.txtboxHexColorThree = ((System.Windows.Controls.TextBox)(target));
304 | return;
305 | case 9:
306 | this.txtbokColorThree = ((System.Windows.Controls.TextBlock)(target));
307 | return;
308 | case 10:
309 | this.txtboxHexColorFour = ((System.Windows.Controls.TextBox)(target));
310 | return;
311 | case 11:
312 | this.txtbokColorFour = ((System.Windows.Controls.TextBlock)(target));
313 | return;
314 | case 12:
315 | this.txtboxHexColorFives = ((System.Windows.Controls.TextBox)(target));
316 | return;
317 | case 13:
318 | this.txtbokColorFives = ((System.Windows.Controls.TextBlock)(target));
319 | return;
320 | case 14:
321 | this.btnCopy = ((System.Windows.Controls.Button)(target));
322 |
323 | #line 22 "..\..\MainWindow.xaml"
324 | this.btnCopy.Click += new System.Windows.RoutedEventHandler(this.BtnCopy_Click);
325 |
326 | #line default
327 | #line hidden
328 | return;
329 | case 15:
330 | this.btnStart = ((System.Windows.Controls.Button)(target));
331 |
332 | #line 23 "..\..\MainWindow.xaml"
333 | this.btnStart.Click += new System.Windows.RoutedEventHandler(this.BtnStart_Click);
334 |
335 | #line default
336 | #line hidden
337 | return;
338 | case 16:
339 | this.btnRecord = ((System.Windows.Controls.Button)(target));
340 |
341 | #line 24 "..\..\MainWindow.xaml"
342 | this.btnRecord.Click += new System.Windows.RoutedEventHandler(this.BtnRecord_Click);
343 |
344 | #line default
345 | #line hidden
346 | return;
347 | case 17:
348 | this.txtboxShow = ((System.Windows.Controls.TextBox)(target));
349 | return;
350 | case 18:
351 | this.checkAutoCopy = ((System.Windows.Controls.CheckBox)(target));
352 | return;
353 | case 19:
354 | this.checkAutoRecord = ((System.Windows.Controls.CheckBox)(target));
355 |
356 | #line 27 "..\..\MainWindow.xaml"
357 | this.checkAutoRecord.Click += new System.Windows.RoutedEventHandler(this.CheckAutoRecord_Click);
358 |
359 | #line default
360 | #line hidden
361 | return;
362 | case 20:
363 | this.btnClose = ((System.Windows.Controls.Button)(target));
364 |
365 | #line 28 "..\..\MainWindow.xaml"
366 | this.btnClose.Click += new System.Windows.RoutedEventHandler(this.BtnClose_Click);
367 |
368 | #line default
369 | #line hidden
370 | return;
371 | case 21:
372 | this.checkFives = ((System.Windows.Controls.CheckBox)(target));
373 | return;
374 | case 22:
375 | this.checkFour = ((System.Windows.Controls.CheckBox)(target));
376 | return;
377 | case 23:
378 | this.checkThree = ((System.Windows.Controls.CheckBox)(target));
379 | return;
380 | case 24:
381 | this.checkTwo = ((System.Windows.Controls.CheckBox)(target));
382 | return;
383 | case 25:
384 | this.checkOne = ((System.Windows.Controls.CheckBox)(target));
385 | return;
386 | case 26:
387 | this.checkNew = ((System.Windows.Controls.CheckBox)(target));
388 | return;
389 | }
390 | this._contentLoaded = true;
391 | }
392 | }
393 | }
394 |
395 |
--------------------------------------------------------------------------------