home *** CD-ROM | disk | FTP | other *** search
- object AboutDlg: TAboutDlg
- Left = 467
- Top = 318
- HelpContext = 12
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 382
- ClientWidth = 393
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object imgAppIcon: TImage
- Left = 8
- Top = 16
- Width = 32
- Height = 32
- end
- object lblAppTitle: TLabel
- Left = 48
- Top = 8
- Width = 281
- Height = 13
- AutoSize = False
- Caption = 'lblAppTitle'
- end
- object lblCopyright: TLabel
- Left = 48
- Top = 42
- Width = 281
- Height = 15
- AutoSize = False
- Caption = 'Copyright � 1996-2002 VOB Computersysteme GmbH'
- WordWrap = True
- end
- object lblRegDesc: TLabel
- Left = 8
- Top = 91
- Width = 313
- Height = 13
- AutoSize = False
- Caption = 'Registration Information:'
- end
- object Label1: TLabel
- Left = 49
- Top = 58
- Width = 281
- Height = 15
- AutoSize = False
- Caption = 'Dortmund, Germany'
- WordWrap = True
- end
- object Label2: TLabel
- Left = 49
- Top = 74
- Width = 99
- Height = 13
- Cursor = crHandPoint
- Hint = 'http://www.vob.de/'
- Caption = 'http://www.vob.de/ '
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentColor = False
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- OnClick = Label2Click
- end
- object lblOEMString: TLabel
- Left = 48
- Top = 24
- Width = 289
- Height = 13
- AutoSize = False
- Caption = 'lblOEMString'
- end
- object lblRegInfo: TMemo
- Left = 16
- Top = 107
- Width = 313
- Height = 65
- BorderStyle = bsNone
- Color = clBtnFace
- Lines.Strings = (
- 'Unregistered Beta (Distribution strictly forbidden!)')
- ReadOnly = True
- TabOrder = 2
- end
- object OKBtn: TButton
- Left = 311
- Top = 354
- Width = 75
- Height = 23
- HelpContext = 20
- Cancel = True
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object Panel1: TPanel
- Left = 8
- Top = 184
- Width = 378
- Height = 163
- BevelOuter = bvNone
- Caption = 'Panel1'
- TabOrder = 1
- object lvModules: TListView
- Left = 0
- Top = 0
- Width = 378
- Height = 163
- Align = alClient
- Columns = <
- item
- Caption = 'Module'
- Width = 110
- end
- item
- Caption = 'Version'
- Width = 55
- end
- item
- Caption = 'Date'
- Width = 66
- end
- item
- Caption = 'Path'
- Width = 140
- end>
- ColumnClick = False
- ReadOnly = True
- TabOrder = 0
- ViewStyle = vsReport
- end
- end
- end
-