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

  1. object formZameny: TformZameny
  2.   Left = 212
  3.   Top = 232
  4.   HelpContext = 5
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Mo'#382'n'#233' z'#225'm'#283'ny'
  7.   ClientHeight = 74
  8.   ClientWidth = 305
  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.   OnCreate = FormCreate
  18.   OnKeyPress = FormKeyPress
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lvZameny: TListView
  22.     Left = 0
  23.     Top = 0
  24.     Width = 305
  25.     Height = 74
  26.     Align = alClient
  27.     Columns = <
  28.       item
  29.         MaxWidth = 150
  30.         MinWidth = 150
  31.         Width = 150
  32.       end
  33.       item
  34.         MaxWidth = 150
  35.         MinWidth = 150
  36.         Width = 150
  37.       end>
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     GridLines = True
  44.     ReadOnly = True
  45.     RowSelect = True
  46.     ParentFont = False
  47.     ShowColumnHeaders = False
  48.     TabOrder = 0
  49.     ViewStyle = vsReport
  50.   end
  51. end
  52.