home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TFTEMPLATE / TFTEMPLATE.txt
Encoding:
Text File  |  2004-06-06  |  3.2 KB  |  157 lines

  1. object fTemplate: TfTemplate
  2.   Left = 381
  3.   Top = 160
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Vytvo'#345'en'#237' '#353'ablony'
  7.   ClientHeight = 405
  8.   ClientWidth = 426
  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.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnShow = FormShow
  18.   DesignSize = (
  19.     426
  20.     405)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object lTemplateName: TLabel
  24.     Left = 16
  25.     Top = 11
  26.     Width = 73
  27.     Height = 13
  28.     Caption = 'N'#225'zev '#353'ablony:'
  29.   end
  30.   object lTemplateDescr: TLabel
  31.     Left = 17
  32.     Top = 35
  33.     Width = 68
  34.     Height = 13
  35.     Caption = 'Popis '#353'ablony:'
  36.   end
  37.   object lTemplateContents: TLabel
  38.     Left = 16
  39.     Top = 84
  40.     Width = 73
  41.     Height = 13
  42.     Anchors = [akLeft, akBottom]
  43.     Caption = 'Obsah '#353'ablony:'
  44.   end
  45.   object lHotKey: TLabel
  46.     Left = 16
  47.     Top = 59
  48.     Width = 91
  49.     Height = 13
  50.     Caption = 'Kl'#225'vesov'#225' zkratka:'
  51.   end
  52.   object lCursPos: TLabel
  53.     Left = 8
  54.     Top = 368
  55.     Width = 137
  56.     Height = 13
  57.     Caption = '| - pozice kurzoru (ASCII 124)'
  58.   end
  59.   object lSelCont: TLabel
  60.     Left = 8
  61.     Top = 384
  62.     Width = 163
  63.     Height = 13
  64.     Caption = #167' - vlo'#382#237' ozna'#269'en'#253' text (ASCII 167)'
  65.   end
  66.   object eTemplName: TEdit
  67.     Left = 128
  68.     Top = 8
  69.     Width = 121
  70.     Height = 21
  71.     TabOrder = 0
  72.   end
  73.   object eTemplDescr: TEdit
  74.     Left = 128
  75.     Top = 32
  76.     Width = 289
  77.     Height = 21
  78.     TabOrder = 1
  79.   end
  80.   object bOK: TButton
  81.     Left = 256
  82.     Top = 375
  83.     Width = 75
  84.     Height = 25
  85.     Anchors = [akLeft, akBottom]
  86.     Caption = '&OK'
  87.     Default = True
  88.     ModalResult = 1
  89.     TabOrder = 4
  90.     OnClick = bOKClick
  91.   end
  92.   object bCancel: TButton
  93.     Left = 336
  94.     Top = 375
  95.     Width = 75
  96.     Height = 25
  97.     Anchors = [akLeft, akBottom]
  98.     Cancel = True
  99.     Caption = '&Storno'
  100.     ModalResult = 2
  101.     TabOrder = 5
  102.   end
  103.   object TemplEdit: TSynEdit
  104.     Left = 8
  105.     Top = 107
  106.     Width = 409
  107.     Height = 258
  108.     Anchors = [akLeft, akBottom]
  109.     Font.Charset = DEFAULT_CHARSET
  110.     Font.Color = clWindowText
  111.     Font.Height = -13
  112.     Font.Name = 'Courier New'
  113.     Font.Style = []
  114.     TabOrder = 3
  115.     WordWrap = False
  116.     GotoTarget = gtUp
  117.     Gutter.Font.Charset = DEFAULT_CHARSET
  118.     Gutter.Font.Color = clWindowText
  119.     Gutter.Font.Height = -11
  120.     Gutter.Font.Name = 'Terminal'
  121.     Gutter.Font.Style = []
  122.     Gutter.Visible = False
  123.     Options = [eoAltSetsColumnMode, eoAutoIndent, eoDragDropEditing, eoShowScrollHint, eoSmartTabs, eoTabsToSpaces, eoTrimTrailingSpaces]
  124.     RemovedKeystrokes = <
  125.       item
  126.         Command = ecLineBreak
  127.         ShortCut = 8205
  128.       end
  129.       item
  130.         Command = ecContextHelp
  131.         ShortCut = 112
  132.       end
  133.       item
  134.         Command = ecDeleteWord
  135.         ShortCut = 16430
  136.       end>
  137.     AddedKeystrokes = <
  138.       item
  139.         Command = ecLineBreak
  140.         ShortCut = 16461
  141.       end
  142.       item
  143.         Command = ecDeleteWord
  144.         ShortCut = 16468
  145.       end>
  146.   end
  147.   object eHotKey: THotKey
  148.     Left = 128
  149.     Top = 56
  150.     Width = 121
  151.     Height = 19
  152.     HotKey = 0
  153.     Modifiers = []
  154.     TabOrder = 2
  155.   end
  156. end
  157.