home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / ctenari / Hadraba / autorun.exe / 0 / RCDATA / TABOUTFORM1 / TABOUTFORM1.txt < prev   
Text File  |  2002-09-02  |  3KB  |  127 lines

  1. object AboutForm1: TAboutForm1
  2.   Left = 291
  3.   Top = 334
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'About AutoRun'
  7.   ClientHeight = 290
  8.   ClientWidth = 479
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnClick = OnCloseClick
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 479
  25.     Height = 290
  26.     Align = alClient
  27.     BevelInner = bvLowered
  28.     Color = clWhite
  29.     TabOrder = 0
  30.     OnClick = OnCloseClick
  31.     object Image1: TImage
  32.       Left = 8
  33.       Top = 8
  34.       Width = 466
  35.       Height = 271
  36.       AutoSize = True
  37.       Picture.Data = {<image000.bmp>}
  38.       OnClick = OnCloseClick
  39.     end
  40.     object Bevel1: TBevel
  41.       Left = 0
  42.       Top = 45
  43.       Width = 481
  44.       Height = 2
  45.       Shape = bsTopLine
  46.     end
  47.     object Bevel2: TBevel
  48.       Left = 24
  49.       Top = 176
  50.       Width = 433
  51.       Height = 2
  52.       Shape = bsTopLine
  53.     end
  54.     object Bevel3: TBevel
  55.       Left = 24
  56.       Top = 176
  57.       Width = 2
  58.       Height = 57
  59.       Shape = bsRightLine
  60.     end
  61.     object Bevel4: TBevel
  62.       Left = 456
  63.       Top = 176
  64.       Width = 2
  65.       Height = 57
  66.       Shape = bsRightLine
  67.     end
  68.     object Bevel5: TBevel
  69.       Left = 24
  70.       Top = 232
  71.       Width = 433
  72.       Height = 2
  73.       Shape = bsTopLine
  74.     end
  75.     object URLStaticText1: TStaticText
  76.       Left = 136
  77.       Top = 242
  78.       Width = 260
  79.       Height = 20
  80.       Cursor = crHandPoint
  81.       Caption = 'http://www.volny.cz/hadraba-soft'
  82.       Font.Charset = EASTEUROPE_CHARSET
  83.       Font.Color = clBlue
  84.       Font.Height = -13
  85.       Font.Name = 'Courier New'
  86.       Font.Style = [fsBold, fsUnderline]
  87.       ParentFont = False
  88.       TabOrder = 0
  89.       OnClick = URLStaticText1Click
  90.     end
  91.     object EMailStaticText1: TStaticText
  92.       Left = 136
  93.       Top = 259
  94.       Width = 140
  95.       Height = 20
  96.       Cursor = crHandPoint
  97.       Caption = 'hadrabap@volny.cz'
  98.       Font.Charset = EASTEUROPE_CHARSET
  99.       Font.Color = clBlue
  100.       Font.Height = -13
  101.       Font.Name = 'Courier New'
  102.       Font.Style = [fsBold, fsUnderline]
  103.       ParentFont = False
  104.       TabOrder = 1
  105.       OnClick = EMailStaticText1Click
  106.     end
  107.     object URLKeyStaticText1: TStaticText
  108.       Left = 400
  109.       Top = 243
  110.       Width = 17
  111.       Height = 17
  112.       Caption = '[S]'
  113.       TabOrder = 2
  114.       OnClick = URLStaticText1Click
  115.     end
  116.     object EMailKeyStaticText1: TStaticText
  117.       Left = 280
  118.       Top = 260
  119.       Width = 17
  120.       Height = 17
  121.       Caption = '[C]'
  122.       TabOrder = 3
  123.       OnClick = EMailStaticText1Click
  124.     end
  125.   end
  126. end
  127.