home *** CD-ROM | disk | FTP | other *** search
- object SendMail: TSendMail
- Left = 310
- Top = 195
- Width = 441
- Height = 384
- BorderIcons = [biSystemMenu, biMaximize]
- Caption = 'Online Support'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- OnClose = FormClose
- OnResize = FormResize
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object MessageText: TMemo
- Left = 0
- Top = 193
- Width = 433
- Height = 110
- Align = alClient
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- ScrollBars = ssBoth
- TabOrder = 2
- end
- object Panel2: TPanel
- Left = 0
- Top = 303
- Width = 433
- Height = 47
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object SendBtn: TBitBtn
- Left = 98
- Top = 8
- Width = 77
- Height = 32
- Caption = 'Send'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 0
- OnClick = SendBtnClick
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000010000000000000000000
- BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777777777070777777777777070F07777777777070FFF077777777070FCF
- FF0777777070FCFC91F07777070FCFCF110D000070FFFCFFF000070807077777
- 00300B30000000000330070FBFBFBFBFB03000FBFBFBFBFBFB00000000000000
- 0000777777777777777777777777777777777777777777777777}
- Margin = 8
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 190
- Top = 8
- Width = 77
- Height = 32
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- Kind = bkCancel
- Margin = 8
- Spacing = -1
- IsControl = True
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 433
- Height = 193
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- object Label1: TLabel
- Left = 8
- Top = 166
- Width = 393
- Height = 13
- AutoSize = False
- Caption =
- 'Please provide a detailed description of the problem you are exp' +
- 'eriencing:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 409
- Height = 153
- Caption = 'Send Message to Technical Support'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- object Label2: TLabel
- Left = 20
- Top = 21
- Width = 138
- Height = 13
- Caption = 'What browser are you using?'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 20
- Top = 71
- Width = 224
- Height = 13
- Caption = 'What type of Internet connection do you have?'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object AttachIVF: TCheckBox
- Left = 26
- Top = 118
- Width = 341
- Height = 19
- Caption = 'Attach all CYBERsitter logs and system configuration information'
- Checked = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 2
- end
- object BrowserName: TComboBox
- Left = 16
- Top = 40
- Width = 361
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- TabOrder = 0
- Items.Strings = (
- 'Microsoft Internet Explorer 5.5 or higher'
- 'Microsoft Internet Explorer 5.0x'
- 'Microsoft Internet Explorer 4.x'
- 'Netscape Navigator/Communicator 6 or higher'
- 'Netscape Navigator/Communicator 4.6'
- 'Netscape Navigator/Communicator 4.5 or lower'
- 'America On-line'
- 'Other browser not listed')
- end
- object ConnectionType: TComboBox
- Left = 16
- Top = 90
- Width = 361
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- TabOrder = 1
- Items.Strings = (
- 'Dialup Modem (regular telephone line)'
- 'Cable Modem Connection'
- 'DSL Connection'
- 'Frame Relay Connection via Network'
- 'T1 or Faster Connection via Network'
- 'Shared Dialup Connection via Network'
- 'Shared Cable Modem Connection via Network'
- 'Shared DSL Connection via Network')
- end
- end
- end
- end
-