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   
Text File  |  1999-02-09  |  6KB  |  283 lines

  1. object frmCreateNewAccount: TfrmCreateNewAccount
  2.   Left = 204
  3.   Top = 142
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Create new account'
  7.   ClientHeight = 318
  8.   ClientWidth = 328
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Verdana'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 8
  21.     Top = 8
  22.     Width = 32
  23.     Height = 32
  24.     AutoSize = True
  25.     Picture.Data = {<image000.bmp>}
  26.     Transparent = True
  27.   end
  28.   object Label1: TLabel
  29.     Left = 48
  30.     Top = 8
  31.     Width = 128
  32.     Height = 13
  33.     Caption = 'Create new account'
  34.     Font.Charset = ANSI_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -11
  37.     Font.Name = 'Verdana'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.   end
  41.   object Label2: TLabel
  42.     Left = 48
  43.     Top = 24
  44.     Width = 273
  45.     Height = 25
  46.     AutoSize = False
  47.     Caption = 
  48.       'Please enter the required information here below to create a new' +
  49.       ' mail account'
  50.     WordWrap = True
  51.   end
  52.   object btnOK: TButton
  53.     Left = 168
  54.     Top = 291
  55.     Width = 73
  56.     Height = 23
  57.     Caption = '&Done'
  58.     Default = True
  59.     ModalResult = 1
  60.     TabOrder = 2
  61.     OnClick = btnOKClick
  62.   end
  63.   object btnCancel: TButton
  64.     Left = 248
  65.     Top = 291
  66.     Width = 73
  67.     Height = 23
  68.     Cancel = True
  69.     Caption = '&Cancel'
  70.     ModalResult = 2
  71.     TabOrder = 3
  72.   end
  73.   object pagMain: TPageControl
  74.     Left = 8
  75.     Top = 58
  76.     Width = 313
  77.     Height = 199
  78.     ActivePage = tabPersonInfo
  79.     TabOrder = 0
  80.     object tabPersonInfo: TTabSheet
  81.       Caption = 'Personal info'
  82.       object lblNothing1: TLabel
  83.         Left = 24
  84.         Top = 48
  85.         Width = 67
  86.         Height = 13
  87.         Caption = 'Your name:'
  88.         Font.Charset = ANSI_CHARSET
  89.         Font.Color = clWindowText
  90.         Font.Height = -11
  91.         Font.Name = 'Verdana'
  92.         Font.Style = []
  93.         ParentFont = False
  94.       end
  95.       object lblNothing2: TLabel
  96.         Left = 40
  97.         Top = 112
  98.         Width = 49
  99.         Height = 13
  100.         Caption = 'User ID:'
  101.         Font.Charset = ANSI_CHARSET
  102.         Font.Color = clWindowText
  103.         Font.Height = -11
  104.         Font.Name = 'Verdana'
  105.         Font.Style = []
  106.         ParentFont = False
  107.       end
  108.       object lblNothing6: TLabel
  109.         Left = 32
  110.         Top = 144
  111.         Width = 59
  112.         Height = 13
  113.         Caption = 'Password:'
  114.         Font.Charset = ANSI_CHARSET
  115.         Font.Color = clWindowText
  116.         Font.Height = -11
  117.         Font.Name = 'Verdana'
  118.         Font.Style = []
  119.         ParentFont = False
  120.       end
  121.       object lblNothing7: TLabel
  122.         Left = 8
  123.         Top = 16
  124.         Width = 86
  125.         Height = 13
  126.         Caption = 'Account name:'
  127.         Font.Charset = ANSI_CHARSET
  128.         Font.Color = clWindowText
  129.         Font.Height = -11
  130.         Font.Name = 'Verdana'
  131.         Font.Style = []
  132.         ParentFont = False
  133.       end
  134.       object lblNothing8: TLabel
  135.         Left = 16
  136.         Top = 80
  137.         Width = 71
  138.         Height = 13
  139.         Caption = 'Your e-mail:'
  140.         Font.Charset = ANSI_CHARSET
  141.         Font.Color = clWindowText
  142.         Font.Height = -11
  143.         Font.Name = 'Verdana'
  144.         Font.Style = []
  145.         ParentFont = False
  146.       end
  147.       object edtAccountName: TEdit97
  148.         Left = 96
  149.         Top = 13
  150.         Width = 201
  151.         Height = 19
  152.         TabOrder = 0
  153.         Text = 'My mail account'
  154.       end
  155.       object edtName: TEdit97
  156.         Left = 96
  157.         Top = 45
  158.         Width = 201
  159.         Height = 19
  160.         TabOrder = 1
  161.         Text = 'John Doe'
  162.       end
  163.       object edtEMail: TEdit97
  164.         Left = 96
  165.         Top = 77
  166.         Width = 201
  167.         Height = 19
  168.         TabOrder = 2
  169.         Text = 'John@Doe.com'
  170.       end
  171.       object edtUserID: TEdit97
  172.         Left = 96
  173.         Top = 109
  174.         Width = 201
  175.         Height = 19
  176.         TabOrder = 3
  177.         Text = 'John Doe'
  178.       end
  179.       object edtPassword: TEdit97
  180.         Left = 96
  181.         Top = 141
  182.         Width = 201
  183.         Height = 19
  184.         PasswordChar = '*'
  185.         TabOrder = 4
  186.       end
  187.     end
  188.     object tabTechInfo: TTabSheet
  189.       Caption = 'Server settings'
  190.       ImageIndex = 1
  191.       object lblNothing3: TLabel
  192.         Left = 10
  193.         Top = 8
  194.         Width = 104
  195.         Height = 13
  196.         Caption = 'POP3 mail server:'
  197.       end
  198.       object lblNothing4: TLabel
  199.         Left = 7
  200.         Top = 68
  201.         Width = 105
  202.         Height = 13
  203.         Caption = 'SMTP mail server:'
  204.       end
  205.       object lblNothing5: TLabel
  206.         Left = 8
  207.         Top = 98
  208.         Width = 100
  209.         Height = 13
  210.         Caption = 'Port: (25 usually)'
  211.       end
  212.       object lblNothing9: TLabel
  213.         Left = 8
  214.         Top = 38
  215.         Width = 107
  216.         Height = 13
  217.         Caption = 'Port: (110 usually)'
  218.       end
  219.       object lblTip: TLabel
  220.         Left = 48
  221.         Top = 120
  222.         Width = 249
  223.         Height = 49
  224.         AutoSize = False
  225.         Caption = 
  226.           'Tip: better leave the "ports" parts to their default values sinc' +
  227.           'e this is what is almost always used by all ISPs.'
  228.         WordWrap = True
  229.       end
  230.       object imgIcon: TImage
  231.         Left = 8
  232.         Top = 128
  233.         Width = 32
  234.         Height = 32
  235.         AutoSize = True
  236.         Picture.Data = {<image001.ico>}
  237.       end
  238.       object edtPOP3: TEdit97
  239.         Left = 120
  240.         Top = 5
  241.         Width = 177
  242.         Height = 19
  243.         TabOrder = 0
  244.         Text = 'pop3.'
  245.       end
  246.       object edtPort_POP3: TEdit97
  247.         Left = 120
  248.         Top = 35
  249.         Width = 177
  250.         Height = 19
  251.         TabOrder = 1
  252.         Text = '110'
  253.       end
  254.       object edtSMTP: TEdit97
  255.         Left = 120
  256.         Top = 65
  257.         Width = 177
  258.         Height = 19
  259.         TabOrder = 2
  260.         Text = 'smtp.'
  261.       end
  262.       object edtPort_SMTP: TEdit97
  263.         Left = 120
  264.         Top = 95
  265.         Width = 177
  266.         Height = 19
  267.         TabOrder = 3
  268.         Text = '25'
  269.       end
  270.     end
  271.   end
  272.   object chkMakeDefault: TCheckBox
  273.     Left = 8
  274.     Top = 264
  275.     Width = 193
  276.     Height = 17
  277.     Caption = 'Make this my default account'
  278.     Checked = True
  279.     State = cbChecked
  280.     TabOrder = 1
  281.   end
  282. end
  283.