home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 9 / Chip_Hitware_Vol_09.iso / chiphit9 / tools / 95cctask / cctask.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  1997-04-15  |  10.2 KB  |  494 lines

  1. object Form1: TForm1
  2.   Left = 660
  3.   Top = 133
  4.   Width = 585
  5.   Height = 401
  6.   Caption = 'CCTask'
  7.   Font.Color = clWindowText
  8.   Font.Height = -12
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   Scaled = False
  13.   OnActivate = FormActivate
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 15
  17.   object Panel2: TPanel
  18.     Left = 481
  19.     Top = 0
  20.     Width = 96
  21.     Height = 374
  22.     Align = alRight
  23.     BevelInner = bvLowered
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 10
  27.       Top = 246
  28.       Width = 79
  29.       Height = 15
  30.       Caption = '&Interval (sec.) :'
  31.       FocusControl = SpinEdit1
  32.     end
  33.     object Label2: TLabel
  34.       Left = 10
  35.       Top = 230
  36.       Width = 79
  37.       Height = 15
  38.       Caption = '   U p d a t e :   '
  39.       Font.Color = clWindowText
  40.       Font.Height = -12
  41.       Font.Name = 'Arial'
  42.       Font.Style = [fsBold, fsUnderline]
  43.       ParentFont = False
  44.       OnClick = TimerEvent
  45.     end
  46.     object SpinEdit1: TSpinEdit
  47.       Left = 22
  48.       Top = 262
  49.       Width = 57
  50.       Height = 23
  51.       Font.Color = clWindowText
  52.       Font.Height = -11
  53.       Font.Name = 'Arial'
  54.       Font.Style = []
  55.       MaxLength = 5
  56.       MaxValue = 99999
  57.       MinValue = 0
  58.       ParentFont = False
  59.       TabOrder = 13
  60.       Value = 0
  61.       OnChange = SpinEdit1Change
  62.     end
  63.     object bStart: TButton
  64.       Left = 8
  65.       Top = 286
  66.       Width = 41
  67.       Height = 22
  68.       Caption = '&Start'
  69.       Font.Color = clWindowText
  70.       Font.Height = -11
  71.       Font.Name = 'Arial'
  72.       Font.Style = []
  73.       ParentFont = False
  74.       TabOrder = 14
  75.       OnClick = bStartClick
  76.     end
  77.     object bStop: TButton
  78.       Left = 8
  79.       Top = 307
  80.       Width = 41
  81.       Height = 22
  82.       Caption = 'Sto&p'
  83.       Font.Color = clWindowText
  84.       Font.Height = -11
  85.       Font.Name = 'Arial'
  86.       Font.Style = []
  87.       ParentFont = False
  88.       TabOrder = 15
  89.       OnClick = bStopClick
  90.     end
  91.     object bHide: TButton
  92.       Tag = 1
  93.       Left = 3
  94.       Top = 4
  95.       Width = 39
  96.       Height = 20
  97.       Caption = '&Hide'
  98.       Font.Color = clWindowText
  99.       Font.Height = -11
  100.       Font.Name = 'Arial'
  101.       Font.Style = []
  102.       ParentFont = False
  103.       TabOrder = 0
  104.       OnClick = bHideClick
  105.     end
  106.     object bShow: TButton
  107.       Tag = 2
  108.       Left = 3
  109.       Top = 24
  110.       Width = 39
  111.       Height = 20
  112.       Caption = 'Sho&w'
  113.       Font.Color = clWindowText
  114.       Font.Height = -11
  115.       Font.Name = 'Arial'
  116.       Font.Style = []
  117.       ParentFont = False
  118.       TabOrder = 2
  119.       OnClick = bHideClick
  120.     end
  121.     object bKill: TButton
  122.       Tag = 4
  123.       Left = 3
  124.       Top = 64
  125.       Width = 39
  126.       Height = 20
  127.       Caption = '&Kill'
  128.       Font.Color = clWindowText
  129.       Font.Height = -11
  130.       Font.Name = 'Arial'
  131.       Font.Style = []
  132.       ParentFont = False
  133.       TabOrder = 6
  134.       OnClick = ButtonClick
  135.     end
  136.     object bSingle: TButton
  137.       Left = 48
  138.       Top = 286
  139.       Width = 41
  140.       Height = 43
  141.       Caption = 'S&ingle'
  142.       Font.Color = clWindowText
  143.       Font.Height = -11
  144.       Font.Name = 'Arial'
  145.       Font.Style = []
  146.       ParentFont = False
  147.       TabOrder = 16
  148.       OnClick = TimerEvent
  149.     end
  150.     object rgPriority: TRadioGroup
  151.       Tag = 2
  152.       Left = 16
  153.       Top = 159
  154.       Width = 67
  155.       Height = 70
  156.       Caption = 'P&riority'
  157.       Font.Color = clBlack
  158.       Font.Height = -11
  159.       Font.Name = 'Arial'
  160.       Font.Style = []
  161.       Items.Strings = (
  162.         'Real'
  163.         'High'
  164.         'Normal'
  165.         'Idle')
  166.       ParentFont = False
  167.       TabOrder = 12
  168.       OnClick = RadioClick
  169.     end
  170.     object cAutoUpdate: TCheckBox
  171.       Left = 8
  172.       Top = 330
  173.       Width = 78
  174.       Height = 17
  175.       Caption = '&AutoUpdate'
  176.       Font.Color = clWindowText
  177.       Font.Height = -11
  178.       Font.Name = 'Arial'
  179.       Font.Style = []
  180.       ParentFont = False
  181.       State = cbChecked
  182.       TabOrder = 17
  183.     end
  184.     object bCaption: TButton
  185.       Tag = 5
  186.       Left = 43
  187.       Top = 4
  188.       Width = 49
  189.       Height = 20
  190.       Caption = '&Caption'
  191.       Font.Color = clWindowText
  192.       Font.Height = -11
  193.       Font.Name = 'Arial'
  194.       Font.Style = []
  195.       ParentFont = False
  196.       TabOrder = 1
  197.       OnClick = HWNDClick
  198.     end
  199.     object bMinimize: TButton
  200.       Tag = 6
  201.       Left = 43
  202.       Top = 24
  203.       Width = 49
  204.       Height = 20
  205.       Caption = '&Minimize'
  206.       Font.Color = clWindowText
  207.       Font.Height = -11
  208.       Font.Name = 'Arial'
  209.       Font.Style = []
  210.       ParentFont = False
  211.       TabOrder = 3
  212.       OnClick = HWNDClick
  213.     end
  214.     object bDestroy: TButton
  215.       Tag = 8
  216.       Left = 43
  217.       Top = 64
  218.       Width = 49
  219.       Height = 20
  220.       Caption = '&Destroy'
  221.       Font.Color = clBlack
  222.       Font.Height = -11
  223.       Font.Name = 'Arial'
  224.       Font.Style = []
  225.       ParentFont = False
  226.       TabOrder = 7
  227.       OnClick = HWNDClick
  228.     end
  229.     object rgInput: TRadioGroup
  230.       Tag = 1
  231.       Left = 4
  232.       Top = 127
  233.       Width = 88
  234.       Height = 33
  235.       Caption = 'Allow Inp&ut'
  236.       Columns = 2
  237.       Ctl3D = True
  238.       Font.Color = clBlack
  239.       Font.Height = -11
  240.       Font.Name = 'Arial'
  241.       Font.Style = []
  242.       Items.Strings = (
  243.         'Yes'
  244.         'No')
  245.       ParentCtl3D = False
  246.       ParentFont = False
  247.       TabOrder = 11
  248.       OnClick = RadioClick
  249.     end
  250.     object bSleep: TButton
  251.       Left = 3
  252.       Top = 103
  253.       Width = 32
  254.       Height = 25
  255.       Caption = 'Sl&eep'
  256.       Font.Color = clWindowText
  257.       Font.Height = -11
  258.       Font.Name = 'Arial'
  259.       Font.Style = []
  260.       ParentFont = False
  261.       TabOrder = 9
  262.       OnClick = bSleepClick
  263.     end
  264.     object sSleep: TSpinEdit
  265.       Left = 35
  266.       Top = 103
  267.       Width = 58
  268.       Height = 24
  269.       Hint = 'Minutes to live'
  270.       Increment = 10
  271.       MaxLength = 5
  272.       MaxValue = 99999
  273.       MinValue = 0
  274.       ParentShowHint = False
  275.       ShowHint = True
  276.       TabOrder = 10
  277.       Value = 0
  278.     end
  279.     object bCron: TButton
  280.       Left = 3
  281.       Top = 84
  282.       Width = 89
  283.       Height = 18
  284.       Hint = 'Cron Setup'
  285.       Caption = 'C &r o n'
  286.       Font.Color = clWindowText
  287.       Font.Height = -9
  288.       Font.Name = 'Arial'
  289.       Font.Style = [fsBold]
  290.       ParentFont = False
  291.       ParentShowHint = False
  292.       ShowHint = True
  293.       TabOrder = 8
  294.       OnClick = bCronClick
  295.     end
  296.     object bAbout: TButton
  297.       Left = 8
  298.       Top = 350
  299.       Width = 81
  300.       Height = 18
  301.       Caption = 'A&bout'
  302.       Font.Color = clWindowText
  303.       Font.Height = -11
  304.       Font.Name = 'Arial'
  305.       Font.Style = []
  306.       ParentFont = False
  307.       TabOrder = 18
  308.       OnClick = bAboutClick
  309.     end
  310.     object bTop: TButton
  311.       Tag = 3
  312.       Left = 3
  313.       Top = 44
  314.       Width = 39
  315.       Height = 20
  316.       Hint = 'Bring to front'
  317.       Caption = '&Top'
  318.       Font.Color = clWindowText
  319.       Font.Height = -11
  320.       Font.Name = 'Arial'
  321.       Font.Style = []
  322.       ParentFont = False
  323.       ParentShowHint = False
  324.       ShowHint = True
  325.       TabOrder = 4
  326.       OnClick = HWNDClick
  327.     end
  328.     object bBottom: TButton
  329.       Tag = 7
  330.       Left = 43
  331.       Top = 44
  332.       Width = 49
  333.       Height = 20
  334.       Hint = 'Send to back'
  335.       Caption = 'Bottom'
  336.       Font.Color = clWindowText
  337.       Font.Height = -11
  338.       Font.Name = 'Arial'
  339.       Font.Style = []
  340.       ParentFont = False
  341.       TabOrder = 5
  342.       OnClick = HWNDClick
  343.     end
  344.   end
  345.   object Panel1: TPanel
  346.     Left = 0
  347.     Top = 0
  348.     Width = 481
  349.     Height = 374
  350.     Align = alClient
  351.     Caption = 'Panel1'
  352.     TabOrder = 1
  353.     object ListView2: TListView
  354.       Left = 1
  355.       Top = 244
  356.       Width = 479
  357.       Height = 129
  358.       Align = alBottom
  359.       Columns = <
  360.         item
  361.           Caption = 'Module Name'
  362.           Width = 120
  363.         end
  364.         item
  365.           Alignment = taRightJustify
  366.           Caption = 'Global Count'
  367.           Width = 76
  368.         end
  369.         item
  370.           Alignment = taRightJustify
  371.           Caption = 'Process Count'
  372.           Width = 78
  373.         end
  374.         item
  375.           Alignment = taRightJustify
  376.           Caption = 'Size'
  377.           Width = 80
  378.         end>
  379.       ReadOnly = True
  380.       Font.Color = clBlack
  381.       Font.Height = -11
  382.       Font.Name = 'Times New Roman'
  383.       Font.Style = []
  384.       HideSelection = False
  385.       OnColumnClick = ListView1ColumnClick
  386.       TabOrder = 1
  387.       ViewStyle = vsReport
  388.     end
  389.     object ListView1: TListView
  390.       Left = 1
  391.       Top = 1
  392.       Width = 479
  393.       Height = 221
  394.       Align = alClient
  395.       Columns = <
  396.         item
  397.           Caption = 'Process Name'
  398.           Width = 100
  399.         end
  400.         item
  401.           Caption = 'Process ID'
  402.           Width = 66
  403.         end
  404.         item
  405.           Caption = 'Module ID'
  406.           Width = 66
  407.         end
  408.         item
  409.           Caption = 'Priority'
  410.         end
  411.         item
  412.           Caption = 'Full Name'
  413.           Width = 193
  414.           WidthType = (
  415.             -2)
  416.         end>
  417.       ReadOnly = True
  418.       Font.Color = clBlack
  419.       Font.Height = -11
  420.       Font.Name = 'Times New Roman'
  421.       Font.Style = []
  422.       HideSelection = False
  423.       OnChange = ListView1Change
  424.       OnColumnClick = ListView1ColumnClick
  425.       TabOrder = 0
  426.       ViewStyle = vsReport
  427.     end
  428.     object Panel3: TPanel
  429.       Left = 1
  430.       Top = 222
  431.       Width = 479
  432.       Height = 22
  433.       Cursor = crVSplit
  434.       Align = alBottom
  435.       BorderStyle = bsSingle
  436.       Font.Color = clBlack
  437.       Font.Height = -11
  438.       Font.Name = 'Times New Roman'
  439.       Font.Style = []
  440.       ParentFont = False
  441.       TabOrder = 3
  442.       OnMouseDown = Panel3MouseDown
  443.       OnMouseMove = Panel3MouseMove
  444.       OnMouseUp = Panel3MouseUp
  445.     end
  446.     object pDragger: TPanel
  447.       Left = 1
  448.       Top = 200
  449.       Width = 479
  450.       Height = 17
  451.       BevelInner = bvLowered
  452.       BevelOuter = bvLowered
  453.       Caption = 'pDragger'
  454.       TabOrder = 2
  455.       Visible = False
  456.     end
  457.   end
  458.   object timerUpdate: TTimer
  459.     Enabled = False
  460.     Interval = 10
  461.     OnTimer = TimerEvent
  462.     Left = 424
  463.     Top = 65520
  464.   end
  465.   object Tray: TTrayIcon
  466.     Active = False
  467.     ShowDesigning = False
  468.     ToolTip = 'CCTask'
  469.     OnClick = menuShowClick
  470.     PopupMenu = TrayMenu
  471.     Left = 392
  472.     Top = 65520
  473.   end
  474.   object TrayMenu: TPopupMenu
  475.     Left = 456
  476.     Top = 65528
  477.     object menuShow: TMenuItem
  478.       Caption = 'Show'
  479.       Default = True
  480.       ShortCut = 0
  481.       OnClick = menuShowClick
  482.     end
  483.     object N2: TMenuItem
  484.       Caption = '-'
  485.       ShortCut = 0
  486.     end
  487.     object N1: TMenuItem
  488.       Caption = 'Close'
  489.       ShortCut = 0
  490.       OnClick = N1Click
  491.     end
  492.   end
  493. end
  494.