Skip to content

Commit b69c328

Browse files
committed
v2.5.8
1 parent d5feabe commit b69c328

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+510
-490
lines changed

.vs/QuickLibrary/v16/.suo

2 KB
Binary file not shown.

QuickLibrary/DropShadow.cs

-24
This file was deleted.

QuickLibrary/QuickLibrary.csproj

+38-39
Original file line numberDiff line numberDiff line change
@@ -55,108 +55,107 @@
5555
</Reference>
5656
</ItemGroup>
5757
<ItemGroup>
58-
<Compile Include="DialogMan.cs" />
59-
<Compile Include="DownloadForm.cs">
58+
<Compile Include="managers\DialogMan.cs" />
59+
<Compile Include="forms\DownloadForm.cs">
6060
<SubType>Form</SubType>
6161
</Compile>
62-
<Compile Include="DownloadForm.Designer.cs">
62+
<Compile Include="forms\DownloadForm.Designer.cs">
6363
<DependentUpon>DownloadForm.cs</DependentUpon>
6464
</Compile>
65-
<Compile Include="DropShadow.cs" />
66-
<Compile Include="FileAssociation.cs" />
67-
<Compile Include="FileMan.cs" />
68-
<Compile Include="LangMan.cs" />
69-
<Compile Include="NativeMan.cs" />
70-
<Compile Include="PluginInfo.cs" />
71-
<Compile Include="PluginMan.cs" />
72-
<Compile Include="PluginMenuItem.cs">
65+
<Compile Include="helpers\FileAssociation.cs" />
66+
<Compile Include="managers\FileMan.cs" />
67+
<Compile Include="managers\LangMan.cs" />
68+
<Compile Include="managers\NativeMan.cs" />
69+
<Compile Include="entities\PluginInfo.cs" />
70+
<Compile Include="managers\PluginMan.cs" />
71+
<Compile Include="entities\PluginMenuItem.cs">
7372
<SubType>Component</SubType>
7473
</Compile>
7574
<Compile Include="Properties\Resources.Designer.cs">
7675
<AutoGen>True</AutoGen>
7776
<DesignTime>True</DesignTime>
7877
<DependentUpon>Resources.resx</DependentUpon>
7978
</Compile>
80-
<Compile Include="QlibContextMenuStrip.cs">
79+
<Compile Include="controls\QlibContextMenuStrip.cs">
8180
<SubType>Component</SubType>
8281
</Compile>
83-
<Compile Include="QlibListView.cs">
82+
<Compile Include="controls\QlibListView.cs">
8483
<SubType>Component</SubType>
8584
</Compile>
86-
<Compile Include="QlibProgressBar.cs">
85+
<Compile Include="controls\QlibProgressBar.cs">
8786
<SubType>Component</SubType>
8887
</Compile>
89-
<Compile Include="QlibTextBox.cs">
88+
<Compile Include="controls\QlibTextBox.cs">
9089
<SubType>Component</SubType>
9190
</Compile>
92-
<Compile Include="QlibTitlebarButton.cs">
91+
<Compile Include="controls\QlibTitlebarButton.cs">
9392
<SubType>Component</SubType>
9493
</Compile>
95-
<Compile Include="QlibFixedForm.cs">
94+
<Compile Include="forms\QlibFixedForm.cs">
9695
<SubType>Form</SubType>
9796
</Compile>
98-
<Compile Include="QlibCheckBox.cs">
97+
<Compile Include="controls\QlibCheckBox.cs">
9998
<SubType>Component</SubType>
10099
</Compile>
101100
<Compile Include="Properties\AssemblyInfo.cs" />
102-
<Compile Include="QlibComboBox.cs">
101+
<Compile Include="controls\QlibComboBox.cs">
103102
<SubType>Component</SubType>
104103
</Compile>
105-
<Compile Include="QlibNumeric.cs">
104+
<Compile Include="controls\QlibNumeric.cs">
106105
<SubType>Component</SubType>
107106
</Compile>
108-
<Compile Include="QlibRadio.cs">
107+
<Compile Include="controls\QlibRadio.cs">
109108
<SubType>Component</SubType>
110109
</Compile>
111-
<Compile Include="QlibTabs.cs">
110+
<Compile Include="controls\QlibTabs.cs">
112111
<SubType>Component</SubType>
113112
</Compile>
114-
<Compile Include="QlibToolbar.cs">
113+
<Compile Include="controls\QlibToolbar.cs">
115114
<SubType>Component</SubType>
116115
</Compile>
117-
<Compile Include="QlibToolsep.cs">
116+
<Compile Include="controls\QlibToolsep.cs">
118117
<SubType>Component</SubType>
119118
</Compile>
120-
<Compile Include="SerializeMan.cs" />
121-
<Compile Include="ThemeMan.cs" />
122-
<Compile Include="UpdateChecker.cs" />
123-
<Compile Include="OkForm.cs">
119+
<Compile Include="managers\SerializeMan.cs" />
120+
<Compile Include="managers\ThemeMan.cs" />
121+
<Compile Include="helpers\UpdateChecker.cs" />
122+
<Compile Include="forms\OkForm.cs">
124123
<SubType>Form</SubType>
125124
</Compile>
126-
<Compile Include="OkForm.Designer.cs">
125+
<Compile Include="forms\OkForm.Designer.cs">
127126
<DependentUpon>OkForm.cs</DependentUpon>
128127
</Compile>
129-
<Compile Include="UpdateMan.cs" />
130-
<Compile Include="WallpaperMan.cs" />
131-
<Compile Include="YesNoForm.cs">
128+
<Compile Include="managers\UpdateMan.cs" />
129+
<Compile Include="managers\WallpaperMan.cs" />
130+
<Compile Include="forms\YesNoForm.cs">
132131
<SubType>Form</SubType>
133132
</Compile>
134-
<Compile Include="YesNoForm.Designer.cs">
133+
<Compile Include="forms\YesNoForm.Designer.cs">
135134
<DependentUpon>YesNoForm.cs</DependentUpon>
136135
</Compile>
137-
<Compile Include="UpdateForm.cs">
136+
<Compile Include="forms\UpdateForm.cs">
138137
<SubType>Form</SubType>
139138
</Compile>
140-
<Compile Include="UpdateForm.Designer.cs">
139+
<Compile Include="forms\UpdateForm.Designer.cs">
141140
<DependentUpon>UpdateForm.cs</DependentUpon>
142141
</Compile>
143142
<Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
144143
</ItemGroup>
145144
<ItemGroup>
146-
<EmbeddedResource Include="DownloadForm.resx">
145+
<EmbeddedResource Include="forms\DownloadForm.resx">
147146
<DependentUpon>DownloadForm.cs</DependentUpon>
148147
</EmbeddedResource>
149148
<EmbeddedResource Include="Properties\Resources.resx">
150149
<Generator>ResXFileCodeGenerator</Generator>
151150
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
152151
</EmbeddedResource>
153-
<EmbeddedResource Include="OkForm.resx">
152+
<EmbeddedResource Include="forms\OkForm.resx">
154153
<DependentUpon>OkForm.cs</DependentUpon>
155154
</EmbeddedResource>
156-
<EmbeddedResource Include="YesNoForm.resx">
155+
<EmbeddedResource Include="forms\YesNoForm.resx">
157156
<DependentUpon>YesNoForm.cs</DependentUpon>
158157
</EmbeddedResource>
159-
<EmbeddedResource Include="UpdateForm.resx">
158+
<EmbeddedResource Include="forms\UpdateForm.resx">
160159
<DependentUpon>UpdateForm.cs</DependentUpon>
161160
</EmbeddedResource>
162161
</ItemGroup>
1 KB
Binary file not shown.
0 Bytes
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)