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

  1. object frmEditRule: TfrmEditRule
  2.   Left = 316
  3.   Top = 137
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Edit Rule'
  7.   ClientHeight = 433
  8.   ClientWidth = 405
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnKeyPress = FormKeyPress
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PageControl1: TPageControl
  23.     Left = 0
  24.     Top = 32
  25.     Width = 401
  26.     Height = 385
  27.     ActivePage = Conditions
  28.     Style = tsFlatButtons
  29.     TabIndex = 0
  30.     TabOrder = 0
  31.     object Conditions: TTabSheet
  32.       Caption = 'Conditions'
  33.       object gb1: TGroupBox
  34.         Left = 0
  35.         Top = 0
  36.         Width = 393
  37.         Height = 337
  38.         Caption = 'Trigger conditions'
  39.         TabOrder = 0
  40.         object Bevel1: TBevel
  41.           Left = 1
  42.           Top = 120
  43.           Width = 390
  44.           Height = 9
  45.           Shape = bsTopLine
  46.         end
  47.         object Label1: TLabel
  48.           Left = 16
  49.           Top = 24
  50.           Width = 291
  51.           Height = 13
  52.           Caption = 'Please choose conditions under which to trigger rule Actions.'
  53.           Font.Charset = DEFAULT_CHARSET
  54.           Font.Color = clWindowText
  55.           Font.Height = -11
  56.           Font.Name = 'Tahoma'
  57.           Font.Style = [fsUnderline]
  58.           ParentFont = False
  59.         end
  60.         object Label2: TLabel
  61.           Left = 288
  62.           Top = 304
  63.           Width = 39
  64.           Height = 13
  65.           Caption = 'seconds'
  66.         end
  67.         object JonLine2: TJonLine
  68.           Left = 39
  69.           Top = 80
  70.           Width = 33
  71.           Height = 20
  72.           Hint = '40'
  73.           PenColor = clGray
  74.           DrawLines = [lpLeft, lpBottom]
  75.         end
  76.         object Bevel2: TBevel
  77.           Left = 1
  78.           Top = 164
  79.           Width = 390
  80.           Height = 4
  81.           Shape = bsTopLine
  82.         end
  83.         object Bevel3: TBevel
  84.           Left = 1
  85.           Top = 287
  86.           Width = 390
  87.           Height = 9
  88.           Shape = bsTopLine
  89.         end
  90.         object Bevel5: TBevel
  91.           Left = 1
  92.           Top = 240
  93.           Width = 390
  94.           Height = 9
  95.           Shape = bsTopLine
  96.         end
  97.         object rbAnyAddress: TRadioButton
  98.           Left = 32
  99.           Top = 48
  100.           Width = 185
  101.           Height = 17
  102.           Caption = '&Any remote address'
  103.           Checked = True
  104.           TabOrder = 0
  105.           TabStop = True
  106.           OnClick = rbAnyAddressClick
  107.         end
  108.         object rbAddrMustContain: TRadioButton
  109.           Left = 32
  110.           Top = 72
  111.           Width = 185
  112.           Height = 17
  113.           BiDiMode = bdLeftToRight
  114.           Caption = 'IP or Hostname must contai&n'
  115.           ParentBiDiMode = False
  116.           TabOrder = 1
  117.           OnClick = rbAnyAddressClick
  118.         end
  119.         object edtAddress: TEdit
  120.           Left = 56
  121.           Top = 88
  122.           Width = 193
  123.           Height = 21
  124.           TabOrder = 2
  125.           OnClick = edtAddressClick
  126.         end
  127.         object chkMinConns: TCheckBox
  128.           Left = 32
  129.           Top = 135
  130.           Width = 168
  131.           Height = 17
  132.           Caption = 'Minimum &connections required'
  133.           TabOrder = 3
  134.           OnClick = chkMinConnsClick
  135.         end
  136.         object chkLport: TCheckBox
  137.           Left = 32
  138.           Top = 177
  139.           Width = 137
  140.           Height = 20
  141.           Caption = '&Local Port must be'
  142.           TabOrder = 5
  143.           OnClick = chkLportClick
  144.         end
  145.         object chkRport: TCheckBox
  146.           Left = 32
  147.           Top = 205
  148.           Width = 129
  149.           Height = 17
  150.           Caption = '&Remote Port must be'
  151.           TabOrder = 7
  152.           OnClick = chkRportClick
  153.         end
  154.         object edtLport: TEdit
  155.           Left = 160
  156.           Top = 176
  157.           Width = 73
  158.           Height = 21
  159.           Enabled = False
  160.           TabOrder = 6
  161.           OnKeyPress = edtLportKeyPress
  162.         end
  163.         object edtRport: TEdit
  164.           Left = 160
  165.           Top = 202
  166.           Width = 73
  167.           Height = 21
  168.           Enabled = False
  169.           TabOrder = 8
  170.           OnKeyPress = edtLportKeyPress
  171.         end
  172.         object chkTimeReq: TCheckBox
  173.           Left = 32
  174.           Top = 304
  175.           Width = 177
  176.           Height = 17
  177.           Caption = 'Connection &present for at least'
  178.           TabOrder = 11
  179.           OnClick = chkTimeReqClick
  180.         end
  181.         object spinTime: TRxSpinEdit
  182.           Left = 211
  183.           Top = 301
  184.           Width = 70
  185.           Height = 21
  186.           MaxValue = 99999
  187.           MinValue = 1
  188.           Value = 120
  189.           Enabled = False
  190.           TabOrder = 12
  191.         end
  192.         object spinConns: TRxSpinEdit
  193.           Left = 200
  194.           Top = 132
  195.           Width = 49
  196.           Height = 21
  197.           MaxValue = 999
  198.           MinValue = 1
  199.           Value = 1
  200.           Enabled = False
  201.           TabOrder = 4
  202.         end
  203.         object chkProcess: TCheckBox
  204.           Left = 32
  205.           Top = 256
  206.           Width = 145
  207.           Height = 17
  208.           Caption = 'Process E&XE contains'
  209.           TabOrder = 9
  210.           OnClick = chkProcessClick
  211.         end
  212.         object edtProcess: TEdit
  213.           Left = 160
  214.           Top = 256
  215.           Width = 121
  216.           Height = 21
  217.           TabOrder = 10
  218.         end
  219.       end
  220.     end
  221.     object Actions: TTabSheet
  222.       Caption = 'Actions'
  223.       ImageIndex = 1
  224.       object GroupBox1: TGroupBox
  225.         Left = 0
  226.         Top = 0
  227.         Width = 393
  228.         Height = 334
  229.         Caption = 'Actions to perform when conditions met'
  230.         TabOrder = 0
  231.         object Bevel4: TBevel
  232.           Left = 1
  233.           Top = 203
  234.           Width = 390
  235.           Height = 10
  236.           Shape = bsTopLine
  237.         end
  238.         object Label3: TLabel
  239.           Left = 16
  240.           Top = 24
  241.           Width = 265
  242.           Height = 13
  243.           Caption = 'Please choose Actions to perform when conditions met.'
  244.           Font.Charset = DEFAULT_CHARSET
  245.           Font.Color = clWindowText
  246.           Font.Height = -11
  247.           Font.Name = 'Tahoma'
  248.           Font.Style = [fsUnderline]
  249.           ParentFont = False
  250.         end
  251.         object JonLine1: TJonLine
  252.           Left = 22
  253.           Top = 225
  254.           Width = 25
  255.           Height = 24
  256.           PenColor = clGray
  257.           DrawLines = [lpLeft, lpBottom]
  258.         end
  259.         object JonLine3: TJonLine
  260.           Left = 22
  261.           Top = 280
  262.           Width = 33
  263.           Height = 25
  264.           PenColor = clGray
  265.           DrawLines = [lpLeft, lpBottom]
  266.         end
  267.         object chkRunProg: TCheckBox
  268.           Left = 32
  269.           Top = 48
  270.           Width = 113
  271.           Height = 17
  272.           Caption = 'Run &Program'
  273.           TabOrder = 0
  274.           OnClick = chkRunProgClick
  275.         end
  276.         object chkOpenURL: TCheckBox
  277.           Left = 32
  278.           Top = 114
  279.           Width = 97
  280.           Height = 17
  281.           Caption = 'Open &URL'
  282.           TabOrder = 4
  283.           OnClick = chkOpenURLClick
  284.         end
  285.         object chkPlayWav: TCheckBox
  286.           Left = 32
  287.           Top = 81
  288.           Width = 97
  289.           Height = 17
  290.           Caption = 'Play &WAV File'
  291.           TabOrder = 2
  292.           OnClick = chkPlayWavClick
  293.         end
  294.         object chkKillConn: TCheckBox
  295.           Left = 32
  296.           Top = 147
  297.           Width = 201
  298.           Height = 17
  299.           Caption = 'Attempt to &Kill the connection'
  300.           TabOrder = 6
  301.         end
  302.         object chkStartTrace: TCheckBox
  303.           Left = 32
  304.           Top = 178
  305.           Width = 97
  306.           Height = 17
  307.           Caption = 'Start &Tracing'
  308.           TabOrder = 7
  309.         end
  310.         object chkShowMessage: TCheckBox
  311.           Left = 16
  312.           Top = 216
  313.           Width = 249
  314.           Height = 17
  315.           Caption = 'Pop up Alert window with &Message:'
  316.           TabOrder = 8
  317.           OnClick = chkShowMessageClick
  318.         end
  319.         object edtMsg: TEdit
  320.           Left = 40
  321.           Top = 240
  322.           Width = 345
  323.           Height = 21
  324.           Enabled = False
  325.           TabOrder = 9
  326.         end
  327.         object chkEmail: TCheckBox
  328.           Left = 16
  329.           Top = 272
  330.           Width = 169
  331.           Height = 17
  332.           Caption = 'Send &Email notification to'
  333.           TabOrder = 10
  334.           OnClick = chkEmailClick
  335.         end
  336.         object edtRunProg: TFilenameEdit
  337.           Left = 120
  338.           Top = 48
  339.           Width = 265
  340.           Height = 21
  341.           Filter = 
  342.             'Programs (*.EXE, *.COM, *.BAT)|*.exe; *.bat; *.com|All files (*.' +
  343.             '*)|*.*'
  344.           Enabled = False
  345.           NumGlyphs = 1
  346.           TabOrder = 1
  347.         end
  348.         object edtPlayWav: TFilenameEdit
  349.           Left = 120
  350.           Top = 81
  351.           Width = 265
  352.           Height = 21
  353.           Filter = 
  354.             'WAV File (*.WAV)|*.wav|MP3 File (*.MP3)|*.mp3|All files (*.*)|*.' +
  355.             '*'
  356.           Enabled = False
  357.           NumGlyphs = 1
  358.           TabOrder = 3
  359.         end
  360.         object edtOpenURL: TEdit
  361.           Left = 120
  362.           Top = 114
  363.           Width = 265
  364.           Height = 21
  365.           Enabled = False
  366.           TabOrder = 5
  367.           Text = 'http://'
  368.         end
  369.         object edtEmails: TEdit
  370.           Tag = 1
  371.           Left = 40
  372.           Top = 296
  373.           Width = 345
  374.           Height = 21
  375.           Enabled = False
  376.           TabOrder = 11
  377.           Text = 'email1@domain.com; email2@domain.com'
  378.           OnClick = edtEmailsClick
  379.         end
  380.       end
  381.     end
  382.   end
  383.   object Panel1: TPanel
  384.     Left = 0
  385.     Top = 0
  386.     Width = 405
  387.     Height = 29
  388.     Align = alTop
  389.     BevelOuter = bvLowered
  390.     Color = clNavy
  391.     Font.Charset = DEFAULT_CHARSET
  392.     Font.Color = clWhite
  393.     Font.Height = -11
  394.     Font.Name = 'MS Sans Serif'
  395.     Font.Style = [fsBold]
  396.     ParentFont = False
  397.     TabOrder = 1
  398.     object header: TLabel
  399.       Left = 13
  400.       Top = 6
  401.       Width = 77
  402.       Height = 16
  403.       Caption = 'Edit Rule #1'
  404.       Font.Charset = DEFAULT_CHARSET
  405.       Font.Color = clWhite
  406.       Font.Height = -13
  407.       Font.Name = 'Tahoma'
  408.       Font.Style = [fsBold]
  409.       ParentFont = False
  410.     end
  411.   end
  412.   object btnOK: TButton
  413.     Left = 8
  414.     Top = 400
  415.     Width = 75
  416.     Height = 25
  417.     Caption = '&OK'
  418.     Default = True
  419.     ModalResult = 1
  420.     TabOrder = 2
  421.     OnClick = btnOKClick
  422.   end
  423.   object btnCancel: TButton
  424.     Left = 96
  425.     Top = 400
  426.     Width = 75
  427.     Height = 25
  428.     Caption = 'C&ancel'
  429.     ModalResult = 2
  430.     TabOrder = 3
  431.     OnClick = btnCancelClick
  432.   end
  433. end
  434.