home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Comunicatii / thebat / the_bat2.04.07.exe / thebat.exe / 0 / RCDATA / TCONNECTMONITOR / TCONNECTMONITOR.txt
Encoding:
Text File  |  2004-02-23  |  11.5 KB  |  496 lines

  1. object ConnectMonitor: TConnectMonitor
  2.   Left = 237
  3.   Top = 273
  4.   Width = 425
  5.   Height = 370
  6.   Caption = 'Connection Centre'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnKeyDown = FormKeyDown
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Book: TPageControl
  25.     Left = 0
  26.     Top = 0
  27.     Width = 417
  28.     Height = 279
  29.     ActivePage = tsQueue
  30.     Align = alClient
  31.     MultiLine = True
  32.     TabOrder = 0
  33.     OnChange = BookChange
  34.     object tsQueue: TTabSheet
  35.       Caption = 'Queue'
  36.       object pnQueue: TPanel
  37.         Tag = 11
  38.         Left = 0
  39.         Top = 0
  40.         Width = 409
  41.         Height = 251
  42.         Align = alClient
  43.         BevelOuter = bvNone
  44.         BorderWidth = 2
  45.         TabOrder = 0
  46.         object Splitter1: TSplitter
  47.           Left = 2
  48.           Top = 139
  49.           Width = 405
  50.           Height = 3
  51.           Cursor = crVSplit
  52.           Align = alTop
  53.           Color = clBtnFace
  54.           ParentColor = False
  55.           ResizeStyle = rsUpdate
  56.         end
  57.         object sbBox: TScrollBox
  58.           Left = 2
  59.           Top = 142
  60.           Width = 405
  61.           Height = 107
  62.           VertScrollBar.Tracking = True
  63.           Align = alClient
  64.           BevelInner = bvNone
  65.           BevelOuter = bvNone
  66.           BorderStyle = bsNone
  67.           Ctl3D = False
  68.           ParentCtl3D = False
  69.           TabOrder = 0
  70.           OnResize = sbBoxResize
  71.           object gProgress: TGauge
  72.             Left = 244
  73.             Top = 29
  74.             Width = 49
  75.             Height = 49
  76.             Color = clBtnFace
  77.             Kind = gkPie
  78.             Font.Charset = DEFAULT_CHARSET
  79.             Font.Color = clBlack
  80.             Font.Height = -11
  81.             Font.Name = 'MS Sans Serif'
  82.             Font.Style = []
  83.             BorderStyle = bsNone
  84.             MaxValue = 0
  85.             ShowPercent = False
  86.             ParentColor = False
  87.             ParentFont = False
  88.             ParentShowHint = False
  89.             ShowHint = False
  90.           end
  91.           object lSize: TLabel
  92.             Left = 197
  93.             Top = 32
  94.             Width = 36
  95.             Height = 13
  96.             Alignment = taRightJustify
  97.             Caption = '0 Bytes'
  98.             Visible = False
  99.           end
  100.           object lZero: TLabel
  101.             Left = 8
  102.             Top = 32
  103.             Width = 6
  104.             Height = 13
  105.             Caption = '0'
  106.             Visible = False
  107.           end
  108.           object lcStatus: TLabel
  109.             Left = 64
  110.             Top = 80
  111.             Width = 241
  112.             Height = 41
  113.             AutoSize = False
  114.             Transparent = True
  115.             WordWrap = True
  116.           end
  117.           object lblMessage: TLabel
  118.             Left = 8
  119.             Top = 124
  120.             Width = 49
  121.             Height = 13
  122.             Caption = 'Message: '
  123.           end
  124.           object lblXfer: TLabel
  125.             Left = 8
  126.             Top = 144
  127.             Width = 48
  128.             Height = 13
  129.             Caption = 'Transfer: '
  130.           end
  131.           object lblTime: TLabel
  132.             Left = 8
  133.             Top = 164
  134.             Width = 26
  135.             Height = 13
  136.             Caption = 'Time:'
  137.           end
  138.           object lLog: TLabel
  139.             Left = 8
  140.             Top = 188
  141.             Width = 21
  142.             Height = 16
  143.             AutoSize = False
  144.             Caption = '&Log:'
  145.             FocusControl = eLog
  146.           end
  147.           object lblServer: TLabel
  148.             Left = 8
  149.             Top = 8
  150.             Width = 36
  151.             Height = 13
  152.             Caption = 'Server:'
  153.           end
  154.           object lcMessage: TLabel
  155.             Left = 72
  156.             Top = 124
  157.             Width = 32
  158.             Height = 13
  159.             AutoSize = False
  160.             Transparent = True
  161.           end
  162.           object lcXfer: TLabel
  163.             Left = 64
  164.             Top = 144
  165.             Width = 32
  166.             Height = 13
  167.             AutoSize = False
  168.             Transparent = True
  169.           end
  170.           object lcTime: TLabel
  171.             Left = 104
  172.             Top = 164
  173.             Width = 38
  174.             Height = 13
  175.             AutoSize = False
  176.           end
  177.           object lblStatus: TLabel
  178.             Left = 8
  179.             Top = 80
  180.             Width = 35
  181.             Height = 13
  182.             Caption = 'Status:'
  183.           end
  184.           object lcServer: TLabel
  185.             Left = 64
  186.             Top = 8
  187.             Width = 241
  188.             Height = 13
  189.             AutoSize = False
  190.           end
  191.           object Bar: TProgressBar
  192.             Left = 8
  193.             Top = 48
  194.             Width = 225
  195.             Height = 17
  196.             TabOrder = 0
  197.           end
  198.           object Panel1: TPanel
  199.             Left = 0
  200.             Top = 204
  201.             Width = 389
  202.             Height = 188
  203.             Align = alBottom
  204.             BevelOuter = bvNone
  205.             TabOrder = 1
  206.             object eLog: TMemo
  207.               Left = 0
  208.               Top = 0
  209.               Width = 389
  210.               Height = 188
  211.               Align = alClient
  212.               Ctl3D = True
  213.               ParentCtl3D = False
  214.               ReadOnly = True
  215.               ScrollBars = ssBoth
  216.               TabOrder = 0
  217.               WantReturns = False
  218.               WordWrap = False
  219.             end
  220.           end
  221.         end
  222.         object MLV: TMLVGrid
  223.           Left = 2
  224.           Top = 19
  225.           Width = 405
  226.           Height = 120
  227.           Align = alTop
  228.           BorderStyle = bsNone
  229.           DefaultRowHeight = 16
  230.           DefaultDrawing = False
  231.           FixedCols = 0
  232.           RowCount = 1
  233.           FixedRows = 0
  234.           Options = [goThumbTracking]
  235.           PopupMenu = pmTasks
  236.           TabOrder = 1
  237.           OnExit = MLVExit
  238.           OnMouseDown = MLVMouseDown
  239.           AltDrag = True
  240.           AutoColResize = True
  241.           AutoSearch = False
  242.           MultiSelect = False
  243.           Header = hTasks
  244.           OnFocusItem = MLVFocusItem
  245.           ImmediateSelect = False
  246.           OnDrawItemImage = MLVDrawItemImage
  247.         end
  248.         object hTasks: THeaderControl
  249.           Left = 2
  250.           Top = 2
  251.           Width = 405
  252.           Height = 17
  253.           Sections = <>
  254.         end
  255.       end
  256.     end
  257.     object tsConnect: TTabSheet
  258.       Caption = 'Connection'
  259.       object GroupBox1: TGroupBox
  260.         Left = 8
  261.         Top = 8
  262.         Width = 305
  263.         Height = 185
  264.         Caption = 'Status'
  265.         TabOrder = 0
  266.         object lbStatus: TLabel
  267.           Left = 16
  268.           Top = 64
  269.           Width = 30
  270.           Height = 13
  271.           Caption = 'State:'
  272.         end
  273.         object lDevice: TLabel
  274.           Left = 16
  275.           Top = 104
  276.           Width = 36
  277.           Height = 13
  278.           Caption = 'Device:'
  279.         end
  280.         object lStatus: TLabel
  281.           Left = 96
  282.           Top = 64
  283.           Width = 201
  284.           Height = 33
  285.           AutoSize = False
  286.           ShowAccelChar = False
  287.           WordWrap = True
  288.         end
  289.         object lDevName: TLabel
  290.           Left = 96
  291.           Top = 104
  292.           Width = 201
  293.           Height = 25
  294.           AutoSize = False
  295.           ShowAccelChar = False
  296.           WordWrap = True
  297.         end
  298.         object lError: TLabel
  299.           Left = 16
  300.           Top = 144
  301.           Width = 51
  302.           Height = 13
  303.           Caption = 'Last error:'
  304.           Visible = False
  305.         end
  306.         object lbEntry: TLabel
  307.           Left = 16
  308.           Top = 24
  309.           Width = 88
  310.           Height = 13
  311.           Caption = #39'Phonebook entry:'
  312.         end
  313.         object lEntryName: TLabel
  314.           Left = 112
  315.           Top = 24
  316.           Width = 185
  317.           Height = 33
  318.           AutoSize = False
  319.           WordWrap = True
  320.         end
  321.         object mError: TMemo
  322.           Left = 96
  323.           Top = 144
  324.           Width = 201
  325.           Height = 33
  326.           ScrollBars = ssVertical
  327.           TabOrder = 0
  328.           Visible = False
  329.         end
  330.       end
  331.       object cbInteractive: TCheckBox
  332.         Left = 10
  333.         Top = 208
  334.         Width = 319
  335.         Height = 17
  336.         Caption = 'Do not show error messages, just keep retrying'
  337.         TabOrder = 1
  338.         OnClick = cbInteractiveClick
  339.       end
  340.     end
  341.   end
  342.   object pnBottom: TPanel
  343.     Left = 0
  344.     Top = 279
  345.     Width = 417
  346.     Height = 29
  347.     Align = alBottom
  348.     BevelOuter = bvNone
  349.     TabOrder = 1
  350.     object cbAutoDisconnect: TCheckBox
  351.       Left = 4
  352.       Top = 6
  353.       Width = 469
  354.       Height = 17
  355.       Caption = 'Disconnect automatically when session(s) finish'
  356.       TabOrder = 0
  357.     end
  358.   end
  359.   object pnButtonAligner: TPanel
  360.     Left = 0
  361.     Top = 308
  362.     Width = 417
  363.     Height = 28
  364.     Align = alBottom
  365.     BevelOuter = bvNone
  366.     TabOrder = 2
  367.     OnResize = tbBarResize
  368.     object bDetails: TSpeedButton
  369.       Left = 156
  370.       Top = 0
  371.       Width = 62
  372.       Height = 22
  373.       AllowAllUp = True
  374.       GroupIndex = 1
  375.       Down = True
  376.       Caption = 'D&etails'
  377.       Flat = True
  378.       Font.Charset = DEFAULT_CHARSET
  379.       Font.Color = clWindowText
  380.       Font.Height = -11
  381.       Font.Name = 'Tahoma'
  382.       Font.Style = []
  383.       ParentFont = False
  384.       OnClick = bDetailsClick
  385.     end
  386.     object bHide: TSpeedButton
  387.       Left = 107
  388.       Top = 0
  389.       Width = 49
  390.       Height = 22
  391.       Caption = '&Hide'
  392.       Flat = True
  393.       Font.Charset = DEFAULT_CHARSET
  394.       Font.Color = clWindowText
  395.       Font.Height = -11
  396.       Font.Name = 'Tahoma'
  397.       Font.Style = []
  398.       ParentFont = False
  399.       OnClick = bHideClick
  400.     end
  401.     object bAbort: TSpeedButton
  402.       Left = 55
  403.       Top = 0
  404.       Width = 52
  405.       Height = 22
  406.       Caption = '&Abort all'
  407.       Flat = True
  408.       Font.Charset = DEFAULT_CHARSET
  409.       Font.Color = clWindowText
  410.       Font.Height = -11
  411.       Font.Name = 'Tahoma'
  412.       Font.Style = []
  413.       ParentFont = False
  414.       OnClick = bAbortClick
  415.     end
  416.     object bDelete: TSpeedButton
  417.       Left = 0
  418.       Top = 0
  419.       Width = 55
  420.       Height = 22
  421.       Caption = '&Delete task'
  422.       Flat = True
  423.       Font.Charset = DEFAULT_CHARSET
  424.       Font.Color = clWindowText
  425.       Font.Height = -11
  426.       Font.Name = 'Tahoma'
  427.       Font.Style = []
  428.       ParentFont = False
  429.       OnClick = bDeleteTaskClick
  430.     end
  431.   end
  432.   object RAS: TRAS
  433.     OnConnect = RASConnect
  434.     OnDisconnect = RASDisconnect
  435.     OnPortOpened = RASPortOpened
  436.     OnAboutToConnDev = RASPortOpened
  437.     OnDevConnected = RASPortOpened
  438.     OnAllDevsConnected = RASPortOpened
  439.     OnAuthenticate = RASAuthenticate
  440.     OnWaitForModemReset = RASWaitForModemReset
  441.     OnGotError = RASGotError
  442.     Left = 348
  443.     Top = 192
  444.   end
  445.   object tmTreshold: TTimer
  446.     Enabled = False
  447.     OnTimer = tmTresholdTimer
  448.     Left = 385
  449.     Top = 192
  450.   end
  451.   object tmCheckRas: TTimer
  452.     Enabled = False
  453.     OnTimer = tmCheckRasTimer
  454.     Left = 420
  455.     Top = 192
  456.   end
  457.   object lImages: TImageList
  458.     AllocBy = 2
  459.     Left = 353
  460.     Top = 256
  461.   end
  462.   object tmUpdate: TTimer
  463.     Interval = 250
  464.     OnTimer = tmUpdateTimer
  465.     Left = 410
  466.     Top = 240
  467.   end
  468.   object tmDeletedCheck: TTimer
  469.     OnTimer = tmDeletedCheckTimer
  470.     Left = 408
  471.     Top = 272
  472.   end
  473.   object pmTasks: TPopupMenu
  474.     OnPopup = pmTasksPopup
  475.     Left = 344
  476.     Top = 304
  477.     object mDelete: TMenuItem
  478.       Caption = '&Delete'
  479.       ShortCut = 46
  480.       OnClick = bDeleteTaskClick
  481.     end
  482.     object mKeepTask: TMenuItem
  483.       Caption = '&Keep this task'
  484.       ShortCut = 16459
  485.       OnClick = mKeepTaskClick
  486.     end
  487.     object N1: TMenuItem
  488.       Caption = '-'
  489.     end
  490.     object mAbortAll: TMenuItem
  491.       Caption = '&Abort all tasks'
  492.       OnClick = bAbortClick
  493.     end
  494.   end
  495. end
  496.