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

  1. object frmMultiInput: TfrmMultiInput
  2.   Left = 419
  3.   Top = 10
  4.   Width = 335
  5.   Height = 559
  6.   Hint = '|Complete fields and press OK to continue or Cancel to abort'
  7.   BorderIcons = [biSystemMenu, biMaximize]
  8.   Caption = 'Complete Fields...'
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnResize = FormResize
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object pnlFields: TScrollBox
  23.     Left = 0
  24.     Top = 0
  25.     Width = 327
  26.     Height = 499
  27.     Align = alClient
  28.     TabOrder = 0
  29.   end
  30.   object pnlButtons: TPanel
  31.     Left = 0
  32.     Top = 499
  33.     Width = 327
  34.     Height = 33
  35.     Align = alBottom
  36.     BevelOuter = bvNone
  37.     TabOrder = 1
  38.     object btnOk: TButton
  39.       Left = 8
  40.       Top = 4
  41.       Width = 75
  42.       Height = 25
  43.       Caption = 'OK'
  44.       Default = True
  45.       ModalResult = 1
  46.       TabOrder = 0
  47.     end
  48.     object btnCancel: TButton
  49.       Left = 88
  50.       Top = 4
  51.       Width = 75
  52.       Height = 25
  53.       Cancel = True
  54.       Caption = 'Cancel'
  55.       ModalResult = 2
  56.       TabOrder = 1
  57.     end
  58.   end
  59.   object InputBoxMaster1: TInputBoxMaster
  60.     InputBoxMenu = ef_InputBoxMenu
  61.     OverwriteMode = False
  62.     UseContextMenu = True
  63.     Left = 36
  64.     Top = 8
  65.   end
  66.   object ef_InputBoxMenu: TInputBoxMenu
  67.     Left = 8
  68.     Top = 8
  69.     object ef_InputBoxMenu_Undo: TMenuItem
  70.       Caption = '&Undo'
  71.       Hint = 'Undo changes to input text'
  72.     end
  73.     object ef_InputBoxMenu_Overwrite: TMenuItem
  74.       Tag = 1
  75.       Caption = '&Overwrite Mode'
  76.       Hint = 'Toggle Insert/Overwrite mode'
  77.     end
  78.     object ef_InputBoxMenu_Break1: TMenuItem
  79.       Tag = 2
  80.       Caption = '-'
  81.     end
  82.     object ef_InputBoxMenu_Cut: TMenuItem
  83.       Tag = 3
  84.       Caption = 'Cu&t'
  85.       Hint = 'Cut selected text to clipboard'
  86.     end
  87.     object ef_InputBoxMenu_Copy: TMenuItem
  88.       Tag = 4
  89.       Caption = '&Copy'
  90.       Hint = 'Copy selected text to clipboard'
  91.     end
  92.     object ef_InputBoxMenu_Paste: TMenuItem
  93.       Tag = 5
  94.       Caption = '&Paste'
  95.       Hint = 'Paste text from clipboard to input box'
  96.     end
  97.     object ef_InputBoxMenu_Delete: TMenuItem
  98.       Tag = 6
  99.       Caption = '&Delete'
  100.       Hint = 'Delete selected text'
  101.     end
  102.     object ef_InputBoxMenu_Clear: TMenuItem
  103.       Tag = 7
  104.       Caption = 'C&lear All'
  105.       Hint = 'Clear all text from input box'
  106.     end
  107.     object ef_InputBoxMenu_Break2: TMenuItem
  108.       Tag = 8
  109.       Caption = '-'
  110.     end
  111.     object ef_InputBoxMenu_SelectAll: TMenuItem
  112.       Tag = 9
  113.       Caption = 'Select &All'
  114.       Hint = 'Select all text in input box'
  115.     end
  116.   end
  117. end
  118.