Changeset 86 for trunk/Forms/FormSettings.lfm
- Timestamp:
- Jun 7, 2024, 12:47:11 PM (5 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormSettings.lfm
r85 r86 8 8 ClientWidth = 480 9 9 DesignTimePPI = 144 10 OnClose = FormClose11 10 OnCreate = FormCreate 12 11 OnShow = FormShow 13 LCLVersion = ' 2.0.4.0'12 LCLVersion = '3.4.0.0' 14 13 object Label1: TLabel 15 14 Left = 19 16 Height = 2 515 Height = 26 17 16 Top = 24 18 Width = 1 5817 Width = 170 19 18 Caption = 'Animation duration:' 20 19 ParentColor = False … … 37 36 Anchors = [akLeft, akBottom] 38 37 Caption = 'OK' 38 TabOrder = 1 39 39 OnClick = ButtonOkClick 40 TabOrder = 141 40 end 42 41 object ButtonCancel: TButton … … 47 46 Anchors = [akLeft, akBottom] 48 47 Caption = 'Cancel' 48 TabOrder = 2 49 49 OnClick = ButtonCancelClick 50 TabOrder = 251 50 end 52 51 object ComboBoxLanguage: TComboBox 53 52 Left = 208 54 Height = 3353 Height = 42 55 54 Top = 86 56 55 Width = 230 57 ItemHeight = 2556 ItemHeight = 0 58 57 Style = csDropDownList 59 58 TabOrder = 3 … … 61 60 object Label2: TLabel 62 61 Left = 19 63 Height = 2 562 Height = 26 64 63 Top = 94 65 Width = 8 164 Width = 88 66 65 Caption = 'Language:' 67 66 ParentColor = False … … 69 68 object ComboBoxTheme: TComboBox 70 69 Left = 208 71 Height = 3370 Height = 42 72 71 Top = 136 73 72 Width = 230 74 ItemHeight = 2573 ItemHeight = 0 75 74 Style = csDropDownList 76 75 TabOrder = 4 … … 78 77 object Label3: TLabel 79 78 Left = 19 80 Height = 2 579 Height = 26 81 80 Top = 144 82 Width = 5781 Width = 63 83 82 Caption = 'Theme:' 84 83 ParentColor = False
Note:
See TracChangeset
for help on using the changeset viewer.