home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / system / processmeter / procmeter.exe / processmeter.exe / 0 / RCDATA / TFORMTEEGENERAL / TFORMTEEGENERAL.txt
Text File  |  2008-03-26  |  8KB  |  359 lines

  1. object FormTeeGeneral: TFormTeeGeneral
  2.   Left = 180
  3.   Top = 163
  4.   AutoScroll = False
  5.   BorderIcons = [biSystemMenu]
  6.   ClientHeight = 232
  7.   ClientWidth = 372
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   OnCreate = FormCreate
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object PageControl1: TPageControl
  16.     Left = 145
  17.     Top = 0
  18.     Width = 227
  19.     Height = 232
  20.     ActivePage = TabSheet1
  21.     Align = alClient
  22.     HotTrack = True
  23.     TabOrder = 0
  24.     object TabSheet1: TTabSheet
  25.       Caption = 'Zoom'
  26.       object LSteps: TLabel
  27.         Left = 120
  28.         Top = 26
  29.         Width = 30
  30.         Height = 13
  31.         Alignment = taRightJustify
  32.         Caption = '&Steps:'
  33.         FocusControl = SEAniZoomSteps
  34.       end
  35.       object Label1: TLabel
  36.         Left = 16
  37.         Top = 86
  38.         Width = 112
  39.         Height = 18
  40.         Alignment = taRightJustify
  41.         AutoSize = False
  42.         Caption = '&Minimum pixels:'
  43.         FocusControl = EMinPix
  44.       end
  45.       object Label2: TLabel
  46.         Left = 16
  47.         Top = 115
  48.         Width = 45
  49.         Height = 13
  50.         Alignment = taRightJustify
  51.         Caption = '&Direction:'
  52.         FocusControl = CBDir
  53.       end
  54.       object Label3: TLabel
  55.         Left = 24
  56.         Top = 140
  57.         Width = 69
  58.         Height = 13
  59.         Alignment = taRightJustify
  60.         Caption = 'M&ouse Button:'
  61.         FocusControl = CBZoomMouse
  62.       end
  63.       object CBAllowZoom: TCheckBox
  64.         Left = 8
  65.         Top = 3
  66.         Width = 123
  67.         Height = 18
  68.         HelpContext = 44
  69.         Caption = '&Allow'
  70.         TabOrder = 0
  71.         OnClick = CBAllowZoomClick
  72.       end
  73.       object CBAnimatedZoom: TCheckBox
  74.         Left = 8
  75.         Top = 25
  76.         Width = 91
  77.         Height = 17
  78.         HelpContext = 48
  79.         Caption = 'An&imated'
  80.         TabOrder = 1
  81.         OnClick = CBAnimatedZoomClick
  82.       end
  83.       object SEAniZoomSteps: TEdit
  84.         Left = 152
  85.         Top = 23
  86.         Width = 27
  87.         Height = 21
  88.         HelpContext = 49
  89.         TabOrder = 2
  90.         Text = '8'
  91.         OnChange = SEAniZoomStepsChange
  92.       end
  93.       object UDAniZoomSteps: TUpDown
  94.         Left = 179
  95.         Top = 23
  96.         Width = 15
  97.         Height = 21
  98.         Associate = SEAniZoomSteps
  99.         Position = 8
  100.         TabOrder = 3
  101.       end
  102.       object BZoomPen: TButtonPen
  103.         Left = 16
  104.         Top = 50
  105.         HelpContext = 1454
  106.         Caption = 'P&en...'
  107.         TabOrder = 4
  108.       end
  109.       object BZoomColor: TButton
  110.         Left = 104
  111.         Top = 50
  112.         Width = 75
  113.         Height = 25
  114.         HelpContext = 1449
  115.         Caption = 'P&attern...'
  116.         TabOrder = 5
  117.         OnClick = BZoomColorClick
  118.       end
  119.       object EMinPix: TEdit
  120.         Left = 131
  121.         Top = 83
  122.         Width = 32
  123.         Height = 21
  124.         HelpContext = 1452
  125.         TabOrder = 6
  126.         Text = '16'
  127.         OnChange = EMinPixChange
  128.       end
  129.       object UDMinPix: TUpDown
  130.         Left = 163
  131.         Top = 83
  132.         Width = 15
  133.         Height = 21
  134.         Associate = EMinPix
  135.         Position = 16
  136.         TabOrder = 7
  137.       end
  138.       object CBDir: TComboFlat
  139.         Left = 64
  140.         Top = 111
  141.         Width = 117
  142.         HelpContext = 1450
  143.         TabOrder = 8
  144.         OnChange = CBDirChange
  145.         Items.Strings = (
  146.           'Horizontal'
  147.           'Vertical'
  148.           'Both')
  149.       end
  150.       object CBZoomMouse: TComboFlat
  151.         Left = 95
  152.         Top = 136
  153.         Width = 86
  154.         HelpContext = 1453
  155.         TabOrder = 9
  156.         OnChange = CBZoomMouseChange
  157.         Items.Strings = (
  158.           'Left'
  159.           'Right'
  160.           'Middle')
  161.       end
  162.       object CBUpLeft: TCheckBox
  163.         Left = 3
  164.         Top = 165
  165.         Width = 197
  166.         Height = 17
  167.         Caption = 'Zoom on &Up Left drag'
  168.         TabOrder = 10
  169.         OnClick = CBUpLeftClick
  170.       end
  171.     end
  172.     object TabSheet2: TTabSheet
  173.       Caption = 'Scroll'
  174.       object Label4: TLabel
  175.         Left = 25
  176.         Top = 144
  177.         Width = 69
  178.         Height = 13
  179.         Alignment = taRightJustify
  180.         Caption = '&Mouse Button:'
  181.         FocusControl = CBScrollMouse
  182.       end
  183.       object RGPanning: TRadioGroup
  184.         Left = 24
  185.         Top = 12
  186.         Width = 161
  187.         Height = 117
  188.         HelpContext = 358
  189.         Caption = 'Allow Scroll:'
  190.         Items.Strings = (
  191.           '&None'
  192.           '&Horizontal'
  193.           '&Vertical'
  194.           '&Both')
  195.         TabOrder = 0
  196.         OnClick = RGPanningClick
  197.       end
  198.       object CBScrollMouse: TComboFlat
  199.         Left = 99
  200.         Top = 140
  201.         Width = 87
  202.         HelpContext = 1455
  203.         TabOrder = 1
  204.         OnChange = CBScrollMouseChange
  205.         Items.Strings = (
  206.           'Left'
  207.           'Right'
  208.           'Middle')
  209.       end
  210.     end
  211.   end
  212.   object Panel1: TPanel
  213.     Left = 0
  214.     Top = 0
  215.     Width = 145
  216.     Height = 232
  217.     Align = alLeft
  218.     BevelOuter = bvNone
  219.     TabOrder = 1
  220.     object Label6: TLabel
  221.       Left = 20
  222.       Top = 194
  223.       Width = 33
  224.       Height = 13
  225.       Alignment = taRightJustify
  226.       Caption = '&Cursor:'
  227.     end
  228.     object BPrint: TButton
  229.       Left = 11
  230.       Top = 9
  231.       Width = 114
  232.       Height = 25
  233.       HelpContext = 394
  234.       Caption = 'Print &Preview...'
  235.       TabOrder = 0
  236.       OnClick = BPrintClick
  237.     end
  238.     object GBMargins: TGroupBox
  239.       Left = 8
  240.       Top = 43
  241.       Width = 120
  242.       Height = 140
  243.       HelpContext = 11
  244.       Caption = 'Margins (%)'
  245.       TabOrder = 1
  246.       object Label5: TLabel
  247.         Left = 8
  248.         Top = 96
  249.         Width = 27
  250.         Height = 13
  251.         Caption = '&Units:'
  252.         FocusControl = CBMarUnits
  253.       end
  254.       object SETopMa: TEdit
  255.         Left = 42
  256.         Top = 20
  257.         Width = 27
  258.         Height = 21
  259.         HelpContext = 279
  260.         TabOrder = 0
  261.         Text = '3'
  262.         OnChange = SETopMaChange
  263.       end
  264.       object SELeftMa: TEdit
  265.         Left = 6
  266.         Top = 44
  267.         Width = 27
  268.         Height = 21
  269.         HelpContext = 279
  270.         TabOrder = 1
  271.         Text = '3'
  272.         OnChange = SELeftMaChange
  273.       end
  274.       object SEBotMa: TEdit
  275.         Left = 42
  276.         Top = 68
  277.         Width = 27
  278.         Height = 21
  279.         HelpContext = 279
  280.         TabOrder = 2
  281.         Text = '3'
  282.         OnChange = SEBotMaChange
  283.       end
  284.       object SERightMa: TEdit
  285.         Left = 72
  286.         Top = 44
  287.         Width = 27
  288.         Height = 21
  289.         HelpContext = 279
  290.         TabOrder = 3
  291.         Text = '3'
  292.         OnChange = SERightMaChange
  293.       end
  294.       object UDTopMa: TUpDown
  295.         Left = 69
  296.         Top = 20
  297.         Width = 15
  298.         Height = 21
  299.         HelpContext = 279
  300.         Associate = SETopMa
  301.         Increment = 5
  302.         Position = 3
  303.         TabOrder = 4
  304.       end
  305.       object UDRightMa: TUpDown
  306.         Left = 99
  307.         Top = 44
  308.         Width = 15
  309.         Height = 21
  310.         HelpContext = 279
  311.         Associate = SERightMa
  312.         Increment = 5
  313.         Position = 3
  314.         TabOrder = 5
  315.       end
  316.       object UDLeftMa: TUpDown
  317.         Left = 33
  318.         Top = 44
  319.         Width = 15
  320.         Height = 21
  321.         HelpContext = 279
  322.         Associate = SELeftMa
  323.         Increment = 5
  324.         Position = 3
  325.         TabOrder = 6
  326.       end
  327.       object UDBotMa: TUpDown
  328.         Left = 69
  329.         Top = 68
  330.         Width = 15
  331.         Height = 21
  332.         HelpContext = 279
  333.         Associate = SEBotMa
  334.         Increment = 5
  335.         Position = 3
  336.         TabOrder = 7
  337.       end
  338.       object CBMarUnits: TComboFlat
  339.         Left = 8
  340.         Top = 112
  341.         Width = 106
  342.         TabOrder = 8
  343.         OnChange = CBMarUnitsChange
  344.         Items.Strings = (
  345.           'Percent'
  346.           'Pixels')
  347.       end
  348.     end
  349.     object CBCursor: TComboFlat
  350.       Left = 56
  351.       Top = 190
  352.       Width = 82
  353.       Sorted = True
  354.       TabOrder = 2
  355.       OnChange = CBCursorChange
  356.     end
  357.   end
  358. end
  359.