home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / devilpad / htmlpad.exe / HTMLPad.exe / 0 / RCDATA / TFRMABOUTBOX / TFRMABOUTBOX.txt < prev   
Encoding:
Text File  |  2001-06-24  |  3.1 KB  |  149 lines

  1. object frmAboutBox: TfrmAboutBox
  2.   Left = 366
  3.   Top = 208
  4.   BorderStyle = bsDialog
  5.   Caption = 'Zaregistrujte se !!!'
  6.   ClientHeight = 179
  7.   ClientWidth = 389
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label3: TLabel
  21.     Left = 4
  22.     Top = 160
  23.     Width = 236
  24.     Height = 13
  25.     Caption = 'Copyright Michal V∩┐╜ch. V∩┐╜echna pr∩┐╜va vyhrazena.'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object btnOk: TButton
  34.     Left = 311
  35.     Top = 6
  36.     Width = 75
  37.     Height = 25
  38.     Caption = 'OK'
  39.     Default = True
  40.     TabOrder = 0
  41.     OnClick = btnOkClick
  42.   end
  43.   object btnReg: TButton
  44.     Left = 311
  45.     Top = 36
  46.     Width = 75
  47.     Height = 25
  48.     Caption = 'Registrace...'
  49.     TabOrder = 1
  50.     OnClick = btnRegClick
  51.   end
  52.   object GroupBox1: TGroupBox
  53.     Left = 4
  54.     Top = 1
  55.     Width = 303
  56.     Height = 154
  57.     TabOrder = 2
  58.     object Image1: TImage
  59.       Left = 10
  60.       Top = 15
  61.       Width = 32
  62.       Height = 32
  63.       AutoSize = True
  64.       Picture.Data = {<image000.ico>}
  65.     end
  66.     object Label1: TLabel
  67.       Left = 54
  68.       Top = 15
  69.       Width = 215
  70.       Height = 28
  71.       Caption = 'Devil'#39's HTMLPad'
  72.       Font.Charset = EASTEUROPE_CHARSET
  73.       Font.Color = clMaroon
  74.       Font.Height = -23
  75.       Font.Name = 'Verdana'
  76.       Font.Style = [fsBold]
  77.       ParentFont = False
  78.     end
  79.     object lbShareware: TLabel
  80.       Left = 13
  81.       Top = 63
  82.       Width = 272
  83.       Height = 39
  84.       Caption = 
  85.         'Tento program je shareware. Mu∩┐╜ete ho zdarma pou∩┐╜∩┐╜vat po dobu 30' +
  86.         ' dn∩┐╜. Po uplnynut∩┐╜ t∩┐╜to doby mus∩┐╜te program zaregistrovat nebo o' +
  87.         'dstranit z va∩┐╜eho po∩┐╜∩┐╜ta∩┐╜e.'
  88.       WordWrap = True
  89.     end
  90.     object Label4: TLabel
  91.       Left = 77
  92.       Top = 45
  93.       Width = 213
  94.       Height = 13
  95.       Caption = 'HTMLEditor pro Windows 95/Me/NT a 2000'
  96.     end
  97.     object Label5: TLabel
  98.       Left = 15
  99.       Top = 113
  100.       Width = 30
  101.       Height = 13
  102.       Caption = 'e-mail:'
  103.     end
  104.     object Label6: TLabel
  105.       Left = 15
  106.       Top = 129
  107.       Width = 23
  108.       Height = 13
  109.       Caption = 'web:'
  110.     end
  111.     object lbUserName: TLabel
  112.       Left = 14
  113.       Top = 63
  114.       Width = 104
  115.       Height = 13
  116.       Caption = 'Registrovan∩┐╜ u∩┐╜ivatel:'
  117.       Visible = False
  118.     end
  119.     object Label7: TLabel
  120.       Left = 55
  121.       Top = 113
  122.       Width = 98
  123.       Height = 13
  124.       Cursor = crHandPoint
  125.       Caption = 'htmlpad@seznam.cz'
  126.       OnClick = Label7Click
  127.     end
  128.     object Label8: TLabel
  129.       Left = 55
  130.       Top = 129
  131.       Width = 71
  132.       Height = 13
  133.       Cursor = crArrow
  134.       Caption = 'htmlpad.zde.cz'
  135.       OnClick = Label8Click
  136.     end
  137.   end
  138.   object btnClose: TButton
  139.     Left = 311
  140.     Top = 65
  141.     Width = 75
  142.     Height = 25
  143.     Caption = 'Ukon∩┐╜it'
  144.     TabOrder = 3
  145.     Visible = False
  146.     OnClick = btnCloseClick
  147.   end
  148. end
  149.