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

  1. object ArgoMainDlg: TArgoMainDlg
  2.   Left = 116
  3.   Top = 22
  4.   Width = 627
  5.   Height = 97
  6.   HelpContext = 1
  7.   BorderIcons = [biSystemMenu, biMinimize]
  8.   Caption = 'ArgoNaut Navigator Version 2.01'
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Icon.Data = {<image000.ico>}
  14.   Menu = MainMenu1
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   OnResize = FormResize
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object TabSet: TTabSet
  22.     Left = 0
  23.     Top = 30
  24.     Width = 619
  25.     Height = 21
  26.     Cursor = crArrow
  27.     Align = alBottom
  28.     BackgroundColor = clBtnShadow
  29.     Font.Color = clBlack
  30.     Font.Height = -11
  31.     Font.Name = 'System'
  32.     Font.Style = [fsBold]
  33.     SelectedColor = clYellow
  34.     Tabs.Strings = (
  35.       'Alarm'
  36.       'Comm'
  37.       'Course'
  38.       'Log'
  39.       'Position'
  40.       'Source'
  41.       'Speed'
  42.       'Wind'
  43.       'Extended')
  44.     TabIndex = 0
  45.     UnselectedColor = clSilver
  46.     OnClick = TabSetClick
  47.   end
  48.   object TextPanel: TPanel
  49.     Left = 0
  50.     Top = 0
  51.     Width = 578
  52.     Height = 30
  53.     Align = alClient
  54.     BevelInner = bvLowered
  55.     Caption = 
  56.       'Lat 015∩┐╜23.555'#39' Lon 023∩┐╜48.000'#39' Last update: 12.55.00 Now: 12.58' +
  57.       '.00'
  58.     Color = clBlack
  59.     Font.Color = clYellow
  60.     Font.Height = -16
  61.     Font.Name = 'System'
  62.     Font.Style = [fsBold]
  63.     ParentFont = False
  64.     TabOrder = 1
  65.   end
  66.   object LarmPanel: TPanel
  67.     Left = 578
  68.     Top = 0
  69.     Width = 41
  70.     Height = 30
  71.     Align = alRight
  72.     BevelInner = bvLowered
  73.     Color = clSilver
  74.     Font.Color = clBlack
  75.     Font.Height = -11
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = [fsBold]
  78.     ParentFont = False
  79.     TabOrder = 2
  80.   end
  81.   object MainMenu1: TMainMenu
  82.     Left = 8
  83.     Top = 65528
  84.     object File1: TMenuItem
  85.       Caption = '&File'
  86.       ShortCut = 0
  87.       object Exit1: TMenuItem
  88.         Caption = 'Exit'
  89.         ShortCut = 16472
  90.         OnClick = Exit1Click
  91.       end
  92.     end
  93.     object Larm1: TMenuItem
  94.       Caption = '&Alarm'
  95.       ShortCut = 0
  96.       OnClick = Larm1Click
  97.     end
  98.     object Map1: TMenuItem
  99.       Caption = 'Char&t'
  100.       ShortCut = 0
  101.       OnClick = Map1Click
  102.     end
  103.     object Comm1: TMenuItem
  104.       Caption = '&Comm'
  105.       ShortCut = 0
  106.       OnClick = Comm1Click
  107.     end
  108.     object Config1: TMenuItem
  109.       Caption = '&Config'
  110.       ShortCut = 0
  111.       OnClick = Config1Click
  112.     end
  113.     object Log1: TMenuItem
  114.       Caption = '&Log'
  115.       ShortCut = 0
  116.       OnClick = Log1Click
  117.     end
  118.     object Source1: TMenuItem
  119.       Caption = '&Source'
  120.       ShortCut = 0
  121.       OnClick = Source1Click
  122.     end
  123.     object Warranties1: TMenuItem
  124.       Caption = '&Important'
  125.       ShortCut = 0
  126.       OnClick = Warranties1Click
  127.     end
  128.     object Help1: TMenuItem
  129.       Caption = '&Help'
  130.       ShortCut = 0
  131.       object About1: TMenuItem
  132.         Caption = 'About'
  133.         ShortCut = 0
  134.         OnClick = About1Click
  135.       end
  136.       object Content1: TMenuItem
  137.         Caption = 'Content'
  138.         ShortCut = 0
  139.         OnClick = Content1Click
  140.       end
  141.       object Warning1: TMenuItem
  142.         Caption = 'Warning'
  143.         ShortCut = 0
  144.         OnClick = Warning1Click
  145.       end
  146.     end
  147.   end
  148.   object Timer1: TTimer
  149.     Interval = 1100
  150.     OnTimer = Timer1Timer
  151.     Left = 488
  152.     Top = 24
  153.   end
  154. end
  155.