Changeset 89 for trunk/Forms/FormSettings.lfm
- Timestamp:
- Jun 7, 2024, 4:35:46 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormSettings.lfm
r86 r89 1 1 object FormSettings: TFormSettings 2 Left = 9793 Height = 3 604 Top = 3855 Width = 4802 Left = 838 3 Height = 331 4 Top = 468 5 Width = 612 6 6 Caption = 'Settings' 7 ClientHeight = 3 608 ClientWidth = 4807 ClientHeight = 331 8 ClientWidth = 612 9 9 DesignTimePPI = 144 10 10 OnCreate = FormCreate 11 11 OnShow = FormShow 12 12 LCLVersion = '3.4.0.0' 13 object Label1: TLabel 14 Left = 19 15 Height = 26 16 Top = 24 17 Width = 170 18 Caption = 'Animation duration:' 19 ParentColor = False 20 end 21 object TrackBar1: TTrackBar 22 Left = 208 23 Height = 58 24 Top = 16 25 Width = 240 26 Max = 1000 27 Position = 0 28 Anchors = [akTop, akLeft, akRight] 13 object ButtonOk: TButton 14 Left = 488 15 Height = 38 16 Top = 283 17 Width = 113 18 Anchors = [akRight, akBottom] 19 Caption = 'OK' 29 20 TabOrder = 0 30 end31 object ButtonOk: TButton32 Left = 11233 Height = 3834 Top = 29135 Width = 11336 Anchors = [akLeft, akBottom]37 Caption = 'OK'38 TabOrder = 139 21 OnClick = ButtonOkClick 40 22 end 41 23 object ButtonCancel: TButton 42 Left = 25624 Left = 352 43 25 Height = 38 44 Top = 28 826 Top = 283 45 27 Width = 113 46 Anchors = [ak Left, akBottom]28 Anchors = [akRight, akBottom] 47 29 Caption = 'Cancel' 48 TabOrder = 230 TabOrder = 1 49 31 OnClick = ButtonCancelClick 50 32 end 51 object ComboBoxLanguage: TComboBox 52 Left = 208 53 Height = 42 54 Top = 86 55 Width = 230 56 ItemHeight = 0 57 Style = csDropDownList 58 TabOrder = 3 59 end 60 object Label2: TLabel 61 Left = 19 62 Height = 26 63 Top = 94 64 Width = 88 65 Caption = 'Language:' 66 ParentColor = False 67 end 68 object ComboBoxTheme: TComboBox 69 Left = 208 70 Height = 42 71 Top = 136 72 Width = 230 73 ItemHeight = 0 74 Style = csDropDownList 75 TabOrder = 4 76 end 77 object Label3: TLabel 78 Left = 19 79 Height = 26 80 Top = 144 81 Width = 63 82 Caption = 'Theme:' 83 ParentColor = False 33 object ScrollBox1: TScrollBox 34 Left = 8 35 Height = 262 36 Top = 8 37 Width = 595 38 HorzScrollBar.Page = 438 39 VertScrollBar.Page = 178 40 Anchors = [akTop, akLeft, akRight, akBottom] 41 ClientHeight = 260 42 ClientWidth = 593 43 TabOrder = 2 44 object Label1: TLabel 45 Left = 19 46 Height = 26 47 Top = 24 48 Width = 170 49 Caption = 'Animation duration:' 50 ParentColor = False 51 end 52 object TrackBar1: TTrackBar 53 Left = 208 54 Height = 58 55 Top = 16 56 Width = 372 57 Max = 1000 58 Position = 0 59 Anchors = [akTop, akLeft, akRight] 60 TabOrder = 0 61 end 62 object ComboBoxLanguage: TComboBox 63 Left = 208 64 Height = 42 65 Top = 86 66 Width = 230 67 ItemHeight = 0 68 Style = csDropDownList 69 TabOrder = 1 70 end 71 object Label2: TLabel 72 Left = 19 73 Height = 26 74 Top = 94 75 Width = 88 76 Caption = 'Language:' 77 ParentColor = False 78 end 79 object ComboBoxTheme: TComboBox 80 Left = 208 81 Height = 42 82 Top = 136 83 Width = 230 84 ItemHeight = 0 85 Style = csDropDownList 86 TabOrder = 2 87 end 88 object Label3: TLabel 89 Left = 19 90 Height = 26 91 Top = 144 92 Width = 63 93 Caption = 'Theme:' 94 ParentColor = False 95 end 84 96 end 85 97 end
Note:
See TracChangeset
for help on using the changeset viewer.