File: iconviewer.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 (272 lines) | stat: -rw-r--r-- 7,155 bytes parent folder | download
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
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
object IconViewerFrame: TIconViewerFrame
  Left = 0
  Height = 291
  Top = 0
  Width = 606
  ClientHeight = 291
  ClientWidth = 606
  TabOrder = 0
  DesignLeft = 319
  DesignTop = 171
  object FilterPanel: TPanel
    Left = 0
    Height = 31
    Top = 0
    Width = 606
    Align = alTop
    AutoSize = True
    BevelOuter = bvNone
    ClientHeight = 31
    ClientWidth = 606
    ParentBackground = False
    ParentColor = False
    TabOrder = 0
    object cmbFilterBySize: TComboBox
      AnchorSideTop.Control = FilterPanel
      AnchorSideRight.Control = cmbFilterByStyle
      AnchorSideBottom.Side = asrBottom
      Left = 318
      Height = 23
      Top = 2
      Width = 134
      Anchors = [akTop, akRight]
      BorderSpacing.Left = 6
      BorderSpacing.Top = 2
      DropDownCount = 24
      ItemHeight = 15
      Style = csDropDownList
      TabOrder = 1
      OnChange = cmbFilterBySizeChange
    end
    object cmbFilterByStyle: TComboBox
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = cmbFilterBySize
      AnchorSideTop.Side = asrCenter
      AnchorSideRight.Control = FilterPanel
      AnchorSideRight.Side = asrBottom
      AnchorSideBottom.Side = asrBottom
      Left = 458
      Height = 23
      Top = 2
      Width = 142
      Anchors = [akTop, akRight]
      BorderSpacing.Left = 6
      BorderSpacing.Right = 6
      DropDownCount = 24
      ItemHeight = 15
      Style = csDropDownList
      TabOrder = 2
      OnChange = cmbFilterByStyleChange
    end
    object cmbFilterByKeywords: TComboBox
      AnchorSideLeft.Control = FilterPanel
      AnchorSideTop.Control = cmbFilterBySize
      AnchorSideTop.Side = asrCenter
      AnchorSideRight.Control = btnKeywordEditor
      AnchorSideBottom.Side = asrBottom
      Left = 6
      Height = 23
      Top = 2
      Width = 228
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Left = 6
      BorderSpacing.Right = 2
      BorderSpacing.Bottom = 6
      DropDownCount = 24
      ItemHeight = 15
      TabOrder = 0
      TextHint = 'Enter keywords here'
      OnEditingDone = cmbFilterByKeywordsEditingDone
    end
    object btnKeywordEditor: TSpeedButton
      AnchorSideTop.Control = cmbFilterByKeywords
      AnchorSideTop.Side = asrCenter
      AnchorSideRight.Control = btnClearFilter
      Left = 236
      Height = 24
      Top = 1
      Width = 24
      Anchors = [akTop, akRight]
      BorderSpacing.Right = 2
      Caption = '...'
      OnClick = btnKeywordEditorClick
    end
    object btnExecuteFilter: TSpeedButton
      AnchorSideTop.Control = cmbFilterByKeywords
      AnchorSideTop.Side = asrCenter
      AnchorSideRight.Control = cmbFilterBySize
      Left = 288
      Height = 24
      Top = 1
      Width = 24
      Anchors = [akTop, akRight]
      BorderSpacing.Right = 6
      OnClick = btnExecuteFilterClick
    end
    object btnClearFilter: TSpeedButton
      AnchorSideTop.Control = cmbFilterByKeywords
      AnchorSideTop.Side = asrCenter
      AnchorSideRight.Control = btnExecuteFilter
      Left = 262
      Height = 24
      Top = 1
      Width = 24
      Anchors = [akTop, akRight]
      BorderSpacing.Right = 2
      OnClick = btnClearFilterClick
    end
  end
  object IconDetailsPanel: TPanel
    Left = 6
    Height = 87
    Top = 204
    Width = 594
    Align = alBottom
    AutoSize = True
    BorderSpacing.Left = 6
    BorderSpacing.Top = 6
    BorderSpacing.Right = 6
    BevelOuter = bvNone
    ClientHeight = 87
    ClientWidth = 594
    TabOrder = 1
    OnResize = IconDetailsPanelResize
    object CaptionPanel: TPanel
      AnchorSideLeft.Control = IconDetailsPanel
      AnchorSideTop.Control = DividerBevel1
      AnchorSideTop.Side = asrBottom
      Left = 0
      Height = 68
      Top = 19
      Width = 58
      AutoSize = True
      BorderSpacing.Right = 8
      BevelOuter = bvNone
      ClientHeight = 68
      ClientWidth = 58
      TabOrder = 0
      object lblFileName: TLabel
        AnchorSideLeft.Control = CaptionPanel
        AnchorSideTop.Control = CaptionPanel
        Left = 0
        Height = 15
        Top = 0
        Width = 54
        Caption = 'File name:'
        Font.Style = [fsItalic]
        ParentFont = False
      end
      object lblSize: TLabel
        AnchorSideLeft.Control = CaptionPanel
        AnchorSideTop.Control = lblFileName
        AnchorSideTop.Side = asrBottom
        Left = 0
        Height = 15
        Top = 17
        Width = 23
        BorderSpacing.Top = 2
        Caption = 'Size:'
        Font.Style = [fsItalic]
        ParentFont = False
      end
      object lblKeywords: TLabel
        AnchorSideLeft.Control = CaptionPanel
        AnchorSideTop.Control = lblStyle
        AnchorSideTop.Side = asrBottom
        Left = 0
        Height = 15
        Top = 51
        Width = 58
        BorderSpacing.Top = 2
        BorderSpacing.Bottom = 2
        Caption = 'Keywords: '
        Font.Style = [fsItalic]
        ParentFont = False
      end
      object lblStyle: TLabel
        AnchorSideLeft.Control = CaptionPanel
        AnchorSideTop.Control = lblSize
        AnchorSideTop.Side = asrBottom
        Left = 0
        Height = 15
        Top = 34
        Width = 28
        BorderSpacing.Top = 2
        Caption = 'Style:'
        Font.Style = [fsItalic]
        ParentFont = False
      end
    end
    object infoFileName: TLabel
      AnchorSideLeft.Control = CaptionPanel
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = DividerBevel1
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Side = asrBottom
      Left = 66
      Height = 15
      Top = 19
      Width = 71
      Caption = 'infoFileName'
    end
    object infoSize: TLabel
      AnchorSideLeft.Control = CaptionPanel
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = infoFileName
      AnchorSideTop.Side = asrBottom
      Left = 66
      Height = 15
      Top = 36
      Width = 41
      BorderSpacing.Top = 2
      Caption = 'infoSize'
    end
    object infoStyle: TLabel
      AnchorSideLeft.Control = CaptionPanel
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = infoSize
      AnchorSideTop.Side = asrBottom
      Left = 66
      Height = 15
      Top = 53
      Width = 46
      BorderSpacing.Top = 2
      Caption = 'infoStyle'
    end
    object infoKeywords: TLabel
      AnchorSideLeft.Control = CaptionPanel
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = infoStyle
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = IconDetailsPanel
      AnchorSideRight.Side = asrBottom
      Left = 66
      Height = 15
      Top = 70
      Width = 528
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Top = 2
      Caption = 'infoKeywords'
      WordWrap = True
    end
    object DividerBevel1: TDividerBevel
      Left = 0
      Height = 15
      Top = 0
      Width = 594
      Caption = 'DividerBevel1'
      Align = alTop
      BorderSpacing.Bottom = 4
      Font.Style = [fsBold]
      ParentFont = False
    end
  end
  object Bevel2: TBevel
    Left = 0
    Height = 2
    Top = 31
    Width = 606
    Align = alTop
    Shape = bsBottomLine
  end
end