home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 February / Chip_2003-02_cd1.bin / tema / windgps / WinDGPS.exe / 0 / RCDATA / TINFOFORM / TINFOFORM.txt < prev   
Encoding:
Text File  |  1999-02-22  |  1.8 KB  |  93 lines

  1. object InfoForm: TInfoForm
  2.   Left = 429
  3.   Top = 166
  4.   BorderStyle = bsDialog
  5.   Caption = 'Info'
  6.   ClientHeight = 185
  7.   ClientWidth = 252
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 92
  21.     Height = 24
  22.     Caption = 'WinDGPS'
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -19
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object LabelVersion: TLabel
  31.     Left = 8
  32.     Top = 40
  33.     Width = 46
  34.     Height = 16
  35.     Caption = 'Version'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -13
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object Label4: TLabel
  44.     Left = 8
  45.     Top = 101
  46.     Width = 222
  47.     Height = 13
  48.     Caption = 'Send bug reports to windgps@procyon.ping.de'
  49.   end
  50.   object Label3: TLabel
  51.     Left = 8
  52.     Top = 64
  53.     Width = 184
  54.     Height = 13
  55.     Caption = 'By Andreas Bormann, Witten, Germany'
  56.   end
  57.   object Label5: TLabel
  58.     Left = 8
  59.     Top = 124
  60.     Width = 144
  61.     Height = 13
  62.     Caption = 'This program is freeware.'
  63.     Font.Charset = DEFAULT_CHARSET
  64.     Font.Color = clWindowText
  65.     Font.Height = -11
  66.     Font.Name = 'MS Sans Serif'
  67.     Font.Style = [fsBold]
  68.     ParentFont = False
  69.   end
  70.   object Image1: TImage
  71.     Left = 184
  72.     Top = 8
  73.     Width = 33
  74.     Height = 33
  75.     Picture.Data = {<image000.ico>}
  76.   end
  77.   object Label6: TLabel
  78.     Left = 8
  79.     Top = 83
  80.     Width = 178
  81.     Height = 13
  82.     Caption = 'EMail: Andreas.Bormann@cityweb.de'
  83.   end
  84.   object BitBtn1: TBitBtn
  85.     Left = 88
  86.     Top = 152
  87.     Width = 75
  88.     Height = 25
  89.     TabOrder = 0
  90.     Kind = bkOK
  91.   end
  92. end
  93.