home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 February / Chip_2001-02_cd1.bin / sharewar / argonaut / FILEDATA.DAT / argo2 / Argonaut.exe / 0 / RCDATA / TARGOWAYPDLG / TARGOWAYPDLG.txt < prev   
Text File  |  2000-06-30  |  3KB  |  124 lines

  1. object ArgoWaypDlg: TArgoWaypDlg
  2.   Left = 49
  3.   Top = 0
  4.   Width = 536
  5.   Height = 104
  6.   HelpContext = 3
  7.   BorderIcons = [biSystemMenu]
  8.   Caption = 'Argonaut-Waypoints'
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Menu = MainMenu1Wayp
  15.   PixelsPerInch = 96
  16.   OnActivate = FormActivate
  17.   TextHeight = 16
  18.   object Edit1: TEdit
  19.     Left = 0
  20.     Top = 0
  21.     Width = 529
  22.     Height = 25
  23.     AutoSize = False
  24.     Font.Color = clRed
  25.     Font.Height = -13
  26.     Font.Name = 'System'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.     ReadOnly = True
  30.     TabOrder = 0
  31.     Text = 'Nr1'
  32.   end
  33.   object Edit2: TEdit
  34.     Left = 0
  35.     Top = 24
  36.     Width = 529
  37.     Height = 25
  38.     AutoSize = False
  39.     Color = clSilver
  40.     Font.Color = clBlack
  41.     Font.Height = -13
  42.     Font.Name = 'System'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.     ReadOnly = True
  46.     TabOrder = 1
  47.     Text = 'Nr2'
  48.   end
  49.   object MainMenu1Wayp: TMainMenu
  50.     Left = 392
  51.     Top = 8
  52.     object File1: TMenuItem
  53.       Caption = '&File'
  54.       object Loadwaypoints1: TMenuItem
  55.         Caption = 'Load waypoints'
  56.         OnClick = Loadwaypoints1Click
  57.       end
  58.       object Savewaypoints1: TMenuItem
  59.         Caption = 'Save waypoints'
  60.         OnClick = Savewaypoints1Click
  61.       end
  62.       object Printwaypoints1: TMenuItem
  63.         Caption = 'Print waypoints'
  64.         OnClick = Printwaypoints1Click
  65.       end
  66.       object Clearwaypoints1: TMenuItem
  67.         Caption = 'Clear waypoints'
  68.         OnClick = Clearwaypoints1Click
  69.       end
  70.       object Close1: TMenuItem
  71.         Caption = 'Close'
  72.         OnClick = Close1Click
  73.         ShortCutText = 'Ctrl+C'
  74.       end
  75.     end
  76.     object First1: TMenuItem
  77.       Caption = 'F&irst'
  78.       OnClick = First1Click
  79.     end
  80.     object Minus7: TMenuItem
  81.       Caption = '-7'
  82.       OnClick = Minus7Click
  83.       ShortCutText = 'Ctrl+F7'
  84.     end
  85.     object Prev1: TMenuItem
  86.       Caption = '&Prev'
  87.       OnClick = Prev1Click
  88.     end
  89.     object Next1: TMenuItem
  90.       Caption = '&Next'
  91.       OnClick = Next1Click
  92.     end
  93.     object Plus7: TMenuItem
  94.       Caption = '+7'
  95.       OnClick = Plus7Click
  96.       ShortCutText = 'Shift+F7'
  97.     end
  98.     object Last1: TMenuItem
  99.       Caption = '&Last'
  100.       OnClick = Last1Click
  101.     end
  102.     object Help1: TMenuItem
  103.       Caption = '&Help'
  104.       OnClick = Help1Click
  105.     end
  106.   end
  107.   object SaveDialog1: TSaveDialog
  108.     DefaultExt = 'WAY'
  109.     Filter = 'Waypoint files|*.WAY'
  110.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
  111.     Title = 'Save waypoints'
  112.     Left = 472
  113.     Top = 8
  114.   end
  115.   object OpenDialog1: TOpenDialog
  116.     DefaultExt = 'WAY'
  117.     Filter = 'Waypoint files|*.WAY'
  118.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  119.     Title = 'Load waypoints'
  120.     Left = 432
  121.     Top = 8
  122.   end
  123. end
  124.