File: project_lazdoc_options.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 (118 lines) | stat: -rw-r--r-- 3,063 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
object ProjectFPDocOptionsFrame: TProjectFPDocOptionsFrame
  Left = 0
  Height = 269
  Top = 0
  Width = 478
  ClientHeight = 269
  ClientWidth = 478
  TabOrder = 0
  DesignLeft = 422
  DesignTop = 407
  object FPDocPackageNameLabel: TLabel
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = FPDocPackageNameEdit
    AnchorSideTop.Side = asrCenter
    Left = 6
    Height = 15
    Top = 10
    Width = 138
    BorderSpacing.Around = 6
    Caption = 'FPDocPackageNameLabel'
    ParentColor = False
  end
  object FPDocPackageNameEdit: TEdit
    AnchorSideLeft.Control = FPDocPackageNameLabel
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = Owner
    Left = 150
    Height = 23
    Top = 6
    Width = 120
    BorderSpacing.Around = 6
    ParentShowHint = False
    ShowHint = True
    TabOrder = 0
  end
  object SearchPathsGroupBox: TGroupBox
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = FPDocPackageNameEdit
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    AnchorSideBottom.Control = Owner
    AnchorSideBottom.Side = asrBottom
    Left = 0
    Height = 234
    Top = 35
    Width = 478
    Anchors = [akTop, akLeft, akRight, akBottom]
    Caption = 'SearchPathsGroupBox'
    ClientHeight = 214
    ClientWidth = 474
    TabOrder = 1
    object PathsListBox: TListBox
      Left = 6
      Height = 108
      Top = 6
      Width = 462
      Align = alTop
      BorderSpacing.Around = 6
      ItemHeight = 0
      OnSelectionChange = PathsListBoxSelectionChange
      TabOrder = 0
    end
    object AddPathButton: TBitBtn
      AnchorSideLeft.Control = SearchPathsGroupBox
      AnchorSideTop.Control = PathsListBox
      AnchorSideTop.Side = asrBottom
      Left = 6
      Height = 25
      Top = 120
      Width = 108
      AutoSize = True
      BorderSpacing.Around = 6
      Caption = 'AddPathButton'
      Enabled = False
      OnClick = AddPathButtonClick
      TabOrder = 2
    end
    object DeletePathButton: TBitBtn
      AnchorSideLeft.Control = AddPathButton
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = AddPathButton
      Left = 124
      Height = 25
      Top = 120
      Width = 119
      AutoSize = True
      BorderSpacing.Left = 10
      Caption = 'DeletePathButton'
      Enabled = False
      OnClick = DeletePathButtonClick
      TabOrder = 3
    end
    object PathEdit: TDirectoryEdit
      AnchorSideLeft.Control = SearchPathsGroupBox
      AnchorSideTop.Control = AddPathButton
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = PathsListBox
      AnchorSideRight.Side = asrBottom
      Left = 6
      Height = 23
      Top = 151
      Width = 462
      Directory = 'PathEdit'
      ShowHidden = False
      ButtonWidth = 25
      NumGlyphs = 1
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Left = 6
      BorderSpacing.Top = 6
      BorderSpacing.Bottom = 6
      MaxLength = 0
      TabOrder = 1
      OnChange = PathEditChange
      Text = 'PathEdit'
    end
  end
end