home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 March / MINDWARE_MAR_2001.iso / Software / internet / netstat / NetStat.exe / 0 / RCDATA / TFRMSETUP / TFRMSETUP.txt
Encoding:
Text File  |  2000-02-28  |  2.8 KB  |  134 lines

  1. object FrmSetup: TFrmSetup
  2.   Left = 265
  3.   Top = 370
  4.   BorderStyle = bsSingle
  5.   Caption = 'Setup'
  6.   ClientHeight = 192
  7.   ClientWidth = 338
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object b2: TButton
  18.     Left = 258
  19.     Top = 162
  20.     Width = 75
  21.     Height = 25
  22.     Caption = '&Cancel'
  23.     ModalResult = 2
  24.     TabOrder = 0
  25.   end
  26.   object b1: TButton
  27.     Left = 176
  28.     Top = 162
  29.     Width = 75
  30.     Height = 25
  31.     Caption = '&OK'
  32.     ModalResult = 1
  33.     TabOrder = 1
  34.   end
  35.   object PageControl1: TPageControl
  36.     Left = 3
  37.     Top = 3
  38.     Width = 330
  39.     Height = 149
  40.     ActivePage = TabSheet1
  41.     TabOrder = 2
  42.     object TabSheet1: TTabSheet
  43.       Caption = 'General'
  44.       object GroupBox1: TGroupBox
  45.         Left = 6
  46.         Top = 3
  47.         Width = 180
  48.         Height = 110
  49.         Caption = 'File handing'
  50.         TabOrder = 0
  51.         object Label1: TLabel
  52.           Left = 24
  53.           Top = 75
  54.           Width = 132
  55.           Height = 13
  56.           Alignment = taCenter
  57.           AutoSize = False
  58.           Caption = '1 second'
  59.         end
  60.         object Label2: TLabel
  61.           Left = 24
  62.           Top = 22
  63.           Width = 130
  64.           Height = 13
  65.           Alignment = taCenter
  66.           AutoSize = False
  67.           Caption = 'Save stats every'
  68.         end
  69.         object TrackBar1: TTrackBar
  70.           Left = 16
  71.           Top = 42
  72.           Width = 145
  73.           Height = 29
  74.           Max = 7
  75.           Min = 1
  76.           Orientation = trHorizontal
  77.           PageSize = 1
  78.           Frequency = 1
  79.           Position = 1
  80.           SelEnd = 0
  81.           SelStart = 0
  82.           TabOrder = 0
  83.           ThumbLength = 15
  84.           TickMarks = tmBottomRight
  85.           TickStyle = tsAuto
  86.           OnChange = TrackBar1Change
  87.         end
  88.       end
  89.       object Start1: TRadioGroup
  90.         Left = 196
  91.         Top = 5
  92.         Width = 118
  93.         Height = 107
  94.         Caption = 'Automatic Start'
  95.         ItemIndex = 0
  96.         Items.Strings = (
  97.           'None'
  98.           'Start menu'
  99.           'System')
  100.         TabOrder = 1
  101.       end
  102.     end
  103.     object TabSheet2: TTabSheet
  104.       Caption = 'Options'
  105.       ImageIndex = 1
  106.       object Label3: TLabel
  107.         Left = 178
  108.         Top = 13
  109.         Width = 36
  110.         Height = 13
  111.         Caption = 'minutes'
  112.       end
  113.       object cDisIdle: TCheckBox
  114.         Left = 11
  115.         Top = 13
  116.         Width = 121
  117.         Height = 17
  118.         Caption = 'Disconnect if idle for '
  119.         TabOrder = 0
  120.       end
  121.       object sDisIdle: TSpinEdit
  122.         Left = 128
  123.         Top = 10
  124.         Width = 45
  125.         Height = 22
  126.         MaxValue = 0
  127.         MinValue = 0
  128.         TabOrder = 1
  129.         Value = 20
  130.       end
  131.     end
  132.   end
  133. end
  134.