ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/app/VMM/win32/log.dfm
Revision: 5
Committed: Tue Jun 12 20:26:34 2007 UTC (18 years, 2 months ago)
Original Path: magic/app/VMM/VMM/win32/log.dfm
File size: 628 byte(s)
Log Message:

File Contents

# User Rev Content
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