home *** CD-ROM | disk | FTP | other *** search
/ Techno Guide - Aspettando Windows 98 / TechnoGuide.iso / applicaz / snotetab / notetab.exe / 0 / RCDATA / TFRMFAVORITES / TFRMFAVORITES.txt < prev   
Text File  |  1998-01-25  |  10KB  |  370 lines

  1. object frmFavorites: TfrmFavorites
  2.   Left = 414
  3.   Top = 264
  4.   Hint = '|Favorites...'
  5.   HorzScrollBar.Visible = False
  6.   VertScrollBar.Visible = False
  7.   BorderIcons = [biSystemMenu]
  8.   AutoScroll = False
  9.   Caption = 'Favorites'
  10.   ClientHeight = 261
  11.   ClientWidth = 332
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   FormStyle = fsStayOnTop
  18.   Icon.Data = {<image000.ico>}
  19.   Position = poScreenCenter
  20.   Scaled = False
  21.   OnClose = FormClose
  22.   OnCloseQuery = FormCloseQuery
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object pnlDirectory: TPanel
  26.     Left = 0
  27.     Top = 232
  28.     Width = 332
  29.     Height = 29
  30.     Align = alBottom
  31.     Alignment = taLeftJustify
  32.     BevelOuter = bvNone
  33.     TabOrder = 1
  34.     TabStop = True
  35.     object edtFileSpec: TEicEdit
  36.       Left = 4
  37.       Top = 1
  38.       Width = 319
  39.       Height = 21
  40.       Hint = 
  41.         '|Edit file or directory name of current item (accepts wild cards' +
  42.         ')'
  43.       PopupMenu = InputBoxMenu1
  44.       ReadOnly = True
  45.       TabOrder = 0
  46.       Text = '[No files selected]'
  47.       OnEnter = edtFileSpecEnter
  48.       OnExit = edtFileSpecExit
  49.       OverwriteMode = False
  50.       UndoWhenEsc = False
  51.       WordWrap = False
  52.       OnEdited = edtFileSpecEdited
  53.     end
  54.   end
  55.   object pnlMain: TPanel
  56.     Left = 0
  57.     Top = 0
  58.     Width = 227
  59.     Height = 232
  60.     Align = alClient
  61.     BevelOuter = bvNone
  62.     TabOrder = 0
  63.     OnResize = pnlMainResize
  64.     object cmbFavorites: TEicComboBox
  65.       Left = 4
  66.       Top = 4
  67.       Width = 221
  68.       Height = 21
  69.       Hint = 
  70.         '|Available Favorites lists or projects (click right button for s' +
  71.         'hortcut menu)'
  72.       ItemHeight = 13
  73.       PopupMenu = MnuComboBox
  74.       Sorted = True
  75.       TabOrder = 0
  76.       OnKeyPress = cmbFavoritesKeyPress
  77.       AddNewToStart = False
  78.       AddNewToList = False
  79.       CaseSensitive = False
  80.       DestroyObjects = False
  81.       LimitToList = True
  82.       OverwriteMode = False
  83.       ReadOnly = False
  84.       UndoWhenEsc = False
  85.       OnListPick = cmbFavoritesListPick
  86.       OnNotInList = cmbFavoritesNotInList
  87.     end
  88.     object lbxFiles: TLblListbox
  89.       Left = 4
  90.       Top = 28
  91.       Width = 221
  92.       Height = 197
  93.       Hint = 
  94.         '|List of favorite files and directories (click right button for ' +
  95.         'shortcut menu)'
  96.       DragMode = dmAutomatic
  97.       ItemHeight = 13
  98.       PopupMenu = MnuListBox
  99.       TabOrder = 1
  100.       OnDblClick = lbxFilesDblClick
  101.       OnKeyDown = lbxFilesKeyDown
  102.       OnKeyUp = lbxFilesKeyUp
  103.       AllowNull = False
  104.       AllowToggle = False
  105.       AllowDragReorder = True
  106.       CaseSensitive = False
  107.       CustomColor = clBlack
  108.       DestroyObjects = False
  109.       ReadOnly = False
  110.       ScrollWidth = 0
  111.       UndoWhenEsc = False
  112.       OnChange = lbxFilesChange
  113.       LabelPos = lpTop
  114.       LabelMargin = 2
  115.       LabelRelLeft = 0
  116.       LabelRelTop = -15
  117.     end
  118.   end
  119.   object pnlButtons: TPanel
  120.     Left = 227
  121.     Top = 0
  122.     Width = 105
  123.     Height = 232
  124.     Align = alRight
  125.     BevelOuter = bvNone
  126.     TabOrder = 2
  127.     object btnOpen: TBitBtn
  128.       Left = 8
  129.       Top = 4
  130.       Width = 89
  131.       Height = 25
  132.       Hint = '|Open selected files or directory'
  133.       Caption = '&Open'
  134.       Enabled = False
  135.       ModalResult = 1
  136.       TabOrder = 0
  137.       OnClick = btnOpenClick
  138.       NumGlyphs = 2
  139.       Spacing = -1
  140.     end
  141.     object btnOpenAll: TBitBtn
  142.       Left = 8
  143.       Top = 29
  144.       Width = 89
  145.       Height = 25
  146.       Hint = '|Open all files in list'
  147.       Caption = 'O&pen All'
  148.       Enabled = False
  149.       ModalResult = 1
  150.       TabOrder = 1
  151.       Visible = False
  152.       OnClick = btnOpenAllClick
  153.       NumGlyphs = 2
  154.       Spacing = -1
  155.     end
  156.     object btnAdd: TBitBtn
  157.       Left = 8
  158.       Top = 58
  159.       Width = 89
  160.       Height = 25
  161.       Hint = '|Add files to the list'
  162.       Caption = '&Add...'
  163.       TabOrder = 2
  164.       OnClick = btnAddClick
  165.       NumGlyphs = 2
  166.       Spacing = -1
  167.     end
  168.     object btnRemove: TBitBtn
  169.       Left = 8
  170.       Top = 108
  171.       Width = 89
  172.       Height = 25
  173.       Hint = '|Remove selected items from list'
  174.       Caption = '&Remove'
  175.       Enabled = False
  176.       TabOrder = 4
  177.       OnClick = btnRemoveClick
  178.       NumGlyphs = 2
  179.       Spacing = -1
  180.     end
  181.     object btnHelp: TBitBtn
  182.       Left = 8
  183.       Top = 170
  184.       Width = 89
  185.       Height = 25
  186.       Hint = '|Context help'
  187.       Caption = '&Help'
  188.       TabOrder = 7
  189.       OnClick = btnHelpClick
  190.       NumGlyphs = 2
  191.       Spacing = -1
  192.     end
  193.     object btnClose: TBitBtn
  194.       Left = 8
  195.       Top = 199
  196.       Width = 89
  197.       Height = 25
  198.       Hint = '|Close dialog box'
  199.       Cancel = True
  200.       Caption = 'Close'
  201.       ModalResult = 1
  202.       TabOrder = 8
  203.       OnClick = btnCloseClick
  204.       NumGlyphs = 2
  205.       Spacing = -1
  206.     end
  207.     object btnNew: TBitBtn
  208.       Left = 8
  209.       Top = 83
  210.       Width = 89
  211.       Height = 25
  212.       Hint = '|Add new entry (file name or directory) to the list'
  213.       Caption = '&New'
  214.       TabOrder = 3
  215.       OnClick = btnNewClick
  216.       NumGlyphs = 2
  217.       Spacing = -1
  218.     end
  219.     object btnUp: TBitBtn
  220.       Left = 8
  221.       Top = 138
  222.       Width = 44
  223.       Height = 25
  224.       Hint = '|Move item up one position'
  225.       Enabled = False
  226.       TabOrder = 5
  227.       OnClick = MoveItem
  228.       Glyph.Data = {
  229.         76010000424D7601000000000000760000002800000020000000100000000100
  230.         04000000000000010000120B0000120B00001000000000000000000000000000
  231.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  232.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000333
  233.         3333333333777F33333333333309033333333333337F7F333333333333090333
  234.         33333333337F7F33333333333309033333333333337F7F333333333333090333
  235.         33333333337F7F33333333333309033333333333FF7F7FFFF333333000090000
  236.         3333333777737777F333333099999990333333373F3333373333333309999903
  237.         333333337F33337F33333333099999033333333373F333733333333330999033
  238.         3333333337F337F3333333333099903333333333373F37333333333333090333
  239.         33333333337F7F33333333333309033333333333337373333333333333303333
  240.         333333333337F333333333333330333333333333333733333333}
  241.       NumGlyphs = 2
  242.     end
  243.     object btnDown: TBitBtn
  244.       Left = 53
  245.       Top = 138
  246.       Width = 44
  247.       Height = 25
  248.       Hint = '|Move item down one position'
  249.       Enabled = False
  250.       TabOrder = 6
  251.       OnClick = MoveItem
  252.       Glyph.Data = {
  253.         76010000424D7601000000000000760000002800000020000000100000000100
  254.         04000000000000010000120B0000120B00001000000000000000000000000000
  255.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  256.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
  257.         333333333337F33333333333333033333333333333373F333333333333090333
  258.         33333333337F7F33333333333309033333333333337373F33333333330999033
  259.         3333333337F337F33333333330999033333333333733373F3333333309999903
  260.         333333337F33337F33333333099999033333333373333373F333333099999990
  261.         33333337FFFF3FF7F33333300009000033333337777F77773333333333090333
  262.         33333333337F7F33333333333309033333333333337F7F333333333333090333
  263.         33333333337F7F33333333333309033333333333337F7F333333333333090333
  264.         33333333337F7F33333333333300033333333333337773333333}
  265.       NumGlyphs = 2
  266.     end
  267.   end
  268.   object MnuComboBox: TPopupMenu
  269.     OnPopup = MnuComboBoxPopup
  270.     Left = 40
  271.     Top = 32
  272.     object New1: TMenuItem
  273.       Caption = '&New...'
  274.       Hint = 'Create a new list'
  275.       OnClick = New1Click
  276.     end
  277.     object Rename1: TMenuItem
  278.       Caption = '&Rename...'
  279.       Hint = 'Rename current list'
  280.       OnClick = Rename1Click
  281.     end
  282.     object Delete1: TMenuItem
  283.       Caption = '&Delete'
  284.       Hint = 'Delete current list'
  285.       OnClick = Delete1Click
  286.     end
  287.   end
  288.   object SelectDialog: TOpenDialog
  289.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  290.     Title = 'Select Files'
  291.     Left = 75
  292.     Top = 32
  293.   end
  294.   object MnuListBox: TPopupMenu
  295.     AutoPopup = False
  296.     OnPopup = MnuListBoxPopup
  297.     Left = 40
  298.     Top = 64
  299.     object OpenDirectory1: TMenuItem
  300.       Caption = '&Open Directory'
  301.       Hint = 'Open file dialog box to the directory of the current item'
  302.       OnClick = OpenDirectory1Click
  303.     end
  304.     object N1: TMenuItem
  305.       Caption = '-'
  306.     end
  307.     object SortList1: TMenuItem
  308.       Caption = '&Sort List'
  309.       Hint = 'Sort items in alphanumerical order'
  310.       OnClick = SortList1Click
  311.     end
  312.     object UndoChanges1: TMenuItem
  313.       Caption = '&Undo Changes'
  314.       Hint = 'Undo all changes made since last saved'
  315.       OnClick = UndoChanges1Click
  316.     end
  317.   end
  318.   object InputBoxMenu1: TInputBoxMenu
  319.     Left = 76
  320.     Top = 64
  321.     object InputBoxMenu1_Undo: TMenuItem
  322.       Caption = '&Undo'
  323.       Hint = 'Undo changes to input text'
  324.     end
  325.     object InputBoxMenu1_Overwrite: TMenuItem
  326.       Tag = 1
  327.       Caption = '&Overwrite Mode'
  328.       Hint = 'Toggle Insert/Overwrite mode'
  329.     end
  330.     object InputBoxMenu1_Break1: TMenuItem
  331.       Tag = 2
  332.       Caption = '-'
  333.     end
  334.     object InputBoxMenu1_Cut: TMenuItem
  335.       Tag = 3
  336.       Caption = 'Cu&t'
  337.       Hint = 'Cut selected text to clipboard'
  338.     end
  339.     object InputBoxMenu1_Copy: TMenuItem
  340.       Tag = 4
  341.       Caption = '&Copy'
  342.       Hint = 'Copy selected text to clipboard'
  343.     end
  344.     object InputBoxMenu1_Paste: TMenuItem
  345.       Tag = 5
  346.       Caption = '&Paste'
  347.       Hint = 'Paste text from clipboard to input box'
  348.     end
  349.     object InputBoxMenu1_Delete: TMenuItem
  350.       Tag = 6
  351.       Caption = '&Delete'
  352.       Hint = 'Delete selected text'
  353.     end
  354.     object InputBoxMenu1_Clear: TMenuItem
  355.       Tag = 7
  356.       Caption = 'C&lear All'
  357.       Hint = 'Clear all text from input box'
  358.     end
  359.     object InputBoxMenu1_Break2: TMenuItem
  360.       Tag = 8
  361.       Caption = '-'
  362.     end
  363.     object InputBoxMenu1_SelectAll: TMenuItem
  364.       Tag = 9
  365.       Caption = 'Select &All'
  366.       Hint = 'Select all text in input box'
  367.     end
  368.   end
  369. end
  370.