object MainForm: TMainForm
  Left = 189
  Top = 104
  Width = 756
  Height = 508
  Caption = 'FRR_Control'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label6: TLabel
    Left = 8
    Top = 23
    Width = 127
    Height = 24
    Caption = 'Control Panel'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label7: TLabel
    Left = 8
    Top = 1
    Width = 42
    Height = 24
    Caption = 'FRR'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Memo: TMemo
    Left = 8
    Top = 216
    Width = 737
    Height = 234
    Color = clWhite
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlack
    Font.Height = -13
    Font.Name = 'Courier New'
    Font.Style = []
    Lines.Strings = (
      'Message')
    ParentFont = False
    ScrollBars = ssBoth
    TabOrder = 0
    WordWrap = False
  end
  object Controls: TGroupBox
    Left = 144
    Top = -6
    Width = 601
    Height = 220
    Color = clSilver
    ParentColor = False
    TabOrder = 1
    object Driver_Name: TLabel
      Left = 8
      Top = 18
      Width = 28
      Height = 13
      Caption = 'Driver'
    end
    object Bevel1: TBevel
      Left = 259
      Top = 13
      Width = 4
      Height = 116
    end
    object RunInd: TShape
      Left = 381
      Top = 44
      Width = 30
      Height = 20
      Brush.Color = clLime
      Shape = stCircle
    end
    object IFace: TLabel
      Left = 334
      Top = 78
      Width = 42
      Height = 13
      Caption = 'Interface'
    end
    object Label5: TLabel
      Left = 428
      Top = 78
      Width = 31
      Height = 13
      Caption = 'AltSett'
    end
    object Bevel2: TBevel
      Left = 506
      Top = 13
      Width = 4
      Height = 82
    end
    object Bevel3: TBevel
      Left = 84
      Top = 45
      Width = 4
      Height = 127
    end
    object Label8: TLabel
      Left = 94
      Top = 78
      Width = 26
      Height = 13
      Caption = 'DAC'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object DACSelect: TLabel
      Left = 119
      Top = 78
      Width = 8
      Height = 13
      Caption = '0'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label9: TLabel
      Left = 94
      Top = 108
      Width = 33
      Height = 13
      Caption = 'FDAC'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object FDACSelect: TLabel
      Left = 125
      Top = 108
      Width = 8
      Height = 13
      Caption = '0'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object DriverName: TEdit
      Left = 41
      Top = 16
      Width = 116
      Height = 21
      TabOrder = 0
    end
    object QuitBtn: TButton
      Left = 520
      Top = 48
      Width = 74
      Height = 22
      Caption = 'QUIT'
      TabOrder = 1
      OnClick = QuitBtnClick
    end
    object HoldBtn: TButton
      Left = 267
      Top = 44
      Width = 54
      Height = 22
      Caption = 'Hold'
      TabOrder = 2
      OnClick = HoldBtnClick
    end
    object Get_Device_DescriptorBtn: TButton
      Left = 267
      Top = 16
      Width = 54
      Height = 22
      Caption = 'GetDev'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 3
      OnClick = Get_Device_DescriptorBtnClick
    end
    object Get_Configuration_DescriptorBtn: TButton
      Left = 329
      Top = 16
      Width = 50
      Height = 22
      Caption = 'GetConf'
      TabOrder = 4
      OnClick = Get_Configuration_DescriptorBtnClick
    end
    object Get_Pipe_InfoBtn: TButton
      Left = 387
      Top = 16
      Width = 50
      Height = 22
      Caption = 'GetPipe'
      TabOrder = 5
      OnClick = Get_Pipe_InfoBtnClick
    end
    object GetStringBtn: TButton
      Left = 445
      Top = 16
      Width = 54
      Height = 22
      Caption = 'GetString'
      TabOrder = 6
      OnClick = GetStringBtnClick
    end
    object RunBtn: TButton
      Left = 329
      Top = 44
      Width = 50
      Height = 22
      Caption = 'Run'
      TabOrder = 7
      OnClick = RunBtnClick
    end
    object Load_MonitorBtn: TButton
      Left = 6
      Top = 46
      Width = 72
      Height = 22
      Caption = 'Monitor_Load'
      TabOrder = 8
      OnClick = Load_MonitorBtnClick
    end
    object Verbose_Check_Box: TCheckBox
      Left = 427
      Top = 45
      Width = 64
      Height = 17
      Caption = 'Verbose'
      TabOrder = 9
      OnClick = Verbose_Check_BoxClick
    end
    object Set_Interface_Btn: TButton
      Left = 267
      Top = 72
      Width = 53
      Height = 25
      Caption = 'SetIface'
      TabOrder = 10
      OnClick = Set_Interface_BtnClick
    end
    object Interface_Num_Box: TEdit
      Left = 386
      Top = 72
      Width = 33
      Height = 21
      TabOrder = 11
    end
    object Alternate_Setting_Box: TEdit
      Left = 463
      Top = 72
      Width = 33
      Height = 21
      TabOrder = 12
    end
    object FPGA_OUTBtn: TButton
      Left = 6
      Top = 99
      Width = 72
      Height = 22
      Caption = 'FPGA_Load'
      TabOrder = 13
      OnClick = FPGA_OUTBtnClick
    end
    object Get_FrameBtn: TButton
      Left = 267
      Top = 102
      Width = 54
      Height = 25
      Caption = 'GetFrame'
      TabOrder = 14
      OnClick = Get_FrameBtnClick
    end
    object Code_LoadBtn: TButton
      Left = 6
      Top = 72
      Width = 72
      Height = 22
      Caption = 'Code_Load'
      TabOrder = 15
      OnClick = Code_LoadBtnClick
    end
    object FPGATESTBtn: TButton
      Left = 519
      Top = 16
      Width = 75
      Height = 25
      Caption = 'FPGA_TEST'
      TabOrder = 16
      OnClick = FPGATESTBtnClick
    end
    object Vend_Req_Group: TGroupBox
      Left = 6
      Top = 172
      Width = 587
      Height = 41
      TabOrder = 17
      object Label1: TLabel
        Left = 70
        Top = 16
        Width = 20
        Height = 13
        Caption = 'Req'
      end
      object Label2: TLabel
        Left = 143
        Top = 17
        Width = 27
        Height = 13
        Caption = 'Value'
      end
      object Label3: TLabel
        Left = 256
        Top = 16
        Width = 26
        Height = 13
        Caption = 'Index'
      end
      object Label4: TLabel
        Left = 422
        Top = 16
        Width = 33
        Height = 13
        Caption = 'Length'
      end
      object Vend_ReqBtn: TButton
        Left = 6
        Top = 12
        Width = 54
        Height = 22
        Hint = 'Execute Vendor Request'
        Caption = 'VendReq'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 0
      end
      object Vend_Req: TEdit
        Left = 94
        Top = 12
        Width = 41
        Height = 21
        Hint = 'Vendor Request'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 1
      end
      object Vend_Req_Value: TEdit
        Left = 174
        Top = 12
        Width = 75
        Height = 21
        TabOrder = 2
      end
      object Vend_Req_Index: TEdit
        Left = 287
        Top = 12
        Width = 121
        Height = 21
        TabOrder = 3
      end
      object Vend_Req_Len: TEdit
        Left = 472
        Top = 12
        Width = 100
        Height = 21
        TabOrder = 4
      end
    end
    object SEQ_OUTBtn: TButton
      Left = 6
      Top = 125
      Width = 72
      Height = 22
      Caption = 'SEQ_Load'
      TabOrder = 18
      OnClick = SEQ_OUTBtnClick
    end
    object Exe_StartBtn: TBitBtn
      Left = 93
      Top = 46
      Width = 79
      Height = 22
      Caption = 'EXE_START'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 19
      OnClick = Exe_StartBtnClick
    end
    object DAC_SelUpDown: TUpDown
      Left = 140
      Top = 77
      Width = 32
      Height = 16
      Min = 0
      Max = 7
      Orientation = udHorizontal
      Position = 0
      TabOrder = 20
      Thousands = False
      Wrap = True
      OnClick = DAC_SelUpDownClick
    end
    object DACEd: TEdit
      Left = 179
      Top = 74
      Width = 41
      Height = 21
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 21
      Text = '0'
      OnChange = DACEdChange
    end
    object DAC_SetBtn: TButton
      Left = 225
      Top = 75
      Width = 30
      Height = 20
      Caption = 'GO'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 22
      OnClick = DAC_SetBtnClick
    end
    object FDAC_SelUpDown: TUpDown
      Left = 140
      Top = 107
      Width = 32
      Height = 16
      Min = 0
      Max = 3
      Orientation = udHorizontal
      Position = 0
      TabOrder = 23
      Thousands = False
      Wrap = True
      OnClick = FDAC_SelUpDownClick
    end
    object FDACEd: TEdit
      Left = 179
      Top = 104
      Width = 41
      Height = 21
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 24
      Text = '128'
      OnChange = FDACEdChange
    end
    object FDAC_SetBtn: TButton
      Left = 225
      Top = 105
      Width = 30
      Height = 20
      Caption = 'GO'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 25
      OnClick = FDAC_SetBtnClick
    end
    object FIFO_Read_Btn: TButton
      Left = 6
      Top = 151
      Width = 72
      Height = 22
      Caption = 'FIFO_Read'
      TabOrder = 26
      OnClick = FIFO_Read_BtnClick
    end
  end
  object GetASCIIBtn: TButton
    Left = 32
    Top = 292
    Width = 105
    Height = 25
    Caption = 'GetASCIIFile'
    TabOrder = 2
    Visible = False
    OnClick = Read_DataDlg_Click
  end
  object GetBinaryBtn: TButton
    Left = 32
    Top = 260
    Width = 105
    Height = 25
    Caption = 'GetBinaryFile'
    TabOrder = 3
    Visible = False
    OnClick = Read_Results_DlgClick
  end
  object GetProtocolBtn: TButton
    Left = 8
    Top = 53
    Width = 105
    Height = 25
    Caption = 'Get_Protocol'
    TabOrder = 4
    OnClick = GetProtocol1Click
  end
  object CLEARBtn: TButton
    Left = 8
    Top = 148
    Width = 73
    Height = 22
    Caption = 'CLEAR'
    TabOrder = 5
    OnClick = CLEARBtnClick
  end
  object DownloadBtn: TButton
    Left = 9
    Top = 114
    Width = 71
    Height = 22
    Caption = 'File_Load'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 6
    Visible = False
    OnClick = DownloadBtnClick
  end
  object OpenFileDlg: TOpenDialog
    Filter = 'FPGA files|*.*'
    Options = [ofReadOnly, ofHideReadOnly, ofEnableSizing]
    Left = 688
    Top = 288
  end
  object MainMenu1: TMainMenu
    Left = 648
    Top = 288
    object File1: TMenuItem
      Caption = 'FILE'
      object Read_DataDlg: TMenuItem
        Caption = 'Read Data'
        OnClick = Read_DataDlg_Click
      end
      object Read_Results_Dlg: TMenuItem
        Caption = 'Read Results'
        OnClick = Read_Results_DlgClick
      end
      object GetProtocol1: TMenuItem
        Caption = 'GetProtocol'
        OnClick = GetProtocol1Click
      end
      object N1: TMenuItem
        Caption = '-'
      end
      object EXIT1: TMenuItem
        Caption = 'E&XIT'
        ShortCut = 16472
        OnClick = EXIT1Click
      end
    end
  end
end
