Changeset 19 for trunk/Forms
- Timestamp:
- Oct 5, 2019, 1:00:29 PM (5 years ago)
- Location:
- trunk/Forms
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.pas
r17 r19 89 89 Core.PersistentForm1.RegistryContext := Core.ApplicationInfo1.GetRegistryContext; 90 90 Core.PersistentForm1.Load(Self); 91 Core.Game.New; 91 if not Core.Game.Running then 92 Core.Game.New; 92 93 end; 93 94 -
trunk/Forms/UFormSettings.lfm
r13 r19 16 16 Height = 26 17 17 Top = 24 18 Width = 1 5019 Caption = 'Animation speed:'18 Width = 172 19 Caption = 'Animation duration:' 20 20 ParentColor = False 21 21 end … … 52 52 object ComboBoxLanguage: TComboBox 53 53 Left = 208 54 Height = 4 354 Height = 42 55 55 Top = 86 56 56 Width = 230 -
trunk/Forms/UFormSettings.lrj
r13 r19 1 1 {"version":1,"strings":[ 2 2 {"hash":213582195,"name":"tformsettings.caption","sourcebytes":[83,101,116,116,105,110,103,115],"value":"Settings"}, 3 {"hash": 69745274,"name":"tformsettings.label1.caption","sourcebytes":[65,110,105,109,97,116,105,111,110,32,115,112,101,101,100,58],"value":"Animation speed:"},3 {"hash":10139450,"name":"tformsettings.label1.caption","sourcebytes":[65,110,105,109,97,116,105,111,110,32,100,117,114,97,116,105,111,110,58],"value":"Animation duration:"}, 4 4 {"hash":1339,"name":"tformsettings.buttonok.caption","sourcebytes":[79,75],"value":"OK"}, 5 5 {"hash":77089212,"name":"tformsettings.buttoncancel.caption","sourcebytes":[67,97,110,99,101,108],"value":"Cancel"},
Note:
See TracChangeset
for help on using the changeset viewer.