home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Software / TemaCD / HTMLed / EDITOR.EXE / 0 / RCDATA / TTABLEFORM / TTABLEFORM.txt
Text File  |  1998-10-11  |  5KB  |  214 lines

  1. object TableForm: TTableForm
  2.   Left = 210
  3.   Top = 140
  4.   Width = 364
  5.   Height = 262
  6.   ActiveControl = CaptionEdit
  7.   Caption = 'Nov∩┐╜ tabulka'
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 253
  10.   Constraints.MinWidth = 364
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnResize = FormResize
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object TableStringGrid: TStringGrid
  23.     Left = 0
  24.     Top = 129
  25.     Width = 356
  26.     Height = 57
  27.     Align = alClient
  28.     ColCount = 3
  29.     DefaultRowHeight = 14
  30.     FixedCols = 0
  31.     RowCount = 3
  32.     FixedRows = 0
  33.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goRowMoving, goColMoving, goEditing, goAlwaysShowEditor, goThumbTracking]
  34.     TabOrder = 0
  35.     OnDrawCell = TableStringGridDrawCell
  36.   end
  37.   object TopPanel: TPanel
  38.     Left = 0
  39.     Top = 0
  40.     Width = 356
  41.     Height = 129
  42.     Align = alTop
  43.     TabOrder = 1
  44.     object Label1: TLabel
  45.       Left = 8
  46.       Top = 88
  47.       Width = 34
  48.       Height = 13
  49.       Caption = '∩┐╜∩┐╜dky:'
  50.       FocusControl = RowsUpDown
  51.     end
  52.     object Label2: TLabel
  53.       Left = 61
  54.       Top = 88
  55.       Width = 42
  56.       Height = 13
  57.       Caption = 'Sloupce:'
  58.       FocusControl = ColsUpDown
  59.     end
  60.     object Label3: TLabel
  61.       Left = 136
  62.       Top = 88
  63.       Width = 76
  64.       Height = 13
  65.       Caption = '∩┐╜∩┐╜dky hlavi∩┐╜ky:'
  66.       FocusControl = HeadRowsUpDown
  67.     end
  68.     object Label4: TLabel
  69.       Left = 235
  70.       Top = 88
  71.       Width = 84
  72.       Height = 13
  73.       Caption = 'Sloupce hlavi∩┐╜ky:'
  74.       FocusControl = HeadColsUpDown
  75.     end
  76.     object Label5: TLabel
  77.       Left = 27
  78.       Top = 27
  79.       Width = 35
  80.       Height = 13
  81.       Caption = 'Titulek:'
  82.       FocusControl = CaptionEdit
  83.     end
  84.     object Label6: TLabel
  85.       Left = 207
  86.       Top = 56
  87.       Width = 72
  88.       Height = 13
  89.       Caption = 'Velikost okraje:'
  90.       FocusControl = BorderTrackBar
  91.     end
  92.     object RowsUpDown: TUpDown
  93.       Left = 43
  94.       Top = 88
  95.       Width = 16
  96.       Height = 24
  97.       Min = 1
  98.       Position = 97
  99.       TabOrder = 0
  100.       Wrap = False
  101.       OnClick = RowsUpDownClick
  102.     end
  103.     object ColsUpDown: TUpDown
  104.       Left = 105
  105.       Top = 88
  106.       Width = 25
  107.       Height = 16
  108.       Min = 1
  109.       Orientation = udHorizontal
  110.       Position = 3
  111.       TabOrder = 1
  112.       Wrap = False
  113.       OnClick = RowsUpDownClick
  114.     end
  115.     object HeadRowsUpDown: TUpDown
  116.       Left = 214
  117.       Top = 88
  118.       Width = 16
  119.       Height = 24
  120.       Min = 0
  121.       Position = 99
  122.       TabOrder = 2
  123.       Wrap = False
  124.       OnClick = RowsUpDownClick
  125.     end
  126.     object HeadColsUpDown: TUpDown
  127.       Left = 322
  128.       Top = 88
  129.       Width = 25
  130.       Height = 16
  131.       Min = 0
  132.       Orientation = udHorizontal
  133.       Position = 1
  134.       TabOrder = 3
  135.       Wrap = False
  136.       OnClick = RowsUpDownClick
  137.     end
  138.     object CaptionEdit: TEdit
  139.       Left = 104
  140.       Top = 24
  141.       Width = 233
  142.       Height = 21
  143.       Font.Charset = DEFAULT_CHARSET
  144.       Font.Color = clWindowText
  145.       Font.Height = -11
  146.       Font.Name = 'MS Sans Serif'
  147.       Font.Style = [fsBold]
  148.       ParentFont = False
  149.       TabOrder = 4
  150.     end
  151.     object BorderTrackBar: TTrackBar
  152.       Left = 278
  153.       Top = 48
  154.       Width = 62
  155.       Height = 33
  156.       Orientation = trHorizontal
  157.       Frequency = 1
  158.       Position = 1
  159.       SelEnd = 0
  160.       SelStart = 0
  161.       TabOrder = 5
  162.       ThumbLength = 20
  163.       TickMarks = tmBottomRight
  164.       TickStyle = tsAuto
  165.       OnChange = BorderTrackBarChange
  166.     end
  167.     object CloseTagCheckBox: TCheckBox
  168.       Left = 32
  169.       Top = 56
  170.       Width = 161
  171.       Height = 17
  172.       Caption = 'Uzav∩┐╜rat v∩┐╜echny tagy'
  173.       TabOrder = 6
  174.     end
  175.   end
  176.   object BottomPanel: TPanel
  177.     Left = 0
  178.     Top = 186
  179.     Width = 356
  180.     Height = 49
  181.     Align = alBottom
  182.     TabOrder = 2
  183.     object OKButton: TButton
  184.       Left = 171
  185.       Top = 12
  186.       Width = 75
  187.       Height = 25
  188.       Anchors = [akRight, akBottom]
  189.       Caption = 'OK'
  190.       Default = True
  191.       ModalResult = 1
  192.       TabOrder = 0
  193.       OnClick = OKButtonClick
  194.     end
  195.     object CancelButton: TButton
  196.       Left = 264
  197.       Top = 13
  198.       Width = 75
  199.       Height = 25
  200.       Anchors = [akRight, akBottom]
  201.       Cancel = True
  202.       Caption = 'Storno'
  203.       ModalResult = 2
  204.       TabOrder = 1
  205.     end
  206.   end
  207.   object FormPlacement1: TFormPlacement
  208.     IniSection = '\Software\DRHTML\TableForm'
  209.     UseRegistry = True
  210.     Left = 8
  211.     Top = 8
  212.   end
  213. end
  214.