home *** CD-ROM | disk | FTP | other *** search
/ Igromania 1999 December / 27_12_1999.iso / Soft / nvamp33.exe / Vampire.exe / 0 / RCDATA / TNETDIALOG / TNETDIALOG.txt
Text File  |  1999-06-02  |  8KB  |  342 lines

  1. object NetDialog: TNetDialog
  2.   Left = 153
  3.   Top = 86
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Network settings'
  7.   ClientHeight = 433
  8.   ClientWidth = 360
  9.   Font.Charset = ANSI_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 ListView1: TListView
  104.         Left = 20
  105.         Top = 20
  106.         Width = 313
  107.         Height = 165
  108.         ColumnClick = False
  109.         OnDblClick = ListView1DblClick
  110.         Columns = <
  111.           item
  112.             Caption = 'Title'
  113.             Width = 155
  114.           end
  115.           item
  116.             Caption = 'Address'
  117.             Width = 100
  118.           end
  119.           item
  120.             Caption = 'Port'
  121.             Width = 53
  122.           end>
  123.         ReadOnly = True
  124.         RowSelect = True
  125.         OnChange = EnableProxyButtons
  126.         TabOrder = 0
  127.         ViewStyle = vsReport
  128.         OnKeyDown = ListView1KeyDown
  129.       end
  130.       object CheckBox3: TCheckBox
  131.         Left = 28
  132.         Top = 252
  133.         Width = 297
  134.         Height = 17
  135.         Caption = 'Default for FTP'
  136.         TabOrder = 5
  137.         OnClick = CheckBox3Click
  138.       end
  139.       object CheckBox1: TCheckBox
  140.         Left = 28
  141.         Top = 228
  142.         Width = 297
  143.         Height = 17
  144.         Caption = 'Default for HTTP'
  145.         TabOrder = 4
  146.         OnClick = CheckBox1Click
  147.       end
  148.       object CheckBox26: TCheckBox
  149.         Left = 28
  150.         Top = 276
  151.         Width = 297
  152.         Height = 17
  153.         Caption = 'Default for GOPHER'
  154.         TabOrder = 6
  155.         OnClick = CheckBox26Click
  156.       end
  157.       object AddProxyBtn: TButton
  158.         Left = 25
  159.         Top = 196
  160.         Width = 93
  161.         Height = 23
  162.         Caption = 'Add...'
  163.         TabOrder = 1
  164.         OnClick = AddProxyBtnClick
  165.       end
  166.       object EditProxyBtn: TButton
  167.         Left = 129
  168.         Top = 196
  169.         Width = 93
  170.         Height = 23
  171.         Caption = 'Edit...'
  172.         TabOrder = 2
  173.         OnClick = EditProxyBtnClick
  174.       end
  175.       object DelProxyBtn: TButton
  176.         Left = 233
  177.         Top = 196
  178.         Width = 93
  179.         Height = 23
  180.         Caption = 'Delete'
  181.         TabOrder = 3
  182.         OnClick = DelProxyBtnClick
  183.       end
  184.       object CheckBox4: TCheckBox
  185.         Left = 28
  186.         Top = 300
  187.         Width = 297
  188.         Height = 17
  189.         Caption = 'Use default proxies for all sites'
  190.         TabOrder = 7
  191.       end
  192.     end
  193.     object TabSheet7: TTabSheet
  194.       Caption = 'Dial-Up'
  195.       object GroupBox5: TGroupBox
  196.         Left = 20
  197.         Top = 80
  198.         Width = 313
  199.         Height = 221
  200.         Caption = ' Dial-Up settings '
  201.         TabOrder = 2
  202.         object Label4: TLabel
  203.           Left = 16
  204.           Top = 172
  205.           Width = 184
  206.           Height = 13
  207.           Caption = 'Connection interrupted window caption'
  208.         end
  209.         object Label6: TLabel
  210.           Left = 16
  211.           Top = 20
  212.           Width = 54
  213.           Height = 13
  214.           Caption = 'Connection'
  215.         end
  216.         object Label7: TLabel
  217.           Left = 16
  218.           Top = 68
  219.           Width = 51
  220.           Height = 13
  221.           Caption = 'User name'
  222.         end
  223.         object Label8: TLabel
  224.           Left = 128
  225.           Top = 69
  226.           Width = 46
  227.           Height = 13
  228.           Caption = 'Password'
  229.         end
  230.         object Label9: TLabel
  231.           Left = 16
  232.           Top = 120
  233.           Width = 41
  234.           Height = 13
  235.           Caption = 'Attempts'
  236.         end
  237.         object Label10: TLabel
  238.           Left = 128
  239.           Top = 120
  240.           Width = 41
  241.           Height = 13
  242.           Caption = 'Pause, s'
  243.         end
  244.         object Edit1: TEdit
  245.           Left = 16
  246.           Top = 188
  247.           Width = 269
  248.           Height = 21
  249.           TabOrder = 5
  250.         end
  251.         object ComboBox1: TComboBox
  252.           Left = 16
  253.           Top = 36
  254.           Width = 269
  255.           Height = 21
  256.           Style = csDropDownList
  257.           ItemHeight = 13
  258.           TabOrder = 0
  259.         end
  260.         object Edit2: TEdit
  261.           Left = 16
  262.           Top = 84
  263.           Width = 98
  264.           Height = 21
  265.           TabOrder = 1
  266.         end
  267.         object Edit3: TEdit
  268.           Left = 128
  269.           Top = 84
  270.           Width = 96
  271.           Height = 21
  272.           PasswordChar = '*'
  273.           TabOrder = 2
  274.           OnDblClick = Edit3DblClick
  275.         end
  276.         object SpinEdit2: TSpinEdit
  277.           Left = 16
  278.           Top = 136
  279.           Width = 65
  280.           Height = 22
  281.           MaxLength = 2
  282.           MaxValue = 9999
  283.           MinValue = 1
  284.           TabOrder = 3
  285.           Value = 1
  286.         end
  287.         object SpinEdit3: TSpinEdit
  288.           Left = 128
  289.           Top = 136
  290.           Width = 65
  291.           Height = 22
  292.           MaxLength = 3
  293.           MaxValue = 3600
  294.           MinValue = 0
  295.           TabOrder = 4
  296.           Value = 0
  297.         end
  298.       end
  299.       object Button1: TButton
  300.         Left = 36
  301.         Top = 316
  302.         Width = 137
  303.         Height = 25
  304.         Caption = 'Dial now'
  305.         TabOrder = 3
  306.         OnClick = Button1Click
  307.       end
  308.       object Button2: TButton
  309.         Left = 180
  310.         Top = 316
  311.         Width = 137
  312.         Height = 25
  313.         Caption = 'Hang up now'
  314.         TabOrder = 4
  315.         OnClick = Button2Click
  316.       end
  317.       object CheckBox2: TCheckBox
  318.         Left = 20
  319.         Top = 20
  320.         Width = 309
  321.         Height = 17
  322.         Caption = 'Dial up when needed'
  323.         TabOrder = 0
  324.         OnClick = EnableDisable
  325.       end
  326.       object CheckBox5: TCheckBox
  327.         Left = 20
  328.         Top = 48
  329.         Width = 313
  330.         Height = 17
  331.         Caption = 'Hang up when done'
  332.         TabOrder = 1
  333.         OnClick = EnableDisable
  334.       end
  335.     end
  336.   end
  337.   object KMLang1: TKMLang
  338.     Left = 4
  339.     Top = 4
  340.   end
  341. end
  342.