| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- object CodingLoggerForm: TCodingLoggerForm
- Left = 0
- Top = 0
- Caption = 'CodingLoggerForm'
- ClientHeight = 348
- ClientWidth = 603
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object lv1: TListView
- Left = 0
- Top = 0
- Width = 603
- Height = 348
- Align = alClient
- Columns = <
- item
- Caption = 'Code'
- Width = 100
- end
- item
- Alignment = taCenter
- Caption = 'LoginName'
- Width = 100
- end
- item
- AutoSize = True
- Caption = 'Message'
- end
- item
- Alignment = taCenter
- Caption = 'Level'
- end>
- RowSelect = True
- TabOrder = 0
- ViewStyle = vsReport
- end
- object mmo1: TMemo
- Left = 0
- Top = 0
- Width = 603
- Height = 348
- Align = alClient
- Lines.Strings = (
- '')
- TabOrder = 1
- ExplicitLeft = 224
- ExplicitTop = 152
- ExplicitWidth = 185
- ExplicitHeight = 89
- end
- end
|