home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2000 #9 / Net2.iso / Utility / automate.exe / %MAINDIR% / Settings.exe / 0 / RCDATA / TFRMNETSETTINGSWIZARD / TFRMNETSETTINGSWIZARD.txt < prev   
Encoding:
Text File  |  2000-07-27  |  10.7 KB  |  476 lines

  1. object frmNetSettingsWizard: TfrmNetSettingsWizard
  2.   Left = 509
  3.   Top = 320
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Machine Registration Wizard'
  7.   ClientHeight = 283
  8.   ClientWidth = 499
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 2
  23.     Top = 5
  24.     Width = 123
  25.     Height = 234
  26.   end
  27.   object imgLogo: TImage
  28.     Left = 4
  29.     Top = 6
  30.     Width = 120
  31.     Height = 232
  32.     AutoSize = True
  33.     Picture.Data = {<image001.bmp>}
  34.   end
  35.   object Label3: TLabel
  36.     Left = 316
  37.     Top = 164
  38.     Width = 109
  39.     Height = 13
  40.     AutoSize = False
  41.     Caption = '&User Name:'
  42.   end
  43.   object pnlIntroduction: TPanel
  44.     Left = 125
  45.     Top = 3
  46.     Width = 370
  47.     Height = 250
  48.     BevelOuter = bvNone
  49.     TabOrder = 0
  50.     Visible = False
  51.     object lblIntroTitle: TLabel
  52.       Left = 11
  53.       Top = 4
  54.       Width = 286
  55.       Height = 22
  56.       Caption = 'Enterprise Server Settings Wizard'
  57.       Font.Charset = ANSI_CHARSET
  58.       Font.Color = clBlack
  59.       Font.Height = -19
  60.       Font.Name = 'Arial'
  61.       Font.Style = []
  62.       ParentFont = False
  63.     end
  64.     object Label27: TLabel
  65.       Left = 12
  66.       Top = 30
  67.       Width = 353
  68.       Height = 52
  69.       AutoSize = False
  70.       Caption = 'Use this wizard to set up your AutoMate network settings.'
  71.       WordWrap = True
  72.     end
  73.   end
  74.   object pnlMachineName: TPanel
  75.     Left = 125
  76.     Top = 3
  77.     Width = 370
  78.     Height = 250
  79.     BevelOuter = bvNone
  80.     TabOrder = 3
  81.     Visible = False
  82.     OnEnter = pnlConnectionTypeEnter
  83.     object lblMachineNameTitle: TLabel
  84.       Left = 11
  85.       Top = 4
  86.       Width = 262
  87.       Height = 22
  88.       Caption = 'Machine Name and Description'
  89.       Font.Charset = ANSI_CHARSET
  90.       Font.Color = clBlack
  91.       Font.Height = -19
  92.       Font.Name = 'Arial'
  93.       Font.Style = []
  94.       ParentFont = False
  95.     end
  96.     object lblMachineNameDesc: TLabel
  97.       Left = 12
  98.       Top = 30
  99.       Width = 353
  100.       Height = 52
  101.       AutoSize = False
  102.       Caption = 
  103.         'Here you can specify a friendly name for your AutoMate machine. ' +
  104.         ' This name will be displayed to other users when they want to de' +
  105.         'ploy a task to your machine.  You may also optionally add a desc' +
  106.         'ription, which will accompany your machine name.'
  107.       WordWrap = True
  108.     end
  109.     object lblMachineName: TLabel
  110.       Left = 12
  111.       Top = 108
  112.       Width = 109
  113.       Height = 13
  114.       AutoSize = False
  115.       Caption = '&Machine Name:'
  116.       FocusControl = edtMachineName
  117.     end
  118.     object Label1: TLabel
  119.       Left = 12
  120.       Top = 156
  121.       Width = 109
  122.       Height = 13
  123.       AutoSize = False
  124.       Caption = 'Machine &Description:'
  125.       FocusControl = edtMachineDescription
  126.     end
  127.     object edtMachineName: TEdit
  128.       Left = 12
  129.       Top = 124
  130.       Width = 173
  131.       Height = 21
  132.       TabOrder = 0
  133.       OnKeyPress = edtMachineNameKeyPress
  134.     end
  135.     object edtMachineDescription: TEdit
  136.       Left = 12
  137.       Top = 172
  138.       Width = 173
  139.       Height = 21
  140.       TabOrder = 1
  141.       OnKeyPress = edtMachineDescriptionKeyPress
  142.     end
  143.   end
  144.   object pnlAdminDetails: TPanel
  145.     Left = 125
  146.     Top = 3
  147.     Width = 370
  148.     Height = 250
  149.     BevelOuter = bvNone
  150.     TabOrder = 1
  151.     Visible = False
  152.     OnEnter = pnlConnectionTypeEnter
  153.     object lblAdminDetailsTitle: TLabel
  154.       Left = 11
  155.       Top = 4
  156.       Width = 211
  157.       Height = 22
  158.       Caption = 'Administrator Information'
  159.       Font.Charset = ANSI_CHARSET
  160.       Font.Color = clBlack
  161.       Font.Height = -19
  162.       Font.Name = 'Arial'
  163.       Font.Style = []
  164.       ParentFont = False
  165.     end
  166.     object lblAdminDetailsDesc: TLabel
  167.       Left = 12
  168.       Top = 30
  169.       Width = 353
  170.       Height = 52
  171.       AutoSize = False
  172.       Caption = 
  173.         'You must now specify the name and password of a user on your net' +
  174.         'work that has administrator priveleges (e.g. the Administrator) ' +
  175.         ' Using this username and password, AutoMate will automatically r' +
  176.         'egister you wish the network.'
  177.       WordWrap = True
  178.     end
  179.     object lblAdminName: TLabel
  180.       Left = 12
  181.       Top = 108
  182.       Width = 109
  183.       Height = 13
  184.       AutoSize = False
  185.       Caption = '&Administrator Name:'
  186.       FocusControl = edtAdminName
  187.     end
  188.     object lblAdminPassword: TLabel
  189.       Left = 12
  190.       Top = 156
  191.       Width = 121
  192.       Height = 13
  193.       AutoSize = False
  194.       Caption = 'Administrator &Password:'
  195.       FocusControl = edtAdminPassword
  196.     end
  197.     object edtAdminName: TEdit
  198.       Left = 12
  199.       Top = 124
  200.       Width = 173
  201.       Height = 21
  202.       TabOrder = 0
  203.       OnKeyPress = edtAdminNameKeyPress
  204.     end
  205.     object edtAdminPassword: TEdit
  206.       Left = 12
  207.       Top = 172
  208.       Width = 173
  209.       Height = 21
  210.       PasswordChar = '*'
  211.       TabOrder = 1
  212.       OnKeyPress = edtAdminPasswordKeyPress
  213.     end
  214.   end
  215.   object pnlUserName: TPanel
  216.     Left = 125
  217.     Top = 3
  218.     Width = 370
  219.     Height = 250
  220.     BevelOuter = bvNone
  221.     TabOrder = 4
  222.     Visible = False
  223.     OnEnter = pnlUserNameEnter
  224.     object lblUserNameTitle: TLabel
  225.       Left = 11
  226.       Top = 4
  227.       Width = 232
  228.       Height = 22
  229.       Caption = 'User Name and Description'
  230.       Font.Charset = ANSI_CHARSET
  231.       Font.Color = clBlack
  232.       Font.Height = -19
  233.       Font.Name = 'Arial'
  234.       Font.Style = []
  235.       ParentFont = False
  236.     end
  237.     object lblUserNameDesc: TLabel
  238.       Left = 12
  239.       Top = 30
  240.       Width = 353
  241.       Height = 52
  242.       AutoSize = False
  243.       Caption = 
  244.         'Here you can specify the name and password of the user that will' +
  245.         ' be using this machine to connect to the AutoMate Enterprise Ser' +
  246.         'ver.  '
  247.       WordWrap = True
  248.     end
  249.     object lblUserName: TLabel
  250.       Left = 12
  251.       Top = 72
  252.       Width = 109
  253.       Height = 13
  254.       AutoSize = False
  255.       Caption = '&User Name:'
  256.       FocusControl = edtUserName
  257.     end
  258.     object lblUserDescription: TLabel
  259.       Left = 12
  260.       Top = 204
  261.       Width = 109
  262.       Height = 13
  263.       AutoSize = False
  264.       Caption = 'User &Description:'
  265.       FocusControl = edtUserDescription
  266.     end
  267.     object lblUserPassword: TLabel
  268.       Left = 12
  269.       Top = 116
  270.       Width = 109
  271.       Height = 13
  272.       AutoSize = False
  273.       Caption = 'User &Password:'
  274.       FocusControl = edtUserPassword
  275.     end
  276.     object lblUserConfirmPassword: TLabel
  277.       Left = 12
  278.       Top = 160
  279.       Width = 109
  280.       Height = 13
  281.       AutoSize = False
  282.       Caption = '&Confirm Password:'
  283.       FocusControl = edtUserPassword
  284.     end
  285.     object edtUserName: TEdit
  286.       Left = 12
  287.       Top = 88
  288.       Width = 173
  289.       Height = 21
  290.       TabOrder = 0
  291.       OnKeyPress = edtUserNameKeyPress
  292.     end
  293.     object edtUserDescription: TEdit
  294.       Left = 12
  295.       Top = 220
  296.       Width = 173
  297.       Height = 21
  298.       TabOrder = 3
  299.       OnKeyPress = edtUserDescriptionKeyPress
  300.     end
  301.     object edtUserPassword: TEdit
  302.       Left = 12
  303.       Top = 132
  304.       Width = 173
  305.       Height = 21
  306.       PasswordChar = '*'
  307.       TabOrder = 1
  308.       OnKeyPress = edtUserPasswordKeyPress
  309.     end
  310.     object edtUserConfirmPassword: TEdit
  311.       Left = 12
  312.       Top = 176
  313.       Width = 173
  314.       Height = 21
  315.       PasswordChar = '*'
  316.       TabOrder = 2
  317.       OnKeyPress = edtUserConfirmPasswordKeyPress
  318.     end
  319.   end
  320.   object pnlFinished: TPanel
  321.     Left = 125
  322.     Top = 3
  323.     Width = 370
  324.     Height = 250
  325.     BevelOuter = bvNone
  326.     TabOrder = 5
  327.     Visible = False
  328.     OnEnter = pnlConnectionTypeEnter
  329.     object lblFinishedTitle: TLabel
  330.       Left = 11
  331.       Top = 4
  332.       Width = 78
  333.       Height = 22
  334.       Caption = 'Finished!'
  335.       Font.Charset = ANSI_CHARSET
  336.       Font.Color = clBlack
  337.       Font.Height = -19
  338.       Font.Name = 'Arial'
  339.       Font.Style = []
  340.       ParentFont = False
  341.     end
  342.     object lblFinishedDesc: TLabel
  343.       Left = 12
  344.       Top = 30
  345.       Width = 353
  346.       Height = 52
  347.       AutoSize = False
  348.       Caption = 
  349.         'You are now finished providing AutoMate with the information it ' +
  350.         'needs to setup your machine.  AutoMate will now attempt to regis' +
  351.         'ter your machine on the network, and log you on as a user.'
  352.       WordWrap = True
  353.     end
  354.   end
  355.   object pnlConnectionType: TPanel
  356.     Left = 125
  357.     Top = 3
  358.     Width = 370
  359.     Height = 250
  360.     BevelOuter = bvNone
  361.     TabOrder = 2
  362.     Visible = False
  363.     OnEnter = pnlConnectionTypeEnter
  364.     object lblConnectionTypeTitle: TLabel
  365.       Left = 11
  366.       Top = 4
  367.       Width = 130
  368.       Height = 22
  369.       Caption = 'Server Settings'
  370.       Font.Charset = ANSI_CHARSET
  371.       Font.Color = clBlack
  372.       Font.Height = -19
  373.       Font.Name = 'Arial'
  374.       Font.Style = []
  375.       ParentFont = False
  376.     end
  377.     object lblConnectionTypeDesc: TLabel
  378.       Left = 12
  379.       Top = 30
  380.       Width = 353
  381.       Height = 52
  382.       AutoSize = False
  383.       Caption = 
  384.         'Select the AutoMate Enterprise Server you wish to connect to, an' +
  385.         'd how this machine should attempt to connect to it.'
  386.       WordWrap = True
  387.     end
  388.     object lblServer: TLabel
  389.       Left = 12
  390.       Top = 80
  391.       Width = 49
  392.       Height = 13
  393.       AutoSize = False
  394.       Caption = 'Server:'
  395.       FocusControl = edtServer
  396.     end
  397.     object grpConnType: TGroupBox
  398.       Left = 12
  399.       Top = 132
  400.       Width = 349
  401.       Height = 105
  402.       Caption = 'Connection Type: '
  403.       TabOrder = 1
  404.       object rdoLAN: TRadioButton
  405.         Left = 8
  406.         Top = 24
  407.         Width = 321
  408.         Height = 17
  409.         Caption = 'I am connected to a LAN'
  410.         Checked = True
  411.         TabOrder = 0
  412.         TabStop = True
  413.       end
  414.       object rdoDialUp: TRadioButton
  415.         Left = 8
  416.         Top = 48
  417.         Width = 321
  418.         Height = 17
  419.         Caption = 'I use a dial-up connection:'
  420.         TabOrder = 1
  421.         OnClick = rdoDialUpClick
  422.       end
  423.       object cboDialUps: TComboBox
  424.         Left = 24
  425.         Top = 68
  426.         Width = 177
  427.         Height = 21
  428.         Style = csDropDownList
  429.         Enabled = False
  430.         ItemHeight = 13
  431.         Items.Strings = (
  432.           '( Select Dial-Up Name Here )')
  433.         TabOrder = 2
  434.       end
  435.     end
  436.     object edtServer: TEdit
  437.       Left = 12
  438.       Top = 96
  439.       Width = 201
  440.       Height = 21
  441.       TabOrder = 0
  442.       OnKeyPress = edtServerKeyPress
  443.     end
  444.   end
  445.   object comCancel: TButton
  446.     Left = 415
  447.     Top = 257
  448.     Width = 75
  449.     Height = 23
  450.     Cancel = True
  451.     Caption = '&Cancel'
  452.     TabOrder = 8
  453.     OnClick = comCancelClick
  454.   end
  455.   object comNext: TButton
  456.     Left = 331
  457.     Top = 257
  458.     Width = 75
  459.     Height = 23
  460.     Caption = '&Next ->'
  461.     Default = True
  462.     TabOrder = 7
  463.     OnClick = comNextClick
  464.   end
  465.   object comBack: TButton
  466.     Left = 256
  467.     Top = 257
  468.     Width = 75
  469.     Height = 23
  470.     Caption = '<- &Back'
  471.     Enabled = False
  472.     TabOrder = 6
  473.     OnClick = comBackClick
  474.   end
  475. end
  476.