home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / PROC.DFM / PROC.txt < prev   
Text File  |  1997-01-16  |  8KB  |  326 lines

  1. object Form1: TForm1
  2.   Left = 182
  3.   Top = 128
  4.   BorderStyle = bsSingle
  5.   Caption = 'PPV'
  6.   ClientHeight = 423
  7.   ClientWidth = 563
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Menu = MainMenu1
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 76
  21.     Width = 96
  22.     Height = 16
  23.     Caption = 'PID Info Viewer'
  24.     Font.Color = clRed
  25.     Font.Height = -13
  26.     Font.Name = 'Lucida Sans Unicode'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 8
  32.     Top = 100
  33.     Width = 18
  34.     Height = 13
  35.     Caption = 'PID'
  36.     Font.Color = clBlack
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object Label3: TLabel
  43.     Left = 382
  44.     Top = 100
  45.     Width = 98
  46.     Height = 13
  47.     Caption = 'Window Class Name'
  48.     Font.Color = clBlack
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     ParentFont = False
  53.   end
  54.   object Label4: TLabel
  55.     Left = 192
  56.     Top = 100
  57.     Width = 90
  58.     Height = 13
  59.     Caption = 'Caption of Window'
  60.     Font.Color = clBlack
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = []
  64.     ParentFont = False
  65.   end
  66.   object TBevel
  67.     Left = 320
  68.     Top = 0
  69.     Width = 5
  70.     Height = 1
  71.   end
  72.   object Bevel1: TBevel
  73.     Left = 0
  74.     Top = 0
  75.     Width = 563
  76.     Height = 9
  77.     Align = alTop
  78.     Shape = bsTopLine
  79.   end
  80.   object GroupBox1: TGroupBox
  81.     Left = 432
  82.     Top = 8
  83.     Width = 121
  84.     Height = 61
  85.     Caption = 'Pid Info Color'
  86.     TabOrder = 0
  87.     object RadioButton1: TRadioButton
  88.       Left = 8
  89.       Top = 16
  90.       Width = 57
  91.       Height = 17
  92.       Caption = 'Re&d'
  93.       Font.Color = clRed
  94.       Font.Height = -11
  95.       Font.Name = 'MS Sans Serif'
  96.       Font.Style = []
  97.       ParentFont = False
  98.       TabOrder = 0
  99.       OnClick = RadioButton1Click
  100.     end
  101.     object RadioButton2: TRadioButton
  102.       Left = 8
  103.       Top = 32
  104.       Width = 57
  105.       Height = 25
  106.       Caption = '&Green'
  107.       Font.Color = clGreen
  108.       Font.Height = -11
  109.       Font.Name = 'MS Sans Serif'
  110.       Font.Style = []
  111.       ParentFont = False
  112.       TabOrder = 1
  113.       OnClick = RadioButton1Click
  114.     end
  115.     object RadioButton3: TRadioButton
  116.       Left = 64
  117.       Top = 16
  118.       Width = 49
  119.       Height = 17
  120.       Caption = '&Blue'
  121.       Font.Color = clBlue
  122.       Font.Height = -11
  123.       Font.Name = 'MS Sans Serif'
  124.       Font.Style = []
  125.       ParentFont = False
  126.       TabOrder = 2
  127.       OnClick = RadioButton1Click
  128.     end
  129.     object RadioButton4: TRadioButton
  130.       Left = 64
  131.       Top = 36
  132.       Width = 49
  133.       Height = 17
  134.       Caption = 'B&lack'
  135.       Font.Color = clBlack
  136.       Font.Height = -11
  137.       Font.Name = 'MS Sans Serif'
  138.       Font.Style = []
  139.       ParentFont = False
  140.       TabOrder = 3
  141.       OnClick = RadioButton1Click
  142.     end
  143.   end
  144.   object Panel1: TPanel
  145.     Left = 0
  146.     Top = 0
  147.     Width = 321
  148.     Height = 69
  149.     BevelInner = bvLowered
  150.     BevelWidth = 2
  151.     BorderStyle = bsSingle
  152.     TabOrder = 3
  153.     object SpeedButton1: TSpeedButton
  154.       Left = 8
  155.       Top = 32
  156.       Width = 25
  157.       Height = 25
  158.       Hint = 'Exit Application'
  159.       Glyph.Data = {
  160.         F6000000424DF600000000000000760000002800000010000000100000000100
  161.         0400000000008000000000000000000000000000000000000000000000000000
  162.         80000080000000808000800000008000800080800000C0C0C000808080000000
  163.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  164.         FFFFFCFFFFFFFFFFFCFFFFCFFFFFFFFFCFFFFFFCFFFFFFFCFFFFFFFFCFFFFFCF
  165.         FFFFFFFFFCFFFCFFFFFFFFFFFFCFCFFFFFFFFFFFFFFCFFFFFFFFFFFFFFFCCFFF
  166.         FFFFFFFFFFCFFCFFFFFFFFFFFCFFFFCFFFFFFFFFCFFFFFFCFFFFFFFCFFFFFFFF
  167.         CFFFFFCFFFFFFFFFFCFFFCFFFFFFFFFFFFCFFFFFFFFFFFFFFFFF}
  168.       ParentShowHint = False
  169.       ShowHint = True
  170.       OnClick = SpeedButton1Click
  171.     end
  172.     object SpeedButton2: TSpeedButton
  173.       Left = 56
  174.       Top = 32
  175.       Width = 25
  176.       Height = 25
  177.       Hint = 'About PPV'
  178.       Glyph.Data = {
  179.         F6000000424DF600000000000000760000002800000010000000100000000100
  180.         0400000000008000000000000000000000000000000000000000000000000000
  181.         80000080000000808000800000008000800080800000C0C0C000808080000000
  182.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00999999999999
  183.         9999999000000000099999900000000009999999990000999999999999900999
  184.         9999999999900999999999999990099999999999999009999999999999900999
  185.         9999999999900999999999999990099999999999999009999999999999000099
  186.         9999999000000000099999900000000009999999999999999999}
  187.       ParentShowHint = False
  188.       ShowHint = True
  189.       OnClick = SpeedButton2Click
  190.     end
  191.     object SpeedButton3: TSpeedButton
  192.       Left = 32
  193.       Top = 32
  194.       Width = 25
  195.       Height = 25
  196.       Hint = 'Clear PID Info Viewer'
  197.       Enabled = False
  198.       ParentShowHint = False
  199.       ShowHint = True
  200.       OnClick = SpeedButton3Click
  201.     end
  202.     object SpeedButton4: TSpeedButton
  203.       Left = 8
  204.       Top = 8
  205.       Width = 25
  206.       Height = 25
  207.       Hint = 'List Processes'
  208.       Glyph.Data = {
  209.         F6000000424DF600000000000000760000002800000010000000100000000100
  210.         0400000000008000000000000000000000000000000000000000000000000000
  211.         80000080000000808000800000008000800080800000C0C0C000808080000000
  212.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00F9FFFFFFFFFF
  213.         FFFFF9FFFFFFFFFFFFFFF9FFFFFFFFFFFFFFF9F99FFF9FFF9999F99FF9FF9FF9
  214.         FFF9F9FFF9FF9FF9FFF9F9FFF9FF9FF9FFF9F9FFF9FF9FF9FFF9F99FF9FF9FF9
  215.         FF99F9F99FFF9FFF99F9FFFFFFFFFFFFFFF9FFFFFFFFFFFFFFF9FFFFFFFF9FFF
  216.         FFF9FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
  217.       ParentShowHint = False
  218.       ShowHint = True
  219.       OnClick = SpeedButton4Click
  220.     end
  221.     object Image1: TImage
  222.       Left = 40
  223.       Top = 8
  224.       Width = 33
  225.       Height = 17
  226.       Picture.Data = {<image001.bmp>}
  227.     end
  228.   end
  229.   object StatusBar1: TStatusBar
  230.     Left = 0
  231.     Top = 398
  232.     Width = 563
  233.     Height = 25
  234.     Panels = <>
  235.     SimplePanel = True
  236.   end
  237.   object ListBox1: TListBox
  238.     Left = 8
  239.     Top = 112
  240.     Width = 545
  241.     Height = 265
  242.     Enabled = False
  243.     Font.Color = clBlue
  244.     Font.Height = -11
  245.     Font.Name = 'MS Sans Serif'
  246.     Font.Style = []
  247.     ItemHeight = 13
  248.     ParentFont = False
  249.     TabOrder = 5
  250.     TabWidth = 125
  251.     OnClick = ListBox1Click
  252.   end
  253.   object Button1: TButton
  254.     Left = 196
  255.     Top = 32
  256.     Width = 97
  257.     Height = 25
  258.     Caption = ' &Kill Selected PID'
  259.     Enabled = False
  260.     Font.Color = clBlack
  261.     Font.Height = -11
  262.     Font.Name = 'Arial'
  263.     Font.Style = [fsBold]
  264.     ParentFont = False
  265.     TabOrder = 2
  266.     OnClick = Button1Click
  267.   end
  268.   object Button2: TButton
  269.     Left = 196
  270.     Top = 8
  271.     Width = 97
  272.     Height = 25
  273.     Caption = '&Refresh PIDs'
  274.     Enabled = False
  275.     Font.Color = clBlack
  276.     Font.Height = -11
  277.     Font.Name = 'Arial'
  278.     Font.Style = [fsBold]
  279.     ParentFont = False
  280.     TabOrder = 1
  281.     OnClick = Button2Click
  282.   end
  283.   object MainMenu1: TMainMenu
  284.     Left = 384
  285.     Top = 24
  286.     object File1: TMenuItem
  287.       Caption = '&File'
  288.       ShortCut = 0
  289.       object New1: TMenuItem
  290.         Caption = '&List Pids...'
  291.         ShortCut = 0
  292.         OnClick = New1Click
  293.       end
  294.       object Refresh1: TMenuItem
  295.         Caption = '&Refresh List'
  296.         ShortCut = 0
  297.         OnClick = Refresh1Click
  298.       end
  299.       object N1: TMenuItem
  300.         Caption = '-'
  301.         ShortCut = 0
  302.       end
  303.       object Exit1: TMenuItem
  304.         Caption = 'E&xit'
  305.         ShortCut = 0
  306.         OnClick = Exit1Click
  307.       end
  308.     end
  309.     object Help1: TMenuItem
  310.       Caption = '&Help'
  311.       ShortCut = 0
  312.       object About1: TMenuItem
  313.         Caption = '&About...'
  314.         ShortCut = 0
  315.         OnClick = About1Click
  316.       end
  317.     end
  318.   end
  319.   object Timer1: TTimer
  320.     Interval = 200
  321.     OnTimer = Timer1Timer
  322.     Left = 344
  323.     Top = 24
  324.   end
  325. end
  326.