home *** CD-ROM | disk | FTP | other *** search
/ NetGuide 2004 March / NETGUIDN0403.iso / pc / featured / Windows / setup2k.exe / %WIN% / Cyb2k.exe / 0 / RCDATA / TSENDMAIL / TSENDMAIL.txt
Encoding:
Text File  |  2004-01-13  |  5.7 KB  |  217 lines

  1. object SendMail: TSendMail
  2.   Left = 310
  3.   Top = 195
  4.   Width = 441
  5.   Height = 384
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'Online Support'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   OnClose = FormClose
  16.   OnResize = FormResize
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object MessageText: TMemo
  21.     Left = 0
  22.     Top = 193
  23.     Width = 433
  24.     Height = 110
  25.     Align = alClient
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -12
  29.     Font.Name = 'Courier New'
  30.     Font.Style = []
  31.     ParentFont = False
  32.     ScrollBars = ssBoth
  33.     TabOrder = 2
  34.   end
  35.   object Panel2: TPanel
  36.     Left = 0
  37.     Top = 303
  38.     Width = 433
  39.     Height = 47
  40.     Align = alBottom
  41.     BevelOuter = bvNone
  42.     TabOrder = 0
  43.     object SendBtn: TBitBtn
  44.       Left = 98
  45.       Top = 8
  46.       Width = 77
  47.       Height = 32
  48.       Caption = 'Send'
  49.       Font.Charset = DEFAULT_CHARSET
  50.       Font.Color = clBlack
  51.       Font.Height = -11
  52.       Font.Name = 'MS Sans Serif'
  53.       Font.Style = []
  54.       ModalResult = 1
  55.       ParentFont = False
  56.       TabOrder = 0
  57.       OnClick = SendBtnClick
  58.       Glyph.Data = {
  59.         F6000000424DF600000000000000760000002800000010000000100000000100
  60.         0400000000008000000000000000000000001000000010000000000000000000
  61.         BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  62.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  63.         7777777777777070777777777777070F07777777777070FFF077777777070FCF
  64.         FF0777777070FCFC91F07777070FCFCF110D000070FFFCFFF000070807077777
  65.         00300B30000000000330070FBFBFBFBFB03000FBFBFBFBFBFB00000000000000
  66.         0000777777777777777777777777777777777777777777777777}
  67.       Margin = 8
  68.       Spacing = -1
  69.       IsControl = True
  70.     end
  71.     object CancelBtn: TBitBtn
  72.       Left = 190
  73.       Top = 8
  74.       Width = 77
  75.       Height = 32
  76.       Font.Charset = DEFAULT_CHARSET
  77.       Font.Color = clBlack
  78.       Font.Height = -11
  79.       Font.Name = 'MS Sans Serif'
  80.       Font.Style = []
  81.       ParentFont = False
  82.       TabOrder = 1
  83.       Kind = bkCancel
  84.       Margin = 8
  85.       Spacing = -1
  86.       IsControl = True
  87.     end
  88.   end
  89.   object Panel1: TPanel
  90.     Left = 0
  91.     Top = 0
  92.     Width = 433
  93.     Height = 193
  94.     Align = alTop
  95.     BevelOuter = bvNone
  96.     TabOrder = 1
  97.     object Label1: TLabel
  98.       Left = 8
  99.       Top = 166
  100.       Width = 393
  101.       Height = 13
  102.       AutoSize = False
  103.       Caption = 
  104.         'Please provide a detailed description of the problem you are exp' +
  105.         'eriencing:'
  106.       Font.Charset = DEFAULT_CHARSET
  107.       Font.Color = clNavy
  108.       Font.Height = -11
  109.       Font.Name = 'MS Sans Serif'
  110.       Font.Style = []
  111.       ParentFont = False
  112.     end
  113.     object GroupBox1: TGroupBox
  114.       Left = 8
  115.       Top = 8
  116.       Width = 409
  117.       Height = 153
  118.       Caption = 'Send Message to Technical Support'
  119.       Font.Charset = DEFAULT_CHARSET
  120.       Font.Color = clNavy
  121.       Font.Height = -11
  122.       Font.Name = 'MS Sans Serif'
  123.       Font.Style = [fsBold]
  124.       ParentFont = False
  125.       TabOrder = 0
  126.       object Label2: TLabel
  127.         Left = 20
  128.         Top = 21
  129.         Width = 138
  130.         Height = 13
  131.         Caption = 'What browser are you using?'
  132.         Font.Charset = DEFAULT_CHARSET
  133.         Font.Color = clNavy
  134.         Font.Height = -11
  135.         Font.Name = 'MS Sans Serif'
  136.         Font.Style = []
  137.         ParentFont = False
  138.       end
  139.       object Label3: TLabel
  140.         Left = 20
  141.         Top = 71
  142.         Width = 224
  143.         Height = 13
  144.         Caption = 'What type of Internet connection do you have?'
  145.         Font.Charset = DEFAULT_CHARSET
  146.         Font.Color = clNavy
  147.         Font.Height = -11
  148.         Font.Name = 'MS Sans Serif'
  149.         Font.Style = []
  150.         ParentFont = False
  151.       end
  152.       object AttachIVF: TCheckBox
  153.         Left = 26
  154.         Top = 118
  155.         Width = 341
  156.         Height = 19
  157.         Caption = 'Attach all CYBERsitter logs and system configuration information'
  158.         Checked = True
  159.         Font.Charset = DEFAULT_CHARSET
  160.         Font.Color = clWindowText
  161.         Font.Height = -11
  162.         Font.Name = 'MS Sans Serif'
  163.         Font.Style = []
  164.         ParentFont = False
  165.         State = cbChecked
  166.         TabOrder = 2
  167.       end
  168.       object BrowserName: TComboBox
  169.         Left = 16
  170.         Top = 40
  171.         Width = 361
  172.         Height = 21
  173.         Font.Charset = DEFAULT_CHARSET
  174.         Font.Color = clNavy
  175.         Font.Height = -11
  176.         Font.Name = 'MS Sans Serif'
  177.         Font.Style = []
  178.         ItemHeight = 13
  179.         ParentFont = False
  180.         TabOrder = 0
  181.         Items.Strings = (
  182.           'Microsoft Internet Explorer 5.5 or higher'
  183.           'Microsoft Internet Explorer 5.0x'
  184.           'Microsoft Internet Explorer 4.x'
  185.           'Netscape Navigator/Communicator 6 or higher'
  186.           'Netscape Navigator/Communicator 4.6'
  187.           'Netscape Navigator/Communicator 4.5 or lower'
  188.           'America On-line'
  189.           'Other browser not listed')
  190.       end
  191.       object ConnectionType: TComboBox
  192.         Left = 16
  193.         Top = 90
  194.         Width = 361
  195.         Height = 21
  196.         Font.Charset = DEFAULT_CHARSET
  197.         Font.Color = clNavy
  198.         Font.Height = -11
  199.         Font.Name = 'MS Sans Serif'
  200.         Font.Style = []
  201.         ItemHeight = 13
  202.         ParentFont = False
  203.         TabOrder = 1
  204.         Items.Strings = (
  205.           'Dialup Modem (regular telephone line)'
  206.           'Cable Modem Connection'
  207.           'DSL Connection'
  208.           'Frame Relay Connection via Network'
  209.           'T1 or Faster Connection via Network'
  210.           'Shared Dialup Connection via Network'
  211.           'Shared Cable Modem Connection via Network'
  212.           'Shared DSL Connection via Network')
  213.       end
  214.     end
  215.   end
  216. end
  217.