home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 238
- Top = 104
- BorderStyle = bsDialog
- ClientHeight = 312
- ClientWidth = 356
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 337
- Height = 265
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object Macker: TImage
- Left = 5000
- Top = 5000
- Width = 202
- Height = 203
- Picture.Data = {<image000.bmp>}
- Stretch = True
- Visible = False
- IsControl = True
- end
- object Copyright: TLabel
- Left = 7
- Top = 247
- Width = 319
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '---'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- IsControl = True
- end
- object Label1: TLabel
- Left = 7
- Top = 232
- Width = 319
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '---'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object LogoImage: TImage
- Left = 11
- Top = 11
- Width = 319
- Height = 221
- Picture.Data = {<image001.bmp>}
- end
- end
- object Button1: TButton
- Left = 400
- Top = 272
- Width = 89
- Height = 33
- Caption = '&Info'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 143
- Top = 280
- Width = 75
- Height = 25
- Caption = '&Ok'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = Button2Click
- end
- object DebugBtn: TButton
- Left = -100
- Top = 278
- Width = 89
- Height = 33
- Caption = '&Debug'
- TabOrder = 3
- OnClick = DebugBtnClick
- end
- object VInfo: TGetVersionInfoFromFile
- VersionStrings.Strings = (
- 'Microsoft Corporation'
- 'Windows Editor'
- '4.00.950'
- 'Editor'
- 'Copyright � Microsoft Corp. 1991-1995'
- 'NOTEPAD.EXE'
- 'Microsoft� Windows�-Betriebssystem'
- '4.00.950')
- VersionCategories.Strings = (
- 'CompanyName'
- 'FileDescription'
- 'FileVersion'
- 'InternalName'
- 'LegalCopyright'
- 'OriginalFilename'
- 'ProductName'
- 'ProductVersion')
- Left = 265
- Top = 280
- end
- end
-