object AboutBox1: TAboutBox1 Left = 423 Top = 142 HelpContext = 1003 BorderStyle = bsDialog Caption = 'Options' ClientHeight = 305 ClientWidth = 315 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] HelpFile = 'opc.hlp' Position = poScreenCenter OnCreate = FormCreate OnDestroy = restart_msg PixelsPerInch = 96 TextHeight = 16 object PageControl1: TPageControl Left = 0 Top = 0 Width = 315 Height = 305 ActivePage = TabSheet4 Align = alClient Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Times New Roman' Font.Style = [] HotTrack = True ParentFont = False TabOrder = 0 object TabSheet4: TTabSheet HelpContext = 1003 Caption = 'Connection' object GroupBox8: TGroupBox Left = 8 Top = 8 Width = 289 Height = 81 HelpContext = 1003 Caption = 'Dial Up Network Connect' TabOrder = 0 object Label8: TLabel Left = 8 Top = 56 Width = 117 Height = 15 Caption = 'Check for connect every' end object Label9: TLabel Left = 176 Top = 56 Width = 38 Height = 15 Caption = 'seconds' end object Image1: TImage Left = 248 Top = 12 Width = 57 Height = 49 Picture.Data = {} end object CheckBox16: TCheckBox Left = 8 Top = 24 Width = 233 Height = 17 HelpContext = 1003 Caption = 'Start timer when a dial up connect is made?' TabOrder = 0 OnClick = CheckBox16Click end object SpinEdit3: TSpinEdit Left = 128 Top = 49 Width = 41 Height = 24 HelpContext = 1003 MaxLength = 2 MaxValue = 60 MinValue = 1 TabOrder = 1 Value = 5 end end object GroupBox7: TGroupBox Left = 8 Top = 96 Width = 289 Height = 145 HelpContext = 1003 Caption = 'Modem Carrier Detect' TabOrder = 1 object Label3: TLabel Left = 8 Top = 24 Width = 269 Height = 30 Caption = 'Use this to detect connections to AOL, BBS'#39's and other services ' + 'which dont connect via Dial Up Connections' WordWrap = True end object Label12: TLabel Left = 8 Top = 91 Width = 32 Height = 15 Caption = 'Com 1' end object Label13: TLabel Left = 8 Top = 118 Width = 32 Height = 15 Caption = 'Com 2' end object Label14: TLabel Left = 152 Top = 91 Width = 35 Height = 15 Caption = 'Com 3 ' end object Label15: TLabel Left = 152 Top = 118 Width = 35 Height = 15 Caption = 'Com 4 ' end object CheckBox8: TCheckBox Left = 8 Top = 64 Width = 161 Height = 17 HelpContext = 1003 Caption = 'Detect a modem connection?' TabOrder = 0 OnClick = CheckBox8Click end object CheckBox12: TCheckBox Left = 48 Top = 91 Width = 17 Height = 17 HelpContext = 1003 Enabled = False TabOrder = 1 end object CheckBox13: TCheckBox Left = 48 Top = 118 Width = 17 Height = 17 HelpContext = 1003 Caption = 'CheckBox13' Enabled = False TabOrder = 2 end object CheckBox14: TCheckBox Left = 192 Top = 91 Width = 17 Height = 17 HelpContext = 1003 Caption = 'CheckBox14' Enabled = False TabOrder = 3 end object CheckBox15: TCheckBox Left = 192 Top = 118 Width = 17 Height = 17 HelpContext = 1003 Caption = 'CheckBox13' Enabled = False TabOrder = 4 end object ComboBox2: TComboBox Left = 72 Top = 90 Width = 57 Height = 23 HelpContext = 1003 ItemHeight = 15 Items.Strings = ( '$03F8' '$02F8' '$03E8' '$02E8') TabOrder = 5 Text = '$03F8' end object ComboBox3: TComboBox Left = 72 Top = 114 Width = 57 Height = 23 HelpContext = 1003 ItemHeight = 15 Items.Strings = ( '$03F8' '$02F8' '$03E8' '$02E8') TabOrder = 6 Text = '$02F8' end object ComboBox5: TComboBox Left = 216 Top = 114 Width = 57 Height = 23 HelpContext = 1003 ItemHeight = 15 Items.Strings = ( '$03F8' '$02F8' '$03E8' '$02E8') TabOrder = 7 Text = '$02E8' end object ComboBox4: TComboBox Left = 216 Top = 90 Width = 57 Height = 23 HelpContext = 1003 ItemHeight = 15 Items.Strings = ( '$03F8' '$02F8' '$03E8' '$02E8') TabOrder = 8 Text = '$03E8' end end end object TabSheet2: TTabSheet Caption = 'Logging' object GroupBox3: TGroupBox Left = 6 Top = 8 Width = 291 Height = 145 Caption = 'Logging' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False TabOrder = 0 object Label2: TLabel Left = 8 Top = 24 Width = 192 Height = 30 Alignment = taCenter Caption = 'Note: All logfiles are stored in the same directory as OPC.' WordWrap = True end object Image2: TImage Left = 256 Top = 12 Width = 41 Height = 41 Picture.Data = {} end object CheckBox3: TCheckBox Left = 8 Top = 88 Width = 153 Height = 17 Caption = 'Keep a call log TEXT file?' TabOrder = 0 OnClick = CheckBox3Click end object Edit2: TEdit Left = 176 Top = 88 Width = 73 Height = 20 AutoSize = False MaxLength = 80 TabOrder = 1 Text = 'log.txt' end object CheckBox4: TCheckBox Left = 8 Top = 112 Width = 145 Height = 17 Caption = 'Keep an OPC report file?' TabOrder = 2 OnClick = CheckBox4Click end object Edit3: TEdit Left = 176 Top = 112 Width = 73 Height = 20 AutoSize = False MaxLength = 80 TabOrder = 3 Text = 'rep.txt' end object CheckBox10: TCheckBox Left = 8 Top = 64 Width = 270 Height = 17 Caption = 'Keep a call log file [Required for log file filters]?' TabOrder = 4 end end object GroupBox9: TGroupBox Left = 8 Top = 160 Width = 289 Height = 81 Caption = 'Autosave' TabOrder = 1 object Label4: TLabel Left = 26 Top = 24 Width = 221 Height = 30 Caption = 'Autosave call information incase of computer crash?' WordWrap = True end object Label5: TLabel Left = 8 Top = 56 Width = 79 Height = 15 Caption = 'Autosave every ' end object Label10: TLabel Left = 136 Top = 56 Width = 46 Height = 15 Caption = 'minute(s)' end object CheckBox11: TCheckBox Left = 8 Top = 24 Width = 17 Height = 17 TabOrder = 0 OnClick = CheckBox11Click end object SpinEdit2: TSpinEdit Left = 88 Top = 50 Width = 41 Height = 24 MaxValue = 250 MinValue = 1 TabOrder = 1 Value = 1 end end end object TabSheet1: TTabSheet Caption = 'Modes' object GroupBox2: TGroupBox Left = 8 Top = 8 Width = 289 Height = 161 Caption = 'OPC Run modes' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False TabOrder = 0 object Image6: TImage Left = 8 Top = 22 Width = 57 Height = 25 Picture.Data = {} end object Image3: TImage Left = 248 Top = 12 Width = 41 Height = 41 Picture.Data = {} end object CheckBox7: TCheckBox Left = 8 Top = 128 Width = 233 Height = 17 Caption = 'Run OPC in small mode?' TabOrder = 0 end object CheckBox2: TCheckBox Left = 8 Top = 104 Width = 271 Height = 17 Caption = 'Place OPC on taskbar when the timer is started?' TabOrder = 1 OnClick = CheckBox2Click end object CheckBox5: TCheckBox Left = 8 Top = 80 Width = 265 Height = 17 Caption = 'Place in Windows system tray when timer started?' TabOrder = 2 OnClick = CheckBox5Click end object CheckBox9: TCheckBox Left = 8 Top = 56 Width = 249 Height = 17 Caption = 'Run OPC in Windows system tray on startup?' TabOrder = 3 OnClick = CheckBox9Click end end object GroupBox11: TGroupBox Left = 8 Top = 176 Width = 289 Height = 65 Caption = 'Main screen totals' TabOrder = 1 object RadioButton10: TRadioButton Left = 8 Top = 24 Width = 153 Height = 17 Caption = 'All calls logged with OPC' Checked = True TabOrder = 0 TabStop = True end object RadioButton11: TRadioButton Left = 8 Top = 40 Width = 177 Height = 17 Caption = 'All calls logged this billing term' TabOrder = 1 OnClick = RadioButton11Click end object ComboBox1: TComboBox Left = 184 Top = 36 Width = 97 Height = 23 ItemHeight = 15 Items.Strings = ( 'Weekly' 'Monthly' 'Quarterly' 'Annually') TabOrder = 2 OnChange = ComboBox1Change end end end object TabSheet3: TTabSheet Caption = 'Notification' object GroupBox4: TGroupBox Left = 6 Top = 8 Width = 291 Height = 113 Caption = 'Notification' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False TabOrder = 0 object Label6: TLabel Left = 206 Top = 25 Width = 46 Height = 15 Caption = 'minute(s)' end object SpeedButton1: TSpeedButton Left = 8 Top = 56 Width = 73 Height = 20 Caption = 'Browse...' Glyph.Data = { 76010000424D7601000000000000760000002800000020000000100000000100 04000000000000010000120B0000120B00001000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555 555555FFFFFFFFFF55555000000000055555577777777775FFFF00B8B8B8B8B0 0000775F5555555777770B0B8B8B8B8B0FF07F75F555555575F70FB0B8B8B8B8 B0F07F575FFFFFFFF7F70BFB0000000000F07F557777777777570FBFBF0FFFFF FFF07F55557F5FFFFFF70BFBFB0F000000F07F55557F777777570FBFBF0FFFFF FFF075F5557F5FFFFFF750FBFB0F000000F0575FFF7F777777575700000FFFFF FFF05577777F5FF55FF75555550F00FF00005555557F775577775555550FFFFF 0F055555557F55557F755555550FFFFF00555555557FFFFF7755555555000000 0555555555777777755555555555555555555555555555555555} NumGlyphs = 2 OnClick = SpeedButton1Click end object Label1: TLabel Left = 88 Top = 56 Width = 85 Height = 15 Caption = 'Wave file (*.wav)' end object Image5: TImage Left = 256 Top = 8 Width = 41 Height = 33 Picture.Data = {} end object CheckBox6: TCheckBox Left = 8 Top = 24 Width = 153 Height = 17 Caption = ' Online sound every ' TabOrder = 0 OnClick = CheckBox6Click end object SpinEdit1: TSpinEdit Left = 136 Top = 23 Width = 65 Height = 22 AutoSize = False Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] MaxValue = 999999 MinValue = 1 ParentFont = False TabOrder = 1 Value = 1 end object Edit4: TEdit Left = 8 Top = 80 Width = 273 Height = 25 AutoSize = False TabOrder = 2 end end object GroupBox10: TGroupBox Left = 8 Top = 128 Width = 289 Height = 113 Caption = 'Time && Sound' TabOrder = 1 object Label11: TLabel Left = 8 Top = 32 Width = 107 Height = 15 Caption = 'Minutes && Sound File' end object ListBox1: TListBox Left = 8 Top = 48 Width = 273 Height = 57 ItemHeight = 15 TabOrder = 0 end object Button2: TButton Left = 200 Top = 12 Width = 81 Height = 17 Caption = 'Remove Sound' TabOrder = 1 OnClick = Button2Click end object Button3: TButton Left = 128 Top = 12 Width = 67 Height = 17 Caption = 'Add Sound' TabOrder = 2 OnClick = Button3Click end end end object TabSheet5: TTabSheet Caption = 'Misc' object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 289 Height = 73 Caption = 'Password' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False TabOrder = 0 object Label7: TLabel Left = 96 Top = 48 Width = 164 Height = 15 Caption = '(Note: Password is case sensitive)' end object Image4: TImage Left = 248 Top = 12 Width = 41 Height = 33 Picture.Data = {} end object CheckBox1: TCheckBox Left = 8 Top = 24 Width = 145 Height = 17 Caption = ' Password Protect OPC' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = CheckBox1Click end object Edit1: TEdit Left = 32 Top = 48 Width = 57 Height = 19 AutoSize = False Enabled = False MaxLength = 8 TabOrder = 1 Text = 'Password' end end object GroupBox5: TGroupBox Left = 8 Top = 88 Width = 289 Height = 49 Caption = 'Currency' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False TabOrder = 1 object RadioButton1: TRadioButton Left = 16 Top = 22 Width = 25 Height = 17 Alignment = taLeftJustify Caption = '�' TabOrder = 0 end object RadioButton2: TRadioButton Left = 56 Top = 22 Width = 25 Height = 17 Alignment = taLeftJustify Caption = '$' TabOrder = 1 end object RadioButton3: TRadioButton Left = 96 Top = 22 Width = 23 Height = 17 Alignment = taLeftJustify Caption = '?' TabOrder = 2 end object Edit5: TEdit Left = 128 Top = 22 Width = 17 Height = 16 AutoSize = False MaxLength = 1 TabOrder = 3 Text = '?' end end object GroupBox6: TGroupBox Left = 6 Top = 144 Width = 291 Height = 81 Caption = 'Call Rates' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False TabOrder = 2 object RadioButton4: TRadioButton Left = 8 Top = 24 Width = 153 Height = 17 Caption = 'Always use Rate 1' TabOrder = 0 end object RadioButton5: TRadioButton Left = 8 Top = 40 Width = 161 Height = 17 Caption = 'Always use Rate 2' TabOrder = 1 end object RadioButton6: TRadioButton Left = 8 Top = 56 Width = 169 Height = 17 Caption = 'Ask at the start of each call' TabOrder = 2 end end end end object Button1: TButton Left = 226 Top = 272 Width = 75 Height = 25 Caption = 'OK' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 1 end object OpenDialog1: TOpenDialog Filter = 'Wave File (*.wav)|*.wav|All Files (*.*)|*.*' Options = [ofNoChangeDir] Title = 'Select Wave File' Left = 8 Top = 320 end end