File: pkglinksdlg.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 (240 lines) | stat: -rw-r--r-- 6,229 bytes parent folder | download | duplicates (2)
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
object PackageLinksDialog: TPackageLinksDialog
  Left = 290
  Height = 558
  Top = 192
  Width = 766
  Caption = 'PackageLinksDialog'
  ClientHeight = 558
  ClientWidth = 766
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  Position = poScreenCenter
  LCLVersion = '1.7'
  object ScopeGroupBox: TGroupBox
    Left = 6
    Height = 170
    Top = 6
    Width = 754
    Align = alTop
    AutoSize = True
    BorderSpacing.Around = 6
    Caption = 'ScopeGroupBox'
    ChildSizing.LeftRightSpacing = 6
    ChildSizing.TopBottomSpacing = 6
    ChildSizing.HorizontalSpacing = 6
    ChildSizing.VerticalSpacing = 6
    ClientHeight = 144
    ClientWidth = 750
    TabOrder = 0
    object ShowGlobalLinksCheckBox: TCheckBox
      AnchorSideLeft.Control = ScopeGroupBox
      AnchorSideTop.Control = ScopeGroupBox
      Left = 6
      Height = 20
      Top = 6
      Width = 189
      Caption = 'ShowGlobalLinksCheckBox'
      Checked = True
      OnChange = ShowLinksCheckBoxChange
      State = cbChecked
      TabOrder = 0
    end
    object ShowOnlineLinksCheckBox: TCheckBox
      AnchorSideLeft.Control = ScopeGroupBox
      AnchorSideTop.Control = ShowGlobalLinksCheckBox
      AnchorSideTop.Side = asrBottom
      Left = 6
      Height = 20
      Top = 32
      Width = 190
      Caption = 'ShowOnlineLinksCheckBox'
      Checked = True
      OnChange = ShowLinksCheckBoxChange
      State = cbChecked
      TabOrder = 1
    end
    object LPKFileValidCheckBox: TCheckBox
      AnchorSideLeft.Control = ScopeGroupBox
      AnchorSideTop.Control = ShowUserLinksCheckBox
      AnchorSideTop.Side = asrBottom
      Left = 6
      Height = 20
      Top = 84
      Width = 159
      Caption = 'LPKFileValidCheckBox'
      Checked = True
      OnChange = LPKFileValidCheckBoxChange
      State = cbChecked
      TabOrder = 2
    end
    object LPKFileInvalidCheckBox: TCheckBox
      AnchorSideLeft.Control = LPKFileValidCheckBox
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = LPKFileValidCheckBox
      AnchorSideTop.Side = asrCenter
      Left = 180
      Height = 20
      Top = 84
      Width = 170
      BorderSpacing.Left = 15
      Caption = 'LPKFileInvalidCheckBox'
      Checked = True
      OnChange = LPKFileInvalidCheckBoxChange
      State = cbChecked
      TabOrder = 3
    end
    object FilterEdit: TEdit
      AnchorSideLeft.Control = ScopeGroupBox
      AnchorSideTop.Control = LPKFileValidCheckBox
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = ScopeGroupBox
      AnchorSideRight.Side = asrBottom
      Left = 6
      Height = 28
      Top = 110
      Width = 738
      Anchors = [akTop, akLeft, akRight]
      OnChange = FilterEditChange
      TabOrder = 4
    end
    object ShowUserLinksCheckBox: TCheckBox
      AnchorSideLeft.Control = ScopeGroupBox
      AnchorSideTop.Control = ShowOnlineLinksCheckBox
      AnchorSideTop.Side = asrBottom
      Left = 6
      Height = 20
      Top = 58
      Width = 178
      Caption = 'ShowUserLinksCheckBox'
      Checked = True
      OnChange = ShowLinksCheckBoxChange
      State = cbChecked
      TabOrder = 5
    end
  end
  object PkgStringGrid: TStringGrid
    Left = 6
    Height = 305
    Top = 182
    Width = 754
    Align = alClient
    BorderSpacing.Around = 6
    ColCount = 7
    ColumnClickSorts = True
    Columns = <    
      item
        ButtonStyle = cbsCheckboxColumn
        Title.Caption = 'Select'
      end    
      item
        ReadOnly = True
        Title.Caption = 'Name'
      end    
      item
        ReadOnly = True
        Title.Caption = 'Version'
      end    
      item
        ReadOnly = True
        Title.Caption = 'Group'
      end    
      item
        ReadOnly = True
        Title.Caption = 'State'
      end    
      item
        ReadOnly = True
        Title.Caption = 'Filename'
      end    
      item
        Title.Caption = 'Last Opened'
      end>
    FixedCols = 0
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing, goTabs, goThumbTracking, goColSpanning, goDblClickAutoSize, goSmoothScroll]
    PopupMenu = GridPopupMenu
    TabOrder = 1
  end
  object BtnPanel: TPanel
    Left = 0
    Height = 39
    Top = 519
    Width = 766
    Align = alBottom
    AutoSize = True
    BevelOuter = bvNone
    ClientHeight = 39
    ClientWidth = 766
    TabOrder = 2
    object CloseBitBtn: TBitBtn
      AnchorSideTop.Side = asrCenter
      AnchorSideRight.Control = BtnPanel
      AnchorSideRight.Side = asrBottom
      AnchorSideBottom.Control = BtnPanel
      AnchorSideBottom.Side = asrBottom
      Left = 685
      Height = 27
      Top = 6
      Width = 75
      Anchors = [akRight, akBottom]
      AutoSize = True
      BorderSpacing.Around = 6
      Cancel = True
      Caption = '&Close'
      Default = True
      Kind = bkClose
      ModalResult = 1
      TabOrder = 0
    end
    object UpdateGlobalLinksButton: TButton
      AnchorSideLeft.Control = DeleteSelectedButton
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = CloseBitBtn
      AnchorSideTop.Side = asrCenter
      Left = 158
      Height = 24
      Top = 7
      Width = 167
      AutoSize = True
      BorderSpacing.Around = 6
      Caption = 'UpdateGlobalLinksButton'
      OnClick = UpdateGlobalLinksButtonClick
      TabOrder = 1
    end
    object DeleteSelectedButton: TButton
      AnchorSideLeft.Control = BtnPanel
      AnchorSideTop.Control = CloseBitBtn
      AnchorSideTop.Side = asrCenter
      Left = 6
      Height = 24
      Top = 7
      Width = 146
      AutoSize = True
      BorderSpacing.Around = 6
      Caption = 'DeleteSelectedButton'
      OnClick = DeleteSelectedButtonClick
      TabOrder = 2
    end
  end
  object ProgressBar1: TProgressBar
    Left = 6
    Height = 20
    Top = 493
    Width = 754
    Align = alBottom
    BorderSpacing.Around = 6
    TabOrder = 3
  end
  object LPKParsingTimer: TTimer
    OnTimer = LPKParsingTimerTimer
    left = 355
    top = 190
  end
  object GridPopupMenu: TPopupMenu
    left = 206
    top = 288
    object CopyCellToClipboardMenuItem: TMenuItem
      Caption = 'CopyCellToClipboard'
      OnClick = CopyCellToClipboardMenuItemClick
    end
  end
end