home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 March
/
PCWorld_1999-03_cd.bin
/
TemaCD
/
MailWar
/
MailWarrior2.exe
/
0
/
RCDATA
/
TFRMCREATENEWACCOUNT
/
TFRMCREATENEWACCOUNT.txt
< prev
Wrap
Text File
|
1999-02-09
|
6KB
|
283 lines
object frmCreateNewAccount: TfrmCreateNewAccount
Left = 204
Top = 142
BorderIcons = []
BorderStyle = bsSingle
Caption = 'Create new account'
ClientHeight = 318
ClientWidth = 328
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 8
Top = 8
Width = 32
Height = 32
AutoSize = True
Picture.Data = {<image000.bmp>}
Transparent = True
end
object Label1: TLabel
Left = 48
Top = 8
Width = 128
Height = 13
Caption = 'Create new account'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 48
Top = 24
Width = 273
Height = 25
AutoSize = False
Caption =
'Please enter the required information here below to create a new' +
' mail account'
WordWrap = True
end
object btnOK: TButton
Left = 168
Top = 291
Width = 73
Height = 23
Caption = '&Done'
Default = True
ModalResult = 1
TabOrder = 2
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 248
Top = 291
Width = 73
Height = 23
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 3
end
object pagMain: TPageControl
Left = 8
Top = 58
Width = 313
Height = 199
ActivePage = tabPersonInfo
TabOrder = 0
object tabPersonInfo: TTabSheet
Caption = 'Personal info'
object lblNothing1: TLabel
Left = 24
Top = 48
Width = 67
Height = 13
Caption = 'Your name:'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
end
object lblNothing2: TLabel
Left = 40
Top = 112
Width = 49
Height = 13
Caption = 'User ID:'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
end
object lblNothing6: TLabel
Left = 32
Top = 144
Width = 59
Height = 13
Caption = 'Password:'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
end
object lblNothing7: TLabel
Left = 8
Top = 16
Width = 86
Height = 13
Caption = 'Account name:'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
end
object lblNothing8: TLabel
Left = 16
Top = 80
Width = 71
Height = 13
Caption = 'Your e-mail:'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
end
object edtAccountName: TEdit97
Left = 96
Top = 13
Width = 201
Height = 19
TabOrder = 0
Text = 'My mail account'
end
object edtName: TEdit97
Left = 96
Top = 45
Width = 201
Height = 19
TabOrder = 1
Text = 'John Doe'
end
object edtEMail: TEdit97
Left = 96
Top = 77
Width = 201
Height = 19
TabOrder = 2
Text = 'John@Doe.com'
end
object edtUserID: TEdit97
Left = 96
Top = 109
Width = 201
Height = 19
TabOrder = 3
Text = 'John Doe'
end
object edtPassword: TEdit97
Left = 96
Top = 141
Width = 201
Height = 19
PasswordChar = '*'
TabOrder = 4
end
end
object tabTechInfo: TTabSheet
Caption = 'Server settings'
ImageIndex = 1
object lblNothing3: TLabel
Left = 10
Top = 8
Width = 104
Height = 13
Caption = 'POP3 mail server:'
end
object lblNothing4: TLabel
Left = 7
Top = 68
Width = 105
Height = 13
Caption = 'SMTP mail server:'
end
object lblNothing5: TLabel
Left = 8
Top = 98
Width = 100
Height = 13
Caption = 'Port: (25 usually)'
end
object lblNothing9: TLabel
Left = 8
Top = 38
Width = 107
Height = 13
Caption = 'Port: (110 usually)'
end
object lblTip: TLabel
Left = 48
Top = 120
Width = 249
Height = 49
AutoSize = False
Caption =
'Tip: better leave the "ports" parts to their default values sinc' +
'e this is what is almost always used by all ISPs.'
WordWrap = True
end
object imgIcon: TImage
Left = 8
Top = 128
Width = 32
Height = 32
AutoSize = True
Picture.Data = {<image001.ico>}
end
object edtPOP3: TEdit97
Left = 120
Top = 5
Width = 177
Height = 19
TabOrder = 0
Text = 'pop3.'
end
object edtPort_POP3: TEdit97
Left = 120
Top = 35
Width = 177
Height = 19
TabOrder = 1
Text = '110'
end
object edtSMTP: TEdit97
Left = 120
Top = 65
Width = 177
Height = 19
TabOrder = 2
Text = 'smtp.'
end
object edtPort_SMTP: TEdit97
Left = 120
Top = 95
Width = 177
Height = 19
TabOrder = 3
Text = '25'
end
end
end
object chkMakeDefault: TCheckBox
Left = 8
Top = 264
Width = 193
Height = 17
Caption = 'Make this my default account'
Checked = True
State = cbChecked
TabOrder = 1
end
end