Changeset 178 for branches/highdpi/Integrated.lpr
- Timestamp:
- Jun 23, 2019, 3:15:29 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/Integrated.lpr
r166 r178 24 24 Term in 'LocalPlayer\Term.pas' {MainScreen} , 25 25 MessgEx in 'LocalPlayer\MessgEx.pas' {MessgExDlg} , 26 BaseWin in 'LocalPlayer\BaseWin.pas', 26 27 Help in 'LocalPlayer\Help.pas' {HelpDlg} , 27 28 Select in 'LocalPlayer\Select.pas' {ListDlg} , … … 39 40 Rates in 'LocalPlayer\Rates.pas' {RatesDlg} , 40 41 TechTree in 'LocalPlayer\TechTree.pas' {TechTreeDlg}, 41 ScreenTools, Directories ;42 ScreenTools, Directories, UDpiControls; 42 43 43 44 {$if declared(UseHeapTrace)} … … 56 57 57 58 DotNetClient := nil; 58 Application.Initialize;59 Application.Title := 'c-evo';59 DpiApplication.Initialize; 60 DpiApplication.Title := 'c-evo'; 60 61 Directories.InitUnit; 61 62 ScreenTools.UnitInit; 62 Application.CreateForm(TDirectDlg, DirectDlg);63 Application.CreateForm(TStartDlg, StartDlg);64 Application.CreateForm(TMessgDlg, MessgDlg);65 Application.CreateForm(TInputDlg, InputDlg);66 Application.CreateForm(TBackground, Background);67 Application.CreateForm(TLogDlg, LogDlg);68 Application.Run;63 DpiApplication.CreateForm(TDirectDlg, DirectDlg); 64 DpiApplication.CreateForm(TStartDlg, StartDlg); 65 DpiApplication.CreateForm(TMessgDlg, MessgDlg); 66 DpiApplication.CreateForm(TInputDlg, InputDlg); 67 DpiApplication.CreateForm(TBackground, Background); 68 DpiApplication.CreateForm(TLogDlg, LogDlg); 69 DpiApplication.Run; 69 70 ScreenTools.UnitDone; 70 71 end.
Note:
See TracChangeset
for help on using the changeset viewer.