Changeset 11 for trunk/Forms/UFormSettings.lfm
- Timestamp:
- Oct 4, 2019, 11:57:05 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormSettings.lfm
r8 r11 5 5 Width = 480 6 6 Caption = 'Settings' 7 ClientHeight = 360 8 ClientWidth = 480 7 9 DesignTimePPI = 144 10 OnShow = FormShow 8 11 LCLVersion = '2.0.2.0' 12 object Label1: TLabel 13 Left = 19 14 Height = 26 15 Top = 24 16 Width = 150 17 Caption = 'Animation speed:' 18 ParentColor = False 19 end 20 object TrackBar1: TTrackBar 21 Left = 208 22 Height = 58 23 Top = 16 24 Width = 240 25 Max = 100 26 Position = 0 27 Anchors = [akTop, akLeft, akRight] 28 TabOrder = 0 29 end 30 object ButtonOk: TButton 31 Left = 112 32 Height = 38 33 Top = 291 34 Width = 113 35 Anchors = [akLeft, akBottom] 36 Caption = 'OK' 37 OnClick = ButtonOkClick 38 TabOrder = 1 39 end 40 object ButtonCancel: TButton 41 Left = 256 42 Height = 38 43 Top = 288 44 Width = 113 45 Anchors = [akLeft, akBottom] 46 Caption = 'Cancel' 47 OnClick = ButtonCancelClick 48 TabOrder = 2 49 end 9 50 end
Note:
See TracChangeset
for help on using the changeset viewer.