File: codeexplorer_update_options.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 (89 lines) | stat: -rw-r--r-- 2,461 bytes parent folder | download | duplicates (11)
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
inherited CodeExplorerUpdateOptionsFrame: TCodeExplorerUpdateOptionsFrame
  Height = 300
  Width = 400
  ClientHeight = 300
  ClientWidth = 400
  TabOrder = 0
  DesignLeft = 719
  DesignTop = 260
  object ModeRadioGroup: TRadioGroup[0]
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = Owner
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 0
    Height = 55
    Top = 0
    Width = 400
    Anchors = [akTop, akLeft, akRight]
    AutoFill = True
    AutoSize = True
    Caption = 'ModeRadioGroup'
    ChildSizing.LeftRightSpacing = 6
    ChildSizing.TopBottomSpacing = 6
    ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
    ChildSizing.EnlargeVertical = crsHomogenousChildResize
    ChildSizing.ShrinkHorizontal = crsScaleChilds
    ChildSizing.ShrinkVertical = crsScaleChilds
    ChildSizing.Layout = cclLeftToRightThenTopToBottom
    ChildSizing.ControlsPerLine = 2
    ClientHeight = 34
    ClientWidth = 392
    Columns = 2
    ItemIndex = 0
    Items.Strings = (
      'Category'
      'Source'
    )
    TabOrder = 1
    TabStop = True
  end
  object RefreshRadioGroup: TRadioGroup[1]
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = ModeRadioGroup
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 0
    Height = 99
    Top = 61
    Width = 400
    Anchors = [akTop, akLeft, akRight]
    AutoFill = True
    AutoSize = True
    BorderSpacing.Top = 6
    Caption = 'RefreshRadioGroup'
    ChildSizing.LeftRightSpacing = 6
    ChildSizing.TopBottomSpacing = 6
    ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
    ChildSizing.EnlargeVertical = crsHomogenousChildResize
    ChildSizing.ShrinkHorizontal = crsScaleChilds
    ChildSizing.ShrinkVertical = crsScaleChilds
    ChildSizing.Layout = cclLeftToRightThenTopToBottom
    ChildSizing.ControlsPerLine = 1
    ClientHeight = 78
    ClientWidth = 392
    Items.Strings = (
      'Manual'
      'SwitchPage'
      'Idle'
    )
    TabOrder = 0
    TabStop = True
  end
  object FollowCursorCheckBox: TCheckBox[2]
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = RefreshRadioGroup
    AnchorSideTop.Side = asrBottom
    Left = 6
    Height = 22
    Top = 166
    Width = 178
    BorderSpacing.Left = 6
    BorderSpacing.Top = 6
    Caption = 'FollowCursorCheckBox'
    ParentShowHint = False
    ShowHint = True
    TabOrder = 2
  end
end