mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 16:25:54 +01:00
59 lines
1.2 KiB
Plaintext
59 lines
1.2 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 = []
|
||
|
OldCreateOrder = False
|
||
|
OnCreate = FormCreate
|
||
|
DesignSize = (
|
||
|
900
|
||
|
350)
|
||
|
PixelsPerInch = 96
|
||
|
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
|
||
|
ExplicitWidth = 567
|
||
|
ExplicitHeight = 146
|
||
|
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
|