summaryrefslogtreecommitdiffstats
path: root/tools/statepropbuilder/apps/spbuilder/code/sp/builder/visframe.dfm
blob: c9010d272e6232e6b59a024b971c18b58adccdac (plain) (blame)
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
object Frame2: TFrame2
  Left = 0
  Top = 0
  Width = 152
  Height = 43
  TabOrder = 0
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 152
    Height = 43
    Align = alClient
    BevelInner = bvLowered
    TabOrder = 0
    object NameLabel: TLabel
      Left = 8
      Top = 5
      Width = 26
      Height = 13
      Caption = 'name'
      Color = clSilver
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clNavy
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentColor = False
      ParentFont = False
    end
    object VisibilityCheckBox: TCheckBox
      Left = 8
      Top = 21
      Width = 97
      Height = 17
      Caption = 'Visible'
      ParentShowHint = False
      ShowHint = False
      TabOrder = 0
      OnClick = VisibilityCheckBoxClick
    end
  end
end