home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / sharewar / setup22L / epadlite.exe / 0 / RCDATA / TFRMNASTAVENI / TFRMNASTAVENI.txt
Text File  |  1998-10-18  |  21KB  |  795 lines

  1. object frmNastaveni: TfrmNastaveni
  2.   Left = 181
  3.   Top = 90
  4.   HelpContext = 17
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Mo∩┐╜nosti'
  8.   ClientHeight = 342
  9.   ClientWidth = 407
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   PopupMenu = popNastav
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PageControl1: TPageControl
  23.     Left = 8
  24.     Top = 8
  25.     Width = 393
  26.     Height = 297
  27.     ActivePage = TabSheet1
  28.     MultiLine = True
  29.     TabOrder = 0
  30.     object TabSheet1: TTabSheet
  31.       HelpContext = 26
  32.       Caption = 'Obecn∩┐╜'
  33.       object GroupBox1: TGroupBox
  34.         Left = 8
  35.         Top = 8
  36.         Width = 369
  37.         Height = 137
  38.         Caption = 'Obecn∩┐╜'
  39.         TabOrder = 0
  40.         object Label6: TLabel
  41.           Left = 16
  42.           Top = 20
  43.           Width = 123
  44.           Height = 13
  45.           Caption = '&Form∩┐╜t pro "Vlo∩┐╜it datum":'
  46.           FocusControl = edtPoleDatum
  47.         end
  48.         object chkSaveOnExit: TCheckBox
  49.           Left = 16
  50.           Top = 104
  51.           Width = 161
  52.           Height = 17
  53.           Caption = '&ulo∩┐╜it p∩┐╜i ukon∩┐╜en∩┐╜'
  54.           State = cbChecked
  55.           TabOrder = 3
  56.         end
  57.         object edtPoleDatum: TEdit
  58.           Left = 16
  59.           Top = 36
  60.           Width = 185
  61.           Height = 21
  62.           Hint = 'Lze pou∩┐╜∩┐╜t substituce ^datum^ a ^∩┐╜as^'
  63.           ParentShowHint = False
  64.           ShowHint = True
  65.           TabOrder = 0
  66.           Text = 'Dne ^datum^ v ^∩┐╜as^'
  67.         end
  68.         object Button1: TButton
  69.           Left = 16
  70.           Top = 64
  71.           Width = 153
  72.           Height = 25
  73.           Caption = 'P∩┐╜idat do slo∩┐╜ky "&Odeslat"'
  74.           TabOrder = 1
  75.           OnClick = Button1Click
  76.         end
  77.         object Button2: TButton
  78.           Left = 208
  79.           Top = 64
  80.           Width = 145
  81.           Height = 25
  82.           Caption = 'P∩┐╜idat na "&Plochu"'
  83.           TabOrder = 2
  84.           OnClick = Button2Click
  85.         end
  86.       end
  87.       object GroupBox5: TGroupBox
  88.         Left = 8
  89.         Top = 152
  90.         Width = 369
  91.         Height = 97
  92.         Caption = 'P∩┐╜i startu'
  93.         TabOrder = 1
  94.         object chkZalomit: TCheckBox
  95.           Left = 16
  96.           Top = 24
  97.           Width = 97
  98.           Height = 17
  99.           Caption = 'za&lomit ∩┐╜∩┐╜dky'
  100.           TabOrder = 0
  101.         end
  102.         object chkOdsaz: TCheckBox
  103.           Left = 16
  104.           Top = 48
  105.           Width = 153
  106.           Height = 17
  107.           Caption = 'automatick∩┐╜ o&dsazov∩┐╜n∩┐╜'
  108.           State = cbChecked
  109.           TabOrder = 1
  110.         end
  111.       end
  112.     end
  113.     object TabSheet3: TTabSheet
  114.       HelpContext = 27
  115.       Caption = 'Dialogy'
  116.       object GroupBox4: TGroupBox
  117.         Left = 8
  118.         Top = 112
  119.         Width = 369
  120.         Height = 137
  121.         Caption = '&Maska pro dialog Otev∩┐╜∩┐╜t/Ulo∩┐╜it'
  122.         TabOrder = 0
  123.         object Label3: TLabel
  124.           Left = 208
  125.           Top = 40
  126.           Width = 56
  127.           Height = 13
  128.           Caption = '&N∩┐╜zev filtru:'
  129.           FocusControl = edtNameFiltr
  130.         end
  131.         object Label4: TLabel
  132.           Left = 208
  133.           Top = 82
  134.           Width = 19
  135.           Height = 13
  136.           Caption = '&Filtr:'
  137.           FocusControl = edtFiltr
  138.         end
  139.         object lstFiltr: TListBox
  140.           Left = 8
  141.           Top = 16
  142.           Width = 137
  143.           Height = 105
  144.           ItemHeight = 13
  145.           Items.Strings = (
  146.             'Textov∩┐╜ soubory (*.txt)'
  147.             '∩┐╜ablony pro SpeedPanel (*.spd)'
  148.             'HTML soubory (*.htm, *.html)'
  149.             'Pascalovsk∩┐╜ soubory (*.pas)'
  150.             'V∩┐╜echny soubory (*.*)')
  151.           TabOrder = 0
  152.           OnClick = lstFiltrClick
  153.         end
  154.         object btnUp: TButton
  155.           Left = 152
  156.           Top = 40
  157.           Width = 20
  158.           Height = 22
  159.           Caption = '∩┐╜'
  160.           Enabled = False
  161.           Font.Charset = SYMBOL_CHARSET
  162.           Font.Color = clWindowText
  163.           Font.Height = -16
  164.           Font.Name = 'Wingdings'
  165.           Font.Style = [fsBold]
  166.           ParentFont = False
  167.           TabOrder = 1
  168.           OnClick = btnUpClick
  169.         end
  170.         object btnDown: TButton
  171.           Left = 181
  172.           Top = 40
  173.           Width = 20
  174.           Height = 22
  175.           Caption = '∩┐╜'
  176.           Font.Charset = SYMBOL_CHARSET
  177.           Font.Color = clWindowText
  178.           Font.Height = -16
  179.           Font.Name = 'Wingdings'
  180.           Font.Style = [fsBold]
  181.           ParentFont = False
  182.           TabOrder = 2
  183.           OnClick = btnDownClick
  184.         end
  185.         object btnAdd: TButton
  186.           Left = 152
  187.           Top = 72
  188.           Width = 50
  189.           Height = 22
  190.           Caption = 'P∩┐╜id&at'
  191.           TabOrder = 3
  192.           OnClick = btnAddClick
  193.         end
  194.         object btnDelete: TButton
  195.           Left = 152
  196.           Top = 99
  197.           Width = 50
  198.           Height = 22
  199.           Caption = 'O&dstranit'
  200.           TabOrder = 4
  201.           OnClick = btnDeleteClick
  202.         end
  203.         object edtNameFiltr: TEdit
  204.           Left = 208
  205.           Top = 56
  206.           Width = 145
  207.           Height = 21
  208.           TabOrder = 5
  209.           Text = 'Nov∩┐╜ filtr'
  210.           OnChange = edtNameFiltrChange
  211.           OnEnter = edtNameFiltrEnter
  212.         end
  213.         object edtFiltr: TEdit
  214.           Left = 208
  215.           Top = 99
  216.           Width = 145
  217.           Height = 21
  218.           TabOrder = 7
  219.           Text = '*.'
  220.           OnChange = edtFiltrChange
  221.         end
  222.         object lstPripona: TListBox
  223.           Left = 232
  224.           Top = 16
  225.           Width = 73
  226.           Height = 25
  227.           ItemHeight = 13
  228.           Items.Strings = (
  229.             '*.txt'
  230.             '*.spd'
  231.             '*.htm'
  232.             '*.pas'
  233.             '*.*')
  234.           TabOrder = 6
  235.           Visible = False
  236.         end
  237.       end
  238.       object GroupBox6: TGroupBox
  239.         Left = 8
  240.         Top = 8
  241.         Width = 369
  242.         Height = 89
  243.         Caption = 'Dialog "Otev∩┐╜∩┐╜t"'
  244.         TabOrder = 1
  245.         object Label5: TLabel
  246.           Left = 16
  247.           Top = 24
  248.           Width = 144
  249.           Height = 13
  250.           Caption = '&Slo∩┐╜ka p∩┐╜i spu∩┐╜t∩┐╜n∩┐╜ EasyPadu:'
  251.           FocusControl = edtOpenSlozka
  252.         end
  253.         object edtOpenSlozka: TDirectoryEdit
  254.           Left = 16
  255.           Top = 40
  256.           Width = 337
  257.           Height = 21
  258.           NumGlyphs = 1
  259.           TabOrder = 0
  260.         end
  261.       end
  262.     end
  263.     object TabSheet2: TTabSheet
  264.       HelpContext = 28
  265.       Caption = 'P∩┐╜sma/Barvy'
  266.       object GroupBox3: TGroupBox
  267.         Left = 8
  268.         Top = 8
  269.         Width = 369
  270.         Height = 241
  271.         Caption = 'P∩┐╜smo a barva'
  272.         TabOrder = 0
  273.         object btnPismo: TButton
  274.           Left = 16
  275.           Top = 24
  276.           Width = 81
  277.           Height = 25
  278.           Caption = '&Typ p∩┐╜sma...'
  279.           TabOrder = 0
  280.           OnClick = btnPismoClick
  281.         end
  282.         object Memo1: TMemo
  283.           Left = 16
  284.           Top = 120
  285.           Width = 337
  286.           Height = 105
  287.           Font.Charset = EASTEUROPE_CHARSET
  288.           Font.Color = clWindowText
  289.           Font.Height = -11
  290.           Font.Name = 'Courier New'
  291.           Font.Style = []
  292.           Lines.Strings = (
  293.             'Sample text'
  294.             'Sample text'
  295.             'Sample text'
  296.             'Sample text'
  297.             'Sample text')
  298.           ParentFont = False
  299.           ReadOnly = True
  300.           TabOrder = 5
  301.         end
  302.         object lstTextBarva: TListBox
  303.           Left = 16
  304.           Top = 72
  305.           Width = 81
  306.           Height = 33
  307.           ItemHeight = 13
  308.           Items.Strings = (
  309.             'barva textu'
  310.             'barva pozad∩┐╜')
  311.           TabOrder = 1
  312.         end
  313.         object btnStandard: TButton
  314.           Left = 216
  315.           Top = 19
  316.           Width = 137
  317.           Height = 25
  318.           Caption = '&Standardn∩┐╜ barvy a p∩┐╜smo'
  319.           TabOrder = 4
  320.           OnClick = btnStandardClick
  321.         end
  322.         object ColorGrid2: TColorGrid
  323.           Left = 104
  324.           Top = 72
  325.           Width = 144
  326.           Height = 16
  327.           Ctl3D = False
  328.           GridOrdering = go16x1
  329.           BackgroundEnabled = False
  330.           Font.Charset = EASTEUROPE_CHARSET
  331.           Font.Color = clWindowText
  332.           Font.Height = -4
  333.           Font.Name = 'Arial'
  334.           Font.Style = []
  335.           ParentCtl3D = False
  336.           ParentFont = False
  337.           TabOrder = 2
  338.           OnChange = ColorGrid2Change
  339.         end
  340.         object Panel2: TPanel
  341.           Left = 256
  342.           Top = 73
  343.           Width = 13
  344.           Height = 13
  345.           Caption = '...'
  346.           Color = clSilver
  347.           Font.Charset = DEFAULT_CHARSET
  348.           Font.Color = clWindowText
  349.           Font.Height = -11
  350.           Font.Name = 'MS Sans Serif'
  351.           Font.Style = [fsBold]
  352.           ParentFont = False
  353.           TabOrder = 3
  354.           OnClick = Panel2Click
  355.         end
  356.       end
  357.     end
  358.     object TabSheet4: TTabSheet
  359.       HelpContext = 29
  360.       Caption = 'Z∩┐╜lo∩┐╜ky'
  361.       object GroupBox7: TGroupBox
  362.         Left = 8
  363.         Top = 8
  364.         Width = 369
  365.         Height = 241
  366.         Caption = 'Um∩┐╜st∩┐╜n∩┐╜ z∩┐╜lo∩┐╜ek'
  367.         TabOrder = 0
  368.         object GroupBox9: TGroupBox
  369.           Left = 16
  370.           Top = 24
  371.           Width = 161
  372.           Height = 201
  373.           Caption = 'Pro SpeedPanel'
  374.           TabOrder = 0
  375.           object rdSpeedD: TRadioButton
  376.             Left = 16
  377.             Top = 40
  378.             Width = 113
  379.             Height = 17
  380.             Caption = '&dole'
  381.             Checked = True
  382.             TabOrder = 1
  383.             TabStop = True
  384.             OnClick = rdSpeedDClick
  385.           end
  386.           object rdSpeedN: TRadioButton
  387.             Left = 16
  388.             Top = 16
  389.             Width = 81
  390.             Height = 17
  391.             Caption = '&naho∩┐╜e'
  392.             TabOrder = 0
  393.             OnClick = rdSpeedNClick
  394.           end
  395.           object chk1: TCheckBox
  396.             Left = 16
  397.             Top = 176
  398.             Width = 129
  399.             Height = 17
  400.             Caption = '&v∩┐╜ce∩┐╜∩┐╜dkov∩┐╜ re∩┐╜im'
  401.             State = cbChecked
  402.             TabOrder = 2
  403.             OnClick = chk1Click
  404.           end
  405.           object zalSpeed: TPage95Control
  406.             Left = 8
  407.             Top = 64
  408.             Width = 145
  409.             Height = 105
  410.             ActivePage = Tab95Sheet3
  411.             FlatSeperators = False
  412.             HotTrack = False
  413.             TabInactiveColor = clSilver
  414.             TabInactiveFont.Charset = DEFAULT_CHARSET
  415.             TabInactiveFont.Color = clWindowText
  416.             TabInactiveFont.Height = -11
  417.             TabInactiveFont.Name = 'MS Sans Serif'
  418.             TabInactiveFont.Style = []
  419.             MultiLine = True
  420.             TabOrder = 3
  421.             TabPosition = tpBottomRight
  422.             object Tab95Sheet1: TTab95Sheet
  423.               Caption = 'Soubory'
  424.               GripAlign = gaLeft
  425.               ImageIndex = -1
  426.               StaticPageIndex = -1
  427.               TabVisible = True
  428.             end
  429.             object Tab95Sheet2: TTab95Sheet
  430.               Caption = 'Html'
  431.               GripAlign = gaLeft
  432.               ImageIndex = -1
  433.               StaticPageIndex = -1
  434.               TabVisible = True
  435.             end
  436.             object Tab95Sheet3: TTab95Sheet
  437.               Caption = 'Obl∩┐╜ben∩┐╜'
  438.               GripAlign = gaLeft
  439.               ImageIndex = -1
  440.               StaticPageIndex = -1
  441.               TabVisible = True
  442.             end
  443.             object Tab95Sheet4: TTab95Sheet
  444.               Caption = 'Spustit'
  445.               GripAlign = gaLeft
  446.               ImageIndex = -1
  447.               StaticPageIndex = -1
  448.               TabVisible = True
  449.             end
  450.           end
  451.         end
  452.         object GroupBox10: TGroupBox
  453.           Left = 184
  454.           Top = 24
  455.           Width = 169
  456.           Height = 201
  457.           Caption = 'Pro editor'
  458.           TabOrder = 1
  459.           object rdDole: TRadioButton
  460.             Left = 8
  461.             Top = 40
  462.             Width = 49
  463.             Height = 17
  464.             Caption = 'd&ole'
  465.             Checked = True
  466.             TabOrder = 2
  467.             TabStop = True
  468.             OnClick = rdDoleClick
  469.           end
  470.           object rdNahore: TRadioButton
  471.             Left = 8
  472.             Top = 16
  473.             Width = 57
  474.             Height = 17
  475.             Caption = 'n&aho∩┐╜e'
  476.             TabOrder = 1
  477.             OnClick = rdNahoreClick
  478.           end
  479.           object chk2: TCheckBox
  480.             Left = 8
  481.             Top = 176
  482.             Width = 129
  483.             Height = 17
  484.             Caption = 'v∩┐╜&ce∩┐╜∩┐╜dkov∩┐╜ re∩┐╜im'
  485.             State = cbChecked
  486.             TabOrder = 3
  487.             OnClick = chk2Click
  488.           end
  489.           object zalUkazka: TPage95Control
  490.             Left = 8
  491.             Top = 64
  492.             Width = 153
  493.             Height = 105
  494.             ActivePage = Tab95Sheet6
  495.             FlatSeperators = False
  496.             Font.Charset = EASTEUROPE_CHARSET
  497.             Font.Color = clWindowText
  498.             Font.Height = -9
  499.             Font.Name = 'Small Fonts'
  500.             Font.Style = []
  501.             HotTrack = False
  502.             TabInactiveColor = clSilver
  503.             TabInactiveFont.Charset = EASTEUROPE_CHARSET
  504.             TabInactiveFont.Color = clWindowText
  505.             TabInactiveFont.Height = -9
  506.             TabInactiveFont.Name = 'Small Fonts'
  507.             TabInactiveFont.Style = []
  508.             MultiLine = True
  509.             ParentFont = False
  510.             TabOrder = 0
  511.             TabPosition = tpBottomRight
  512.             object Tab95Sheet5: TTab95Sheet
  513.               Caption = 'A1.HTM'
  514.               GripAlign = gaLeft
  515.               ImageIndex = -1
  516.               StaticPageIndex = -1
  517.               TabVisible = True
  518.               object Memo2: TMemo
  519.                 Left = 0
  520.                 Top = 0
  521.                 Width = 145
  522.                 Height = 63
  523.                 Align = alClient
  524.                 Font.Charset = EASTEUROPE_CHARSET
  525.                 Font.Color = clWindowText
  526.                 Font.Height = -11
  527.                 Font.Name = 'Courier New'
  528.                 Font.Style = []
  529.                 Lines.Strings = (
  530.                   '<html>'
  531.                   '<head>'
  532.                   '<meta '
  533.                   'http-equiv="Content'
  534.                   '-Type" '
  535.                   'content="text/html; '
  536.                   'charset=windows-125'
  537.                   '0">')
  538.                 ParentFont = False
  539.                 TabOrder = 0
  540.               end
  541.             end
  542.             object Tab95Sheet6: TTab95Sheet
  543.               Caption = 'BETA.HTM'
  544.               GripAlign = gaLeft
  545.               ImageIndex = -1
  546.               StaticPageIndex = -1
  547.               TabVisible = True
  548.               object Memo3: TMemo
  549.                 Left = 0
  550.                 Top = 0
  551.                 Width = 145
  552.                 Height = 63
  553.                 Align = alClient
  554.                 Font.Charset = EASTEUROPE_CHARSET
  555.                 Font.Color = clWindowText
  556.                 Font.Height = -11
  557.                 Font.Name = 'Courier New'
  558.                 Font.Style = []
  559.                 Lines.Strings = (
  560.                   '<html>'
  561.                   '<head>'
  562.                   '<meta '
  563.                   'http-equiv="Content'
  564.                   '-Type" '
  565.                   'content="text/html; '
  566.                   'charset=windows-125'
  567.                   '0">')
  568.                 ParentFont = False
  569.                 TabOrder = 0
  570.               end
  571.             end
  572.             object Tab95Sheet7: TTab95Sheet
  573.               Caption = 'SOUBOR.HTM'
  574.               GripAlign = gaLeft
  575.               ImageIndex = -1
  576.               StaticPageIndex = -1
  577.               TabVisible = True
  578.               object Memo4: TMemo
  579.                 Left = 0
  580.                 Top = 0
  581.                 Width = 145
  582.                 Height = 65
  583.                 Align = alClient
  584.                 Font.Charset = EASTEUROPE_CHARSET
  585.                 Font.Color = clWindowText
  586.                 Font.Height = -11
  587.                 Font.Name = 'Courier New'
  588.                 Font.Style = []
  589.                 Lines.Strings = (
  590.                   '<html>'
  591.                   '<head>'
  592.                   '<meta '
  593.                   'http-equiv="Content'
  594.                   '-Type" '
  595.                   'content="text/html; '
  596.                   'charset=windows-125'
  597.                   '0">')
  598.                 ParentFont = False
  599.                 TabOrder = 0
  600.               end
  601.             end
  602.           end
  603.         end
  604.       end
  605.     end
  606.     object TabSheet5: TTabSheet
  607.       Caption = 'HTML'
  608.       object GroupBox11: TGroupBox
  609.         Left = 8
  610.         Top = 8
  611.         Width = 369
  612.         Height = 241
  613.         Caption = '∩┐╜ablona pro p∩┐╜evod do HTML'
  614.         TabOrder = 0
  615.         object Label7: TLabel
  616.           Left = 16
  617.           Top = 16
  618.           Width = 39
  619.           Height = 13
  620.           Caption = 'Z∩┐╜&hlav∩┐╜:'
  621.           FocusControl = memoHlava
  622.         end
  623.         object Label8: TLabel
  624.           Left = 16
  625.           Top = 128
  626.           Width = 34
  627.           Height = 13
  628.           Caption = 'Z∩┐╜&pat∩┐╜:'
  629.           FocusControl = memoPata
  630.         end
  631.         object memoHlava: TMemo
  632.           Left = 8
  633.           Top = 32
  634.           Width = 345
  635.           Height = 81
  636.           Font.Charset = EASTEUROPE_CHARSET
  637.           Font.Color = clWindowText
  638.           Font.Height = -11
  639.           Font.Name = 'Courier New'
  640.           Font.Style = []
  641.           ParentFont = False
  642.           ScrollBars = ssBoth
  643.           TabOrder = 0
  644.         end
  645.         object memoPata: TMemo
  646.           Left = 8
  647.           Top = 144
  648.           Width = 345
  649.           Height = 81
  650.           Font.Charset = EASTEUROPE_CHARSET
  651.           Font.Color = clWindowText
  652.           Font.Height = -11
  653.           Font.Name = 'Courier New'
  654.           Font.Style = []
  655.           ParentFont = False
  656.           ScrollBars = ssBoth
  657.           TabOrder = 1
  658.         end
  659.       end
  660.     end
  661.     object TabSheet6: TTabSheet
  662.       HelpContext = 30
  663.       Caption = 'Asociace'
  664.       object GroupBox8: TGroupBox
  665.         Left = 8
  666.         Top = 8
  667.         Width = 369
  668.         Height = 241
  669.         Caption = 'Asociovan∩┐╜ p∩┐╜∩┐╜pony soubor∩┐╜'
  670.         TabOrder = 0
  671.         object edtPridat: TEdit
  672.           Left = 16
  673.           Top = 24
  674.           Width = 121
  675.           Height = 21
  676.           TabOrder = 0
  677.           OnChange = edtPridatChange
  678.         end
  679.         object lstAsociace: TListBox
  680.           Left = 16
  681.           Top = 48
  682.           Width = 121
  683.           Height = 185
  684.           ItemHeight = 13
  685.           TabOrder = 3
  686.           OnClick = lstAsociaceClick
  687.         end
  688.         object btnAddAsoc: TButton
  689.           Left = 152
  690.           Top = 24
  691.           Width = 75
  692.           Height = 25
  693.           Caption = 'P∩┐╜id&at'
  694.           Enabled = False
  695.           TabOrder = 1
  696.           OnClick = btnAddAsocClick
  697.         end
  698.         object btnDelAsoc: TButton
  699.           Left = 152
  700.           Top = 56
  701.           Width = 75
  702.           Height = 25
  703.           Caption = 'O&dstranit'
  704.           Enabled = False
  705.           TabOrder = 2
  706.           OnClick = btnDelAsocClick
  707.         end
  708.       end
  709.     end
  710.   end
  711.   object btnOK: TButton
  712.     Left = 238
  713.     Top = 312
  714.     Width = 75
  715.     Height = 25
  716.     Caption = 'OK'
  717.     Default = True
  718.     TabOrder = 1
  719.     OnClick = btnOKClick
  720.   end
  721.   object btnStorno: TButton
  722.     Left = 326
  723.     Top = 312
  724.     Width = 75
  725.     Height = 25
  726.     Cancel = True
  727.     Caption = 'Storno'
  728.     TabOrder = 2
  729.     OnClick = btnStornoClick
  730.   end
  731.   object FontDialog2: TFontDialog
  732.     Font.Charset = EASTEUROPE_CHARSET
  733.     Font.Color = clWindowText
  734.     Font.Height = -11
  735.     Font.Name = 'Courier New'
  736.     Font.Style = []
  737.     MinFontSize = 0
  738.     MaxFontSize = 0
  739.     Left = 76
  740.     Top = 312
  741.   end
  742.   object ColorDialog2: TColorDialog
  743.     Ctl3D = True
  744.     Options = [cdFullOpen]
  745.     Left = 112
  746.     Top = 312
  747.   end
  748.   object popNastav: TPopupMenu
  749.     Left = 192
  750.     Top = 312
  751.     object Dalzloka1: TMenuItem
  752.       Caption = 'Next page'
  753.       ShortCut = 16418
  754.       Visible = False
  755.       OnClick = Dalzloka1Click
  756.     end
  757.     object Pedchozzloka1: TMenuItem
  758.       Caption = 'Previous page'
  759.       ShortCut = 16417
  760.       Visible = False
  761.       OnClick = Pedchozzloka1Click
  762.     end
  763.   end
  764.   object OpenDialog1: TOpenDialog
  765.     Filter = 'Programy (*.exe)|*.exe|V∩┐╜echny soubory (*.*)|*.*'
  766.     InitialDir = 'C:\Program Files'
  767.     Left = 148
  768.     Top = 312
  769.   end
  770.   object FormStorage2: TFormStorage
  771.     IniSection = 'Options'
  772.     StoredProps.Strings = (
  773.       'edtPoleDatum.Text'
  774.       'chkSaveOnExit.Checked'
  775.       'chkZalomit.Checked'
  776.       'chkOdsaz.Checked'
  777.       'edtOpenSlozka.Text'
  778.       'lstFiltr.Items'
  779.       'rdSpeedD.Checked'
  780.       'rdSpeedN.Checked'
  781.       'rdDole.Checked'
  782.       'rdNahore.Checked'
  783.       'chk1.Checked'
  784.       'chk2.Checked'
  785.       'lstAsociace.Items'
  786.       'lstPripona.Items'
  787.       'PageControl1.ActivePage'
  788.       'Memo1.Color'
  789.       'memoHlava.Lines'
  790.       'memoPata.Lines')
  791.     Left = 44
  792.     Top = 312
  793.   end
  794. end
  795.