Changeset 98 for trunk/Forms/UFormNew.lfm
- Timestamp:
- Dec 26, 2014, 2:36:01 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormNew.lfm
r91 r98 10 10 OnDestroy = FormDestroy 11 11 OnShow = FormShow 12 Position = poMainFormCenter 12 13 LCLVersion = '1.3' 13 14 object ButtonCancel: TButton … … 44 45 object TabSheet1: TTabSheet 45 46 Caption = 'Players' 46 ClientHeight = 41 447 ClientHeight = 417 47 48 ClientWidth = 1215 48 49 object ListView1: TListView … … 115 116 object TabSheet2: TTabSheet 116 117 Caption = 'Map' 117 ClientHeight = 41 4118 ClientHeight = 417 118 119 ClientWidth = 1215 119 120 object Label1: TLabel 120 121 Left = 8 121 Height = 2 5122 Height = 22 122 123 Top = 9 123 Width = 104124 Width = 92 124 125 Caption = 'Map width:' 125 126 ParentColor = False … … 127 128 object Label2: TLabel 128 129 Left = 8 129 Height = 2 5130 Height = 22 130 131 Top = 57 131 Width = 110132 Width = 99 132 133 Caption = 'Map height:' 133 134 ParentColor = False … … 135 136 object SpinEditMapSizeX: TSpinEdit 136 137 Left = 128 137 Height = 3 5138 Height = 32 138 139 Top = 4 139 140 Width = 98 … … 145 146 object SpinEditMapSizeY: TSpinEdit 146 147 Left = 128 147 Height = 3 5148 Height = 32 148 149 Top = 55 149 150 Width = 98 … … 181 182 object Label5: TLabel 182 183 Left = 8 183 Height = 2 5184 Height = 22 184 185 Top = 104 185 Width = 90186 Width = 81 186 187 Caption = 'Grid type:' 187 188 ParentColor = False … … 189 190 object ComboBoxGridType: TComboBox 190 191 Left = 146 191 Height = 3 3192 Height = 30 192 193 Top = 104 193 194 Width = 208 … … 203 204 object ComboBoxMapShape: TComboBox 204 205 Left = 146 205 Height = 3 3206 Height = 30 206 207 Top = 144 207 208 Width = 208 … … 218 219 object Label8: TLabel 219 220 Left = 8 220 Height = 2 5221 Height = 22 221 222 Top = 144 222 Width = 107223 Width = 97 223 224 Caption = 'Map shape:' 224 225 ParentColor = False … … 236 237 object SpinEditVoidPercent: TSpinEdit 237 238 Left = 216 238 Height = 3 5239 Height = 32 239 240 Top = 224 240 241 Width = 106 … … 245 246 object CheckBoxVoid: TCheckBox 246 247 Left = 8 247 Height = 2 7248 Height = 24 248 249 Top = 232 249 Width = 1 98250 Width = 183 250 251 Caption = 'Inaccessible places' 251 252 OnChange = CheckBoxVoidChange … … 254 255 object CheckBoxCity: TCheckBox 255 256 Left = 8 256 Height = 2 7257 Height = 24 257 258 Top = 272 258 Width = 73259 Width = 69 259 260 Caption = 'Cities' 260 261 OnChange = CheckBoxCityChange … … 263 264 object SpinEditCityPercent: TSpinEdit 264 265 Left = 216 265 Height = 3 5266 Height = 32 266 267 Top = 272 267 268 Width = 106 … … 272 273 object Label4: TLabel 273 274 Left = 331 274 Height = 2 5275 Height = 22 275 276 Top = 272 276 Width = 1 7277 Width = 15 277 278 Caption = '%' 278 279 ParentColor = False … … 280 281 object Label3: TLabel 281 282 Left = 331 282 Height = 2 5283 Height = 22 283 284 Top = 232 284 Width = 1 7285 Width = 15 285 286 Caption = '%' 286 287 ParentColor = False … … 288 289 object SpinEditNeutralUnits: TSpinEdit 289 290 Left = 408 290 Height = 3 5291 Height = 32 291 292 Top = 352 292 293 Width = 98 … … 298 299 object Label7: TLabel 299 300 Left = 8 300 Height = 2 5301 Height = 22 301 302 Top = 352 302 Width = 2 45303 Width = 221 303 304 Caption = 'Max random neutral units:' 304 305 ParentColor = False … … 306 307 object EditImageFile: TEdit 307 308 Left = 144 308 Height = 3 5309 Height = 32 309 310 Top = 184 310 311 Width = 948 … … 324 325 object Label9: TLabel 325 326 Left = 8 326 Height = 2 5327 Height = 22 327 328 Top = 184 328 Width = 98329 Width = 88 329 330 Caption = 'Image file:' 330 331 ParentColor = False … … 333 334 object TabSheet3: TTabSheet 334 335 Caption = 'Rules' 335 ClientHeight = 41 4336 ClientHeight = 417 336 337 ClientWidth = 1215 337 338 object RadioGroupGrowCells: TRadioGroup … … 349 350 ChildSizing.Layout = cclLeftToRightThenTopToBottom 350 351 ChildSizing.ControlsPerLine = 1 351 ClientHeight = 78352 ClientHeight = 81 352 353 ClientWidth = 308 353 354 Items.Strings = ( … … 395 396 ChildSizing.Layout = cclLeftToRightThenTopToBottom 396 397 ChildSizing.ControlsPerLine = 1 397 ClientHeight = 49398 ClientHeight = 52 398 399 ClientWidth = 301 399 400 Items.Strings = (
Note:
See TracChangeset
for help on using the changeset viewer.