1object lrEmailExportFilterSetupForm: TlrEmailExportFilterSetupForm
2  Left = 652
3  Height = 477
4  Top = 228
5  Width = 457
6  Caption = 'Send to email...'
7  ClientHeight = 477
8  ClientWidth = 457
9  OnCreate = FormCreate
10  Position = poScreenCenter
11  LCLVersion = '1.3'
12  object ButtonPanel1: TButtonPanel
13    Left = 6
14    Height = 41
15    Top = 430
16    Width = 445
17    OKButton.Name = 'OKButton'
18    OKButton.DefaultCaption = True
19    HelpButton.Name = 'HelpButton'
20    HelpButton.DefaultCaption = True
21    CloseButton.Name = 'CloseButton'
22    CloseButton.DefaultCaption = True
23    CancelButton.Name = 'CancelButton'
24    CancelButton.DefaultCaption = True
25    TabOrder = 1
26    ShowButtons = [pbOK, pbCancel, pbHelp]
27  end
28  object PageControl1: TPageControl
29    Left = 0
30    Height = 424
31    Top = 0
32    Width = 457
33    ActivePage = TabSheet1
34    Align = alClient
35    TabIndex = 0
36    TabOrder = 0
37    object TabSheet1: TTabSheet
38      Caption = 'Email'
39      ClientHeight = 393
40      ClientWidth = 453
41      object DividerBevel1: TDividerBevel
42        AnchorSideLeft.Control = TabSheet1
43        AnchorSideTop.Control = TabSheet1
44        AnchorSideRight.Control = TabSheet1
45        AnchorSideRight.Side = asrBottom
46        Left = 0
47        Height = 21
48        Top = 0
49        Width = 453
50        Caption = 'Message'
51        Anchors = [akTop, akLeft, akRight]
52        Font.Style = [fsBold]
53        ParentFont = False
54      end
55      object DividerBevel2: TDividerBevel
56        AnchorSideLeft.Control = TabSheet1
57        AnchorSideRight.Control = TabSheet1
58        AnchorSideRight.Side = asrBottom
59        AnchorSideBottom.Control = Label5
60        Left = 0
61        Height = 21
62        Top = 300
63        Width = 453
64        Caption = 'Attachment'
65        Anchors = [akLeft, akRight, akBottom]
66        Font.Style = [fsBold]
67        ParentFont = False
68      end
69      object Label2: TLabel
70        AnchorSideLeft.Control = TabSheet1
71        AnchorSideTop.Control = DividerBevel1
72        AnchorSideTop.Side = asrBottom
73        Left = 6
74        Height = 21
75        Top = 27
76        Width = 44
77        BorderSpacing.Around = 6
78        Caption = 'Adress'
79        ParentColor = False
80      end
81      object Label3: TLabel
82        AnchorSideLeft.Control = TabSheet1
83        AnchorSideTop.Control = cbEmailList
84        AnchorSideTop.Side = asrBottom
85        Left = 6
86        Height = 21
87        Top = 93
88        Width = 49
89        BorderSpacing.Around = 6
90        Caption = 'Subject'
91        ParentColor = False
92      end
93      object Label4: TLabel
94        AnchorSideLeft.Control = TabSheet1
95        AnchorSideTop.Control = cbSubject
96        AnchorSideTop.Side = asrBottom
97        Left = 6
98        Height = 21
99        Top = 159
100        Width = 30
101        BorderSpacing.Around = 6
102        Caption = 'Text'
103        ParentColor = False
104      end
105      object Label5: TLabel
106        AnchorSideLeft.Control = TabSheet1
107        AnchorSideBottom.Control = cbFilterList
108        Left = 6
109        Height = 21
110        Top = 327
111        Width = 46
112        Anchors = [akLeft, akBottom]
113        BorderSpacing.Around = 6
114        Caption = 'Format'
115        ParentColor = False
116      end
117      object cbFilterList: TComboBox
118        AnchorSideLeft.Control = Label5
119        AnchorSideRight.Control = TabSheet1
120        AnchorSideRight.Side = asrBottom
121        AnchorSideBottom.Control = TabSheet1
122        AnchorSideBottom.Side = asrBottom
123        Left = 12
124        Height = 33
125        Top = 354
126        Width = 435
127        Anchors = [akLeft, akRight, akBottom]
128        BorderSpacing.Around = 6
129        ItemHeight = 0
130        Style = csDropDownList
131        TabOrder = 0
132      end
133      object cbEmailList: TComboBox
134        AnchorSideLeft.Control = Label2
135        AnchorSideTop.Control = Label2
136        AnchorSideTop.Side = asrBottom
137        AnchorSideRight.Control = TabSheet1
138        AnchorSideRight.Side = asrBottom
139        Left = 12
140        Height = 33
141        Top = 54
142        Width = 435
143        Anchors = [akTop, akLeft, akRight]
144        BorderSpacing.Around = 6
145        ItemHeight = 0
146        TabOrder = 1
147      end
148      object cbSubject: TComboBox
149        AnchorSideLeft.Control = Label3
150        AnchorSideTop.Control = Label3
151        AnchorSideTop.Side = asrBottom
152        AnchorSideRight.Control = TabSheet1
153        AnchorSideRight.Side = asrBottom
154        Left = 12
155        Height = 33
156        Top = 120
157        Width = 435
158        Anchors = [akTop, akLeft, akRight]
159        BorderSpacing.Around = 6
160        ItemHeight = 0
161        TabOrder = 2
162      end
163      object edtBoby: TMemo
164        AnchorSideLeft.Control = Label4
165        AnchorSideTop.Control = Label4
166        AnchorSideTop.Side = asrBottom
167        AnchorSideRight.Control = TabSheet1
168        AnchorSideRight.Side = asrBottom
169        AnchorSideBottom.Control = DividerBevel2
170        Left = 12
171        Height = 108
172        Top = 186
173        Width = 435
174        Anchors = [akTop, akLeft, akRight, akBottom]
175        BorderSpacing.Around = 6
176        TabOrder = 3
177      end
178    end
179    object TabSheet2: TTabSheet
180      Caption = 'Acount'
181      ClientHeight = 393
182      ClientWidth = 453
183      object RadioButton1: TRadioButton
184        AnchorSideLeft.Control = TabSheet2
185        AnchorSideTop.Control = TabSheet2
186        Left = 6
187        Height = 23
188        Top = 6
189        Width = 135
190        BorderSpacing.Around = 6
191        Caption = 'Use mail program'
192        Checked = True
193        OnChange = RadioButton1Change
194        TabOrder = 0
195        TabStop = True
196      end
197      object Label1: TLabel
198        AnchorSideLeft.Control = TabSheet2
199        AnchorSideTop.Control = RadioButton1
200        AnchorSideTop.Side = asrBottom
201        Left = 6
202        Height = 21
203        Top = 35
204        Width = 110
205        BorderSpacing.Around = 6
206        Caption = 'Application name'
207        ParentColor = False
208      end
209      object cbAppName: TComboBox
210        AnchorSideLeft.Control = Label1
211        AnchorSideTop.Control = Label1
212        AnchorSideTop.Side = asrBottom
213        AnchorSideRight.Control = TabSheet2
214        AnchorSideRight.Side = asrBottom
215        Left = 12
216        Height = 33
217        Top = 62
218        Width = 435
219        Anchors = [akTop, akLeft, akRight]
220        BorderSpacing.Around = 6
221        ItemHeight = 0
222        Style = csDropDownList
223        TabOrder = 1
224      end
225      object RadioButton2: TRadioButton
226        AnchorSideLeft.Control = TabSheet2
227        AnchorSideTop.Control = cbAppName
228        AnchorSideTop.Side = asrBottom
229        Left = 6
230        Height = 23
231        Top = 101
232        Width = 97
233        BorderSpacing.Around = 6
234        Caption = 'Direct send'
235        Enabled = False
236        OnChange = RadioButton1Change
237        TabOrder = 2
238      end
239      object Label6: TLabel
240        AnchorSideLeft.Control = TabSheet2
241        AnchorSideTop.Control = RadioButton2
242        AnchorSideTop.Side = asrBottom
243        Left = 6
244        Height = 21
245        Top = 130
246        Width = 72
247        BorderSpacing.Around = 6
248        Caption = 'From name'
249        ParentColor = False
250      end
251      object Label7: TLabel
252        AnchorSideLeft.Control = TabSheet2
253        AnchorSideTop.Control = edtFromName
254        AnchorSideTop.Side = asrBottom
255        Left = 6
256        Height = 21
257        Top = 194
258        Width = 79
259        BorderSpacing.Around = 6
260        Caption = 'From adress'
261        ParentColor = False
262      end
263      object Label8: TLabel
264        AnchorSideLeft.Control = TabSheet2
265        AnchorSideTop.Control = edtFromAdress
266        AnchorSideTop.Side = asrBottom
267        Left = 6
268        Height = 21
269        Top = 258
270        Width = 32
271        BorderSpacing.Around = 6
272        Caption = 'Host'
273        ParentColor = False
274      end
275      object Label9: TLabel
276        AnchorSideLeft.Control = Label12
277        AnchorSideLeft.Side = asrBottom
278        AnchorSideTop.Control = edtFromAdress
279        AnchorSideTop.Side = asrBottom
280        Left = 233
281        Height = 21
282        Top = 258
283        Width = 28
284        BorderSpacing.Around = 6
285        Caption = 'Port'
286        ParentColor = False
287      end
288      object Label10: TLabel
289        AnchorSideLeft.Control = TabSheet2
290        AnchorSideTop.Control = Edit3
291        AnchorSideTop.Side = asrBottom
292        Left = 6
293        Height = 21
294        Top = 322
295        Width = 34
296        BorderSpacing.Around = 6
297        Caption = 'Login'
298        ParentColor = False
299      end
300      object Label11: TLabel
301        AnchorSideLeft.Control = Label12
302        AnchorSideTop.Control = Edit4
303        AnchorSideTop.Side = asrBottom
304        Left = 232
305        Height = 21
306        Top = 322
307        Width = 63
308        BorderSpacing.Around = 6
309        Caption = 'Password'
310        ParentColor = False
311      end
312      object edtFromName: TEdit
313        AnchorSideLeft.Control = Label6
314        AnchorSideTop.Control = Label6
315        AnchorSideTop.Side = asrBottom
316        AnchorSideRight.Control = TabSheet2
317        AnchorSideRight.Side = asrBottom
318        Left = 12
319        Height = 31
320        Top = 157
321        Width = 435
322        Anchors = [akTop, akLeft, akRight]
323        BorderSpacing.Around = 6
324        TabOrder = 3
325      end
326      object edtFromAdress: TEdit
327        AnchorSideLeft.Control = Label7
328        AnchorSideTop.Control = Label7
329        AnchorSideTop.Side = asrBottom
330        AnchorSideRight.Control = TabSheet2
331        AnchorSideRight.Side = asrBottom
332        Left = 12
333        Height = 31
334        Top = 221
335        Width = 435
336        Anchors = [akTop, akLeft, akRight]
337        BorderSpacing.Around = 6
338        TabOrder = 4
339      end
340      object Label12: TLabel
341        AnchorSideLeft.Control = TabSheet2
342        AnchorSideLeft.Side = asrCenter
343        AnchorSideTop.Control = TabSheet2
344        Left = 226
345        Height = 1
346        Top = 0
347        Width = 1
348        ParentColor = False
349      end
350      object Edit3: TEdit
351        AnchorSideLeft.Control = Label8
352        AnchorSideTop.Control = Label8
353        AnchorSideTop.Side = asrBottom
354        AnchorSideRight.Control = Label12
355        Left = 12
356        Height = 31
357        Top = 285
358        Width = 208
359        Anchors = [akTop, akLeft, akRight]
360        BorderSpacing.Around = 6
361        TabOrder = 5
362      end
363      object Edit4: TEdit
364        AnchorSideLeft.Control = Label9
365        AnchorSideTop.Control = Label9
366        AnchorSideTop.Side = asrBottom
367        AnchorSideRight.Control = TabSheet2
368        AnchorSideRight.Side = asrBottom
369        Left = 239
370        Height = 31
371        Top = 285
372        Width = 208
373        Anchors = [akTop, akLeft, akRight]
374        BorderSpacing.Around = 6
375        TabOrder = 6
376      end
377      object Edit5: TEdit
378        AnchorSideLeft.Control = Label10
379        AnchorSideTop.Control = Label10
380        AnchorSideTop.Side = asrBottom
381        AnchorSideRight.Control = Label12
382        Left = 12
383        Height = 31
384        Top = 349
385        Width = 208
386        Anchors = [akTop, akLeft, akRight]
387        BorderSpacing.Around = 6
388        TabOrder = 7
389      end
390      object Edit6: TEdit
391        AnchorSideLeft.Control = Label11
392        AnchorSideTop.Control = Label11
393        AnchorSideTop.Side = asrBottom
394        AnchorSideRight.Control = TabSheet2
395        AnchorSideRight.Side = asrBottom
396        Left = 238
397        Height = 31
398        Top = 349
399        Width = 209
400        Anchors = [akTop, akLeft, akRight]
401        BorderSpacing.Around = 6
402        TabOrder = 8
403      end
404    end
405  end
406end
407