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
Wrap
Text File
|
2006-09-04
|
2KB
|
84 lines
object SupportForm: TSupportForm
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'Support:'
ClientHeight = 294
ClientWidth = 428
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 144
Top = 8
Width = 252
Height = 13
Caption = 'Detailed problem description (what were you doing?)'
WordWrap = True
end
object Label2: TLabel
Left = 8
Top = 91
Width = 121
Height = 154
AutoSize = False
Caption =
'Fields marked with * are must be filled. An e-mail address will ' +
'be used only to contact purposes and will be known only by our S' +
'upport Team'
WordWrap = True
end
object Button1: TButton
Left = 335
Top = 251
Width = 75
Height = 25
Caption = 'Don'#39't Send'
TabOrder = 0
end
object Button2: TButton
Left = 254
Top = 251
Width = 75
Height = 25
Caption = 'Send'
TabOrder = 1
OnClick = Button2Click
end
object Memo1: TMemo
Left = 144
Top = 27
Width = 276
Height = 218
ScrollBars = ssBoth
TabOrder = 2
end
object LabeledEdit1: TLabeledEdit
Left = 8
Top = 24
Width = 121
Height = 21
EditLabel.Width = 37
EditLabel.Height = 13
EditLabel.Caption = 'Name*:'
TabOrder = 3
end
object LabeledEdit2: TLabeledEdit
Left = 8
Top = 64
Width = 121
Height = 21
EditLabel.Width = 38
EditLabel.Height = 13
EditLabel.Caption = 'E-mail*:'
TabOrder = 4
end
end