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

  1. object delfil: Tdelfil
  2.   Left = 284
  3.   Top = 336
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Odstranit z∩┐╜znamy'
  7.   ClientHeight = 125
  8.   ClientWidth = 274
  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.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object defi01: TImage
  23.     Left = 10
  24.     Top = 10
  25.     Width = 32
  26.     Height = 32
  27.     Picture.Data = {<image000.bmp>}
  28.     Transparent = True
  29.   end
  30.   object defi02: TLabel
  31.     Left = 52
  32.     Top = 10
  33.     Width = 214
  34.     Height = 39
  35.     Caption = 
  36.       'Opravdu si p∩┐╜ejete odstranit z∩┐╜znamy? Pokud'#13#10'ano, zadejte pros∩┐╜m' +
  37.       ' nejprve heslo, pokud ne,'#13#10'klikn∩┐╜te na Storno.'
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentFont = False
  44.     Transparent = True
  45.   end
  46.   object defi03: TLabel
  47.     Left = 52
  48.     Top = 63
  49.     Width = 30
  50.     Height = 13
  51.     Caption = 'Heslo:'
  52.   end
  53.   object blte01: TLabel
  54.     Left = 52
  55.     Top = 63
  56.     Width = 212
  57.     Height = 13
  58.     Alignment = taCenter
  59.     AutoSize = False
  60.     Caption = '∩┐╜patn∩┐╜ heslo!!!'
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clNavy
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = [fsBold]
  66.     ParentFont = False
  67.     Transparent = True
  68.     Visible = False
  69.   end
  70.   object passwo: TEdit
  71.     Left = 95
  72.     Top = 59
  73.     Width = 169
  74.     Height = 21
  75.     MaxLength = 20
  76.     PasswordChar = '*'
  77.     TabOrder = 0
  78.   end
  79.   object okbutt: TButton
  80.     Left = 52
  81.     Top = 90
  82.     Width = 100
  83.     Height = 25
  84.     Caption = '&OK'
  85.     Default = True
  86.     TabOrder = 1
  87.     OnClick = okbuttClick
  88.   end
  89.   object stobut: TButton
  90.     Left = 164
  91.     Top = 90
  92.     Width = 100
  93.     Height = 25
  94.     Cancel = True
  95.     Caption = '&Storno'
  96.     TabOrder = 2
  97.     OnClick = stobutClick
  98.   end
  99.   object wropas: TTimer
  100.     Enabled = False
  101.     Interval = 500
  102.     OnTimer = wropasTimer
  103.     Left = 8
  104.     Top = 56
  105.   end
  106. end
  107.