File: eduoipages.lfm

package info (click to toggle)
lazarus 2.0.10%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 219,188 kB
  • sloc: pascal: 1,867,962; xml: 265,716; cpp: 56,595; sh: 3,005; java: 609; makefile: 568; perl: 297; sql: 222; ansic: 137
file content (45 lines) | stat: -rw-r--r-- 1,017 bytes parent folder | download | duplicates (10)
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
inherited EduOIPagesFrame: TEduOIPagesFrame
  Height = 393
  Width = 456
  ClientHeight = 393
  ClientWidth = 456
  TabOrder = 0
  DesignLeft = 353
  DesignTop = 355
  object grpBoxOIPages: TGroupBox[0]
    Left = 6
    Height = 81
    Top = 6
    Width = 444
    Align = alTop
    AutoSize = True
    BorderSpacing.Around = 6
    Caption = 'grpBoxOIPages'
    ClientHeight = 62
    ClientWidth = 440
    TabOrder = 0
    object ckBoxFavs: TCheckBox
      AnchorSideLeft.Control = grpBoxOIPages
      AnchorSideTop.Control = grpBoxOIPages
      Left = 6
      Height = 22
      Top = 6
      Width = 94
      BorderSpacing.Around = 6
      Caption = 'ckBoxFavs'
      TabOrder = 0
    end
    object ckBoxRestricted: TCheckBox
      AnchorSideLeft.Control = grpBoxOIPages
      AnchorSideTop.Control = ckBoxFavs
      AnchorSideTop.Side = asrBottom
      Left = 6
      Height = 22
      Top = 34
      Width = 129
      BorderSpacing.Around = 6
      Caption = 'ckBoxRestricted'
      TabOrder = 1
    end
  end
end