File: opkman_showhintbase.lfm

package info (click to toggle)
lazarus 2.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 214,460 kB
  • sloc: pascal: 1,862,622; xml: 265,709; cpp: 56,595; sh: 3,008; java: 609; makefile: 535; perl: 297; sql: 222; ansic: 137
file content (143 lines) | stat: -rw-r--r-- 3,451 bytes parent folder | download | duplicates (6)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
object frShowHint: TfrShowHint
  Left = 0
  Height = 198
  Top = 0
  Width = 559
  AutoSize = True
  ClientHeight = 198
  ClientWidth = 559
  TabOrder = 0
  DesignLeft = 388
  DesignTop = 227
  object pnBase: TPanel
    Left = 0
    Height = 178
    Top = 10
    Width = 559
    Align = alClient
    BorderSpacing.Top = 10
    BevelInner = bvLowered
    ClientHeight = 178
    ClientWidth = 559
    TabOrder = 0
    object pnDescription: TPanel
      Left = 2
      Height = 73
      Top = 24
      Width = 555
      Align = alTop
      BevelOuter = bvNone
      ClientHeight = 73
      ClientWidth = 555
      ParentFont = False
      TabOrder = 0
      object mDescription: TMemo
        AnchorSideLeft.Control = pnDescription
        AnchorSideTop.Control = lbDescription
        AnchorSideTop.Side = asrBottom
        AnchorSideRight.Control = pnDescription
        AnchorSideRight.Side = asrBottom
        AnchorSideBottom.Side = asrBottom
        Left = 20
        Height = 51
        Top = 19
        Width = 528
        Anchors = [akTop, akLeft, akRight]
        BorderSpacing.Left = 20
        BorderSpacing.Top = 2
        BorderSpacing.Right = 7
        BorderSpacing.Bottom = 7
        BorderStyle = bsNone
        Lines.Strings = (
          'aaaaaaaaaa'
          'bbbbbbbb'
        )
        ReadOnly = True
        ScrollBars = ssAutoVertical
        TabOrder = 0
      end
      object lbDescription: TLabel
        AnchorSideLeft.Control = pnDescription
        AnchorSideTop.Control = pnDescription
        Left = 2
        Height = 15
        Top = 2
        Width = 67
        BorderSpacing.Left = 2
        BorderSpacing.Top = 2
        Caption = 'Description:'
        Font.Style = [fsBold]
        ParentColor = False
        ParentFont = False
      end
    end
    object pnLicense: TPanel
      Left = 2
      Height = 79
      Top = 97
      Width = 555
      Align = alTop
      BevelOuter = bvNone
      ClientHeight = 79
      ClientWidth = 555
      ParentFont = False
      TabOrder = 1
      object mLicense: TMemo
        AnchorSideLeft.Control = pnLicense
        AnchorSideTop.Control = lbLicense
        AnchorSideTop.Side = asrBottom
        AnchorSideRight.Control = pnLicense
        AnchorSideRight.Side = asrBottom
        AnchorSideBottom.Side = asrBottom
        Left = 20
        Height = 51
        Top = 19
        Width = 528
        Anchors = [akTop, akLeft, akRight]
        BorderSpacing.Left = 20
        BorderSpacing.Top = 2
        BorderSpacing.Right = 7
        BorderStyle = bsNone
        ReadOnly = True
        ScrollBars = ssAutoVertical
        TabOrder = 0
      end
      object lbLicense: TLabel
        AnchorSideLeft.Control = pnLicense
        AnchorSideTop.Control = pnLicense
        Left = 2
        Height = 15
        Top = 2
        Width = 44
        BorderSpacing.Left = 2
        BorderSpacing.Top = 2
        Caption = 'License:'
        Font.Style = [fsBold]
        ParentColor = False
        ParentFont = False
      end
    end
    object pnPackageName: TPanel
      Left = 2
      Height = 22
      Top = 2
      Width = 555
      Align = alTop
      BevelOuter = bvNone
      Caption = 'Package Name'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 2
    end
  end
  object pnBuffer: TPanel
    Left = 0
    Height = 10
    Top = 188
    Width = 559
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 1
    Visible = False
  end
end