mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 16:25:54 +01:00
55 lines
1.1 KiB
Plaintext
55 lines
1.1 KiB
Plaintext
object MultipleLoggersForm: TMultipleLoggersForm
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'MultipleLoggersForm'
|
|
ClientHeight = 350
|
|
ClientWidth = 900
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OnCreate = FormCreate
|
|
DesignSize = (
|
|
900
|
|
350)
|
|
TextHeight = 13
|
|
object Memo1: TMemo
|
|
Left = 8
|
|
Top = 47
|
|
Width = 884
|
|
Height = 295
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Courier New'
|
|
Font.Style = []
|
|
Lines.Strings = (
|
|
'Memo1')
|
|
ParentFont = False
|
|
ScrollBars = ssVertical
|
|
TabOrder = 0
|
|
WordWrap = False
|
|
end
|
|
object btnFormLocalLog: TButton
|
|
Left = 8
|
|
Top = 8
|
|
Width = 129
|
|
Height = 33
|
|
Caption = 'btnFormLocalLog'
|
|
TabOrder = 1
|
|
OnClick = btnFormLocalLogClick
|
|
end
|
|
object btnApplicationLevelLog: TButton
|
|
Left = 143
|
|
Top = 8
|
|
Width = 129
|
|
Height = 33
|
|
Caption = 'btnApplicationLevelLog'
|
|
TabOrder = 2
|
|
OnClick = btnApplicationLevelLogClick
|
|
end
|
|
end
|