1 |
|
5 |
object winlog: Twinlog
|
2 |
|
|
Left = 334
|
3 |
|
|
Top = 635
|
4 |
|
|
Width = 883
|
5 |
|
|
Height = 315
|
6 |
|
|
BorderIcons = []
|
7 |
|
|
Caption = 'Fenetre de log'
|
8 |
|
|
Color = clBtnFace
|
9 |
|
|
Font.Charset = DEFAULT_CHARSET
|
10 |
|
|
Font.Color = clWindowText
|
11 |
|
|
Font.Height = -11
|
12 |
|
|
Font.Name = 'MS Sans Serif'
|
13 |
|
|
Font.Style = []
|
14 |
|
|
FormStyle = fsMDIChild
|
15 |
|
|
OldCreateOrder = False
|
16 |
|
|
Position = poDefault
|
17 |
|
|
Visible = True
|
18 |
|
|
OnClose = FormClose
|
19 |
|
|
PixelsPerInch = 96
|
20 |
|
|
TextHeight = 13
|
21 |
|
|
object Memo1: TMemo
|
22 |
|
|
Left = 0
|
23 |
|
|
Top = 0
|
24 |
|
|
Width = 875
|
25 |
|
|
Height = 281
|
26 |
|
|
Align = alClient
|
27 |
|
|
ReadOnly = True
|
28 |
|
|
ScrollBars = ssBoth
|
29 |
|
|
TabOrder = 0
|
30 |
|
|
end
|
31 |
|
|
end
|