home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / netVampire / _SETUP.1 / Vampire.exe / 0 / RCDATA / TNETDIALOG / TNETDIALOG.txt
Text File  |  1998-11-30  |  8KB  |  354 lines

  1. object NetDialog: TNetDialog
  2.   Left = 383
  3.   Top = 68
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Network settings'
  7.   ClientHeight = 433
  8.   ClientWidth = 360
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Cancelbtn: TButton
  21.     Left = 280
  22.     Top = 406
  23.     Width = 75
  24.     Height = 23
  25.     Cancel = True
  26.     Caption = 'Cancel'
  27.     ModalResult = 2
  28.     TabOrder = 2
  29.   end
  30.   object OkBtn: TButton
  31.     Left = 197
  32.     Top = 406
  33.     Width = 75
  34.     Height = 23
  35.     Caption = 'OK'
  36.     Default = True
  37.     ModalResult = 1
  38.     TabOrder = 1
  39.     OnClick = OkBtnClick
  40.   end
  41.   object PageControl1: TPageControl
  42.     Left = 0
  43.     Top = 0
  44.     Width = 360
  45.     Height = 400
  46.     ActivePage = TabSheet7
  47.     TabOrder = 0
  48.     OnChange = PageControl1Change
  49.     object TabSheet5: TTabSheet
  50.       Caption = 'General'
  51.       object Label17: TLabel
  52.         Left = 20
  53.         Top = 76
  54.         Width = 138
  55.         Height = 13
  56.         Caption = 'Max. concurrent connections'
  57.       end
  58.       object Label19: TLabel
  59.         Left = 20
  60.         Top = 20
  61.         Width = 68
  62.         Height = 13
  63.         Caption = 'E-mail address'
  64.       end
  65.       object Label14: TLabel
  66.         Left = 20
  67.         Top = 132
  68.         Width = 96
  69.         Height = 13
  70.         Caption = 'Winsock information'
  71.       end
  72.       object SpinEdit4: TSpinEdit
  73.         Left = 20
  74.         Top = 92
  75.         Width = 61
  76.         Height = 22
  77.         MaxLength = 2
  78.         MaxValue = 99
  79.         MinValue = 1
  80.         TabOrder = 1
  81.         Value = 1
  82.       end
  83.       object Edit4: TEdit
  84.         Left = 20
  85.         Top = 36
  86.         Width = 145
  87.         Height = 21
  88.         TabOrder = 0
  89.       end
  90.       object RichEdit1: TRichEdit
  91.         Left = 20
  92.         Top = 148
  93.         Width = 313
  94.         Height = 205
  95.         Color = clBtnFace
  96.         ReadOnly = True
  97.         ScrollBars = ssVertical
  98.         TabOrder = 2
  99.       end
  100.     end
  101.     object TabSheet6: TTabSheet
  102.       Caption = 'Proxies'
  103.       object GroupBox6: TGroupBox
  104.         Left = 20
  105.         Top = 276
  106.         Width = 313
  107.         Height = 77
  108.         Caption = ' Description '
  109.         TabOrder = 7
  110.         Visible = False
  111.         object Label11: TLabel
  112.           Left = 12
  113.           Top = 15
  114.           Width = 32
  115.           Height = 13
  116.           Caption = 'Label1'
  117.         end
  118.       end
  119.       object ListView1: TListView
  120.         Left = 20
  121.         Top = 20
  122.         Width = 313
  123.         Height = 165
  124.         ColumnClick = False
  125.         OnDblClick = ListView1DblClick
  126.         Columns = <
  127.           item
  128.             Caption = 'Title'
  129.             Width = 155
  130.           end
  131.           item
  132.             Caption = 'Address'
  133.             Width = 100
  134.           end
  135.           item
  136.             Caption = 'Port'
  137.             Width = 53
  138.           end>
  139.         ReadOnly = True
  140.         RowSelect = True
  141.         OnChange = EnableProxyButtons
  142.         TabOrder = 0
  143.         ViewStyle = vsReport
  144.         OnKeyDown = ListView1KeyDown
  145.       end
  146.       object CheckBox3: TCheckBox
  147.         Left = 28
  148.         Top = 252
  149.         Width = 101
  150.         Height = 17
  151.         Caption = 'Default for FTP'
  152.         TabOrder = 5
  153.         OnClick = CheckBox3Click
  154.       end
  155.       object CheckBox1: TCheckBox
  156.         Left = 28
  157.         Top = 228
  158.         Width = 105
  159.         Height = 17
  160.         Caption = 'Default for HTTP'
  161.         TabOrder = 4
  162.         OnClick = CheckBox1Click
  163.       end
  164.       object CheckBox26: TCheckBox
  165.         Left = 152
  166.         Top = 228
  167.         Width = 121
  168.         Height = 17
  169.         Caption = 'Default for GOPHER'
  170.         TabOrder = 6
  171.         OnClick = CheckBox26Click
  172.       end
  173.       object AddProxyBtn: TButton
  174.         Left = 25
  175.         Top = 196
  176.         Width = 93
  177.         Height = 23
  178.         Caption = 'Add...'
  179.         TabOrder = 1
  180.         OnClick = AddProxyBtnClick
  181.       end
  182.       object EditProxyBtn: TButton
  183.         Left = 129
  184.         Top = 196
  185.         Width = 93
  186.         Height = 23
  187.         Caption = 'Edit...'
  188.         TabOrder = 2
  189.         OnClick = EditProxyBtnClick
  190.       end
  191.       object DelProxyBtn: TButton
  192.         Left = 233
  193.         Top = 196
  194.         Width = 93
  195.         Height = 23
  196.         Caption = 'Delete'
  197.         TabOrder = 3
  198.         OnClick = DelProxyBtnClick
  199.       end
  200.       object CheckBox4: TCheckBox
  201.         Left = 152
  202.         Top = 252
  203.         Width = 177
  204.         Height = 17
  205.         Caption = 'Use default proxies for all sites'
  206.         TabOrder = 8
  207.       end
  208.     end
  209.     object TabSheet7: TTabSheet
  210.       Caption = 'Dial-Up'
  211.       object GroupBox5: TGroupBox
  212.         Left = 20
  213.         Top = 80
  214.         Width = 313
  215.         Height = 221
  216.         Caption = ' Dial-Up settings '
  217.         TabOrder = 2
  218.         object Label4: TLabel
  219.           Left = 16
  220.           Top = 172
  221.           Width = 184
  222.           Height = 13
  223.           Caption = 'Connection interrupted window caption'
  224.         end
  225.         object Label6: TLabel
  226.           Left = 16
  227.           Top = 20
  228.           Width = 54
  229.           Height = 13
  230.           Caption = 'Connection'
  231.         end
  232.         object Label7: TLabel
  233.           Left = 16
  234.           Top = 68
  235.           Width = 51
  236.           Height = 13
  237.           Caption = 'User name'
  238.         end
  239.         object Label8: TLabel
  240.           Left = 128
  241.           Top = 69
  242.           Width = 46
  243.           Height = 13
  244.           Caption = 'Password'
  245.         end
  246.         object Label9: TLabel
  247.           Left = 16
  248.           Top = 120
  249.           Width = 41
  250.           Height = 13
  251.           Caption = 'Attempts'
  252.         end
  253.         object Label10: TLabel
  254.           Left = 128
  255.           Top = 120
  256.           Width = 41
  257.           Height = 13
  258.           Caption = 'Pause, s'
  259.         end
  260.         object Edit1: TEdit
  261.           Left = 16
  262.           Top = 188
  263.           Width = 269
  264.           Height = 21
  265.           TabOrder = 5
  266.         end
  267.         object ComboBox1: TComboBox
  268.           Left = 16
  269.           Top = 36
  270.           Width = 269
  271.           Height = 21
  272.           Style = csDropDownList
  273.           ItemHeight = 13
  274.           TabOrder = 0
  275.         end
  276.         object Edit2: TEdit
  277.           Left = 16
  278.           Top = 84
  279.           Width = 98
  280.           Height = 21
  281.           TabOrder = 1
  282.         end
  283.         object Edit3: TEdit
  284.           Left = 128
  285.           Top = 84
  286.           Width = 96
  287.           Height = 21
  288.           PasswordChar = '*'
  289.           TabOrder = 2
  290.           OnDblClick = Edit3DblClick
  291.         end
  292.         object SpinEdit2: TSpinEdit
  293.           Left = 16
  294.           Top = 136
  295.           Width = 65
  296.           Height = 22
  297.           MaxLength = 2
  298.           MaxValue = 9999
  299.           MinValue = 1
  300.           TabOrder = 3
  301.           Value = 1
  302.         end
  303.         object SpinEdit3: TSpinEdit
  304.           Left = 128
  305.           Top = 136
  306.           Width = 65
  307.           Height = 22
  308.           MaxLength = 3
  309.           MaxValue = 3600
  310.           MinValue = 0
  311.           TabOrder = 4
  312.           Value = 0
  313.         end
  314.       end
  315.       object Button1: TButton
  316.         Left = 24
  317.         Top = 316
  318.         Width = 97
  319.         Height = 25
  320.         Caption = 'Dial now'
  321.         TabOrder = 3
  322.         OnClick = Button1Click
  323.       end
  324.       object Button2: TButton
  325.         Left = 128
  326.         Top = 316
  327.         Width = 97
  328.         Height = 25
  329.         Caption = 'Hang up now'
  330.         TabOrder = 4
  331.         OnClick = Button2Click
  332.       end
  333.       object CheckBox2: TCheckBox
  334.         Left = 20
  335.         Top = 20
  336.         Width = 145
  337.         Height = 17
  338.         Caption = 'Dial up when needed'
  339.         TabOrder = 0
  340.         OnClick = EnableDisable
  341.       end
  342.       object CheckBox5: TCheckBox
  343.         Left = 20
  344.         Top = 48
  345.         Width = 141
  346.         Height = 17
  347.         Caption = 'Hang up when done'
  348.         TabOrder = 1
  349.         OnClick = EnableDisable
  350.       end
  351.     end
  352.   end
  353. end
  354.