home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / Topware / pspad / PSPad.exe / 0 / RCDATA / TFPRINTPREV / TFPRINTPREV.txt
Text File  |  2002-07-12  |  6KB  |  269 lines

  1. object fPrintPrev: TfPrintPrev
  2.   Left = 288
  3.   Top = 161
  4.   Width = 540
  5.   Height = 450
  6.   Caption = 'N∩┐╜hled p∩┐╜ed tiskem'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   OnMouseWheel = FormMouseWheel
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object SynEditPrintPrev: TSynEditPrintPreview
  22.     Left = 0
  23.     Top = 22
  24.     Width = 532
  25.     Height = 401
  26.     OnMouseDown = SynEditPrintPrevMouseDown
  27.   end
  28.   object ToolBar1: TToolBar
  29.     Left = 0
  30.     Top = 0
  31.     Width = 532
  32.     Height = 22
  33.     AutoSize = True
  34.     ButtonWidth = 24
  35.     Caption = 'ToolBar1'
  36.     EdgeBorders = []
  37.     Flat = True
  38.     Images = fPSPad.MainImageList
  39.     ParentShowHint = False
  40.     ShowHint = True
  41.     TabOrder = 1
  42.     object ToolButton1: TToolButton
  43.       Left = 0
  44.       Top = 0
  45.       Action = FirstCmd
  46.     end
  47.     object ToolButton2: TToolButton
  48.       Left = 24
  49.       Top = 0
  50.       Action = PrevCmd
  51.     end
  52.     object ToolButton3: TToolButton
  53.       Left = 48
  54.       Top = 0
  55.       Action = NextCmd
  56.     end
  57.     object ToolButton4: TToolButton
  58.       Left = 72
  59.       Top = 0
  60.       Action = LastCmd
  61.     end
  62.     object ToolButton5: TToolButton
  63.       Left = 96
  64.       Top = 0
  65.       Width = 8
  66.       Caption = 'ToolButton5'
  67.       ImageIndex = 4
  68.       Style = tbsSeparator
  69.     end
  70.     object tbZoom: TToolButton
  71.       Left = 104
  72.       Top = 0
  73.       Action = ZoomCmd
  74.       DropdownMenu = PopupMenu1
  75.       Style = tbsDropDown
  76.     end
  77.     object ToolButton7: TToolButton
  78.       Left = 141
  79.       Top = 0
  80.       Width = 8
  81.       Caption = 'ToolButton7'
  82.       ImageIndex = 5
  83.       Style = tbsSeparator
  84.     end
  85.     object ToolButton6: TToolButton
  86.       Left = 149
  87.       Top = 0
  88.       Action = fPSPad.aPrintSetup
  89.     end
  90.     object ToolButton14: TToolButton
  91.       Left = 173
  92.       Top = 0
  93.       Action = fPSPad.aPageSetup
  94.     end
  95.     object ToolButton8: TToolButton
  96.       Left = 197
  97.       Top = 0
  98.       Action = fPSPad.aPrint
  99.     end
  100.     object ToolButton9: TToolButton
  101.       Left = 221
  102.       Top = 0
  103.       Width = 8
  104.       Caption = 'ToolButton9'
  105.       ImageIndex = 6
  106.       Style = tbsSeparator
  107.     end
  108.     object ToolButton13: TToolButton
  109.       Left = 229
  110.       Top = 0
  111.       Action = aShowSyntax
  112.     end
  113.     object ToolButton10: TToolButton
  114.       Left = 253
  115.       Top = 0
  116.       Action = aColorPrint
  117.     end
  118.     object ToolButton12: TToolButton
  119.       Left = 277
  120.       Top = 0
  121.       Action = aLineNumber
  122.     end
  123.     object ToolButton11: TToolButton
  124.       Left = 301
  125.       Top = 0
  126.       Width = 8
  127.       Caption = 'ToolButton11'
  128.       ImageIndex = 7
  129.       Style = tbsSeparator
  130.     end
  131.     object bExit: TButton
  132.       Left = 309
  133.       Top = 0
  134.       Width = 61
  135.       Height = 22
  136.       Hint = 'Ukon∩┐╜en∩┐╜ n∩┐╜hledu'
  137.       Cancel = True
  138.       Caption = '&Konec'
  139.       TabOrder = 0
  140.       OnClick = bExitClick
  141.     end
  142.   end
  143.   object ActionList: TActionList
  144.     Left = 211
  145.     Top = 61
  146.     object FirstCmd: TAction
  147.       Caption = 'FirstCmd'
  148.       Hint = 'Skok na prvn∩┐╜ str∩┐╜nku'
  149.       ImageIndex = 23
  150.       ShortCut = 16417
  151.       OnExecute = FirstCmdExecute
  152.     end
  153.     object PrevCmd: TAction
  154.       Caption = 'PrevCmd'
  155.       Hint = 'P∩┐╜echod na p∩┐╜edchoz∩┐╜ str∩┐╜nku'
  156.       ImageIndex = 20
  157.       ShortCut = 33
  158.       OnExecute = PrevCmdExecute
  159.     end
  160.     object NextCmd: TAction
  161.       Caption = 'NextCmd'
  162.       Hint = 'P∩┐╜echod na dal∩┐╜∩┐╜ str∩┐╜nku'
  163.       ImageIndex = 22
  164.       ShortCut = 34
  165.       OnExecute = NextCmdExecute
  166.     end
  167.     object LastCmd: TAction
  168.       Caption = 'LastCmd'
  169.       Hint = 'Skok na posledn∩┐╜ str∩┐╜nku'
  170.       ImageIndex = 21
  171.       ShortCut = 16418
  172.       OnExecute = LastCmdExecute
  173.     end
  174.     object ZoomCmd: TAction
  175.       Caption = 'FitCmd'
  176.       Hint = 'Zv∩┐╜t∩┐╜en∩┐╜ / zm∩┐╜n∩┐╜en∩┐╜ str∩┐╜nky'
  177.       ImageIndex = 19
  178.       ShortCut = 32858
  179.       OnExecute = ZoomCmdExecute
  180.     end
  181.     object aMoveUp: TAction
  182.       Caption = 'aMoveUp'
  183.       ShortCut = 38
  184.       OnExecute = aMoveUpExecute
  185.     end
  186.     object aMoveDown: TAction
  187.       Caption = 'aMoveDown'
  188.       ShortCut = 40
  189.       OnExecute = aMoveDownExecute
  190.     end
  191.     object aMoveLeft: TAction
  192.       Caption = 'aMoveLeft'
  193.       ShortCut = 37
  194.       OnExecute = aMoveLeftExecute
  195.     end
  196.     object aMoveRight: TAction
  197.       Caption = 'aMoveRight'
  198.       ShortCut = 39
  199.       OnExecute = aMoveRightExecute
  200.     end
  201.     object aColorPrint: TAction
  202.       Caption = 'Barevn∩┐╜ tisk'
  203.       Hint = 'Syntaxe bude tisknuta barevn∩┐╜'
  204.       ImageIndex = 24
  205.       OnExecute = aColorPrintExecute
  206.     end
  207.     object aLineNumber: TAction
  208.       Caption = '∩┐╜∩┐╜sla ∩┐╜∩┐╜dk∩┐╜'
  209.       Hint = 'Tisknout ∩┐╜∩┐╜sla ∩┐╜∩┐╜dk∩┐╜'
  210.       ImageIndex = 11
  211.       OnExecute = aLineNumberExecute
  212.     end
  213.     object aShowSyntax: TAction
  214.       Caption = 'Zobrazit syntaxi'
  215.       Hint = 'Tisk se zv∩┐╜razn∩┐╜n∩┐╜m syntaxe'
  216.       ImageIndex = 9
  217.       OnExecute = aShowSyntaxExecute
  218.     end
  219.   end
  220.   object PopupMenu1: TPopupMenu
  221.     Left = 176
  222.     Top = 61
  223.     object Fitto: TMenuItem
  224.       Tag = -1
  225.       AutoHotkeys = maAutomatic
  226.       Caption = 'Cel∩┐╜ str∩┐╜nka'
  227.       OnClick = FittoClick
  228.     end
  229.     object Pagewidth: TMenuItem
  230.       Tag = -2
  231.       Caption = 'Na ∩┐╜∩┐╜∩┐╜ku str∩┐╜nky'
  232.       OnClick = FittoClick
  233.     end
  234.     object N1: TMenuItem
  235.       Caption = '-'
  236.     end
  237.     object N251: TMenuItem
  238.       Tag = 30
  239.       Caption = '30%'
  240.       OnClick = FittoClick
  241.     end
  242.     object N501: TMenuItem
  243.       Tag = 50
  244.       Caption = '50%'
  245.       OnClick = FittoClick
  246.     end
  247.     object N751: TMenuItem
  248.       Tag = 75
  249.       Caption = '75%'
  250.       OnClick = FittoClick
  251.     end
  252.     object OriginalSize: TMenuItem
  253.       Tag = 100
  254.       Caption = '100%'
  255.       OnClick = FittoClick
  256.     end
  257.     object N1501: TMenuItem
  258.       Tag = 150
  259.       Caption = '150%'
  260.       OnClick = FittoClick
  261.     end
  262.     object N2001: TMenuItem
  263.       Tag = 200
  264.       Caption = '200%'
  265.       OnClick = FittoClick
  266.     end
  267.   end
  268. end
  269.