File: editorfilemanager.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 (238 lines) | stat: -rw-r--r-- 6,293 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
object EditorFileManagerForm: TEditorFileManagerForm
  Left = 476
  Height = 379
  Top = 250
  Width = 680
  Caption = 'EditorFileManagerForm'
  ClientHeight = 379
  ClientWidth = 680
  KeyPreview = True
  LCLVersion = '4.99.0.0'
  OnCreate = FormCreate
  OnKeyDown = FormKeyDown
  object CheckListBox1: TCheckListBox
    AnchorSideTop.Control = FilterPanel
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Panel1
    AnchorSideBottom.Control = ButtonPanel1
    Left = 8
    Height = 287
    Top = 42
    Width = 534
    Anchors = [akTop, akLeft, akRight, akBottom]
    BorderSpacing.Top = 1
    ItemHeight = 0
    PopupMenu = PopupMenu1
    TabOrder = 1
    OnClick = CheckListBox1Click
    OnDblClick = CheckListBox1DblClick
    OnItemClick = CheckListBox1ItemClick
    OnKeyPress = CheckListBox1KeyPress
    OnKeyDown = CheckListBox1KeyDown
  end
  object ButtonPanel1: TButtonPanel
    Left = 8
    Height = 34
    Top = 337
    Width = 664
    BorderSpacing.Around = 8
    OKButton.Name = 'OKButton'
    OKButton.DefaultCaption = True
    HelpButton.Name = 'HelpButton'
    HelpButton.DefaultCaption = True
    HelpButton.OnClick = HelpButtonClick
    CloseButton.Name = 'CloseButton'
    CloseButton.DefaultCaption = True
    CloseButton.OnClick = CloseButtonClick
    CancelButton.Name = 'CancelButton'
    CancelButton.DefaultCaption = True
    TabOrder = 3
    ShowButtons = [pbClose, pbHelp]
  end
  object Panel1: TPanel
    Left = 542
    Height = 287
    Top = 42
    Width = 138
    Align = alRight
    AutoSize = True
    BevelOuter = bvNone
    ClientHeight = 287
    ClientWidth = 138
    TabOrder = 2
    object CheckAllCheckBox: TCheckBox
      AnchorSideLeft.Control = Panel1
      AnchorSideTop.Control = FileCountLabel
      AnchorSideTop.Side = asrBottom
      Left = 10
      Height = 19
      Top = 26
      Width = 118
      BorderSpacing.Left = 10
      BorderSpacing.Top = 11
      BorderSpacing.Right = 10
      Caption = 'CheckAllCheckBox'
      TabOrder = 0
      OnClick = CheckAllCheckBoxClick
    end
    object SaveCheckedButton: TBitBtn
      AnchorSideLeft.Control = Panel1
      AnchorSideTop.Control = CheckAllCheckBox
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = Panel1
      AnchorSideRight.Side = asrBottom
      Left = 8
      Height = 25
      Top = 53
      Width = 122
      Anchors = [akTop, akLeft, akRight]
      AutoSize = True
      BorderSpacing.Around = 8
      Caption = 'Save Checked'
      Enabled = False
      TabOrder = 1
      OnClick = SaveCheckedButtonClick
    end
    object CloseCheckedButton: TBitBtn
      AnchorSideLeft.Control = Panel1
      AnchorSideTop.Control = SaveCheckedButton
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = Panel1
      AnchorSideRight.Side = asrBottom
      Left = 8
      Height = 25
      Top = 86
      Width = 122
      Anchors = [akTop, akLeft, akRight]
      AutoSize = True
      BorderSpacing.Around = 8
      Caption = 'Close Checked'
      Enabled = False
      TabOrder = 2
      OnClick = CloseCheckedButtonClick
    end
    object MoveUpBtn: TSpeedButton
      AnchorSideLeft.Control = Panel1
      AnchorSideLeft.Side = asrCenter
      AnchorSideTop.Control = CloseCheckedButton
      AnchorSideTop.Side = asrBottom
      Left = 56
      Height = 26
      Top = 135
      Width = 26
      BorderSpacing.Top = 24
      Enabled = False
      ShowCaption = False
      ShowHint = True
      ParentShowHint = False
      OnClick = MoveUpBtnClick
    end
    object MoveDownBtn: TSpeedButton
      AnchorSideLeft.Control = MoveUpBtn
      AnchorSideTop.Control = MoveUpBtn
      AnchorSideTop.Side = asrBottom
      Left = 56
      Height = 26
      Top = 169
      Width = 26
      BorderSpacing.Top = 8
      Enabled = False
      ShowHint = True
      ParentShowHint = False
      OnClick = MoveDownBtnClick
    end
    object FileCountLabel: TLabel
      AnchorSideLeft.Control = Panel1
      AnchorSideTop.Side = asrBottom
      Left = 10
      Height = 15
      Top = 0
      Width = 79
      BorderSpacing.Left = 10
      Caption = 'FileCountLabel'
      ParentColor = False
    end
  end
  object FilterPanel: TPanel
    Left = 8
    Height = 26
    Top = 8
    Width = 664
    Align = alTop
    AutoSize = True
    BorderSpacing.Around = 8
    BevelOuter = bvNone
    ClientHeight = 26
    ClientWidth = 664
    TabOrder = 0
    object FilterEdit: TListFilterEdit
      AnchorSideLeft.Control = SortAlphabeticallyButton
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = SortAlphabeticallyButton
      AnchorSideTop.Side = asrCenter
      Left = 66
      Height = 23
      Top = 2
      Width = 224
      ButtonWidth = 23
      BorderSpacing.Left = 8
      NumGlyphs = 1
      MaxLength = 0
      ParentFont = False
      TabOrder = 0
      FilteredListbox = CheckListBox1
    end
    object OpenButton: TSpeedButton
      AnchorSideLeft.Control = FilterPanel
      AnchorSideTop.Control = FilterPanel
      AnchorSideTop.Side = asrCenter
      AnchorSideBottom.Side = asrBottom
      Left = 0
      Height = 25
      Top = 1
      Width = 25
      AllowAllUp = True
      AutoSize = True
      Constraints.MinHeight = 25
      Constraints.MinWidth = 25
      ShowCaption = False
      ShowHint = True
      ParentShowHint = False
      OnClick = ActivateButtonClick
    end
    object SortAlphabeticallyButton: TSpeedButton
      AnchorSideLeft.Control = OpenButton
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = OpenButton
      AnchorSideTop.Side = asrCenter
      AnchorSideBottom.Side = asrBottom
      Left = 33
      Height = 25
      Top = 1
      Width = 25
      AllowAllUp = True
      AutoSize = True
      BorderSpacing.Left = 8
      Constraints.MinHeight = 25
      Constraints.MinWidth = 25
      GroupIndex = 2
      ShowCaption = False
      ShowHint = True
      ParentShowHint = False
      OnClick = SortAlphabeticallyButtonClick
    end
  end
  object PopupMenu1: TPopupMenu
    OnPopup = PopupMenu1Popup
    Left = 568
    Top = 272
    object ActivateMenuItem: TMenuItem
      Caption = 'Activate'
      OnClick = ActivateMenuItemClick
    end
    object CloseMenuItem: TMenuItem
      Caption = 'Close'
      OnClick = CloseMenuItemClick
    end
  end
end