File: idestartup_options.lfm

package info (click to toggle)
lazarus 4.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 275,760 kB
  • sloc: pascal: 2,341,904; xml: 509,420; makefile: 348,726; cpp: 93,608; sh: 3,387; java: 609; perl: 297; sql: 222; ansic: 137
file content (142 lines) | stat: -rw-r--r-- 3,630 bytes parent folder | download | duplicates (3)
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
142
object IdeStartupFrame: TIdeStartupFrame
  Left = 0
  Height = 470
  Top = 0
  Width = 589
  ClientHeight = 470
  ClientWidth = 589
  TabOrder = 0
  DesignLeft = 706
  DesignTop = 369
  object OpenLastProjectAtStartCheckBox: TCheckBox
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = divProjectToOpen
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Side = asrBottom
    Left = 6
    Height = 23
    Top = 91
    Width = 212
    BorderSpacing.Left = 6
    BorderSpacing.Top = 6
    Caption = 'OpenLastProjectAtStartCheckBox'
    OnChange = OpenLastProjectAtStartCheckBoxChange
    TabOrder = 1
  end
  object divFileAssociation: TDividerBevel
    AnchorSideTop.Control = Owner
    Left = 0
    Height = 15
    Top = 2
    Width = 597
    Caption = 'Opening Files from OS'
    Anchors = [akLeft, akRight]
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object divProjectToOpen: TDividerBevel
    AnchorSideTop.Control = LazarusInstancesCB
    AnchorSideTop.Side = asrBottom
    Left = 0
    Height = 15
    Top = 70
    Width = 597
    Caption = 'Project to Open or Create'
    Anchors = [akTop, akLeft, akRight]
    BorderSpacing.Top = 15
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object LazarusInstancesLabel: TLabel
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = LazarusInstancesCB
    AnchorSideTop.Side = asrCenter
    Left = 3
    Height = 15
    Top = 33
    Width = 121
    BorderSpacing.Left = 3
    Caption = 'LazarusInstancesLabel'
    Color = clDefault
    ParentColor = False
  end
  object LazarusInstancesCB: TComboBox
    AnchorSideLeft.Control = LazarusInstancesLabel
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = divFileAssociation
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 132
    Height = 30
    Top = 25
    Width = 457
    Anchors = [akTop, akLeft, akRight]
    BorderSpacing.Left = 8
    BorderSpacing.Top = 8
    ItemHeight = 0
    Style = csDropDownList
    TabOrder = 0
  end
  object ProjectTypeCB: TComboBox
    AnchorSideLeft.Control = ProjectTypeLabel
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = OpenLastProjectAtStartCheckBox
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 109
    Height = 30
    Top = 125
    Width = 480
    Anchors = [akTop, akLeft, akRight]
    BorderSpacing.Left = 8
    BorderSpacing.Top = 11
    DropDownCount = 20
    ItemHeight = 0
    Style = csDropDownList
    TabOrder = 2
  end
  object ProjectTypeLabel: TLabel
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = ProjectTypeCB
    AnchorSideTop.Side = asrCenter
    Left = 3
    Height = 15
    Top = 133
    Width = 98
    BorderSpacing.Left = 3
    Caption = 'New Project Type'
    Color = clDefault
    ParentColor = False
  end
  object CheckFPPkgCheckBox: TCheckBox
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = divInitialChecks
    AnchorSideTop.Side = asrBottom
    Left = 6
    Height = 23
    Top = 191
    Width = 146
    BorderSpacing.Left = 6
    BorderSpacing.Top = 6
    Caption = 'CheckFPPkgCheckBox'
    TabOrder = 3
  end
  object divInitialChecks: TDividerBevel
    AnchorSideTop.Control = ProjectTypeCB
    AnchorSideTop.Side = asrBottom
    Left = 0
    Height = 15
    Top = 170
    Width = 597
    Caption = 'Initial Checks'
    Anchors = [akTop, akLeft, akRight]
    BorderSpacing.Top = 15
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
end