This repository was archived by the owner on Jun 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +23
-13
lines changed
Conforyon.UI/Conforyon.UI
Conforyon.UX/Conforyon.UX Expand file tree Collapse file tree 8 files changed +23
-13
lines changed Original file line number Diff line number Diff line change 15
15
<StartupObject >Conforyon.UI.Program</StartupObject >
16
16
</PropertyGroup >
17
17
<ItemGroup >
18
- <PackageReference Include =" Conforyon" Version =" 1.4.7.6 " />
18
+ <PackageReference Include =" Conforyon" Version =" 1.4.7.7 " />
19
19
</ItemGroup >
20
20
</Project >
Original file line number Diff line number Diff line change 3199
3199
<value >74</value >
3200
3200
</data >
3201
3201
<data name =" textBox19.Text" xml : space =" preserve" >
3202
- <value >f19ed6865ea272f38f7a1815283f6078 </value >
3202
+ <value >3d478f37275d4fbef1cb5aa410b793a5 </value >
3203
3203
</data >
3204
3204
<data name =" textBox19.TextAlign" type =" System.Windows.Forms.HorizontalAlignment, System.Windows.Forms" >
3205
3205
<value >Center</value >
Original file line number Diff line number Diff line change 1
- using System ;
1
+ using Conforyon . Culture ;
2
+ using System ;
2
3
using System . Windows . Forms ;
3
4
4
5
namespace Conforyon . UI
@@ -11,6 +12,10 @@ internal static class Program
11
12
[ STAThread ]
12
13
private static void Main ( )
13
14
{
15
+ Cultures . SetCulture ( ) ;
16
+ Cultures . SetUICulture ( ) ;
17
+ Cultures . SetThreadCulture ( ) ;
18
+ Cultures . SetThreadUICulture ( ) ;
14
19
Application . EnableVisualStyles ( ) ;
15
20
#if NETCOREAPP3_1 || NET5_0 || NET6_0
16
21
Application . SetHighDpiMode ( HighDpiMode . SystemAware ) ;
Original file line number Diff line number Diff line change 5
5
// denetlenir. Bütünleştirilmiş kod ile ilişkili bilgileri değiştirmek için
6
6
// bu öznitelik değerlerini değiştirin.
7
7
[ assembly: AssemblyTitle ( "Conforyon UI" ) ]
8
- [ assembly: AssemblyDescription ( "Conforyon UI v1.3.7.7 " ) ]
8
+ [ assembly: AssemblyDescription ( "Conforyon UI v1.3.7.8 " ) ]
9
9
[ assembly: AssemblyConfiguration ( "" ) ]
10
10
[ assembly: AssemblyCompany ( "Taiizor" ) ]
11
11
[ assembly: AssemblyProduct ( "Conforyon UI" ) ]
31
31
// Tüm değerleri belirtebilir veya varsayılan Derleme ve Düzeltme Numaralarını kullanmak için
32
32
// aşağıda gösterildiği gibi '*' kullanabilirsiniz:
33
33
// [assembly: AssemblyVersion("1.0.*")]
34
- [ assembly: AssemblyVersion ( "1.3.7.7 " ) ]
35
- [ assembly: AssemblyFileVersion ( "1.3.7.7 " ) ]
34
+ [ assembly: AssemblyVersion ( "1.3.7.8 " ) ]
35
+ [ assembly: AssemblyFileVersion ( "1.3.7.8 " ) ]
Original file line number Diff line number Diff line change 15
15
<ApplicationIcon >Resources\ICO.ico</ApplicationIcon >
16
16
</PropertyGroup >
17
17
<ItemGroup >
18
- <PackageReference Include =" Conforyon" Version =" 1.4.7.6 " />
19
- <PackageReference Include =" ReaLTaiizor" Version =" 3.7.8.2 " />
18
+ <PackageReference Include =" Conforyon" Version =" 1.4.7.7 " />
19
+ <PackageReference Include =" ReaLTaiizor" Version =" 3.7.8.3 " />
20
20
</ItemGroup >
21
21
<ItemGroup >
22
22
<Compile Update =" UC\COLOR.cs" >
Original file line number Diff line number Diff line change 1
- using Conforyon . UX . UI ;
1
+ using Conforyon . Culture ;
2
+ using Conforyon . UX . UI ;
2
3
using System ;
3
4
using System . Windows . Forms ;
4
5
@@ -12,6 +13,10 @@ internal static class Program
12
13
[ STAThread ]
13
14
private static void Main ( )
14
15
{
16
+ Cultures . SetCulture ( ) ;
17
+ Cultures . SetUICulture ( ) ;
18
+ Cultures . SetThreadCulture ( ) ;
19
+ Cultures . SetThreadUICulture ( ) ;
15
20
Application . EnableVisualStyles ( ) ;
16
21
#if NET5_0 || NET6_0
17
22
Application . SetHighDpiMode ( HighDpiMode . SystemAware ) ;
Original file line number Diff line number Diff line change 5
5
// denetlenir. Bütünleştirilmiş kod ile ilişkili bilgileri değiştirmek için
6
6
// bu öznitelik değerlerini değiştirin.
7
7
[ assembly: AssemblyTitle ( "Conforyon UX" ) ]
8
- [ assembly: AssemblyDescription ( "Conforyon UX v1.2.8.9 " ) ]
8
+ [ assembly: AssemblyDescription ( "Conforyon UX v1.2.9.0 " ) ]
9
9
[ assembly: AssemblyConfiguration ( "" ) ]
10
10
[ assembly: AssemblyCompany ( "Taiizor" ) ]
11
11
[ assembly: AssemblyProduct ( "Conforyon UX" ) ]
31
31
// Tüm değerleri belirtebilir veya varsayılan Derleme ve Düzeltme Numaralarını kullanmak için
32
32
// aşağıda gösterildiği gibi '*' kullanabilirsiniz:
33
33
// [assembly: AssemblyVersion("1.0.*")]
34
- [ assembly: AssemblyVersion ( "1.2.8.9 " ) ]
35
- [ assembly: AssemblyFileVersion ( "1.2.8.9 " ) ]
34
+ [ assembly: AssemblyVersion ( "1.2.9.0 " ) ]
35
+ [ assembly: AssemblyFileVersion ( "1.2.9.0 " ) ]
You can’t perform that action at this time.
0 commit comments