Changeset 354 for trunk/Forms/FormSettings.lfm
- Timestamp:
- Dec 29, 2024, 1:35:37 PM (6 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormSettings.lfm
r325 r354 1 1 object FormSettings: TFormSettings 2 Left = 8512 Left = 545 3 3 Height = 613 4 Top = 4134 Top = 203 5 5 Width = 857 6 6 ActiveControl = ButtonOk … … 14 14 OnShow = FormShow 15 15 Position = poMainFormCenter 16 LCLVersion = '3. 4.0.0'16 LCLVersion = '3.6.0.0' 17 17 object ButtonOk: TButton 18 18 Left = 735 … … 51 51 object TabSheetGeneral: TTabSheet 52 52 Caption = 'General' 53 ClientHeight = 5 1254 ClientWidth = 83 153 ClientHeight = 506 54 ClientWidth = 835 55 55 ParentFont = False 56 56 object Panel1: TPanel 57 57 Left = 0 58 Height = 5 1258 Height = 506 59 59 Top = 0 60 Width = 83 160 Width = 835 61 61 Align = alClient 62 62 BevelOuter = bvNone 63 ClientHeight = 5 1264 ClientWidth = 83 163 ClientHeight = 506 64 ClientWidth = 835 65 65 ParentFont = False 66 66 TabOrder = 0 67 67 object Label1: TLabel 68 68 Left = 20 69 Height = 2 669 Height = 28 70 70 Top = 32 71 Width = 8871 Width = 96 72 72 Caption = 'Language:' 73 73 ParentColor = False … … 76 76 object ComboBoxLanguage: TComboBox 77 77 Left = 178 78 Height = 4 278 Height = 40 79 79 Top = 24 80 80 Width = 196 … … 86 86 object ComboBoxTheme: TComboBox 87 87 Left = 176 88 Height = 4 288 Height = 40 89 89 Top = 72 90 90 Width = 196 … … 96 96 object Label6: TLabel 97 97 Left = 20 98 Height = 2 698 Height = 28 99 99 Top = 80 100 Width = 6 3100 Width = 69 101 101 Caption = 'Theme:' 102 102 ParentColor = False … … 105 105 object SpinEditAnimSpeed: TSpinEdit 106 106 Left = 232 107 Height = 43107 Height = 38 108 108 Top = 120 109 109 Width = 122 … … 113 113 object Label3: TLabel 114 114 Left = 368 115 Height = 2 6115 Height = 28 116 116 Top = 124 117 Width = 1 5117 Width = 17 118 118 Caption = '%' 119 119 ParentColor = False … … 122 122 object Label2: TLabel 123 123 Left = 20 124 Height = 2 6124 Height = 28 125 125 Top = 120 126 Width = 1 49126 Width = 162 127 127 Caption = 'Animation speed:' 128 128 ParentColor = False 129 129 ParentFont = False 130 end131 object CheckBoxAutoSaveTurn: TCheckBox132 Left = 20133 Height = 30134 Top = 154135 Width = 269136 Caption = 'Autosave game on each turn'137 ParentFont = False138 TabOrder = 3139 end140 object CheckBoxReopenLastFile: TCheckBox141 Left = 20142 Height = 30143 Top = 194144 Width = 248145 Caption = 'Reopen last game on start'146 ParentFont = False147 TabOrder = 4148 130 end 149 131 end … … 151 133 object TabSheetDebug: TTabSheet 152 134 Caption = 'Debug' 153 ClientHeight = 5 12154 ClientWidth = 83 1135 ClientHeight = 506 136 ClientWidth = 835 155 137 ParentFont = False 156 138 object Panel2: TPanel 157 139 Left = 0 158 Height = 5 12140 Height = 506 159 141 Top = 0 160 Width = 83 1142 Width = 835 161 143 Align = alClient 162 144 BevelOuter = bvNone 163 ClientHeight = 5 12164 ClientWidth = 83 1145 ClientHeight = 506 146 ClientWidth = 835 165 147 ParentFont = False 166 148 TabOrder = 0 … … 169 151 Height = 24 170 152 Top = 32 171 Width = 799153 Width = 803 172 154 Anchors = [akTop, akLeft, akRight] 173 155 AutoSize = False … … 179 161 object Label4: TLabel 180 162 Left = 14 181 Height = 2 6163 Height = 28 182 164 Top = 67 183 Width = 3 5165 Width = 39 184 166 Caption = 'DPI:' 185 167 ParentColor = False … … 188 170 object SpinEditX: TSpinEdit 189 171 Left = 104 190 Height = 43172 Height = 38 191 173 Top = 64 192 174 Width = 96 … … 199 181 object Label5: TLabel 200 182 Left = 208 201 Height = 2 6183 Height = 28 202 184 Top = 67 203 Width = 1 0185 Width = 11 204 186 Caption = 'x' 205 187 ParentColor = False … … 208 190 object SpinEditY: TSpinEdit 209 191 Left = 232 210 Height = 43192 Height = 38 211 193 Top = 64 212 194 Width = 90 … … 221 203 Height = 26 222 204 Top = 136 223 Width = 80 3205 Width = 807 224 206 Anchors = [akTop, akLeft, akRight] 225 207 AutoSize = False
Note:
See TracChangeset
for help on using the changeset viewer.