Changeset 148 for trunk/Forms/UFormSettings.lfm
- Timestamp:
- Jun 5, 2023, 7:40:45 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormSettings.lfm
r101 r148 1 1 object FormSettings: TFormSettings 2 2 Left = 798 3 Height = 4 213 Height = 404 4 4 Top = 321 5 Width = 5 485 Width = 526 6 6 Caption = 'Settings' 7 ClientHeight = 4 218 ClientWidth = 5 489 Constraints.MinHeight = 4 2110 Constraints.MinWidth = 5 4811 DesignTimePPI = 1 507 ClientHeight = 404 8 ClientWidth = 526 9 Constraints.MinHeight = 404 10 Constraints.MinWidth = 526 11 DesignTimePPI = 144 12 12 OnClose = FormClose 13 13 OnCreate = FormCreate 14 14 OnShow = FormShow 15 15 Position = poScreenCenter 16 LCLVersion = '2.2. 0.4'16 LCLVersion = '2.2.6.0' 17 17 object ComboBoxLanguage: TComboBox 18 Left = 2 5018 Left = 240 19 19 Height = 42 20 Top = 1 721 Width = 2 7520 Top = 16 21 Width = 264 22 22 ItemHeight = 0 23 23 ParentFont = False … … 26 26 end 27 27 object Label1: TLabel 28 Left = 2 529 Height = 2 730 Top = 2 531 Width = 9628 Left = 24 29 Height = 26 30 Top = 24 31 Width = 88 32 32 Caption = 'Language:' 33 ParentColor = False 33 34 ParentFont = False 34 35 end 35 36 object ButtonOk: TButton 36 Left = 4 1637 Height = 3 938 Top = 3 6539 Width = 11 837 Left = 400 38 Height = 37 39 Top = 351 40 Width = 113 40 41 Anchors = [akRight, akBottom] 41 42 Caption = 'Ok' … … 46 47 end 47 48 object ButtonCancel: TButton 48 Left = 2 6649 Height = 3 950 Top = 3 6551 Width = 11 849 Left = 256 50 Height = 37 51 Top = 351 52 Width = 113 52 53 Anchors = [akRight, akBottom] 53 54 Caption = 'Cancel' … … 57 58 end 58 59 object CheckBoxAutomaticDPI: TCheckBox 59 Left = 2 460 Height = 3 161 Top = 2 5762 Width = 1 5460 Left = 23 61 Height = 30 62 Top = 247 63 Width = 148 63 64 Caption = 'Automatic DPI' 64 65 OnChange = CheckBoxAutomaticDPIChange … … 68 69 end 69 70 object SpinEditDPI: TSpinEdit 70 Left = 2 4971 Left = 239 71 72 Height = 43 72 Top = 2 9173 Width = 1 5173 Top = 279 74 Width = 145 74 75 MaxValue = 300 75 76 MinValue = 96 … … 80 81 end 81 82 object LabelDPI: TLabel 82 Left = 5 783 Height = 2 784 Top = 2 9985 Width = 3 683 Left = 55 84 Height = 26 85 Top = 287 86 Width = 35 86 87 Caption = 'DPI:' 88 ParentColor = False 87 89 ParentFont = False 88 90 Visible = False 89 91 end 90 92 object CheckBoxReopenLastFileOnStart: TCheckBox 91 Left = 2 492 Height = 3 193 Top = 2 1694 Width = 2 3993 Left = 23 94 Height = 30 95 Top = 207 96 Width = 226 95 97 Caption = 'Reopen last file on start' 96 98 ParentFont = False … … 100 102 Left = 12 101 103 Height = 2 102 Top = 3 46103 Width = 517104 Top = 332 105 Width = 496 104 106 Anchors = [akLeft, akRight, akBottom] 105 107 end 106 108 object Label2: TLabel 107 Left = 2 5108 Height = 2 7109 Top = 7 5110 Width = 6 7109 Left = 24 110 Height = 26 111 Top = 72 112 Width = 63 111 113 Caption = 'Theme:' 114 ParentColor = False 112 115 ParentFont = False 113 116 end 114 117 object ComboBoxTheme: TComboBox 115 Left = 2 50118 Left = 240 116 119 Height = 42 117 Top = 6 7118 Width = 2 75120 Top = 64 121 Width = 264 119 122 ItemHeight = 0 120 123 ParentFont = False … … 123 126 end 124 127 object Label3: TLabel 125 Left = 2 5126 Height = 2 7127 Top = 12 5128 Width = 1 99128 Left = 24 129 Height = 26 130 Top = 120 131 Width = 186 129 132 Caption = 'Default vCard version:' 133 ParentColor = False 130 134 end 131 135 object EditDefaultVcardVersion: TEdit 132 Left = 2 50136 Left = 240 133 137 Height = 43 134 Top = 11 7135 Width = 1 50138 Top = 112 139 Width = 144 136 140 TabOrder = 2 137 141 end 138 142 object Label4: TLabel 139 Left = 2 5140 Height = 2 7141 Top = 1 72142 Width = 1 44143 Left = 24 144 Height = 26 145 Top = 165 146 Width = 133 143 147 Caption = 'Map query URL:' 148 ParentColor = False 144 149 end 145 150 object EditMapUrl: TEdit 146 Left = 2 50151 Left = 240 147 152 Height = 43 148 Top = 16 8149 Width = 2 78153 Top = 161 154 Width = 267 150 155 Anchors = [akTop, akLeft, akRight] 151 156 TabOrder = 8
Note:
See TracChangeset
for help on using the changeset viewer.