Changeset 295 for trunk/Forms/UFormSettings.lfm
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 8 8 backup 9 9 xtactics.exe 10 *.lr j10 *.lrt
-
- Property svn:ignore
-
trunk/Forms
- Property svn:ignore deleted
-
trunk/Forms/UFormSettings.lfm
r262 r295 1 1 object FormSettings: TFormSettings 2 2 Left = 535 3 Height = 3593 Height = 299 4 4 Top = 386 5 Width = 5765 Width = 480 6 6 ActiveControl = ButtonOk 7 7 Caption = 'Settings' 8 ClientHeight = 3599 ClientWidth = 57610 Constraints.MinHeight = 30011 Constraints.MinWidth = 45412 DesignTimePPI = 1 448 ClientHeight = 299 9 ClientWidth = 480 10 Constraints.MinHeight = 250 11 Constraints.MinWidth = 378 12 DesignTimePPI = 120 13 13 OnClose = FormClose 14 14 OnCreate = FormCreate 15 15 OnShow = FormShow 16 16 Position = poMainFormCenter 17 LCLVersion = ' 1.8.2.0'17 LCLVersion = '2.0.0.4' 18 18 object ButtonOk: TButton 19 Left = 4 9320 Height = 2 521 Top = 32022 Width = 7519 Left = 411 20 Height = 21 21 Top = 266 22 Width = 62 23 23 Anchors = [akRight, akBottom] 24 24 Caption = 'Ok' 25 25 ModalResult = 1 26 ParentFont = False 26 27 TabOrder = 0 27 28 end 28 29 object ButtonCancel: TButton 29 Left = 3 9830 Height = 2 531 Top = 32032 Width = 7530 Left = 332 31 Height = 21 32 Top = 266 33 Width = 62 33 34 Anchors = [akRight, akBottom] 34 35 Caption = 'Cancel' 35 36 ModalResult = 2 37 ParentFont = False 36 38 TabOrder = 1 37 39 end 38 40 object PageControl1: TPageControl 39 Left = 840 Height = 30441 Top = 842 Width = 56041 Left = 7 42 Height = 245 43 Top = 7 44 Width = 466 43 45 ActivePage = TabSheetGeneral 44 46 Align = alTop 45 47 Anchors = [akTop, akLeft, akRight, akBottom] 46 BorderSpacing.Around = 8 48 BorderSpacing.Around = 7 49 ParentFont = False 47 50 TabIndex = 0 48 51 TabOrder = 2 49 52 object TabSheetGeneral: TTabSheet 50 53 Caption = 'General' 51 ClientHeight = 260 52 ClientWidth = 554 54 ClientHeight = 212 55 ClientWidth = 458 56 ParentFont = False 53 57 object Panel1: TPanel 54 58 Left = 0 55 Height = 2 6059 Height = 212 56 60 Top = 0 57 Width = 55461 Width = 458 58 62 Align = alClient 59 63 BevelOuter = bvNone 60 ClientHeight = 260 61 ClientWidth = 554 64 ClientHeight = 212 65 ClientWidth = 458 66 ParentFont = False 62 67 TabOrder = 0 63 68 object Label1: TLabel 64 Left = 2065 Height = 2 666 Top = 3267 Width = 8869 Left = 17 70 Height = 20 71 Top = 27 72 Width = 68 68 73 Caption = 'Language:' 69 74 ParentColor = False 75 ParentFont = False 70 76 end 71 77 object ComboBoxLanguage: TComboBox 72 Left = 178 73 Height = 40 74 Top = 24 75 Width = 196 76 ItemHeight = 0 78 Left = 148 79 Height = 28 80 Top = 20 81 Width = 163 82 ItemHeight = 20 83 ParentFont = False 77 84 Style = csDropDownList 78 85 TabOrder = 0 79 86 end 80 87 object ComboBoxTheme: TComboBox 81 Left = 176 82 Height = 40 83 Top = 72 84 Width = 196 85 ItemHeight = 0 88 Left = 147 89 Height = 28 90 Top = 60 91 Width = 163 92 ItemHeight = 20 93 ParentFont = False 86 94 Style = csDropDownList 87 95 TabOrder = 1 88 96 end 89 97 object Label6: TLabel 90 Left = 2091 Height = 2 692 Top = 8093 Width = 6398 Left = 17 99 Height = 20 100 Top = 67 101 Width = 48 94 102 Caption = 'Theme:' 95 103 ParentColor = False 104 ParentFont = False 96 105 end 97 106 object SpinEditAnimSpeed: TSpinEdit 98 Left = 232 99 Height = 36 100 Top = 120 101 Width = 122 107 Left = 193 108 Height = 28 109 Top = 100 110 Width = 102 111 ParentFont = False 102 112 TabOrder = 2 103 113 end 104 114 object Label3: TLabel 105 Left = 3 68106 Height = 2 6107 Top = 1 24108 Width = 1 5115 Left = 307 116 Height = 20 117 Top = 103 118 Width = 12 109 119 Caption = '%' 110 120 ParentColor = False 121 ParentFont = False 111 122 end 112 123 object Label2: TLabel 113 Left = 20114 Height = 2 6115 Top = 1 20116 Width = 1 50124 Left = 17 125 Height = 20 126 Top = 100 127 Width = 116 117 128 Caption = 'Animation speed:' 118 129 ParentColor = False 130 ParentFont = False 119 131 end 120 132 object CheckBoxAutoSaveTurn: TCheckBox 121 Left = 20122 Height = 30123 Top = 1 54124 Width = 2 69133 Left = 17 134 Height = 24 135 Top = 128 136 Width = 213 125 137 Caption = 'Autosave game on each turn' 138 ParentFont = False 126 139 TabOrder = 3 127 140 end 128 141 object CheckBoxReopenLastFile: TCheckBox 129 Left = 20130 Height = 30131 Top = 1 94132 Width = 249142 Left = 17 143 Height = 24 144 Top = 162 145 Width = 198 133 146 Caption = 'Reopen last game on start' 147 ParentFont = False 134 148 TabOrder = 4 135 149 end … … 140 154 ClientHeight = 260 141 155 ClientWidth = 554 156 ParentFont = False 142 157 object Panel2: TPanel 143 158 Left = 0 … … 149 164 ClientHeight = 229 150 165 ClientWidth = 583 166 ParentFont = False 151 167 TabOrder = 0 152 168 object CheckBox2: TCheckBox 153 Left = 1 6154 Height = 2 4155 Top = 32156 Width = 55 1169 Left = 13 170 Height = 20 171 Top = 27 172 Width = 557 157 173 Anchors = [akTop, akLeft, akRight] 158 174 AutoSize = False 159 175 Caption = 'Automatic DPI' 160 176 OnChange = CheckBox2Change 177 ParentFont = False 161 178 TabOrder = 0 162 179 end 163 180 object Label4: TLabel 164 Left = 1 4181 Left = 12 165 182 Height = 26 166 Top = 67183 Top = 56 167 184 Width = 35 168 185 Caption = 'DPI:' 169 186 ParentColor = False 187 ParentFont = False 170 188 end 171 189 object SpinEditX: TSpinEdit 172 Left = 104190 Left = 87 173 191 Height = 36 174 Top = 64175 Width = 96192 Top = 53 193 Width = 80 176 194 MaxValue = 500 177 195 MinValue = 20 196 ParentFont = False 178 197 TabOrder = 1 179 198 Value = 50 180 199 end 181 200 object Label5: TLabel 182 Left = 208201 Left = 173 183 202 Height = 26 184 Top = 67203 Top = 56 185 204 Width = 10 186 205 Caption = 'x' 187 206 ParentColor = False 207 ParentFont = False 188 208 end 189 209 object SpinEditY: TSpinEdit 190 Left = 232210 Left = 193 191 211 Height = 36 192 Top = 64193 Width = 90212 Top = 53 213 Width = 75 194 214 MaxValue = 500 195 215 MinValue = 20 216 ParentFont = False 196 217 TabOrder = 2 197 218 Value = 20 198 219 end 199 220 object CheckBoxDevelMode: TCheckBox 200 Left = 1 6201 Height = 2 7202 Top = 1 36203 Width = 5 55221 Left = 13 222 Height = 22 223 Top = 113 224 Width = 560 204 225 Anchors = [akTop, akLeft, akRight] 205 226 AutoSize = False 206 227 Caption = 'Developer mode' 228 ParentFont = False 207 229 TabOrder = 3 208 230 end
Note:
See TracChangeset
for help on using the changeset viewer.