home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / Chip_1999-12_cd.bin / ctenari / Marek / BUDIK.EXE / 0 / RCDATA / TSEZNAMFORM / TSEZNAMFORM.txt
Text File  |  1999-05-27  |  2KB  |  65 lines

  1. object SeznamForm: TSeznamForm
  2.   Left = 213
  3.   Top = 100
  4.   Width = 204
  5.   Height = 269
  6.   HelpContext = 50
  7.   BorderIcons = [biSystemMenu]
  8.   BorderStyle = bsSizeToolWin
  9.   Caption = 'Seznam osob'
  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.   OnKeyPress = FormKeyPress
  17.   OnResize = FormResize
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object tvLide: TTreeView
  21.     Left = 0
  22.     Top = 33
  23.     Width = 196
  24.     Height = 209
  25.     BorderStyle = bsNone
  26.     ReadOnly = True
  27.     Indent = 19
  28.     OnChange = tvLideChange
  29.     Align = alClient
  30.     TabOrder = 0
  31.     StateImages = MainForm.ImSeznam
  32.   end
  33.   object Panel1: TPanel
  34.     Left = 0
  35.     Top = 0
  36.     Width = 196
  37.     Height = 33
  38.     Align = alTop
  39.     BevelInner = bvRaised
  40.     BevelOuter = bvLowered
  41.     TabOrder = 1
  42.     object sbOk: TRxSpeedButton
  43.       Left = 8
  44.       Top = 4
  45.       Width = 180
  46.       Height = 25
  47.       Enabled = False
  48.       Flat = True
  49.       Glyph.Data = {
  50.         F6000000424DF600000000000000760000002800000010000000100000000100
  51.         0400000000008000000000000000000000001000000010000000000000000000
  52.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  53.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFBFFF
  54.         FFFFFFFFFFFBABFFFFFFFFFFFFB22BFFFFFFFFFFFB2222BFFFFFFFFFB22222BF
  55.         FFFFFFFB222E222BFFFFFFB222EFE22BFFFFFF222EFFFE22BFFFFFA22FFFFFA2
  56.         ABFFFFEAEFFFFFE22AFFFFFFFFFFFFFA22BFFFFFFFFFFFFE22AFFFFFFFFFFFFF
  57.         EAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
  58.       GrayedInactive = False
  59.       Layout = blGlyphLeft
  60.       Spacing = 4
  61.       OnClick = sbOkClick
  62.     end
  63.   end
  64. end
  65.