home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 June / PCWorld_1999-06_cd.bin / Komunik / Offline / WDown / WEBDOWN.EXE / 0 / RCDATA / TABOUTDLG / TABOUTDLG.txt < prev   
Text File  |  1997-07-28  |  3KB  |  155 lines

  1. object AboutDlg: TAboutDlg
  2.   Left = 208
  3.   Top = 157
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 222
  7.   ClientWidth = 292
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Image1: TImage
  17.     Left = 8
  18.     Top = 8
  19.     Width = 81
  20.     Height = 105
  21.     AutoSize = True
  22.     Picture.Data = {<image000.bmp>}
  23.   end
  24.   object Bevel1: TBevel
  25.     Left = 96
  26.     Top = 8
  27.     Width = 185
  28.     Height = 105
  29.   end
  30.   object Label1: TLabel
  31.     Left = 104
  32.     Top = 10
  33.     Width = 169
  34.     Height = 17
  35.     Alignment = taCenter
  36.     AutoSize = False
  37.     Caption = 'Web Downloader'
  38.     Font.Color = clBlue
  39.     Font.Height = -13
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.   end
  44.   object Label2: TLabel
  45.     Left = 104
  46.     Top = 29
  47.     Width = 169
  48.     Height = 13
  49.     Alignment = taCenter
  50.     AutoSize = False
  51.     Caption = 'for Intranets'
  52.     Font.Color = clWindowText
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = [fsBold]
  56.     ParentFont = False
  57.   end
  58.   object Label3: TLabel
  59.     Left = 104
  60.     Top = 63
  61.     Width = 169
  62.     Height = 13
  63.     Alignment = taCenter
  64.     AutoSize = False
  65.     Caption = 'Copyright ∩┐╜ 1997 by'
  66.   end
  67.   object Bevel2: TBevel
  68.     Left = 104
  69.     Top = 59
  70.     Width = 169
  71.     Height = 9
  72.     Shape = bsTopLine
  73.   end
  74.   object Label4: TLabel
  75.     Left = 104
  76.     Top = 80
  77.     Width = 169
  78.     Height = 13
  79.     Alignment = taCenter
  80.     AutoSize = False
  81.     Caption = 'Oleg '#39'Arny'#39' Chernavin'
  82.     Font.Color = clWindowText
  83.     Font.Height = -11
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = [fsBold]
  86.     ParentFont = False
  87.   end
  88.   object VerLabel: TLabel
  89.     Left = 104
  90.     Top = 44
  91.     Width = 169
  92.     Height = 13
  93.     Alignment = taCenter
  94.     AutoSize = False
  95.     Caption = 'Version 2.2   Build 43'
  96.     Font.Color = clWindowText
  97.     Font.Height = -11
  98.     Font.Name = 'MS Sans Serif'
  99.     Font.Style = []
  100.     ParentFont = False
  101.   end
  102.   object Label6: TLabel
  103.     Left = 104
  104.     Top = 96
  105.     Width = 169
  106.     Height = 13
  107.     Alignment = taCenter
  108.     AutoSize = False
  109.     Caption = 'E-mail: arny@saransk.sitek.net'
  110.     Font.Color = clNavy
  111.     Font.Height = -11
  112.     Font.Name = 'MS Sans Serif'
  113.     Font.Style = []
  114.     ParentFont = False
  115.   end
  116.   object Label7: TLabel
  117.     Left = 0
  118.     Top = 120
  119.     Width = 292
  120.     Height = 19
  121.     Alignment = taCenter
  122.     AutoSize = False
  123.     Caption = 'http://www.saransk.sitek.net/pages/arny/'
  124.     Font.Color = clBlue
  125.     Font.Height = -13
  126.     Font.Name = 'MS Sans Serif'
  127.     Font.Style = [fsBold]
  128.     ParentFont = False
  129.   end
  130.   object Label5: TLabel
  131.     Left = 0
  132.     Top = 144
  133.     Width = 292
  134.     Height = 33
  135.     Alignment = taCenter
  136.     AutoSize = False
  137.     Caption = 'http://www.geocities.com/SiliconValley/ Vista/2865/'
  138.     Font.Color = clBlue
  139.     Font.Height = -13
  140.     Font.Name = 'MS Sans Serif'
  141.     Font.Style = [fsBold]
  142.     ParentFont = False
  143.     WordWrap = True
  144.   end
  145.   object Button1: TButton
  146.     Left = 112
  147.     Top = 192
  148.     Width = 75
  149.     Height = 25
  150.     Caption = 'OK'
  151.     TabOrder = 0
  152.     OnClick = Button1Click
  153.   end
  154. end
  155.