object ConfigBox: TConfigBox Left = 504 Top = 364 Width = 290 Height = 157 HorzScrollBar.Visible = False VertScrollBar.Visible = False Anchors = [akLeft, akTop, akRight, akBottom] BorderIcons = [biSystemMenu, biHelp] Caption = 'Igor Config' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Icon.Data = {} OldCreateOrder = True Position = poScreenCenter OnCanResize = FormCanResize OnCreate = FormCreate OnDestroy = FormDestroy OnMouseDown = FormMouseDown OnMouseMove = FormMouseMove PixelsPerInch = 96 TextHeight = 13 object CountLabel: TLabel Left = 170 Top = 11 Width = 79 Height = 13 Hint = 'Accept in sequence only command with this number' AutoSize = False Caption = 'Command order:' ParentShowHint = False ShowHint = True OnMouseDown = CountLabelMouseDown IsControl = True end object PriorityLabel: TLabel Left = 170 Top = 55 Width = 79 Height = 13 AutoSize = False Caption = 'Priority level:' ParentShowHint = False ShowHint = True OnMouseDown = PriorityLabelMouseDown IsControl = True end object Panel1: TPanel Left = 0 Top = 0 Width = 160 Height = 97 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 OnMouseDown = Panel1MouseDown object InputSignalLabel: TLabel Left = 10 Top = 35 Width = 71 Height = 13 AutoSize = False Caption = 'InputSignal:' ParentShowHint = False ShowHint = True WordWrap = True OnMouseDown = InputSignalLabelMouseDown IsControl = True end object WWWLabel: TLabel Left = 10 Top = 77 Width = 31 Height = 13 Cursor = crHandPoint Hint = 'update' AutoSize = False Caption = 'www' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False ParentShowHint = False ShowHint = True OnClick = WWWLabelClick IsControl = True end object COMLabel: TLabel Left = 10 Top = 11 Width = 71 Height = 13 AutoSize = False Caption = 'COM:' ParentShowHint = False ShowHint = True OnMouseDown = COMLabelMouseDown IsControl = True end object COMComboBox: TComboBox Left = 80 Top = 8 Width = 73 Height = 21 ItemHeight = 13 MaxLength = 6 ParentShowHint = False ShowHint = True TabOrder = 0 Text = 'COM1' Items.Strings = ( 'COM1' 'COM2' 'COM3' 'COM4') end object InputSignalComboBox: TComboBox Left = 80 Top = 32 Width = 73 Height = 21 Style = csDropDownList ItemHeight = 13 ParentShowHint = False ShowHint = True TabOrder = 1 Items.Strings = ( 'CTS' 'DSR' 'DCD') end object ServiceCheckBox: TCheckBox Left = 80 Top = 76 Width = 73 Height = 17 Cursor = crMultiDrag Hint = 'log signal to file' Caption = 'service' ParentShowHint = False ShowHint = True TabOrder = 3 end object AdvancedButton: TButton Left = 80 Top = 56 Width = 73 Height = 17 Hint = 'Extended settings ...' Caption = 'Advanced >>' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -7 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 2 OnClick = AdvancedButtonClick end end object OKButton: TButton Left = 7 Top = 100 Width = 66 Height = 25 Hint = 'Apply settings' Caption = 'OK' Default = True ModalResult = 1 ParentShowHint = False ShowHint = True TabOrder = 1 end object InfoButton: TButton Left = 88 Top = 100 Width = 66 Height = 25 Cursor = crHelp Hint = 'Very simple hardware' Caption = 'About HW' ParentShowHint = False ShowHint = True TabOrder = 2 OnClick = InfoButtonClick end object CommandOrderSpinEdit: TSpinEdit Left = 248 Top = 7 Width = 35 Height = 22 Hint = 'Accept in sequence only command with this number' MaxLength = 1 MaxValue = 9 MinValue = 0 ParentShowHint = False ShowHint = True TabOrder = 3 Value = 0 end object AllowRing0CheckBox: TCheckBox Left = 170 Top = 33 Width = 111 Height = 17 Hint = 'Allow driver priority (only Win9x)' Caption = 'Allow Ring0 priority' ParentShowHint = False ShowHint = True TabOrder = 4 end object PrioritySpinEdit: TSpinEdit Left = 248 Top = 51 Width = 35 Height = 22 Hint = 'Accept in sequence only command with this number' MaxLength = 1 MaxValue = 8 MinValue = 0 ParentShowHint = False ShowHint = True TabOrder = 5 Value = 0 end object LoadDefaultButton: TButton Left = 229 Top = 100 Width = 51 Height = 25 Hint = 'Load default values' Caption = 'Defaults' ParentShowHint = False ShowHint = True TabOrder = 6 OnClick = LoadDefaultButtonClick end end