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

  1. object fNewFile: TfNewFile
  2.   Left = 287
  3.   Top = 194
  4.   Width = 326
  5.   Height = 433
  6.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7.   BorderStyle = bsSizeToolWin
  8.   BorderWidth = 4
  9.   Caption = 'Nov'#253' soubor'
  10.   Color = clBtnFace
  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.   Position = poMainFormCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Panel: TPanel
  24.     Left = 0
  25.     Top = 356
  26.     Width = 310
  27.     Height = 35
  28.     Align = alBottom
  29.     BevelOuter = bvNone
  30.     TabOrder = 1
  31.     DesignSize = (
  32.       310
  33.       35)
  34.     object cNewerShow: TCheckBox
  35.       Left = 8
  36.       Top = 16
  37.       Width = 153
  38.       Height = 17
  39.       Anchors = [akLeft, akBottom]
  40.       Caption = 'P'#345#237#353't'#283' nezobrazovat'
  41.       TabOrder = 0
  42.     end
  43.     object bOK: TButton
  44.       Left = 167
  45.       Top = 8
  46.       Width = 65
  47.       Height = 25
  48.       Anchors = [akRight, akBottom]
  49.       Caption = '&OK'
  50.       Default = True
  51.       ModalResult = 1
  52.       TabOrder = 1
  53.       OnClick = bOKClick
  54.     end
  55.     object bCancel: TButton
  56.       Left = 239
  57.       Top = 8
  58.       Width = 65
  59.       Height = 25
  60.       Anchors = [akRight, akBottom]
  61.       Cancel = True
  62.       Caption = '&Storno'
  63.       ModalResult = 2
  64.       TabOrder = 2
  65.     end
  66.   end
  67.   object pageNewFile: TPageControl
  68.     Left = 0
  69.     Top = 0
  70.     Width = 310
  71.     Height = 356
  72.     ActivePage = rEmpty
  73.     Align = alClient
  74.     MultiLine = True
  75.     TabOrder = 0
  76.     TabStop = False
  77.     object rEmpty: TTabSheet
  78.       Caption = 'Nov'#253' soubor'
  79.       object lbHighlighters: TListBox
  80.         Left = 0
  81.         Top = 0
  82.         Width = 302
  83.         Height = 328
  84.         Style = lbOwnerDrawFixed
  85.         Align = alClient
  86.         BorderStyle = bsNone
  87.         ItemHeight = 13
  88.         TabOrder = 0
  89.         OnDblClick = lbHighlightersDblClick
  90.         OnDrawItem = lbHighlightersDrawItem
  91.       end
  92.     end
  93.     object rTemplate: TTabSheet
  94.       Caption = 'Podle '#353'ablony'
  95.       ImageIndex = 1
  96.       object treeTemplate: TTreeView
  97.         Left = 0
  98.         Top = 0
  99.         Width = 302
  100.         Height = 305
  101.         Align = alClient
  102.         AutoExpand = True
  103.         BorderStyle = bsNone
  104.         HideSelection = False
  105.         Indent = 19
  106.         ReadOnly = True
  107.         SortType = stText
  108.         TabOrder = 0
  109.         OnDblClick = treeTemplateDblClick
  110.       end
  111.       object Panel1: TPanel
  112.         Left = 0
  113.         Top = 305
  114.         Width = 302
  115.         Height = 23
  116.         Align = alBottom
  117.         BevelOuter = bvNone
  118.         TabOrder = 1
  119.         object Bevel1: TBevel
  120.           Left = 0
  121.           Top = 0
  122.           Width = 302
  123.           Height = 50
  124.           Align = alTop
  125.           Shape = bsTopLine
  126.         end
  127.         object cTemplName: TCheckBox
  128.           Left = 8
  129.           Top = 4
  130.           Width = 233
  131.           Height = 17
  132.           Caption = 'Jm'#233'no souboru podle '#353'ablony'
  133.           TabOrder = 0
  134.         end
  135.       end
  136.     end
  137.     object rRecent: TTabSheet
  138.       Caption = 'D'#345#237've otev'#345'en'#233
  139.       ImageIndex = 2
  140.       object lbRecent: THintListBox
  141.         Left = 0
  142.         Top = 0
  143.         Width = 302
  144.         Height = 328
  145.         Style = lbOwnerDrawFixed
  146.         Align = alClient
  147.         BorderStyle = bsNone
  148.         ItemHeight = 14
  149.         MultiSelect = True
  150.         TabOrder = 0
  151.         OnDblClick = lbRecentDblClick
  152.         OnDrawItem = lbRecentDrawItem
  153.         OnEnter = lbRecentExit
  154.         OnExit = lbRecentExit
  155.         OnKeyPress = lbRecentKeyPress
  156.         HorizontalExtent = 0
  157.         ItemHintPause = 800
  158.         ItemHintHidePause = 3000
  159.         ShowItemHint = True
  160.         Author = '(c)1997-2001 Giuseppe Madaffari (gmadaffari@infomedia.it)'
  161.       end
  162.     end
  163.   end
  164. end
  165.