object ArgoMsetDlg: TArgoMsetDlg Left = 262 Top = 122 HelpContext = 5 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Argonaut Setup' ClientHeight = 230 ClientWidth = 356 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object ButtonPanel: TPanel Left = 264 Top = 0 Width = 92 Height = 209 Align = alRight BevelOuter = bvNone TabOrder = 0 object OKBtn: TBitBtn Left = 1 Top = 12 Width = 88 Height = 27 Hint = 'Close window and set values.' Caption = 'OK (=set)' ParentShowHint = False ShowHint = True TabOrder = 0 OnClick = OKBtnClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 1 Top = 50 Width = 88 Height = 27 TabOrder = 1 OnClick = HelpBtnClick Kind = bkHelp Margin = 2 Spacing = -1 IsControl = True end end object TabSet: TTabSet Left = 0 Top = 209 Width = 356 Height = 21 Align = alBottom Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnClick = TabSetClick end object Notebook: TNotebook Left = 0 Top = 0 Width = 264 Height = 209 Align = alClient PageIndex = 2 TabOrder = 2 IsControl = True object TPage Left = 0 Top = 0 Caption = 'MapInfoBox' IsControl = True object MapInfoBox: TGroupBox Left = 8 Top = 8 Width = 249 Height = 177 Caption = 'Chart Information' Font.Color = clBlack Font.Height = -16 Font.Name = 'Graphite Light Narrow ATT' Font.Style = [] ParentFont = False TabOrder = 0 IsControl = True object LabelMapName: TLabel Left = 16 Top = 24 Width = 225 Height = 41 AutoSize = False Color = clBtnFace Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Serif' Font.Style = [fsUnderline] ParentColor = False ParentFont = False WordWrap = True end object LabelGlNWLat: TLabel Left = 16 Top = 80 Width = 225 Height = 19 AutoSize = False Caption = 'N' Color = clBtnFace Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Serif' Font.Style = [fsUnderline] ParentColor = False ParentFont = False end object LabelGlNWLon: TLabel Left = 16 Top = 104 Width = 225 Height = 19 AutoSize = False Caption = 'W' Color = clBtnFace Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Serif' Font.Style = [fsUnderline] ParentColor = False ParentFont = False end object LabelGlSELat: TLabel Left = 16 Top = 128 Width = 225 Height = 19 AutoSize = False Caption = 'S' Color = clBtnFace Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Serif' Font.Style = [fsUnderline] ParentColor = False ParentFont = False end object LabelGlSELon: TLabel Left = 16 Top = 152 Width = 225 Height = 19 AutoSize = False Caption = 'E' Color = clBtnFace Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Serif' Font.Style = [fsUnderline] ParentColor = False ParentFont = False end end end object TPage Left = 0 Top = 0 Caption = 'PenBox' IsControl = True object PenBox: TGroupBox Left = 8 Top = 8 Width = 249 Height = 177 Caption = 'PenStyle' TabOrder = 0 IsControl = True object Label1: TLabel Left = 16 Top = 48 Width = 83 Height = 13 Caption = 'Position Width' end object Label2: TLabel Left = 16 Top = 24 Width = 74 Height = 13 Caption = 'Position Size' end object Label3: TLabel Left = 16 Top = 72 Width = 62 Height = 13 Caption = 'Line Width' end object SpinPosWidth: TSpinEdit Left = 192 Top = 40 Width = 41 Height = 22 Hint = 'OK, sets this value' AutoSelect = False AutoSize = False EditorEnabled = False Increment = 2 MaxValue = 3 MinValue = 1 TabOrder = 0 Value = 1 end object SpinPosSize: TSpinEdit Left = 192 Top = 16 Width = 41 Height = 22 Hint = 'OK, sets this value' AutoSelect = False AutoSize = False EditorEnabled = False Increment = 2 MaxValue = 11 MinValue = 3 TabOrder = 1 Value = 3 end object SpinLineWidth: TSpinEdit Left = 192 Top = 64 Width = 41 Height = 22 Hint = 'OK, sets this value' AutoSelect = False AutoSize = False EditorEnabled = False MaxValue = 5 MinValue = 1 TabOrder = 2 Value = 1 end object TrackStyleGroup: TRadioGroup Left = 8 Top = 136 Width = 225 Height = 33 Caption = 'Track Style' Columns = 3 Items.Strings = ( 'Solid' 'Dash' 'Dot') TabOrder = 3 end object TrackColorGroup: TRadioGroup Left = 8 Top = 96 Width = 225 Height = 33 Caption = 'Track Color' Columns = 3 Items.Strings = ( 'Black' 'Blue' 'Red') TabOrder = 4 end end end object TPage Left = 0 Top = 0 Caption = 'TimerBox' IsControl = True object TimerBox: TGroupBox Left = 8 Top = 8 Width = 249 Height = 177 Caption = 'Timer' TabOrder = 0 IsControl = True object Label4: TLabel Left = 16 Top = 19 Width = 174 Height = 13 Caption = 'Blink speed position (seconds)' end object SpinPosTimer: TSpinEdit Left = 200 Top = 16 Width = 41 Height = 22 Hint = 'OK, sets this value' AutoSelect = False AutoSize = False EditorEnabled = False MaxValue = 60 MinValue = 1 TabOrder = 0 Value = 3 end end end end end