|
Last change
on this file was 1, checked in by chronos, 5 years ago |
- Added: "Clovece nezlob se" game with adjustable board for different player count.
|
|
File size:
2.1 KB
|
| Line | |
|---|
| 1 | object FormAbout: TFormAbout
|
|---|
| 2 | Left = 1014
|
|---|
| 3 | Height = 402
|
|---|
| 4 | Top = 577
|
|---|
| 5 | Width = 702
|
|---|
| 6 | Caption = 'About'
|
|---|
| 7 | ClientHeight = 402
|
|---|
| 8 | ClientWidth = 702
|
|---|
| 9 | DesignTimePPI = 144
|
|---|
| 10 | OnCreate = FormCreate
|
|---|
| 11 | OnShow = FormShow
|
|---|
| 12 | Position = poScreenCenter
|
|---|
| 13 | LCLVersion = '2.0.2.0'
|
|---|
| 14 | object LabelDescription: TLabel
|
|---|
| 15 | Left = 30
|
|---|
| 16 | Height = 26
|
|---|
| 17 | Top = 135
|
|---|
| 18 | Width = 642
|
|---|
| 19 | Align = alTop
|
|---|
| 20 | BorderSpacing.Left = 30
|
|---|
| 21 | BorderSpacing.Right = 30
|
|---|
| 22 | BorderSpacing.Bottom = 30
|
|---|
| 23 | Caption = 'Description'
|
|---|
| 24 | ParentColor = False
|
|---|
| 25 | ParentFont = False
|
|---|
| 26 | WordWrap = True
|
|---|
| 27 | end
|
|---|
| 28 | object LabelContent: TLabel
|
|---|
| 29 | Left = 30
|
|---|
| 30 | Height = 26
|
|---|
| 31 | Top = 191
|
|---|
| 32 | Width = 642
|
|---|
| 33 | Align = alTop
|
|---|
| 34 | BorderSpacing.Around = 30
|
|---|
| 35 | Caption = ' '
|
|---|
| 36 | ParentColor = False
|
|---|
| 37 | ParentFont = False
|
|---|
| 38 | end
|
|---|
| 39 | object PanelTop: TPanel
|
|---|
| 40 | Left = 0
|
|---|
| 41 | Height = 135
|
|---|
| 42 | Top = 0
|
|---|
| 43 | Width = 702
|
|---|
| 44 | Align = alTop
|
|---|
| 45 | BevelOuter = bvNone
|
|---|
| 46 | ClientHeight = 135
|
|---|
| 47 | ClientWidth = 702
|
|---|
| 48 | FullRepaint = False
|
|---|
| 49 | ParentFont = False
|
|---|
| 50 | TabOrder = 0
|
|---|
| 51 | object LabelAppName: TLabel
|
|---|
| 52 | Left = 96
|
|---|
| 53 | Height = 100
|
|---|
| 54 | Top = 20
|
|---|
| 55 | Width = 572
|
|---|
| 56 | Anchors = [akTop, akLeft, akRight]
|
|---|
| 57 | AutoSize = False
|
|---|
| 58 | BorderSpacing.Around = 30
|
|---|
| 59 | Caption = 'Title'
|
|---|
| 60 | Font.Height = -60
|
|---|
| 61 | ParentColor = False
|
|---|
| 62 | ParentFont = False
|
|---|
| 63 | WordWrap = True
|
|---|
| 64 | end
|
|---|
| 65 | object ImageLogo: TImage
|
|---|
| 66 | Left = 24
|
|---|
| 67 | Height = 74
|
|---|
| 68 | Top = 30
|
|---|
| 69 | Width = 72
|
|---|
| 70 | end
|
|---|
| 71 | end
|
|---|
| 72 | object PanelButtons: TPanel
|
|---|
| 73 | Left = 0
|
|---|
| 74 | Height = 75
|
|---|
| 75 | Top = 327
|
|---|
| 76 | Width = 702
|
|---|
| 77 | Align = alBottom
|
|---|
| 78 | BevelOuter = bvNone
|
|---|
| 79 | ClientHeight = 75
|
|---|
| 80 | ClientWidth = 702
|
|---|
| 81 | TabOrder = 1
|
|---|
| 82 | object ButtonHomePage: TButton
|
|---|
| 83 | Left = 24
|
|---|
| 84 | Height = 38
|
|---|
| 85 | Top = 24
|
|---|
| 86 | Width = 264
|
|---|
| 87 | Anchors = [akLeft, akBottom]
|
|---|
| 88 | Caption = 'Home page'
|
|---|
| 89 | OnClick = ButtonHomePageClick
|
|---|
| 90 | ParentFont = False
|
|---|
| 91 | TabOrder = 0
|
|---|
| 92 | end
|
|---|
| 93 | object ButtonClose: TButton
|
|---|
| 94 | Left = 532
|
|---|
| 95 | Height = 38
|
|---|
| 96 | Top = 24
|
|---|
| 97 | Width = 140
|
|---|
| 98 | Anchors = [akRight, akBottom]
|
|---|
| 99 | Caption = 'Close'
|
|---|
| 100 | ModalResult = 1
|
|---|
| 101 | ParentFont = False
|
|---|
| 102 | TabOrder = 1
|
|---|
| 103 | end
|
|---|
| 104 | end
|
|---|
| 105 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.