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

  1. object ackepa: Tackepa
  2.   Left = 401
  3.   Top = 298
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Zadejte heslo'
  7.   ClientHeight = 169
  8.   ClientWidth = 273
  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.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = formclose
  18.   OnShow = formshow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object akpa04: 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 akpa05: TLabel
  30.     Left = 52
  31.     Top = 10
  32.     Width = 211
  33.     Height = 52
  34.     Caption = 
  35.       'D∩┐╜kuji, ∩┐╜e jste se rozhodli vyzkou∩┐╜et program'#13#10'Windows Desktop L' +
  36.       'ocker. Zadejte pros∩┐╜m'#13#10'nov∩┐╜ heslo pro odemyk∩┐╜n∩┐╜ pracovn∩┐╜ plochy.' +
  37.       #13#10'Toto heslo m∩┐╜∩┐╜ete pozd∩┐╜ji kdykoliv zm∩┐╜nit.'
  38.     Transparent = True
  39.   end
  40.   object akpa06: TLabel
  41.     Left = 52
  42.     Top = 76
  43.     Width = 29
  44.     Height = 13
  45.     Caption = 'Nov∩┐╜:'
  46.     Transparent = True
  47.   end
  48.   object akpa07: TLabel
  49.     Left = 52
  50.     Top = 107
  51.     Width = 39
  52.     Height = 13
  53.     Caption = 'Potvrdit:'
  54.     Transparent = True
  55.   end
  56.   object blte01: TLabel
  57.     Left = 52
  58.     Top = 76
  59.     Width = 211
  60.     Height = 13
  61.     Alignment = taCenter
  62.     AutoSize = False
  63.     Caption = 'Mus∩┐╜te zadat heslo!!!'
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clNavy
  66.     Font.Height = -11
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = [fsBold]
  69.     ParentFont = False
  70.     Transparent = True
  71.     Visible = False
  72.   end
  73.   object blte02: TLabel
  74.     Left = 52
  75.     Top = 107
  76.     Width = 211
  77.     Height = 13
  78.     Alignment = taCenter
  79.     AutoSize = False
  80.     Caption = 'Zadali jste rozd∩┐╜ln∩┐╜ hesla!!!'
  81.     Font.Charset = DEFAULT_CHARSET
  82.     Font.Color = clNavy
  83.     Font.Height = -11
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = [fsBold]
  86.     ParentFont = False
  87.     Transparent = True
  88.     Visible = False
  89.   end
  90.   object cloapp: TLabel
  91.     Left = 52
  92.     Top = 79
  93.     Width = 211
  94.     Height = 39
  95.     Alignment = taCenter
  96.     AutoSize = False
  97.     Caption = 
  98.       'Pokud nezad∩┐╜te heslo, program bude ukon∩┐╜en.'#13#10'Opravdu chcete prog' +
  99.       'ram ukon∩┐╜it?'
  100.     Font.Charset = DEFAULT_CHARSET
  101.     Font.Color = clNavy
  102.     Font.Height = -11
  103.     Font.Name = 'MS Sans Serif'
  104.     Font.Style = [fsBold]
  105.     ParentFont = False
  106.     Transparent = True
  107.     Visible = False
  108.     WordWrap = True
  109.   end
  110.   object okbutt: TButton
  111.     Left = 52
  112.     Top = 134
  113.     Width = 100
  114.     Height = 25
  115.     Caption = '&OK'
  116.     Default = True
  117.     TabOrder = 2
  118.     OnClick = okbuttclick
  119.   end
  120.   object conpas: TEdit
  121.     Left = 101
  122.     Top = 103
  123.     Width = 162
  124.     Height = 21
  125.     MaxLength = 20
  126.     PasswordChar = '*'
  127.     TabOrder = 1
  128.   end
  129.   object newpas: TEdit
  130.     Left = 101
  131.     Top = 72
  132.     Width = 162
  133.     Height = 21
  134.     MaxLength = 20
  135.     PasswordChar = '*'
  136.     TabOrder = 0
  137.   end
  138.   object stobut: TButton
  139.     Left = 163
  140.     Top = 134
  141.     Width = 100
  142.     Height = 25
  143.     Caption = '&Storno'
  144.     TabOrder = 3
  145.     OnClick = stobutclick
  146.   end
  147.   object pasemp: TTimer
  148.     Enabled = False
  149.     Interval = 500
  150.     OnTimer = pasemptimer
  151.     Left = 8
  152.     Top = 72
  153.   end
  154.   object wropas: TTimer
  155.     Enabled = False
  156.     Interval = 500
  157.     OnTimer = wropastimer
  158.     Left = 8
  159.     Top = 104
  160.   end
  161. end
  162.