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

  1. object frmAlert: TfrmAlert
  2.   Left = 381
  3.   Top = 159
  4.   BorderStyle = bsDialog
  5.   Caption = 'Message Alert'
  6.   ClientHeight = 363
  7.   ClientWidth = 269
  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.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnKeyDown = FormKeyDown
  21.   OnKeyPress = FormKeyPress
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object lblMsg: TLabel
  25.     Left = 8
  26.     Top = 106
  27.     Width = 257
  28.     Height = 65
  29.     AutoSize = False
  30.     Caption = 'Message Alert'
  31.     WordWrap = True
  32.   end
  33.   object lblDate: TLabel
  34.     Left = 8
  35.     Top = 66
  36.     Width = 33
  37.     Height = 13
  38.     Caption = 'lblDate'
  39.   end
  40.   object lblHeader: TLabel
  41.     Left = 8
  42.     Top = 50
  43.     Width = 54
  44.     Height = 13
  45.     Caption = 'lblHeader'
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clWindowText
  48.     Font.Height = -11
  49.     Font.Name = 'Tahoma'
  50.     Font.Style = [fsBold]
  51.     ParentFont = False
  52.   end
  53.   object lblActionsTaken: TLabel
  54.     Left = 16
  55.     Top = 194
  56.     Width = 249
  57.     Height = 81
  58.     AutoSize = False
  59.     Caption = 'lblActionsTaken'#13#10'2'#13#10'3'#13#10'4'#13#10'5'#13#10'6'#13#10'7'
  60.   end
  61.   object Label2: TLabel
  62.     Left = 8
  63.     Top = 178
  64.     Width = 83
  65.     Height = 13
  66.     Caption = 'Actions Taken:'
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clWindowText
  69.     Font.Height = -11
  70.     Font.Name = 'Tahoma'
  71.     Font.Style = [fsBold, fsUnderline]
  72.     ParentFont = False
  73.   end
  74.   object Label3: TLabel
  75.     Left = 8
  76.     Top = 90
  77.     Width = 53
  78.     Height = 13
  79.     Caption = 'Message:'
  80.     Font.Charset = DEFAULT_CHARSET
  81.     Font.Color = clWindowText
  82.     Font.Height = -11
  83.     Font.Name = 'Tahoma'
  84.     Font.Style = [fsBold, fsUnderline]
  85.     ParentFont = False
  86.   end
  87.   object Panel1: TPanel
  88.     Left = 0
  89.     Top = 0
  90.     Width = 269
  91.     Height = 48
  92.     Align = alTop
  93.     BevelOuter = bvLowered
  94.     Color = clNavy
  95.     Font.Charset = DEFAULT_CHARSET
  96.     Font.Color = clWhite
  97.     Font.Height = -11
  98.     Font.Name = 'MS Sans Serif'
  99.     Font.Style = [fsBold]
  100.     ParentFont = False
  101.     TabOrder = 5
  102.     object Label1: TLabel
  103.       Left = 64
  104.       Top = 11
  105.       Width = 138
  106.       Height = 24
  107.       Caption = 'X-NetStat Alert'
  108.       Font.Charset = DEFAULT_CHARSET
  109.       Font.Color = clWhite
  110.       Font.Height = -19
  111.       Font.Name = 'MS Sans Serif'
  112.       Font.Style = [fsBold]
  113.       ParentFont = False
  114.     end
  115.     object Image1: TImage
  116.       Left = 8
  117.       Top = 7
  118.       Width = 32
  119.       Height = 32
  120.       AutoSize = True
  121.       Picture.Data = {<image000.ico>}
  122.     end
  123.   end
  124.   object btnOK: TButton
  125.     Left = 8
  126.     Top = 330
  127.     Width = 75
  128.     Height = 25
  129.     Caption = '&OK'
  130.     TabOrder = 2
  131.     OnClick = btnOKClick
  132.   end
  133.   object chkIgnore: TCheckBox
  134.     Left = 48
  135.     Top = 286
  136.     Width = 185
  137.     Height = 17
  138.     Caption = '&Ignore rule this session'
  139.     TabOrder = 0
  140.   end
  141.   object chkDisable: TCheckBox
  142.     Left = 48
  143.     Top = 306
  144.     Width = 185
  145.     Height = 17
  146.     Caption = '&Disable this rule completely'
  147.     TabOrder = 1
  148.   end
  149.   object btnActions: TButton
  150.     Left = 184
  151.     Top = 330
  152.     Width = 75
  153.     Height = 25
  154.     Caption = '&Actions'
  155.     PopupMenu = popActions
  156.     TabOrder = 4
  157.     OnClick = btnActionsClick
  158.   end
  159.   object btnEditRule: TButton
  160.     Left = 96
  161.     Top = 330
  162.     Width = 75
  163.     Height = 25
  164.     Caption = '&Edit Rule'
  165.     TabOrder = 3
  166.     OnClick = btnEditRuleClick
  167.   end
  168.   object LeftRight1: TUpDown
  169.     Left = 224
  170.     Top = 24
  171.     Width = 33
  172.     Height = 17
  173.     Min = 0
  174.     Orientation = udHorizontal
  175.     Position = 1
  176.     TabOrder = 6
  177.     Wrap = True
  178.     OnChangingEx = LeftRight1ChangingEx
  179.     OnClick = LeftRight1Click
  180.   end
  181.   object popActions: TPopupMenu
  182.     OnPopup = popActionsPopup
  183.     Left = 232
  184.     Top = 282
  185.     object raceroute1: TMenuItem
  186.       Caption = 'Traceroute'
  187.       OnClick = raceroute1Click
  188.     end
  189.     object ARINWHOISlookup1: TMenuItem
  190.       Caption = 'WHOIS lookup'
  191.       OnClick = ARINWHOISlookup1Click
  192.     end
  193.     object nbl1: TMenuItem
  194.       Caption = 'NBlookup'
  195.       OnClick = nbl1Click
  196.     end
  197.     object KillConnection1: TMenuItem
  198.       Caption = 'Kill connection'
  199.       OnClick = KillConnection1Click
  200.     end
  201.   end
  202. end
  203.