forked from abc874/ca2018
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ULogging.dfm
56 lines (56 loc) · 1.22 KB
/
ULogging.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
object FLogging: TFLogging
Left = 340
Top = 379
BorderIcons = [biSystemMenu]
BorderStyle = bsSizeToolWin
Caption = 'Logging messages'
ClientHeight = 195
ClientWidth = 701
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Microsoft Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object reMessages: TRichEdit
Left = 0
Top = 0
Width = 701
Height = 195
Align = alClient
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Courier New'
Font.Pitch = fpFixed
Font.Style = []
HideScrollBars = False
ParentFont = False
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 0
WantReturns = False
WordWrap = False
Zoom = 100
end
object JvFormMagnet1: TJvFormMagnet
Active = True
ScreenMagnet = False
FormGlue = False
MainFormMagnet = True
Left = 36
Top = 12
end
object timScroll: TTimer
Interval = 250
OnTimer = timScrollTimer
Left = 36
Top = 64
end
end