87 lines
2.0 KiB
Plaintext
87 lines
2.0 KiB
Plaintext
|
|
object JvLogFileMainForm: TJvLogFileMainForm
|
||
|
|
Left = 382
|
||
|
|
Top = 192
|
||
|
|
BorderIcons = [biSystemMenu, biMinimize]
|
||
|
|
BorderStyle = bsSingle
|
||
|
|
Caption = 'JvLogFile demo'
|
||
|
|
ClientHeight = 270
|
||
|
|
ClientWidth = 413
|
||
|
|
Color = clBtnFace
|
||
|
|
DefaultMonitor = dmDesktop
|
||
|
|
Font.Charset = DEFAULT_CHARSET
|
||
|
|
Font.Color = clWindowText
|
||
|
|
Font.Height = -11
|
||
|
|
Font.Name = 'MS Shell Dlg 2'
|
||
|
|
Font.Style = []
|
||
|
|
OldCreateOrder = False
|
||
|
|
Position = poDesktopCenter
|
||
|
|
Scaled = False
|
||
|
|
OnCreate = FormCreate
|
||
|
|
OnMouseMove = FormMouseMove
|
||
|
|
PixelsPerInch = 96
|
||
|
|
TextHeight = 13
|
||
|
|
object lblActive: TLabel
|
||
|
|
Left = 40
|
||
|
|
Top = 104
|
||
|
|
Width = 336
|
||
|
|
Height = 13
|
||
|
|
Anchors = []
|
||
|
|
Caption = 'Move the mouse across the form to generate log messages'
|
||
|
|
Font.Charset = DEFAULT_CHARSET
|
||
|
|
Font.Color = clWindowText
|
||
|
|
Font.Height = -11
|
||
|
|
Font.Name = 'MS Shell Dlg 2'
|
||
|
|
Font.Style = [fsBold]
|
||
|
|
ParentFont = False
|
||
|
|
Visible = False
|
||
|
|
end
|
||
|
|
object lblInactive: TLabel
|
||
|
|
Left = 40
|
||
|
|
Top = 104
|
||
|
|
Width = 329
|
||
|
|
Height = 13
|
||
|
|
Anchors = []
|
||
|
|
Caption = 'Click on the Start button to start generating log messages'
|
||
|
|
Font.Charset = DEFAULT_CHARSET
|
||
|
|
Font.Color = clWindowText
|
||
|
|
Font.Height = -11
|
||
|
|
Font.Name = 'MS Shell Dlg 2'
|
||
|
|
Font.Style = [fsBold]
|
||
|
|
ParentFont = False
|
||
|
|
end
|
||
|
|
object btnStart: TButton
|
||
|
|
Left = 159
|
||
|
|
Top = 232
|
||
|
|
Width = 75
|
||
|
|
Height = 25
|
||
|
|
Anchors = [akRight, akBottom]
|
||
|
|
Caption = '&Start'
|
||
|
|
TabOrder = 0
|
||
|
|
OnClick = btnStartClick
|
||
|
|
end
|
||
|
|
object btnShow: TButton
|
||
|
|
Left = 239
|
||
|
|
Top = 232
|
||
|
|
Width = 75
|
||
|
|
Height = 25
|
||
|
|
Anchors = [akRight, akBottom]
|
||
|
|
Caption = 'S&how'
|
||
|
|
TabOrder = 1
|
||
|
|
OnClick = btnShowClick
|
||
|
|
end
|
||
|
|
object btnReset: TButton
|
||
|
|
Left = 319
|
||
|
|
Top = 232
|
||
|
|
Width = 75
|
||
|
|
Height = 25
|
||
|
|
Anchors = [akRight, akBottom]
|
||
|
|
Caption = '&Reset'
|
||
|
|
TabOrder = 2
|
||
|
|
OnClick = btnResetClick
|
||
|
|
end
|
||
|
|
object JvLogFile1: TJvLogFile
|
||
|
|
Left = 32
|
||
|
|
Top = 184
|
||
|
|
end
|
||
|
|
end
|