home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Delphi.5 / Samples / sourceD5 / browutil.exe / BROWSER / MENU.DFM / MENU.txt < prev   
Encoding:
Text File  |  2000-01-03  |  8.9 KB  |  365 lines

  1. object FrmMenu: TFrmMenu
  2.   Left = -5
  3.   Top = -5
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   AutoScroll = False
  7.   Caption = 'Browser Utility 2.0'
  8.   ClientHeight = 305
  9.   ClientWidth = 567
  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.   FormStyle = fsMDIForm
  17.   Icon.Data = {<image000.ico>}
  18.   Menu = MainMenu1
  19.   OldCreateOrder = True
  20.   Position = poScreenCenter
  21.   Visible = True
  22.   WindowMenu = Window1
  23.   OnClose = FormClose
  24.   OnCloseQuery = FormCloseQuery
  25.   OnPaint = FormPaint
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object StatusBar1: TStatusBar
  29.     Left = 0
  30.     Top = 286
  31.     Width = 567
  32.     Height = 19
  33.     Panels = <>
  34.     SimplePanel = True
  35.   end
  36.   object tblTemp: TTable
  37.     Left = 24
  38.     Top = 41
  39.   end
  40.   object FindDlg1: TFindDlg
  41.     OnShow = FindDlg1Show
  42.     AutoEdit = False
  43.     Left = 256
  44.     Top = 64
  45.   end
  46.   object MainMenu1: TMainMenu
  47.     Left = 104
  48.     Top = 64
  49.     object File1: TMenuItem
  50.       Caption = '&File'
  51.       object New1: TMenuItem
  52.         Caption = '&New'
  53.         object File2: TMenuItem
  54.           Caption = '&Document'
  55.           ShortCut = 16452
  56.           OnClick = File2Click
  57.         end
  58.         object Query1: TMenuItem
  59.           Caption = '&Query'
  60.           ShortCut = 16465
  61.           OnClick = Query1Click
  62.         end
  63.         object Table2: TMenuItem
  64.           Caption = '&Table'
  65.           ShortCut = 16468
  66.           OnClick = Table2Click
  67.         end
  68.         object MailingLetter1: TMenuItem
  69.           Caption = 'Mailing Letter'
  70.           OnClick = MailingLetter1Click
  71.         end
  72.         object MailingLabel1: TMenuItem
  73.           Caption = 'Mailing Label'
  74.         end
  75.       end
  76.       object OpenTable1: TMenuItem
  77.         Caption = 'Open'
  78.         ShortCut = 16463
  79.         OnClick = OpenTable1Click
  80.       end
  81.       object Save1: TMenuItem
  82.         Caption = '&Save'
  83.         Enabled = False
  84.         ShortCut = 16467
  85.         OnClick = Save1Click
  86.       end
  87.       object Close1: TMenuItem
  88.         Caption = '&Close'
  89.         Enabled = False
  90.         OnClick = Close1Click
  91.       end
  92.       object N1: TMenuItem
  93.         Caption = '-'
  94.       end
  95.       object Export1: TMenuItem
  96.         Caption = '&Export'
  97.         OnClick = Export1Click
  98.       end
  99.       object Import1: TMenuItem
  100.         Caption = '&Import'
  101.         OnClick = Import1Click
  102.       end
  103.       object N6: TMenuItem
  104.         Caption = '-'
  105.       end
  106.       object Run1: TMenuItem
  107.         Caption = '&Run'
  108.         OnClick = Run1Click
  109.       end
  110.       object N8: TMenuItem
  111.         Caption = '-'
  112.       end
  113.       object Exit1: TMenuItem
  114.         Caption = 'E&xit'
  115.         OnClick = Exit1Click
  116.       end
  117.     end
  118.     object Edit1: TMenuItem
  119.       Caption = '&Edit'
  120.       object Find1: TMenuItem
  121.         Caption = '&Find'
  122.         Enabled = False
  123.         ShortCut = 16454
  124.         OnClick = Find1Click
  125.       end
  126.       object FindFiles1: TMenuItem
  127.         Caption = 'F&ind Files'
  128.         OnClick = FindFiles1Click
  129.       end
  130.       object NetSessionPath1: TMenuItem
  131.         Caption = 'Network Session Path'
  132.         OnClick = NetSessionPath1Click
  133.       end
  134.       object PrivateDirectoryPath1: TMenuItem
  135.         Caption = 'Private Directory Path'
  136.         OnClick = PrivateDirectoryPath1Click
  137.       end
  138.     end
  139.     object View1: TMenuItem
  140.       Caption = '&View'
  141.       object ShowStructure1: TMenuItem
  142.         Caption = '&Show Structure'
  143.         OnClick = ShowStructure1Click
  144.       end
  145.       object ShowSelected1: TMenuItem
  146.         Caption = 'Show S&elected'
  147.         OnClick = ShowSelected1Click
  148.       end
  149.       object ShowEdited1: TMenuItem
  150.         Caption = 'Show E&dited'
  151.         OnClick = ShowEdited1Click
  152.       end
  153.       object ConfirmDelete1: TMenuItem
  154.         Caption = 'Confirm De&lete'
  155.         Checked = True
  156.         OnClick = ConfirmDelete1Click
  157.       end
  158.       object CarryFieldValues1: TMenuItem
  159.         Caption = 'Carry Field Values'
  160.         OnClick = CarryFieldValues1Click
  161.       end
  162.       object MultipleSelect1: TMenuItem
  163.         Caption = 'Multiple Select'
  164.         OnClick = MultipleSelect1Click
  165.       end
  166.     end
  167.     object Utility1: TMenuItem
  168.       Caption = '&Utility'
  169.       object Compare1: TMenuItem
  170.         Caption = '&Compare Tables'
  171.         Hint = 'Compares structures of two tables'
  172.         OnClick = Compare1Click
  173.       end
  174.       object CompareFiles1: TMenuItem
  175.         Caption = 'Compare &Files'
  176.         OnClick = CompareFiles1Click
  177.       end
  178.       object N3: TMenuItem
  179.         Caption = '-'
  180.         Enabled = False
  181.       end
  182.       object Filter1: TMenuItem
  183.         Caption = 'F&ilter'
  184.         Enabled = False
  185.         ShortCut = 16460
  186.         OnClick = Filter1Click
  187.       end
  188.       object SetRange1: TMenuItem
  189.         Caption = 'Set Range'
  190.         Enabled = False
  191.         OnClick = SetRange1Click
  192.       end
  193.       object AppendFrom1: TMenuItem
  194.         Caption = 'Append &From'
  195.         Enabled = False
  196.         Hint = 'Append From Text file | Table'
  197.         OnClick = AppendFrom1Click
  198.       end
  199.       object Replace1: TMenuItem
  200.         Caption = 'Replace'
  201.         Enabled = False
  202.         object Text1: TMenuItem
  203.           Caption = 'Text'
  204.           object All1: TMenuItem
  205.             Caption = 'All'
  206.             OnClick = All1Click
  207.           end
  208.           object Rest1: TMenuItem
  209.             Caption = 'Rest'
  210.             OnClick = Rest1Click
  211.           end
  212.           object Next1: TMenuItem
  213.             Caption = 'Next'
  214.             OnClick = Next1Click
  215.           end
  216.         end
  217.         object Field1: TMenuItem
  218.           Caption = 'Field'
  219.           object All2: TMenuItem
  220.             Caption = 'All'
  221.             OnClick = All2Click
  222.           end
  223.           object Rest2: TMenuItem
  224.             Caption = 'Rest'
  225.             OnClick = Rest2Click
  226.           end
  227.           object Next2: TMenuItem
  228.             Caption = 'Next'
  229.             OnClick = Next2Click
  230.           end
  231.           object TMenuItem
  232.           end
  233.         end
  234.       end
  235.       object DeleteRecords1: TMenuItem
  236.         Caption = 'Delete Records'
  237.         Enabled = False
  238.         object Rest3: TMenuItem
  239.           Caption = 'Rest'
  240.           OnClick = Rest3Click
  241.         end
  242.         object Next3: TMenuItem
  243.           Caption = 'Next'
  244.           OnClick = Next3Click
  245.         end
  246.         object Zap1: TMenuItem
  247.           Caption = 'Zap / Delete All'
  248.           OnClick = Zap1Click
  249.         end
  250.       end
  251.       object N7: TMenuItem
  252.         Caption = '-'
  253.       end
  254.       object CopyTable1: TMenuItem
  255.         Caption = 'Copy T&able'
  256.         Enabled = False
  257.         OnClick = CopyTable1Click
  258.       end
  259.       object CopyStructure1: TMenuItem
  260.         Caption = 'Cop&y Structure'
  261.         Enabled = False
  262.         OnClick = CopyStructure1Click
  263.       end
  264.       object PrintStructure1: TMenuItem
  265.         Caption = 'Prin&t Structure'
  266.         Enabled = False
  267.         ShortCut = 16464
  268.         OnClick = PrintStructure1Click
  269.       end
  270.       object ModifyStructure1: TMenuItem
  271.         Caption = 'Modify Structure'
  272.         ShortCut = 16461
  273.         OnClick = ModifyStructure1Click
  274.       end
  275.       object N2: TMenuItem
  276.         Caption = '-'
  277.       end
  278.       object MasterLink1: TMenuItem
  279.         Caption = '&MasterLink'
  280.         Enabled = False
  281.         OnClick = MasterLink1Click
  282.       end
  283.       object N5: TMenuItem
  284.         Caption = '-'
  285.       end
  286.       object LocateSearch1: TMenuItem
  287.         Caption = '&Locate / Search'
  288.         Enabled = False
  289.         ShortCut = 114
  290.         OnClick = LocateSearch1Click
  291.       end
  292.       object SumColumn1: TMenuItem
  293.         Caption = '&Sum Column'
  294.         Enabled = False
  295.         OnClick = SumColumn1Click
  296.       end
  297.       object N4: TMenuItem
  298.         Caption = '-'
  299.         Enabled = False
  300.       end
  301.       object CreateIndex1: TMenuItem
  302.         Caption = 'Create &Index'
  303.         Enabled = False
  304.         ShortCut = 16457
  305.         OnClick = CreateIndex1Click
  306.       end
  307.       object SelectIndex1: TMenuItem
  308.         Caption = '&Open Index'
  309.         Enabled = False
  310.         ShortCut = 16453
  311.         OnClick = SelectIndex1Click
  312.       end
  313.       object ShowPassword1: TMenuItem
  314.         Caption = 'Show Decrypted Password'
  315.         ShortCut = 16507
  316.         Visible = False
  317.         OnClick = ShowPassword1Click
  318.       end
  319.     end
  320.     object Tools1: TMenuItem
  321.       Caption = '&Tools'
  322.       object Options1: TMenuItem
  323.         Caption = 'General &Options'
  324.         OnClick = Options1Click
  325.       end
  326.     end
  327.     object Window1: TMenuItem
  328.       Caption = 'Window'
  329.       object ArrangeIcons1: TMenuItem
  330.         Caption = '&Arrange Icons'
  331.         OnClick = ArrangeIcons1Click
  332.       end
  333.       object Tile1: TMenuItem
  334.         Caption = '&Tile'
  335.         ShortCut = 8307
  336.         OnClick = Tile1Click
  337.       end
  338.       object Cascade1: TMenuItem
  339.         Caption = '&Cascade'
  340.         ShortCut = 8308
  341.         OnClick = Cascade1Click
  342.       end
  343.     end
  344.     object Help1: TMenuItem
  345.       Caption = '&Help'
  346.       object About1: TMenuItem
  347.         Caption = '&About'
  348.         OnClick = About1Click
  349.       end
  350.     end
  351.   end
  352.   object Table1: TTable
  353.     Left = 216
  354.     Top = 136
  355.   end
  356.   object OpenDialog1: TOpenDialog
  357.     Left = 336
  358.     Top = 64
  359.   end
  360.   object SaveDialog1: TSaveDialog
  361.     Left = 336
  362.     Top = 120
  363.   end
  364. end
  365.