Changeset 32 for trunk/Forms/FormPreferences.lfm
- Timestamp:
- Jun 29, 2024, 7:58:36 AM (5 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormPreferences.lfm
r31 r32 1 1 object FormPreferences: TFormPreferences 2 2 Left = 765 3 Height = 4223 Height = 366 4 4 Top = 230 5 Width = 5 775 Width = 501 6 6 Caption = 'Preferences' 7 ClientHeight = 422 8 ClientWidth = 577 9 DesignTimePPI = 144 10 OnClose = FormClose 11 OnShow = FormShow 12 LCLVersion = '2.2.2.0' 7 ClientHeight = 366 8 ClientWidth = 501 9 DesignTimePPI = 125 10 LCLVersion = '3.2.0.0' 13 11 object CheckBoxRememberDatabase: TCheckBox 14 Left = 1 815 Height = 3016 Top = 2017 Width = 20112 Left = 16 13 Height = 26 14 Top = 17 15 Width = 182 18 16 Caption = 'Remember database' 19 17 TabOrder = 0 20 18 end 21 19 object ButtonSave: TButton 22 Left = 4 8023 Height = 2 524 Top = 3 7625 Width = 7520 Left = 417 21 Height = 22 22 Top = 326 23 Width = 65 26 24 Anchors = [akRight, akBottom] 27 25 Caption = 'Save' … … 30 28 end 31 29 object ButtonCancel: TButton 32 Left = 3 8833 Height = 2 534 Top = 3 7535 Width = 7530 Left = 337 31 Height = 22 32 Top = 325 33 Width = 65 36 34 Anchors = [akRight, akBottom] 37 35 Caption = 'Cancel' … … 40 38 end 41 39 object ComboBoxLanguage: TComboBox 42 Left = 20043 Height = 4244 Top = 5645 Width = 2 9240 Left = 174 41 Height = 38 42 Top = 49 43 Width = 253 46 44 ItemHeight = 0 47 45 Style = csDropDownList … … 49 47 end 50 48 object Label1: TLabel 51 Left = 1 852 Height = 2 653 Top = 6554 Width = 8849 Left = 16 50 Height = 22 51 Top = 56 52 Width = 79 55 53 Caption = 'Language:' 56 54 ParentColor = False
Note:
See TracChangeset
for help on using the changeset viewer.