home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / ctenari / Zavesky / wdl.exe / 0 / RCDATA / TABOAPP / TABOAPP.txt < prev   
Encoding:
Text File  |  2001-10-26  |  1.4 KB  |  71 lines

  1. object aboapp: Taboapp
  2.   Left = 266
  3.   Top = 145
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'O aplikaci'
  7.   ClientHeight = 130
  8.   ClientWidth = 211
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnClose = formclose
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object abap01: TImage
  22.     Left = 10
  23.     Top = 10
  24.     Width = 32
  25.     Height = 32
  26.     Picture.Data = {<image000.bmp>}
  27.     Transparent = True
  28.   end
  29.   object abap02: TLabel
  30.     Left = 52
  31.     Top = 10
  32.     Width = 146
  33.     Height = 13
  34.     Caption = 'Windows Desktop Locker'
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clNavy
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.     Transparent = True
  42.   end
  43.   object abap03: TLabel
  44.     Left = 52
  45.     Top = 23
  46.     Width = 51
  47.     Height = 26
  48.     Caption = 'Verze 1.03'#13#10'Shareware'
  49.     Transparent = True
  50.   end
  51.   object abap05: TLabel
  52.     Left = 52
  53.     Top = 59
  54.     Width = 149
  55.     Height = 26
  56.     Caption = 'Copyright ∩┐╜ 2001 Petr Z∩┐╜vesk∩┐╜'#13#10'V∩┐╜echna pr∩┐╜va vyhrazena.'
  57.     Transparent = True
  58.   end
  59.   object okbutt: TButton
  60.     Left = 101
  61.     Top = 95
  62.     Width = 100
  63.     Height = 25
  64.     Cancel = True
  65.     Caption = '&OK'
  66.     Default = True
  67.     TabOrder = 0
  68.     OnClick = okbuttclick
  69.   end
  70. end
  71.