home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Comunicatii / xns / xns53p_setup.exe / xns5.exe / 0 / RCDATA / TFRMSTATCUST / TFRMSTATCUST.txt
Text File  |  2005-05-02  |  2KB  |  119 lines

  1. object frmStatCust: TfrmStatCust
  2.   Left = 595
  3.   Top = 156
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Customize status bar'
  6.   ClientHeight = 322
  7.   ClientWidth = 205
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   OnKeyPress = FormKeyPress
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 143
  25.     Height = 13
  26.     Caption = 'Show these on the statusbar:'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'Tahoma'
  31.     Font.Style = [fsUnderline]
  32.     ParentFont = False
  33.   end
  34.   object chkMain: TCheckBox
  35.     Left = 24
  36.     Top = 32
  37.     Width = 175
  38.     Height = 17
  39.     Caption = 'Main &status text'
  40.     Enabled = False
  41.     TabOrder = 0
  42.   end
  43.   object chkIP: TCheckBox
  44.     Left = 24
  45.     Top = 64
  46.     Width = 175
  47.     Height = 17
  48.     Caption = 'Your computer'#39's I&P address'
  49.     TabOrder = 1
  50.   end
  51.   object chkHostname: TCheckBox
  52.     Left = 24
  53.     Top = 96
  54.     Width = 175
  55.     Height = 17
  56.     Caption = 'Your computer'#39's &name'
  57.     TabOrder = 2
  58.   end
  59.   object chkPing: TCheckBox
  60.     Left = 24
  61.     Top = 128
  62.     Width = 175
  63.     Height = 17
  64.     Caption = '&ICMP stats'
  65.     TabOrder = 3
  66.   end
  67.   object chkLights: TCheckBox
  68.     Left = 24
  69.     Top = 160
  70.     Width = 175
  71.     Height = 17
  72.     Caption = '&Transmission lights'
  73.     TabOrder = 4
  74.   end
  75.   object chkDNS: TCheckBox
  76.     Left = 24
  77.     Top = 224
  78.     Width = 175
  79.     Height = 17
  80.     Caption = '&DNS status'
  81.     TabOrder = 6
  82.   end
  83.   object chkServer: TCheckBox
  84.     Left = 24
  85.     Top = 256
  86.     Width = 175
  87.     Height = 17
  88.     Caption = '&WebServer status'
  89.     TabOrder = 7
  90.   end
  91.   object Button1: TButton
  92.     Left = 16
  93.     Top = 288
  94.     Width = 75
  95.     Height = 25
  96.     Caption = '&OK'
  97.     Default = True
  98.     TabOrder = 8
  99.     OnClick = Button1Click
  100.   end
  101.   object Button2: TButton
  102.     Left = 104
  103.     Top = 288
  104.     Width = 75
  105.     Height = 25
  106.     Caption = '&Cancel'
  107.     TabOrder = 9
  108.     OnClick = Button2Click
  109.   end
  110.   object chkRates: TCheckBox
  111.     Left = 24
  112.     Top = 194
  113.     Width = 175
  114.     Height = 17
  115.     Caption = 'Transmission &rates'
  116.     TabOrder = 5
  117.   end
  118. end
  119.