Revision: | 253 |
Committed: | Tue Jul 13 19:40:46 2010 UTC (15 years, 1 month ago) by francois |
File size: | 628 byte(s) |
Log Message: | changement de hiearchie et utilisation de ccmake + mise a jour |
# | User | Rev | Content |
---|---|---|---|
1 | 5 | object winlog: Twinlog | |
2 | francois | 98 | Left = 176 |
3 | Top = 604 | ||
4 | 5 | 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 |