home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / multimedia / subtitles / subtitlesk5ky.exe / SubtitlesK5ky.EXE / 0 / RCDATA / TFORMTABLE / TFORMTABLE.txt
Text File  |  2006-09-24  |  1KB  |  58 lines

  1. object FormTable: TFormTable
  2.   Left = 547
  3.   Top = 115
  4.   Width = 600
  5.   Height = 457
  6.   Anchors = []
  7.   BorderIcons = [biSystemMenu]
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 240
  10.   Constraints.MinWidth = 330
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   ShowHint = True
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   DesignSize = (
  21.     592
  22.     430)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object StringGridTable: TStringGrid
  26.     Left = 5
  27.     Top = 5
  28.     Width = 582
  29.     Height = 390
  30.     Anchors = [akLeft, akTop, akRight, akBottom]
  31.     ColCount = 8
  32.     RowCount = 2
  33.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goColMoving, goRowSelect]
  34.     TabOrder = 0
  35.     OnClick = StringGridTableClick
  36.     OnColumnMoved = StringGridTableColumnMoved
  37.     ColWidths = (
  38.       64
  39.       45
  40.       45
  41.       44
  42.       45
  43.       50
  44.       48
  45.       44)
  46.   end
  47.   object CheckBoxColumnsAutoWidth: TCheckBox
  48.     Left = 8
  49.     Top = 402
  50.     Width = 310
  51.     Height = 17
  52.     Anchors = [akLeft, akBottom]
  53.     Caption = 'Automaticky p'#345'izp'#367'sobit '#353#237#345'ku sloupc'#367
  54.     TabOrder = 1
  55.     OnClick = CheckBoxColumnsAutoWidthClick
  56.   end
  57. end
  58.