Changeset 179 for trunk/Forms/UFormNew.lfm
- Timestamp:
- Feb 6, 2018, 3:47:23 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormNew.lfm
r155 r179 1 1 object FormNew: TFormNew 2 Left = 11763 Height = 5014 Top = 3315 Width = 6772 Left = 596 3 Height = 617 4 Top = 243 5 Width = 775 6 6 Caption = 'New game' 7 ClientHeight = 5018 ClientWidth = 6777 ClientHeight = 617 8 ClientWidth = 775 9 9 Constraints.MinHeight = 501 10 10 Constraints.MinWidth = 667 11 DesignTimePPI = 120 12 OnClose = FormClose 11 13 OnCreate = FormCreate 12 14 OnDestroy = FormDestroy 13 15 OnShow = FormShow 14 16 Position = poMainFormCenter 15 LCLVersion = '1.8.0.4' 16 object ButtonCancel: TButton 17 Left = 454 18 Height = 25 19 Top = 459 20 Width = 75 21 Anchors = [akRight, akBottom] 22 Caption = 'Cancel' 23 ModalResult = 2 24 TabOrder = 0 25 end 26 object ButtonOk: TButton 27 Left = 558 28 Height = 25 29 Top = 459 30 Width = 75 31 Anchors = [akRight, akBottom] 32 Caption = 'Ok' 33 ModalResult = 1 34 TabOrder = 1 35 end 17 LCLVersion = '1.8.0.6' 36 18 object PageControl1: TPageControl 37 19 Left = 4 38 Height = 43920 Height = 330 39 21 Top = 4 40 Width = 669 41 ActivePage = TabSheet2 42 Align = alTop 43 Anchors = [akTop, akLeft, akRight, akBottom] 22 Width = 767 23 ActivePage = TabSheetMode 24 Align = alClient 44 25 BorderSpacing.Around = 4 45 TabIndex = 1 46 TabOrder = 2 26 TabIndex = 0 27 TabOrder = 0 28 object TabSheetMode: TTabSheet 29 Caption = 'Mode' 30 ClientHeight = 297 31 ClientWidth = 759 32 object RadioButtonModeLocal: TRadioButton 33 Left = 10 34 Height = 24 35 Top = 14 36 Width = 59 37 Caption = 'Local' 38 OnChange = RadioButtonModeLocalChange 39 TabOrder = 0 40 end 41 object RadioButtonModeNetworkServer: TRadioButton 42 Left = 10 43 Height = 24 44 Top = 48 45 Width = 123 46 Caption = 'Network server' 47 OnChange = RadioButtonModeLocalChange 48 TabOrder = 1 49 end 50 object RadioButtonModeNetworkClient: TRadioButton 51 Left = 10 52 Height = 24 53 Top = 152 54 Width = 120 55 Caption = 'Network client' 56 OnChange = RadioButtonModeLocalChange 57 TabOrder = 2 58 end 59 object EditServerAddress: TEdit 60 Left = 24 61 Height = 28 62 Top = 112 63 Width = 220 64 TabOrder = 3 65 end 66 object SpinEditServerPort: TSpinEdit 67 Left = 256 68 Height = 28 69 Top = 112 70 Width = 79 71 MaxValue = 65535 72 TabOrder = 4 73 end 74 object Label11: TLabel 75 Left = 256 76 Height = 20 77 Top = 88 78 Width = 30 79 Caption = 'Port:' 80 ParentColor = False 81 end 82 object Label12: TLabel 83 Left = 24 84 Height = 20 85 Top = 88 86 Width = 56 87 Caption = 'Address:' 88 ParentColor = False 89 end 90 object ListViewServers: TListView 91 Left = 26 92 Height = 97 93 Top = 181 94 Width = 326 95 Anchors = [akTop, akLeft, akBottom] 96 Columns = < 97 item 98 Caption = 'Name' 99 Width = 100 100 end 101 item 102 Caption = 'Address' 103 Width = 200 104 end> 105 TabOrder = 5 106 ViewStyle = vsReport 107 end 108 end 47 109 object TabSheet1: TTabSheet 48 110 Caption = 'Players' 49 ClientHeight = 39550 ClientWidth = 66351 object ListView 1: TListView111 ClientHeight = 297 112 ClientWidth = 759 113 object ListViewPlayers: TListView 52 114 Left = 4 53 Height = 345115 Height = 247 54 116 Top = 4 55 Width = 655117 Width = 751 56 118 Align = alTop 57 119 Anchors = [akTop, akLeft, akRight, akBottom] … … 80 142 TabOrder = 0 81 143 ViewStyle = vsReport 82 OnCustomDrawSubItem = ListView 1CustomDrawSubItem83 OnData = ListView 1Data84 OnDblClick = ListView 1DblClick85 OnKeyPress = ListView 1KeyPress86 OnKeyUp = ListView 1KeyUp87 OnSelectItem = ListView 1SelectItem144 OnCustomDrawSubItem = ListViewPlayersCustomDrawSubItem 145 OnData = ListViewPlayersData 146 OnDblClick = ListViewPlayersDblClick 147 OnKeyPress = ListViewPlayersKeyPress 148 OnKeyUp = ListViewPlayersKeyUp 149 OnSelectItem = ListViewPlayersSelectItem 88 150 end 89 151 object ButtonPlayerRemove: TButton 90 152 Left = 224 91 153 Height = 25 92 Top = 357154 Top = 259 93 155 Width = 83 94 156 Action = APlayerRemove … … 99 161 Left = 16 100 162 Height = 25 101 Top = 357163 Top = 259 102 164 Width = 83 103 165 Action = APlayerAdd … … 108 170 Left = 120 109 171 Height = 25 110 Top = 357172 Top = 259 111 173 Width = 83 112 174 Action = APlayerModify … … 118 180 object TabSheet2: TTabSheet 119 181 Caption = 'Map' 120 ClientHeight = 395121 ClientWidth = 663182 ClientHeight = 297 183 ClientWidth = 759 122 184 object Label1: TLabel 123 185 Left = 8 124 Height = 2 6186 Height = 20 125 187 Top = 9 126 Width = 95188 Width = 74 127 189 Caption = 'Map width:' 128 190 ParentColor = False … … 130 192 object Label2: TLabel 131 193 Left = 8 132 Height = 2 6194 Height = 20 133 195 Top = 57 134 Width = 102196 Width = 79 135 197 Caption = 'Map height:' 136 198 ParentColor = False … … 138 200 object SpinEditMapSizeX: TSpinEdit 139 201 Left = 128 140 Height = 36202 Height = 28 141 203 Top = 4 142 204 Width = 98 … … 148 210 object SpinEditMapSizeY: TSpinEdit 149 211 Left = 128 150 Height = 36212 Height = 28 151 213 Top = 55 152 214 Width = 98 … … 160 222 Height = 47 161 223 Top = 8 162 Width = 412224 Width = 508 163 225 Max = 100 164 226 Min = 2 … … 173 235 Height = 47 174 236 Top = 49 175 Width = 412237 Width = 508 176 238 Max = 100 177 239 Min = 2 … … 184 246 object Label5: TLabel 185 247 Left = 8 186 Height = 2 6248 Height = 20 187 249 Top = 104 188 Width = 83250 Width = 64 189 251 Caption = 'Grid type:' 190 252 ParentColor = False … … 192 254 object ComboBoxGridType: TComboBox 193 255 Left = 146 194 Height = 40256 Height = 28 195 257 Top = 104 196 258 Width = 208 197 ItemHeight = 0259 ItemHeight = 20 198 260 Items.Strings = ( 199 261 'Hexagonal' … … 206 268 object ComboBoxMapShape: TComboBox 207 269 Left = 146 208 Height = 40270 Height = 28 209 271 Top = 144 210 272 Width = 208 211 ItemHeight = 0273 ItemHeight = 20 212 274 Items.Strings = ( 213 275 'Hexagonal' … … 221 283 object Label8: TLabel 222 284 Left = 8 223 Height = 2 6285 Height = 20 224 286 Top = 144 225 Width = 98287 Width = 76 226 288 Caption = 'Map shape:' 227 289 ParentColor = False … … 231 293 Height = 27 232 294 Top = 110 233 Width = 175295 Width = 271 234 296 Anchors = [akTop, akLeft, akRight] 235 297 AutoSize = False … … 239 301 object SpinEditVoidPercent: TSpinEdit 240 302 Left = 216 241 Height = 36303 Height = 28 242 304 Top = 224 243 305 Width = 106 … … 248 310 object CheckBoxVoid: TCheckBox 249 311 Left = 8 250 Height = 30312 Height = 24 251 313 Top = 232 252 Width = 1 87314 Width = 149 253 315 Caption = 'Inaccessible places' 254 316 OnChange = CheckBoxVoidChange … … 257 319 object CheckBoxCity: TCheckBox 258 320 Left = 8 259 Height = 30321 Height = 24 260 322 Top = 272 261 Width = 71323 Width = 60 262 324 Caption = 'Cities' 263 325 OnChange = CheckBoxCityChange … … 266 328 object SpinEditCityPercent: TSpinEdit 267 329 Left = 216 268 Height = 36330 Height = 28 269 331 Top = 272 270 332 Width = 106 … … 275 337 object Label4: TLabel 276 338 Left = 331 277 Height = 2 6339 Height = 20 278 340 Top = 272 279 Width = 1 5341 Width = 12 280 342 Caption = '%' 281 343 ParentColor = False … … 283 345 object Label3: TLabel 284 346 Left = 331 285 Height = 2 6347 Height = 20 286 348 Top = 232 287 Width = 1 5349 Width = 12 288 350 Caption = '%' 289 351 ParentColor = False … … 291 353 object SpinEditNeutralUnits: TSpinEdit 292 354 Left = 408 293 Height = 36355 Height = 28 294 356 Top = 352 295 357 Width = 98 … … 301 363 object Label7: TLabel 302 364 Left = 8 303 Height = 2 6365 Height = 20 304 366 Top = 352 305 Width = 227367 Width = 172 306 368 Caption = 'Max random neutral units:' 307 369 ParentColor = False … … 309 371 object EditImageFile: TEdit 310 372 Left = 144 311 Height = 36373 Height = 28 312 374 Top = 184 313 Width = 396375 Width = 492 314 376 Anchors = [akTop, akLeft, akRight] 315 377 TabOrder = 12 316 378 end 317 379 object ButtonImageBrowse: TButton 318 Left = 548380 Left = 644 319 381 Height = 25 320 382 Top = 192 … … 327 389 object Label9: TLabel 328 390 Left = 8 329 Height = 2 6391 Height = 20 330 392 Top = 184 331 Width = 90393 Width = 70 332 394 Caption = 'Image file:' 333 395 ParentColor = False … … 335 397 object CheckBoxBridges: TCheckBox 336 398 Left = 8 337 Height = 30399 Height = 24 338 400 Top = 310 339 Width = 210401 Width = 168 340 402 Caption = 'Bridges between cells' 341 403 TabOrder = 14 … … 344 406 object TabSheet3: TTabSheet 345 407 Caption = 'Rules' 346 ClientHeight = 395347 ClientWidth = 663408 ClientHeight = 297 409 ClientWidth = 759 348 410 object RadioGroupGrowCells: TRadioGroup 349 411 Left = 15 … … 360 422 ChildSizing.Layout = cclLeftToRightThenTopToBottom 361 423 ChildSizing.ControlsPerLine = 1 362 ClientHeight = 77424 ClientHeight = 80 363 425 ClientWidth = 308 364 426 Items.Strings = ( … … 371 433 object Label6: TLabel 372 434 Left = 8 373 Height = 2 5435 Height = 20 374 436 Top = 248 375 Width = 111437 Width = 94 376 438 Caption = 'Win objective:' 377 439 ParentColor = False … … 379 441 object ComboBoxWinObjective: TComboBox 380 442 Left = 232 381 Height = 33443 Height = 28 382 444 Top = 240 383 445 Width = 328 384 ItemHeight = 0446 ItemHeight = 20 385 447 Items.Strings = ( 386 448 'Defeat all oponents' … … 406 468 ChildSizing.Layout = cclLeftToRightThenTopToBottom 407 469 ChildSizing.ControlsPerLine = 1 408 ClientHeight = 48470 ClientHeight = 51 409 471 ClientWidth = 301 410 472 Items.Strings = ( … … 418 480 Height = 27 419 481 Top = 24 420 Width = 5 03482 Width = 599 421 483 Anchors = [akTop, akLeft, akRight] 422 484 AutoSize = False … … 425 487 end 426 488 end 489 end 490 object PanelButtons: TPanel 491 Left = 0 492 Height = 45 493 Top = 572 494 Width = 775 495 Align = alBottom 496 BevelOuter = bvNone 497 ClientHeight = 45 498 ClientWidth = 775 499 TabOrder = 1 500 object ButtonOk: TButton 501 Left = 587 502 Height = 25 503 Top = 6 504 Width = 75 505 Anchors = [akRight, akBottom] 506 Caption = 'Ok' 507 ModalResult = 1 508 TabOrder = 0 509 end 510 object ButtonCancel: TButton 511 Left = 691 512 Height = 25 513 Top = 6 514 Width = 75 515 Anchors = [akRight, akBottom] 516 Caption = 'Cancel' 517 ModalResult = 2 518 TabOrder = 1 519 end 520 end 521 object PanelChat: TPanel 522 Left = 0 523 Height = 228 524 Top = 344 525 Width = 775 526 Align = alBottom 527 BevelOuter = bvNone 528 TabOrder = 2 529 end 530 object Splitter1: TSplitter 531 Cursor = crVSplit 532 Left = 0 533 Height = 6 534 Top = 338 535 Width = 775 536 Align = alBottom 537 ResizeAnchor = akBottom 427 538 end 428 539 object ActionList1: TActionList
Note:
See TracChangeset
for help on using the changeset viewer.