| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- object CodingLoggerForm: TCodingLoggerForm
- Left = 0
- Top = 0
- Caption = 'CodingLoggerForm'
- ClientHeight = 376
- ClientWidth = 709
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- Padding.Top = 30
- OldCreateOrder = False
- Position = poScreenCenter
- Visible = True
- PixelsPerInch = 96
- TextHeight = 13
- object lv1: TListView
- Left = 0
- Top = 30
- Width = 709
- Height = 346
- Align = alClient
- Columns = <
- item
- AutoSize = True
- Caption = #20869#23481
- end
- item
- Caption = #26469#28304
- Width = 140
- end
- item
- Alignment = taCenter
- Caption = #29992#25143
- Width = 150
- end
- item
- Alignment = taCenter
- Caption = #32423#21035
- end>
- GridLines = True
- RowSelect = True
- ShowWorkAreas = True
- TabOrder = 0
- ViewStyle = vsReport
- OnAdvancedCustomDrawItem = lv1AdvancedCustomDrawItem
- ExplicitTop = 0
- ExplicitHeight = 376
- end
- object btn1: TButton
- Left = 3
- Top = 4
- Width = 75
- Height = 25
- Caption = #20445#23384#26085#24535
- TabOrder = 1
- OnClick = btn1Click
- end
- object dlg1: TSaveTextFileDialog
- DefaultExt = 'txt'
- FileName = 'log'
- Left = 184
- Top = 40
- end
- end
|