Changeset 317 for trunk/Forms/FormSettings.lfm
- Timestamp:
- Jun 21, 2024, 12:44:53 PM (5 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormSettings.lfm
r316 r317 1 1 object FormSettings: TFormSettings 2 Left = 5353 Height = 2994 Top = 3865 Width = 4802 Left = 851 3 Height = 613 4 Top = 413 5 Width = 857 6 6 ActiveControl = ButtonOk 7 7 Caption = 'Settings' 8 ClientHeight = 299 9 ClientWidth = 480 10 Constraints.MinHeight = 250 11 Constraints.MinWidth = 378 12 DesignTimePPI = 120 13 OnClose = FormClose 8 ClientHeight = 613 9 ClientWidth = 857 10 Constraints.MinHeight = 300 11 Constraints.MinWidth = 454 12 DesignTimePPI = 144 14 13 OnCreate = FormCreate 15 14 OnShow = FormShow 16 15 Position = poMainFormCenter 17 LCLVersion = ' 2.0.0.4'16 LCLVersion = '3.4.0.0' 18 17 object ButtonOk: TButton 19 Left = 41120 Height = 2 121 Top = 26622 Width = 6218 Left = 775 19 Height = 25 20 Top = 574 21 Width = 74 23 22 Anchors = [akRight, akBottom] 24 23 Caption = 'Ok' … … 28 27 end 29 28 object ButtonCancel: TButton 30 Left = 33231 Height = 2 132 Top = 26633 Width = 6229 Left = 680 30 Height = 25 31 Top = 574 32 Width = 74 34 33 Anchors = [akRight, akBottom] 35 34 Caption = 'Cancel' … … 39 38 end 40 39 object PageControl1: TPageControl 41 Left = 742 Height = 24543 Top = 744 Width = 46640 Left = 8 41 Height = 558 42 Top = 8 43 Width = 841 45 44 ActivePage = TabSheetGeneral 46 45 Align = alTop 47 46 Anchors = [akTop, akLeft, akRight, akBottom] 48 BorderSpacing.Around = 747 BorderSpacing.Around = 8 49 48 ParentFont = False 50 49 TabIndex = 0 … … 52 51 object TabSheetGeneral: TTabSheet 53 52 Caption = 'General' 54 ClientHeight = 21255 ClientWidth = 45853 ClientHeight = 518 54 ClientWidth = 831 56 55 ParentFont = False 57 56 object Panel1: TPanel 58 57 Left = 0 59 Height = 21258 Height = 518 60 59 Top = 0 61 Width = 45860 Width = 831 62 61 Align = alClient 63 62 BevelOuter = bvNone 64 ClientHeight = 21265 ClientWidth = 45863 ClientHeight = 518 64 ClientWidth = 831 66 65 ParentFont = False 67 66 TabOrder = 0 68 67 object Label1: TLabel 69 Left = 1770 Height = 2 071 Top = 2772 Width = 6868 Left = 20 69 Height = 26 70 Top = 32 71 Width = 88 73 72 Caption = 'Language:' 74 73 ParentColor = False … … 76 75 end 77 76 object ComboBoxLanguage: TComboBox 78 Left = 1 4879 Height = 2880 Top = 2 081 Width = 1 6382 ItemHeight = 2077 Left = 178 78 Height = 42 79 Top = 24 80 Width = 196 81 ItemHeight = 0 83 82 ParentFont = False 84 83 Style = csDropDownList … … 86 85 end 87 86 object ComboBoxTheme: TComboBox 88 Left = 1 4789 Height = 2890 Top = 6091 Width = 1 6392 ItemHeight = 2087 Left = 176 88 Height = 42 89 Top = 72 90 Width = 196 91 ItemHeight = 0 93 92 ParentFont = False 94 93 Style = csDropDownList … … 96 95 end 97 96 object Label6: TLabel 98 Left = 1799 Height = 2 0100 Top = 67101 Width = 4897 Left = 20 98 Height = 26 99 Top = 80 100 Width = 63 102 101 Caption = 'Theme:' 103 102 ParentColor = False … … 105 104 end 106 105 object SpinEditAnimSpeed: TSpinEdit 107 Left = 193108 Height = 28109 Top = 1 00110 Width = 1 02106 Left = 232 107 Height = 43 108 Top = 120 109 Width = 122 111 110 ParentFont = False 112 111 TabOrder = 2 113 112 end 114 113 object Label3: TLabel 115 Left = 3 07116 Height = 2 0117 Top = 1 03118 Width = 1 2114 Left = 368 115 Height = 26 116 Top = 124 117 Width = 15 119 118 Caption = '%' 120 119 ParentColor = False … … 122 121 end 123 122 object Label2: TLabel 124 Left = 17125 Height = 2 0126 Top = 1 00127 Width = 1 16123 Left = 20 124 Height = 26 125 Top = 120 126 Width = 149 128 127 Caption = 'Animation speed:' 129 128 ParentColor = False … … 131 130 end 132 131 object CheckBoxAutoSaveTurn: TCheckBox 133 Left = 17134 Height = 24135 Top = 1 28136 Width = 2 13132 Left = 20 133 Height = 30 134 Top = 154 135 Width = 269 137 136 Caption = 'Autosave game on each turn' 138 137 ParentFont = False … … 140 139 end 141 140 object CheckBoxReopenLastFile: TCheckBox 142 Left = 17143 Height = 24144 Top = 1 62145 Width = 198141 Left = 20 142 Height = 30 143 Top = 194 144 Width = 248 146 145 Caption = 'Reopen last game on start' 147 146 ParentFont = False … … 152 151 object TabSheetDebug: TTabSheet 153 152 Caption = 'Debug' 154 ClientHeight = 260155 ClientWidth = 554153 ClientHeight = 518 154 ClientWidth = 831 156 155 ParentFont = False 157 156 object Panel2: TPanel 158 157 Left = 0 159 Height = 229158 Height = 518 160 159 Top = 0 161 Width = 583160 Width = 831 162 161 Align = alClient 163 162 BevelOuter = bvNone 164 ClientHeight = 229165 ClientWidth = 583163 ClientHeight = 518 164 ClientWidth = 831 166 165 ParentFont = False 167 166 TabOrder = 0 168 167 object CheckBox2: TCheckBox 169 Left = 1 3170 Height = 2 0171 Top = 27172 Width = 557168 Left = 16 169 Height = 24 170 Top = 32 171 Width = 799 173 172 Anchors = [akTop, akLeft, akRight] 174 173 AutoSize = False 175 174 Caption = 'Automatic DPI' 175 ParentFont = False 176 TabOrder = 0 176 177 OnChange = CheckBox2Change 177 ParentFont = False178 TabOrder = 0179 178 end 180 179 object Label4: TLabel 181 Left = 1 2182 Height = 26 183 Top = 56180 Left = 14 181 Height = 26 182 Top = 67 184 183 Width = 35 185 184 Caption = 'DPI:' … … 188 187 end 189 188 object SpinEditX: TSpinEdit 190 Left = 87191 Height = 36192 Top = 53193 Width = 80189 Left = 104 190 Height = 43 191 Top = 64 192 Width = 96 194 193 MaxValue = 500 195 194 MinValue = 20 … … 199 198 end 200 199 object Label5: TLabel 201 Left = 173202 Height = 26 203 Top = 56200 Left = 208 201 Height = 26 202 Top = 67 204 203 Width = 10 205 204 Caption = 'x' … … 208 207 end 209 208 object SpinEditY: TSpinEdit 210 Left = 193211 Height = 36212 Top = 53213 Width = 75209 Left = 232 210 Height = 43 211 Top = 64 212 Width = 90 214 213 MaxValue = 500 215 214 MinValue = 20 … … 219 218 end 220 219 object CheckBoxDevelMode: TCheckBox 221 Left = 1 3222 Height = 2 2223 Top = 1 13224 Width = 560220 Left = 16 221 Height = 26 222 Top = 136 223 Width = 803 225 224 Anchors = [akTop, akLeft, akRight] 226 225 AutoSize = False
Note:
See TracChangeset
for help on using the changeset viewer.