home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February / PCWorld_2008-02_cd.bin / temacd / ksp / ksp2006r3full.exe / player.exe / 0 / RCDATA / TSUPPORTFORM / TSUPPORTFORM.txt
Text File  |  2006-09-04  |  2KB  |  84 lines

  1. object SupportForm: TSupportForm
  2.   Left = 0
  3.   Top = 0
  4.   BorderStyle = bsDialog
  5.   Caption = 'Support:'
  6.   ClientHeight = 294
  7.   ClientWidth = 428
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 144
  20.     Top = 8
  21.     Width = 252
  22.     Height = 13
  23.     Caption = 'Detailed problem description (what were you doing?)'
  24.     WordWrap = True
  25.   end
  26.   object Label2: TLabel
  27.     Left = 8
  28.     Top = 91
  29.     Width = 121
  30.     Height = 154
  31.     AutoSize = False
  32.     Caption = 
  33.       'Fields marked with * are must be filled. An e-mail address will ' +
  34.       'be used only to contact purposes and will be known only by our S' +
  35.       'upport Team'
  36.     WordWrap = True
  37.   end
  38.   object Button1: TButton
  39.     Left = 335
  40.     Top = 251
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'Don'#39't Send'
  44.     TabOrder = 0
  45.   end
  46.   object Button2: TButton
  47.     Left = 254
  48.     Top = 251
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'Send'
  52.     TabOrder = 1
  53.     OnClick = Button2Click
  54.   end
  55.   object Memo1: TMemo
  56.     Left = 144
  57.     Top = 27
  58.     Width = 276
  59.     Height = 218
  60.     ScrollBars = ssBoth
  61.     TabOrder = 2
  62.   end
  63.   object LabeledEdit1: TLabeledEdit
  64.     Left = 8
  65.     Top = 24
  66.     Width = 121
  67.     Height = 21
  68.     EditLabel.Width = 37
  69.     EditLabel.Height = 13
  70.     EditLabel.Caption = 'Name*:'
  71.     TabOrder = 3
  72.   end
  73.   object LabeledEdit2: TLabeledEdit
  74.     Left = 8
  75.     Top = 64
  76.     Width = 121
  77.     Height = 21
  78.     EditLabel.Width = 38
  79.     EditLabel.Height = 13
  80.     EditLabel.Caption = 'E-mail*:'
  81.     TabOrder = 4
  82.   end
  83. end
  84.