home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TACCOUNTWIZARD / TACCOUNTWIZARD.txt
Text File  |  2001-09-09  |  11KB  |  481 lines

  1. object AccountWizard: TAccountWizard
  2.   Left = 133
  3.   Top = 78
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Create New User Account'
  7.   ClientHeight = 342
  8.   ClientWidth = 408
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 8
  23.     Top = 288
  24.     Width = 390
  25.     Height = 2
  26.     Shape = bsTopLine
  27.   end
  28.   object bBack: TButton
  29.     Left = 64
  30.     Top = 304
  31.     Width = 89
  32.     Height = 25
  33.     HelpContext = 12006
  34.     Caption = '<   &Back'
  35.     Enabled = False
  36.     TabOrder = 1
  37.     OnClick = bBackClick
  38.   end
  39.   object bNext: TButton
  40.     Left = 160
  41.     Top = 304
  42.     Width = 89
  43.     Height = 25
  44.     HelpContext = 12005
  45.     Caption = '&Next   >'
  46.     Default = True
  47.     TabOrder = 2
  48.     OnClick = bNextClick
  49.   end
  50.   object bCancel: TButton
  51.     Left = 272
  52.     Top = 304
  53.     Width = 89
  54.     Height = 25
  55.     HelpContext = 12016
  56.     Cancel = True
  57.     Caption = 'Cancel'
  58.     ModalResult = 2
  59.     TabOrder = 3
  60.   end
  61.   object Book: TNotebook
  62.     Left = 8
  63.     Top = 8
  64.     Width = 393
  65.     Height = 265
  66.     TabOrder = 0
  67.     object TPage
  68.       Left = 0
  69.       Top = 0
  70.       Caption = 'Default'
  71.       object Bevel2: TBevel
  72.         Left = 5
  73.         Top = 8
  74.         Width = 380
  75.         Height = 81
  76.         Shape = bsFrame
  77.       end
  78.       object lGeneral: TLabel
  79.         Left = 16
  80.         Top = 16
  81.         Width = 361
  82.         Height = 65
  83.         AutoSize = False
  84.         Caption = 
  85.           'Enter user name and the account'#39's home directory. Make sure that' +
  86.           ' the name is not used by other account. If there are account con' +
  87.           'figuration files in the home directory already, the data from th' +
  88.           'ose files will be used for defaults for next steps.'
  89.         WordWrap = True
  90.       end
  91.       object Label2: TLabel
  92.         Left = 8
  93.         Top = 100
  94.         Width = 72
  95.         Height = 13
  96.         Caption = 'Account name:'
  97.         FocusControl = eName
  98.       end
  99.       object eName: TEdit
  100.         Left = 8
  101.         Top = 116
  102.         Width = 377
  103.         Height = 21
  104.         HelpContext = 12001
  105.         TabOrder = 0
  106.       end
  107.       object bBrowse: TButton
  108.         Left = 104
  109.         Top = 206
  110.         Width = 129
  111.         Height = 27
  112.         HelpContext = 12003
  113.         Caption = 'Browse'
  114.         TabOrder = 1
  115.         OnClick = bBrowseClick
  116.       end
  117.       object bClear: TButton
  118.         Left = 248
  119.         Top = 206
  120.         Width = 129
  121.         Height = 27
  122.         HelpContext = 12004
  123.         Caption = 'Clear'
  124.         TabOrder = 2
  125.         OnClick = bClearClick
  126.       end
  127.       object gbHomeDir: TGroupBox
  128.         Left = 8
  129.         Top = 156
  130.         Width = 377
  131.         Height = 41
  132.         Caption = '&Home directory:'
  133.         TabOrder = 3
  134.         object eDir: TEdit
  135.           Left = 8
  136.           Top = 17
  137.           Width = 361
  138.           Height = 20
  139.           HelpContext = 12002
  140.           BorderStyle = bsNone
  141.           ParentColor = True
  142.           ReadOnly = True
  143.           TabOrder = 0
  144.           Text = '<default>'
  145.         end
  146.       end
  147.     end
  148.     object TPage
  149.       Left = 0
  150.       Top = 0
  151.       Caption = 'E-mail'
  152.       object Bevel3: TBevel
  153.         Left = 5
  154.         Top = 4
  155.         Width = 380
  156.         Height = 85
  157.         Shape = bsFrame
  158.       end
  159.       object lEmail: TLabel
  160.         Left = 16
  161.         Top = 16
  162.         Width = 361
  163.         Height = 65
  164.         AutoSize = False
  165.         Caption = 
  166.           'Enter your e-mail data. This information will appear by default ' +
  167.           'in your messages as originator'#39's data'
  168.         WordWrap = True
  169.       end
  170.       object Label1: TLabel
  171.         Left = 8
  172.         Top = 108
  173.         Width = 70
  174.         Height = 13
  175.         Caption = '&Your full name:'
  176.         FocusControl = eFrom
  177.       end
  178.       object Label4: TLabel
  179.         Left = 8
  180.         Top = 148
  181.         Width = 71
  182.         Height = 13
  183.         Caption = '&E-mail address:'
  184.       end
  185.       object Label5: TLabel
  186.         Left = 8
  187.         Top = 180
  188.         Width = 62
  189.         Height = 13
  190.         Caption = '&Organisation:'
  191.         FocusControl = eOrg
  192.       end
  193.       object leg: TLabel
  194.         Left = 8
  195.         Top = 121
  196.         Width = 93
  197.         Height = 13
  198.         Caption = '(e.g. John G. Smith)'
  199.       end
  200.       object eFrom: TEdit
  201.         Left = 112
  202.         Top = 112
  203.         Width = 273
  204.         Height = 21
  205.         HelpContext = 12007
  206.         TabOrder = 0
  207.       end
  208.       object eAddress: TEdit
  209.         Left = 112
  210.         Top = 144
  211.         Width = 273
  212.         Height = 21
  213.         HelpContext = 12008
  214.         TabOrder = 1
  215.       end
  216.       object eOrg: TEdit
  217.         Left = 112
  218.         Top = 176
  219.         Width = 273
  220.         Height = 21
  221.         HelpContext = 12009
  222.         TabOrder = 2
  223.       end
  224.     end
  225.     object TPage
  226.       Left = 0
  227.       Top = 0
  228.       Caption = 'Servers'
  229.       object Bevel4: TBevel
  230.         Left = 5
  231.         Top = 4
  232.         Width = 380
  233.         Height = 85
  234.         Shape = bsFrame
  235.       end
  236.       object Label6: TLabel
  237.         Left = 16
  238.         Top = 16
  239.         Width = 361
  240.         Height = 65
  241.         AutoSize = False
  242.         Caption = 
  243.           'Enter your mail servers'#39' addresses - they must be provided by yo' +
  244.           'ur Network Administrator or the Internet Service Provider. SMTP ' +
  245.           'server is used for sending mail out, POP3 server is used for mai' +
  246.           'l retrieval.'
  247.         WordWrap = True
  248.       end
  249.       object ServersPanel: TPanel
  250.         Left = 2
  251.         Top = 96
  252.         Width = 388
  253.         Height = 110
  254.         BevelOuter = bvNone
  255.         TabOrder = 0
  256.         object Label7: TLabel
  257.           Left = 14
  258.           Top = 8
  259.           Width = 65
  260.           Height = 13
  261.           Caption = '&SMTP server:'
  262.           FocusControl = eSMTP
  263.         end
  264.         object Label8: TLabel
  265.           Left = 14
  266.           Top = 64
  267.           Width = 63
  268.           Height = 13
  269.           Caption = '&POP3 server:'
  270.           FocusControl = ePOP
  271.         end
  272.         object eSMTP: TEdit
  273.           Left = 6
  274.           Top = 24
  275.           Width = 376
  276.           Height = 21
  277.           HelpContext = 12010
  278.           TabOrder = 0
  279.         end
  280.         object ePOP: TEdit
  281.           Left = 6
  282.           Top = 80
  283.           Width = 376
  284.           Height = 21
  285.           HelpContext = 12011
  286.           TabOrder = 1
  287.         end
  288.       end
  289.     end
  290.     object TPage
  291.       Left = 0
  292.       Top = 0
  293.       Caption = 'POP data'
  294.       object Bevel5: TBevel
  295.         Left = 5
  296.         Top = 4
  297.         Width = 380
  298.         Height = 85
  299.         Shape = bsFrame
  300.       end
  301.       object Label9: TLabel
  302.         Left = 16
  303.         Top = 16
  304.         Width = 361
  305.         Height = 65
  306.         AutoSize = False
  307.         Caption = 
  308.           'Specify POP3 data for this account. If you choose APOP login met' +
  309.           'hod, make sure that this method is supported by your POP3 server' +
  310.           '. If you leave password field blank, you will be prompted for th' +
  311.           'e password later.'
  312.         WordWrap = True
  313.       end
  314.       object Label10: TLabel
  315.         Left = 8
  316.         Top = 108
  317.         Width = 51
  318.         Height = 13
  319.         Caption = '&Username:'
  320.         FocusControl = ePOPuser
  321.       end
  322.       object Label11: TLabel
  323.         Left = 8
  324.         Top = 140
  325.         Width = 49
  326.         Height = 13
  327.         Caption = '&Password:'
  328.       end
  329.       object ePOPuser: TEdit
  330.         Left = 120
  331.         Top = 104
  332.         Width = 264
  333.         Height = 21
  334.         HelpContext = 12012
  335.         TabOrder = 0
  336.       end
  337.       object ePassword: TEdit
  338.         Left = 120
  339.         Top = 136
  340.         Width = 264
  341.         Height = 21
  342.         HelpContext = 12013
  343.         PasswordChar = '*'
  344.         TabOrder = 1
  345.       end
  346.       object cbAPOP: TCheckBox
  347.         Left = 24
  348.         Top = 176
  349.         Width = 361
  350.         Height = 17
  351.         HelpContext = 12014
  352.         Caption = 'Use &encrypted login method (APOP)'
  353.         TabOrder = 2
  354.       end
  355.       object cbLeaveMail: TCheckBox
  356.         Left = 24
  357.         Top = 200
  358.         Width = 361
  359.         Height = 17
  360.         HelpContext = 12015
  361.         Caption = '&Leave copy of messages on the server'
  362.         TabOrder = 3
  363.       end
  364.     end
  365.     object TPage
  366.       Left = 0
  367.       Top = 0
  368.       Caption = 'Connection'
  369.       object Bevel6: TBevel
  370.         Left = 5
  371.         Top = 4
  372.         Width = 380
  373.         Height = 85
  374.         Shape = bsFrame
  375.       end
  376.       object Label12: TLabel
  377.         Left = 16
  378.         Top = 16
  379.         Width = 361
  380.         Height = 65
  381.         AutoSize = False
  382.         Caption = 
  383.           'Specify the method you are connecting to the Internet. Make sure' +
  384.           ' that TCP/IP protocol is installed on your machine and configure' +
  385.           'd properly.'
  386.         WordWrap = True
  387.       end
  388.       object rbLAN: TRadioButton
  389.         Left = 16
  390.         Top = 112
  391.         Width = 313
  392.         Height = 17
  393.         Caption = '&Local Area Network or manual connection'
  394.         Checked = True
  395.         TabOrder = 0
  396.         TabStop = True
  397.         OnClick = rbLANClick
  398.       end
  399.       object rbDUN: TRadioButton
  400.         Left = 16
  401.         Top = 152
  402.         Width = 193
  403.         Height = 17
  404.         Caption = '&Dial-up connection:'
  405.         TabOrder = 1
  406.         OnClick = rbLANClick
  407.       end
  408.       object lDUN: TComboBox
  409.         Left = 216
  410.         Top = 150
  411.         Width = 169
  412.         Height = 21
  413.         Style = csDropDownList
  414.         ItemHeight = 13
  415.         Sorted = True
  416.         TabOrder = 2
  417.       end
  418.       object cbAutoHangup: TCheckBox
  419.         Left = 40
  420.         Top = 192
  421.         Width = 345
  422.         Height = 17
  423.         Caption = 'Disconnect &automatically after completion of mail transfer'
  424.         TabOrder = 3
  425.       end
  426.     end
  427.     object TPage
  428.       Left = 0
  429.       Top = 0
  430.       Caption = 'Finish'
  431.       object Bevel7: TBevel
  432.         Left = 5
  433.         Top = 4
  434.         Width = 380
  435.         Height = 101
  436.         Shape = bsFrame
  437.       end
  438.       object Label14: TLabel
  439.         Left = 16
  440.         Top = 16
  441.         Width = 361
  442.         Height = 65
  443.         AutoSize = False
  444.         Caption = 
  445.           'The initial account setup is complete. You may check all other s' +
  446.           'ettings such as message templates, message management options an' +
  447.           'd preferences right now or leave this for later. Click Finish bu' +
  448.           'tton to add this account to The Bat! account list.'
  449.         WordWrap = True
  450.       end
  451.       object Label15: TLabel
  452.         Left = 24
  453.         Top = 128
  454.         Width = 305
  455.         Height = 13
  456.         Caption = 'Do you want to check all account'#39's settings now?'
  457.       end
  458.       object rbNo: TRadioButton
  459.         Left = 64
  460.         Top = 152
  461.         Width = 113
  462.         Height = 17
  463.         Caption = 'No'
  464.         Checked = True
  465.         TabOrder = 0
  466.         TabStop = True
  467.         OnClick = rbNoClick
  468.       end
  469.       object rbYes: TRadioButton
  470.         Left = 64
  471.         Top = 176
  472.         Width = 113
  473.         Height = 17
  474.         Caption = 'Yes'
  475.         TabOrder = 1
  476.         OnClick = rbNoClick
  477.       end
  478.     end
  479.   end
  480. end
  481.