home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / Chip_2001-06_cd1.bin / ctenari / Burda / St_Deset.ex_ / 0 / RCDATA / TPOZOR / TPOZOR.txt < prev   
Encoding:
Text File  |  2000-08-30  |  1.5 KB  |  71 lines

  1. object Pozor: TPozor
  2.   Left = 226
  3.   Top = 133
  4.   BorderIcons = []
  5.   AutoScroll = False
  6.   Caption = 'Upozorn∩┐╜n∩┐╜'
  7.   ClientHeight = 109
  8.   ClientWidth = 208
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 7
  20.     Top = 13
  21.     Width = 196
  22.     Height = 13
  23.     Caption = 'Nejprve mus∩┐╜te kliknut∩┐╜m na Reset'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = 7
  33.     Top = 33
  34.     Width = 187
  35.     Height = 13
  36.     Caption = 'a Start vybrat ∩┐╜∩┐╜sla, kter∩┐╜ mohou'
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clWindowText
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.   end
  44.   object Label3: TLabel
  45.     Left = 46
  46.     Top = 52
  47.     Width = 95
  48.     Height = 13
  49.     Caption = 'vyplnit S∩┐╜zenku.'
  50.     Font.Charset = DEFAULT_CHARSET
  51.     Font.Color = clWindowText
  52.     Font.Height = -11
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = [fsBold]
  55.     ParentFont = False
  56.   end
  57.   object OK: TDsFancyButton
  58.     Left = 60
  59.     Top = 75
  60.     Width = 73
  61.     Height = 25
  62.     ButtonColor = clBtnFace
  63.     Caption = 'OK'
  64.     FrameColor = clGray
  65.     FrameWidth = 6
  66.     CornerRadius = 10
  67.     TextStyle = txRaised
  68.     OnClick = OKClick
  69.   end
  70. end
  71.