Changeset 232
- Timestamp:
- May 14, 2020, 11:26:30 PM (5 years ago)
- Location:
- trunk
- Files:
-
- 22 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Back.lfm
r10 r232 18 18 LCLVersion = '1.6.2.0' 19 19 WindowState = wsMaximized 20 PixelsPerInch = 96 21 Scaled = False 20 22 end -
trunk/Direct.lfm
r112 r232 18 18 OnShow = FormShow 19 19 LCLVersion = '1.8.0.6' 20 PixelsPerInch = 96 21 Scaled = False 20 22 end -
trunk/Inp.lfm
r9 r232 17 17 OnShow = FormShow 18 18 PixelsPerInch = 96 19 Scaled = False 19 20 object OKBtn: TButtonA 20 21 Left = 66 -
trunk/LocalPlayer/CityScreen.lfm
r9 r232 21 21 OnShow = FormShow 22 22 PixelsPerInch = 96 23 Scaled = False 23 24 object CloseBtn: TButtonA 24 25 Left = 335 -
trunk/LocalPlayer/Diagram.lfm
r9 r232 18 18 OnShow = FormShow 19 19 PixelsPerInch = 96 20 Scaled = False 20 21 object CloseBtn: TButtonB 21 22 Left = 380 -
trunk/LocalPlayer/Draft.lfm
r62 r232 19 19 OnShow = FormShow 20 20 LCLVersion = '1.6.0.4' 21 PixelsPerInch = 96 22 Scaled = False 21 23 object OKBtn: TButtonA 22 24 Left = 196 -
trunk/LocalPlayer/Help.lfm
r69 r232 22 22 OnPaint = FormPaint 23 23 PixelsPerInch = 96 24 Scaled = False 24 25 object CloseBtn: TButtonB 25 26 Left = 522 -
trunk/LocalPlayer/MessgEx.lfm
r9 r232 20 20 OnShow = FormShow 21 21 PixelsPerInch = 96 22 Scaled = False 22 23 object Button1: TButtonA 23 24 Left = 43 -
trunk/LocalPlayer/NatStat.lfm
r9 r232 17 17 OnShow = FormShow 18 18 PixelsPerInch = 96 19 Scaled = False 19 20 object ToggleBtn: TButtonB 20 21 Left = 6 -
trunk/LocalPlayer/Select.lfm
r69 r232 23 23 OnShow = FormShow 24 24 PixelsPerInch = 96 25 Scaled = False 25 26 object CloseBtn: TButtonB 26 27 Left = 343 -
trunk/LocalPlayer/Term.lfm
r231 r232 30 30 OnShow = FormShow 31 31 Position = poDefault 32 PixelsPerInch = 96 33 Scaled = False 32 34 LCLVersion = '1.6.0.4' 33 35 WindowState = wsMaximized -
trunk/LocalPlayer/Wonders.lfm
r9 r232 17 17 OnShow = FormShow 18 18 PixelsPerInch = 96 19 Scaled = False 19 20 object CloseBtn: TButtonB 20 21 Left = 442 -
trunk/Locale.lfm
r167 r232 15 15 OnShow = FormShow 16 16 LCLVersion = '2.0.2.0' 17 PixelsPerInch = 96 18 Scaled = False 17 19 object List: TListBox 18 20 Tag = 15360 -
trunk/Log.lfm
r9 r232 18 18 OnKeyUp = FormKeyUp 19 19 PixelsPerInch = 96 20 Scaled = False 20 21 object List: TMemo 21 22 Left = 0 -
trunk/Messg.lfm
r111 r232 20 20 OnShow = FormShow 21 21 LCLVersion = '1.8.0.6' 22 PixelsPerInch = 96 23 Scaled = False 22 24 object Button1: TButtonA 23 25 Left = 101 -
trunk/Start.lfm
r169 r232 26 26 OnShow = FormShow 27 27 LCLVersion = '2.0.2.0' 28 PixelsPerInch = 96 29 Scaled = False 28 30 object StartBtn: TButtonA 29 31 Tag = 15104
Note:
See TracChangeset
for help on using the changeset viewer.