1object EditorFileManagerForm: TEditorFileManagerForm
2  Left = 338
3  Height = 380
4  Top = 126
5  Width = 722
6  Caption = 'EditorFileManagerForm'
7  ClientHeight = 380
8  ClientWidth = 722
9  KeyPreview = True
10  OnCreate = FormCreate
11  OnKeyDown = FormKeyDown
12  LCLVersion = '1.9.0.0'
13  object CheckListBox1: TCheckListBox
14    AnchorSideTop.Control = FilterPanel
15    AnchorSideTop.Side = asrBottom
16    AnchorSideRight.Control = Panel1
17    AnchorSideBottom.Control = ButtonPanel1
18    Left = 3
19    Height = 299
20    Top = 29
21    Width = 533
22    Anchors = [akTop, akLeft, akRight, akBottom]
23    BorderSpacing.Top = 1
24    ItemHeight = 0
25    OnClick = CheckListBox1Click
26    OnDblClick = CheckListBox1DblClick
27    OnItemClick = CheckListBox1ItemClick
28    OnKeyPress = CheckListBox1KeyPress
29    OnKeyDown = CheckListBox1KeyDown
30    PopupMenu = PopupMenu1
31    TabOrder = 1
32  end
33  object ButtonPanel1: TButtonPanel
34    Left = 6
35    Height = 40
36    Top = 334
37    Width = 710
38    OKButton.Name = 'OKButton'
39    OKButton.DefaultCaption = True
40    HelpButton.Name = 'HelpButton'
41    HelpButton.DefaultCaption = True
42    HelpButton.OnClick = HelpButtonClick
43    CloseButton.Name = 'CloseButton'
44    CloseButton.DefaultCaption = True
45    CloseButton.OnClick = CloseButtonClick
46    CancelButton.Name = 'CancelButton'
47    CancelButton.DefaultCaption = True
48    TabOrder = 3
49    ShowButtons = [pbClose, pbHelp]
50  end
51  object Panel1: TPanel
52    AnchorSideRight.Control = Owner
53    AnchorSideRight.Side = asrBottom
54    AnchorSideBottom.Control = ButtonPanel1
55    Left = 536
56    Height = 328
57    Top = 0
58    Width = 186
59    Anchors = [akTop, akRight, akBottom]
60    ClientHeight = 328
61    BevelOuter = bvNone
62    ClientWidth = 186
63    TabOrder = 2
64    object CheckAllCheckBox: TCheckBox
65      AnchorSideLeft.Control = Panel1
66      AnchorSideTop.Control = FileCountLabel
67      AnchorSideTop.Side = asrBottom
68      Left = 7
69      Height = 22
70      Top = 67
71      Width = 156
72      BorderSpacing.Top = 11
73      BorderSpacing.Around = 6
74      Caption = 'CheckAllCheckBox'
75      OnClick = CheckAllCheckBoxClick
76      TabOrder = 0
77    end
78    object SaveCheckedButton: TBitBtn
79      AnchorSideLeft.Control = Panel1
80      AnchorSideTop.Control = CheckAllCheckBox
81      AnchorSideTop.Side = asrBottom
82      AnchorSideRight.Control = Panel1
83      AnchorSideRight.Side = asrBottom
84      Left = 7
85      Height = 28
86      Top = 95
87      Width = 172
88      Anchors = [akTop, akLeft, akRight]
89      AutoSize = True
90      BorderSpacing.Around = 6
91      Caption = 'Save Checked'
92      Enabled = False
93      OnClick = SaveCheckedButtonClick
94      TabOrder = 1
95    end
96    object CloseCheckedButton: TBitBtn
97      AnchorSideLeft.Control = Panel1
98      AnchorSideTop.Control = SaveCheckedButton
99      AnchorSideTop.Side = asrBottom
100      AnchorSideRight.Control = Panel1
101      AnchorSideRight.Side = asrBottom
102      Left = 7
103      Height = 28
104      Top = 129
105      Width = 172
106      Anchors = [akTop, akLeft, akRight]
107      AutoSize = True
108      BorderSpacing.Around = 6
109      Caption = 'Close Checked'
110      Enabled = False
111      OnClick = CloseCheckedButtonClick
112      TabOrder = 2
113    end
114    object MoveUpBtn: TSpeedButton
115      AnchorSideLeft.Control = Panel1
116      AnchorSideLeft.Side = asrCenter
117      AnchorSideTop.Control = CloseCheckedButton
118      AnchorSideTop.Side = asrBottom
119      Left = 82
120      Height = 26
121      Top = 181
122      Width = 22
123      BorderSpacing.Top = 24
124      Enabled = False
125      OnClick = MoveUpBtnClick
126      ShowHint = True
127      ParentShowHint = False
128    end
129    object MoveDownBtn: TSpeedButton
130      AnchorSideLeft.Control = MoveUpBtn
131      AnchorSideTop.Control = MoveUpBtn
132      AnchorSideTop.Side = asrBottom
133      Left = 82
134      Height = 26
135      Top = 214
136      Width = 22
137      BorderSpacing.Top = 7
138      Enabled = False
139      OnClick = MoveDownBtnClick
140      ShowHint = True
141      ParentShowHint = False
142    end
143    object FileCountLabel: TLabel
144      AnchorSideLeft.Control = Panel1
145      AnchorSideTop.Side = asrBottom
146      Left = 7
147      Height = 18
148      Top = 32
149      Width = 104
150      BorderSpacing.Around = 6
151      Caption = 'FileCountLabel'
152      ParentColor = False
153    end
154  end
155  object FilterPanel: TPanel
156    AnchorSideRight.Control = Panel1
157    Left = 0
158    Height = 28
159    Top = 0
160    Width = 536
161    Anchors = [akTop, akLeft, akRight]
162    BevelOuter = bvNone
163    ClientHeight = 28
164    ClientWidth = 536
165    TabOrder = 0
166    object FilterEdit: TListFilterEdit
167      AnchorSideLeft.Control = SortAlphabeticallyButton
168      AnchorSideLeft.Side = asrBottom
169      AnchorSideTop.Control = SortAlphabeticallyButton
170      AnchorSideTop.Side = asrCenter
171      Left = 76
172      Height = 26
173      Top = 1
174      Width = 224
175      ButtonWidth = 23
176      NumGlyphs = 1
177      BorderSpacing.Left = 11
178      MaxLength = 0
179      ParentFont = False
180      TabOrder = 0
181      FilteredListbox = CheckListBox1
182    end
183    object OpenButton: TSpeedButton
184      AnchorSideLeft.Control = FilterPanel
185      AnchorSideTop.Control = FilterPanel
186      AnchorSideTop.Side = asrCenter
187      AnchorSideBottom.Side = asrBottom
188      Left = 4
189      Height = 25
190      Top = 2
191      Width = 25
192      AllowAllUp = True
193      AutoSize = True
194      BorderSpacing.Left = 3
195      Constraints.MinHeight = 25
196      Constraints.MinWidth = 25
197      OnClick = ActivateButtonClick
198      ShowHint = True
199      ParentShowHint = False
200    end
201    object SortAlphabeticallyButton: TSpeedButton
202      AnchorSideLeft.Control = OpenButton
203      AnchorSideLeft.Side = asrBottom
204      AnchorSideTop.Control = OpenButton
205      AnchorSideTop.Side = asrCenter
206      AnchorSideBottom.Side = asrBottom
207      Left = 40
208      Height = 25
209      Top = 2
210      Width = 25
211      AllowAllUp = True
212      AutoSize = True
213      BorderSpacing.Left = 11
214      Constraints.MinHeight = 25
215      Constraints.MinWidth = 25
216      GroupIndex = 2
217      OnClick = SortAlphabeticallyButtonClick
218      ShowHint = True
219      ParentShowHint = False
220    end
221  end
222  object PopupMenu1: TPopupMenu
223    OnPopup = PopupMenu1Popup
224    left = 312
225    top = 336
226    object ActivateMenuItem: TMenuItem
227      Caption = 'Activate'
228      OnClick = ActivateMenuItemClick
229    end
230    object CloseMenuItem: TMenuItem
231      Caption = 'Close'
232      OnClick = CloseMenuItemClick
233    end
234  end
235end
236