object Sample4Form: TSample4Form Left = 363 Top = 434 Width = 465 Height = 251 Caption = 'Sample 4' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Visible = True OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 45 Top = 0 Width = 368 Height = 48 Alignment = taCenter Caption = 'This sample will generate 3 different wave forms, sine, triangle' + ' and saw tooth. The user has the choice of base address, DAC nu' + 'mber and the number of points per cycle. ' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object BoardBox: TGroupBox Left = 8 Top = 55 Width = 443 Height = 155 Caption = 'Board Information' TabOrder = 0 object Label1: TLabel Left = 33 Top = 31 Width = 208 Height = 13 Caption = 'Choose which PCI-DA card you wish to use:' end object Label4: TLabel Left = 20 Top = 80 Width = 221 Height = 13 Caption = 'Choose the DAC number you wish to output to:' end object StartTestButton: TButton Tag = 2 Left = 170 Top = 121 Width = 103 Height = 24 Caption = 'Start Test' TabOrder = 2 OnClick = StartTestButtonClick end object DACBox: TComboBox Tag = 2 Left = 264 Top = 78 Width = 166 Height = 21 DropDownCount = 16 ItemHeight = 13 TabOrder = 1 Text = '0' Items.Strings = ( '0' '1' '2' '3' '4' '5' '6' '7' '8' '9' 'A' 'B' 'C' 'D' 'E' 'F') end object CardBox: TComboBox Tag = 1 Left = 264 Top = 29 Width = 166 Height = 21 ItemHeight = 13 TabOrder = 0 end end object StatusBox: TGroupBox Left = 8 Top = 128 Width = 443 Height = 82 Caption = 'Status' TabOrder = 1 Visible = False object CalcuLabel: TLabel Left = 16 Top = 24 Width = 26 Height = 13 Caption = 'Test' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object GenerLabel: TLabel Left = 16 Top = 54 Width = 26 Height = 13 Caption = 'Test' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object StopTestButton: TButton Left = 330 Top = 15 Width = 103 Height = 24 Caption = 'Stop Test' TabOrder = 0 OnClick = StopTestButtonClick end end object CurveBox: TGroupBox Left = 8 Top = 55 Width = 443 Height = 67 Caption = 'Curve Selection' TabOrder = 2 Visible = False object SineButton: TButton Left = 16 Top = 24 Width = 121 Height = 25 Caption = 'Sine Curve' TabOrder = 0 OnClick = SineButtonClick end object TriangleButton: TButton Left = 160 Top = 24 Width = 121 Height = 25 Caption = 'Triangle Curve' TabOrder = 1 OnClick = TriangleButtonClick end object SawButton: TButton Left = 304 Top = 24 Width = 121 Height = 25 Caption = 'Saw Curve' TabOrder = 2 OnClick = SawButtonClick end end object ExitButton: TButton Left = 338 Top = 176 Width = 103 Height = 25 Caption = 'Exit Program' TabOrder = 3 OnClick = ExitButtonClick end end