File: GUI_Sponsor.dfm

package info (click to toggle)
mediainfo 26.01-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,912 kB
  • sloc: cpp: 19,090; objc: 3,102; xml: 1,428; sh: 1,328; python: 263; makefile: 212
file content (44 lines) | stat: -rw-r--r-- 879 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
object SponsorFrame: TSponsorFrame
  Left = 0
  Top = 0
  Width = 690
  Height = 200
  Align = alBottom
  TabOrder = 0
  OnResize = OnResize
  object BannerImage: TImage
    Left = 0
    Top = 0
    Width = 672
    Height = 200
    Align = alClient
    Center = True
    Proportional = True
    Stretch = True
    OnClick = BannerImageClick
    OnMouseEnter = BannerImageMouseInter
    OnMouseLeave = BannerImageMouseLeave
  end
  object RightPanel: TPanel
    Left = 672
    Top = 0
    Width = 18
    Height = 200
    Align = alRight
    BevelOuter = bvNone
    TabOrder = 0
    DesignSize = (
      18
      200)
    object CloseButton: TButton
      Left = 0
      Top = 0
      Width = 18
      Height = 25
      Anchors = [akTop, akRight]
      Caption = 'X'
      TabOrder = 0
      OnClick = CloseButtonClick
    end
  end
end