File: project_forms_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 (141 lines) | stat: -rw-r--r-- 3,912 bytes parent folder | download | duplicates (8)
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
object ProjectFormsOptionsFrame: TProjectFormsOptionsFrame
  Left = 0
  Height = 463
  Top = 0
  Width = 501
  ClientHeight = 463
  ClientWidth = 501
  TabOrder = 0
  DesignLeft = 356
  DesignTop = 178
  object FormsAutoCreatedLabel: TLabel
    AnchorSideLeft.Control = FormsAutoCreatedListBox
    AnchorSideTop.Control = Owner
    Left = 30
    Height = 20
    Top = 0
    Width = 160
    Caption = 'FormsAutoCreatedLabel'
    ParentColor = False
  end
  object FormsAvailFormsLabel: TLabel
    AnchorSideLeft.Control = FormsAvailFormsListBox
    AnchorSideTop.Control = Owner
    Left = 284
    Height = 20
    Top = 0
    Width = 149
    Caption = 'FormsAvailFormsLabel'
    ParentColor = False
  end
  object FormsMoveAutoCreatedFormUpBtn: TSpeedButton
    AnchorSideLeft.Control = Owner
    Left = 0
    Height = 24
    Top = 36
    Width = 24
    OnClick = FormsMoveAutoCreatedFormUpBtnClick
  end
  object FormsMoveAutoCreatedFormsDownBtn: TSpeedButton
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = FormsMoveAutoCreatedFormUpBtn
    AnchorSideTop.Side = asrBottom
    Left = 0
    Height = 24
    Top = 66
    Width = 24
    BorderSpacing.Top = 6
    OnClick = FormsMoveAutoCreatedFormsDownBtnClick
  end
  object FormsRemoveFromAutoCreatedFormsBtn: TSpeedButton
    AnchorSideLeft.Side = asrCenter
    AnchorSideRight.Control = FormsAvailFormsLabel
    Left = 254
    Height = 24
    Top = 36
    Width = 24
    Anchors = [akTop, akRight]
    BorderSpacing.Right = 6
    OnClick = FormsRemoveFromAutoCreatedFormsBtnClick
  end
  object FormsAddToAutoCreatedFormsBtn: TSpeedButton
    AnchorSideLeft.Control = FormsRemoveFromAutoCreatedFormsBtn
    AnchorSideTop.Control = FormsRemoveFromAutoCreatedFormsBtn
    AnchorSideTop.Side = asrBottom
    Left = 254
    Height = 24
    Top = 66
    Width = 24
    BorderSpacing.Top = 6
    OnClick = FormsAddToAutoCreatedFormsBtnClick
  end
  object FormsAutoCreatedListBox: TListBox
    AnchorSideLeft.Control = FormsMoveAutoCreatedFormsDownBtn
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = FormsAutoCreatedLabel
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = lblMiddle
    AnchorSideBottom.Control = FormsAutoCreateNewFormsCheckBox
    Left = 30
    Height = 407
    Top = 26
    Width = 217
    Anchors = [akTop, akLeft, akRight, akBottom]
    BorderSpacing.Left = 6
    BorderSpacing.Top = 6
    BorderSpacing.Right = 3
    BorderSpacing.Bottom = 6
    ItemHeight = 0
    MultiSelect = True
    OnDblClick = FormsRemoveFromAutoCreatedFormsBtnClick
    ParentShowHint = False
    ShowHint = True
    TabOrder = 0
  end
  object FormsAvailFormsListBox: TListBox
    AnchorSideLeft.Control = lblMiddle
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = FormsAvailFormsLabel
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    AnchorSideBottom.Control = FormsAutoCreateNewFormsCheckBox
    Left = 284
    Height = 407
    Top = 26
    Width = 217
    Anchors = [akTop, akLeft, akRight, akBottom]
    BorderSpacing.Left = 33
    BorderSpacing.Top = 6
    BorderSpacing.Bottom = 6
    ItemHeight = 0
    MultiSelect = True
    OnDblClick = FormsAddToAutoCreatedFormsBtnClick
    ParentShowHint = False
    ShowHint = True
    TabOrder = 1
  end
  object FormsAutoCreateNewFormsCheckBox: TCheckBox
    AnchorSideLeft.Control = FormsAddToAutoCreatedFormsBtn
    AnchorSideTop.Control = FormsAutoCreatedListBox
    Left = 0
    Height = 24
    Top = 439
    Width = 501
    Align = alBottom
    Caption = 'FormsAutoCreateNewFormsCheckBox'
    TabOrder = 2
  end
  object lblMiddle: TLabel
    AnchorSideLeft.Control = Owner
    AnchorSideLeft.Side = asrCenter
    AnchorSideTop.Control = Owner
    AnchorSideTop.Side = asrCenter
    Left = 250
    Height = 1
    Top = 231
    Width = 1
    AutoSize = False
    ParentColor = False
  end
end