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

  1. object ArgoSourDlg: TArgoSourDlg
  2.   Left = 184
  3.   Top = 75
  4.   HelpContext = 12
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Argonaut - datasource'
  8.   ClientHeight = 273
  9.   ClientWidth = 402
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   TextHeight = 13
  18.   object OKBtn: TBitBtn
  19.     Left = 300
  20.     Top = 16
  21.     Width = 93
  22.     Height = 27
  23.     Hint = 'Close window and set values.'
  24.     Caption = 'OK (=set)'
  25.     ParentShowHint = False
  26.     ShowHint = True
  27.     TabOrder = 0
  28.     OnClick = OKBtnClick
  29.     Kind = bkOK
  30.     Margin = 2
  31.     Spacing = -1
  32.     IsControl = True
  33.   end
  34.   object HelpBtn: TBitBtn
  35.     Left = 300
  36.     Top = 48
  37.     Width = 93
  38.     Height = 27
  39.     TabOrder = 1
  40.     OnClick = HelpBtnClick
  41.     Kind = bkHelp
  42.     Margin = 2
  43.     Spacing = -1
  44.     IsControl = True
  45.   end
  46.   object LatRadioGroup: TRadioGroup
  47.     Left = 16
  48.     Top = 8
  49.     Width = 153
  50.     Height = 33
  51.     Caption = 'Latitude'
  52.     Columns = 2
  53.     Items.Strings = (
  54.       'Manual'
  55.       'via GPS')
  56.     TabOrder = 2
  57.     TabStop = True
  58.   end
  59.   object LonRadioGroup: TRadioGroup
  60.     Left = 16
  61.     Top = 40
  62.     Width = 153
  63.     Height = 33
  64.     Caption = 'Longitude'
  65.     Columns = 2
  66.     Items.Strings = (
  67.       'Manual'
  68.       'via GPS')
  69.     TabOrder = 5
  70.     TabStop = True
  71.   end
  72.   object DirRadioGroup: TRadioGroup
  73.     Left = 16
  74.     Top = 72
  75.     Width = 153
  76.     Height = 33
  77.     Caption = 'Course'
  78.     Columns = 2
  79.     Items.Strings = (
  80.       'Manual'
  81.       'via GPS')
  82.     TabOrder = 8
  83.     TabStop = True
  84.   end
  85.   object SpeRadioGroup: TRadioGroup
  86.     Left = 16
  87.     Top = 104
  88.     Width = 153
  89.     Height = 33
  90.     Caption = 'Speed'
  91.     Columns = 2
  92.     Items.Strings = (
  93.       'Manual'
  94.       'via GPS')
  95.     TabOrder = 10
  96.     TabStop = True
  97.   end
  98.   object CurDirRadioGroup: TRadioGroup
  99.     Left = 16
  100.     Top = 136
  101.     Width = 153
  102.     Height = 33
  103.     Caption = 'Current Direction'
  104.     Items.Strings = (
  105.       'Manual')
  106.     TabOrder = 12
  107.     TabStop = True
  108.     OnClick = CurDirRadioGroupClick
  109.   end
  110.   object CurSpeRadioGroup: TRadioGroup
  111.     Left = 16
  112.     Top = 168
  113.     Width = 153
  114.     Height = 33
  115.     Caption = 'Current Speed'
  116.     Items.Strings = (
  117.       'Manual')
  118.     TabOrder = 14
  119.     TabStop = True
  120.     OnClick = CurSpeRadioGroupClick
  121.   end
  122.   object WindDirRadioGroup: TRadioGroup
  123.     Left = 16
  124.     Top = 200
  125.     Width = 153
  126.     Height = 33
  127.     Caption = 'Wind Direction'
  128.     Columns = 2
  129.     Items.Strings = (
  130.       'Manual')
  131.     TabOrder = 16
  132.     TabStop = True
  133.     OnClick = WindDirRadioGroupClick
  134.   end
  135.   object WindSpeRadioGroup: TRadioGroup
  136.     Left = 16
  137.     Top = 232
  138.     Width = 153
  139.     Height = 33
  140.     Caption = 'Wind Speed'
  141.     Columns = 2
  142.     Items.Strings = (
  143.       'Manual')
  144.     TabOrder = 18
  145.     TabStop = True
  146.     OnClick = WindSpeRadioGroupClick
  147.   end
  148.   object MaskLat: TMaskEdit
  149.     Left = 208
  150.     Top = 19
  151.     Width = 73
  152.     Height = 21
  153.     Hint = 'Check manual to set this value.'
  154.     EditMask = '000∩┐╜00.000;1;_'
  155.     Font.Color = clBlack
  156.     Font.Height = -13
  157.     Font.Name = 'Times New Roman'
  158.     Font.Style = [fsBold]
  159.     MaxLength = 10
  160.     ParentFont = False
  161.     ParentShowHint = False
  162.     ShowHint = True
  163.     TabOrder = 4
  164.     Text = '   ∩┐╜  .   '
  165.     OnMouseMove = MaskLatMouseMove
  166.   end
  167.   object MaskLatNS: TMaskEdit
  168.     Left = 176
  169.     Top = 20
  170.     Width = 25
  171.     Height = 20
  172.     Hint = 'Click to change.'
  173.     EditMask = 'A;1;_'
  174.     Font.Color = clBlack
  175.     Font.Height = -13
  176.     Font.Name = 'Times New Roman'
  177.     Font.Style = [fsBold]
  178.     MaxLength = 1
  179.     ParentFont = False
  180.     ParentShowHint = False
  181.     ReadOnly = True
  182.     ShowHint = True
  183.     TabOrder = 3
  184.     Text = 'N'
  185.     OnClick = MaskLatNSClick
  186.   end
  187.   object MaskLonWE: TMaskEdit
  188.     Left = 176
  189.     Top = 52
  190.     Width = 25
  191.     Height = 20
  192.     Hint = 'Click to change.'
  193.     EditMask = 'A;1;_'
  194.     Font.Color = clBlack
  195.     Font.Height = -13
  196.     Font.Name = 'Times New Roman'
  197.     Font.Style = [fsBold]
  198.     MaxLength = 1
  199.     ParentFont = False
  200.     ParentShowHint = False
  201.     ReadOnly = True
  202.     ShowHint = True
  203.     TabOrder = 6
  204.     Text = 'W'
  205.     OnClick = MaskLonWEClick
  206.   end
  207.   object MaskLon: TMaskEdit
  208.     Left = 208
  209.     Top = 51
  210.     Width = 73
  211.     Height = 21
  212.     Hint = 'Check manual to set this value.'
  213.     EditMask = '000∩┐╜00.000;1;_'
  214.     Font.Color = clBlack
  215.     Font.Height = -13
  216.     Font.Name = 'Times New Roman'
  217.     Font.Style = [fsBold]
  218.     MaxLength = 10
  219.     ParentFont = False
  220.     ParentShowHint = False
  221.     ShowHint = True
  222.     TabOrder = 7
  223.     Text = '   ∩┐╜  .   '
  224.     OnMouseMove = MaskLonMouseMove
  225.   end
  226.   object MaskDir: TMaskEdit
  227.     Left = 176
  228.     Top = 82
  229.     Width = 33
  230.     Height = 20
  231.     Hint = 'Input course 0-360. Check manual to set this value.'
  232.     EditMask = '000;1;_'
  233.     MaxLength = 3
  234.     ParentShowHint = False
  235.     ShowHint = True
  236.     TabOrder = 9
  237.     Text = '   '
  238.     OnMouseMove = MaskDirMouseMove
  239.   end
  240.   object MaskSpe: TMaskEdit
  241.     Left = 176
  242.     Top = 114
  243.     Width = 33
  244.     Height = 20
  245.     Hint = 'Input speed in knots. Check manual to set this value.'
  246.     EditMask = '000;1;_'
  247.     MaxLength = 3
  248.     ParentShowHint = False
  249.     ShowHint = True
  250.     TabOrder = 11
  251.     Text = '   '
  252.     OnMouseMove = MaskSpeMouseMove
  253.   end
  254.   object MaskCurSpe: TMaskEdit
  255.     Left = 176
  256.     Top = 178
  257.     Width = 33
  258.     Height = 20
  259.     Hint = 'Input speed in knots. Check manual to set this value.'
  260.     EditMask = '000;1;_'
  261.     MaxLength = 3
  262.     ParentShowHint = False
  263.     ShowHint = True
  264.     TabOrder = 15
  265.     Text = '   '
  266.     OnMouseMove = MaskCurSpeMouseMove
  267.   end
  268.   object MaskWindSpe: TMaskEdit
  269.     Left = 176
  270.     Top = 242
  271.     Width = 33
  272.     Height = 20
  273.     Hint = 'Input speed in knots. Check manual to set this value.'
  274.     EditMask = '000;1;_'
  275.     MaxLength = 3
  276.     ParentShowHint = False
  277.     ShowHint = True
  278.     TabOrder = 19
  279.     Text = '   '
  280.     OnMouseMove = MaskWindSpeMouseMove
  281.   end
  282.   object MaskCurDir: TMaskEdit
  283.     Left = 176
  284.     Top = 146
  285.     Width = 33
  286.     Height = 20
  287.     Hint = 'Input direction 0-360. Check manual to set this value.'
  288.     EditMask = '000;1;_'
  289.     MaxLength = 3
  290.     ParentShowHint = False
  291.     ShowHint = True
  292.     TabOrder = 13
  293.     Text = '   '
  294.     OnMouseMove = MaskCurDirMouseMove
  295.   end
  296.   object MaskWindDir: TMaskEdit
  297.     Left = 176
  298.     Top = 210
  299.     Width = 33
  300.     Height = 20
  301.     Hint = 'Input direction 0-360. Check manual to set this value.'
  302.     EditMask = '000;1;_'
  303.     MaxLength = 3
  304.     ParentShowHint = False
  305.     ShowHint = True
  306.     TabOrder = 17
  307.     Text = '   '
  308.     OnMouseMove = MaskWindDirMouseMove
  309.   end
  310.   object Panel1: TPanel
  311.     Left = 302
  312.     Top = 80
  313.     Width = 91
  314.     Height = 25
  315.     Hint = 'Present value on mouse move.'
  316.     BevelInner = bvLowered
  317.     ParentShowHint = False
  318.     ShowHint = True
  319.     TabOrder = 20
  320.   end
  321. end
  322.