home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 September / Chip_2003-09_cd1.bin / tema / langexpert / download / LangExpert.exe / 0 / RCDATA / TFORMSPEC / TFORMSPEC.txt
Text File  |  2003-01-26  |  2KB  |  91 lines

  1. object formSpec: TformSpec
  2.   Left = 286
  3.   Top = 228
  4.   HelpContext = 7
  5.   BorderStyle = bsDialog
  6.   Caption = 'V'#253'b'#283'r sloves podle lekc'#237
  7.   ClientHeight = 185
  8.   ClientWidth = 272
  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.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   OnClose = FormClose
  19.   OnKeyPress = FormKeyPress
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object sbZvolit: TDFWAOLButton
  24.     Left = 35
  25.     Top = 158
  26.     Width = 101
  27.     Height = 21
  28.     Hint = 'Vybrat nepravideln'#225' slovesa z ozna'#269'en'#253'ch lekc'#237
  29.     Caption = 'Z v o l i t'
  30.     Color = 10840372
  31.     RaiseColor = 14131850
  32.     Enabled = True
  33.     OnClick = sbZvolitClick
  34.     ShowHint = True
  35.     ParentShowHint = False
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWhite
  38.     Font.Height = -11
  39.     Font.Name = 'Arial'
  40.     Font.Style = [fsBold]
  41.   end
  42.   object sbStorno: TDFWAOLButton
  43.     Left = 136
  44.     Top = 158
  45.     Width = 101
  46.     Height = 21
  47.     Hint = 'P'#345'eru'#353'it v'#253'b'#283'r'
  48.     Caption = 'S t o r n o'
  49.     Color = 10840372
  50.     RaiseColor = 14131850
  51.     Enabled = True
  52.     OnClick = sbStornoClick
  53.     ShowHint = True
  54.     ParentShowHint = False
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = clWhite
  57.     Font.Height = -11
  58.     Font.Name = 'Arial'
  59.     Font.Style = [fsBold]
  60.   end
  61.   object ProgressBar: TProgressBar
  62.     Left = 0
  63.     Top = 151
  64.     Width = 272
  65.     Height = 13
  66.     Min = 0
  67.     Max = 100
  68.     Step = 1
  69.     TabOrder = 1
  70.     Visible = False
  71.   end
  72.   object tvSpec: TTreeView
  73.     Left = 0
  74.     Top = 2
  75.     Width = 272
  76.     Height = 149
  77.     Anchors = [akLeft, akTop, akRight]
  78.     Images = Form1.ilSeznamy
  79.     Indent = 19
  80.     ReadOnly = True
  81.     ShowButtons = False
  82.     ShowLines = False
  83.     SortType = stText
  84.     StateImages = Form1.ilSeznamy
  85.     TabOrder = 0
  86.     OnDblClick = tvSpecDblClick
  87.     OnKeyPress = tvSpecKeyPress
  88.     OnMouseDown = tvSpecMouseDown
  89.   end
  90. end
  91.