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

  1. object ChartPreview: TChartPreview
  2.   Left = 256
  3.   Top = 190
  4.   ActiveControl = TeePreviewPanel1
  5.   AutoScroll = False
  6.   Caption = 'TeeChart Print Preview'
  7.   ClientHeight = 392
  8.   ClientWidth = 502
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   KeyPreview = True
  12.   OldCreateOrder = True
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 502
  23.     Height = 38
  24.     Align = alTop
  25.     TabOrder = 0
  26.     OnResize = Panel1Resize
  27.     object Label1: TLabel
  28.       Left = 45
  29.       Top = 12
  30.       Width = 33
  31.       Height = 13
  32.       Alignment = taRightJustify
  33.       Caption = 'P&rinter:'
  34.       FocusControl = CBPrinters
  35.       Layout = tlCenter
  36.     end
  37.     object CBPrinters: TComboFlat
  38.       Left = 80
  39.       Top = 9
  40.       Width = 156
  41.       TabOrder = 0
  42.       OnChange = CBPrintersChange
  43.     end
  44.     object PanelClose: TPanel
  45.       Left = 415
  46.       Top = 1
  47.       Width = 86
  48.       Height = 36
  49.       Align = alRight
  50.       BevelOuter = bvNone
  51.       TabOrder = 1
  52.       object BClose: TButton
  53.         Left = 6
  54.         Top = 7
  55.         Width = 75
  56.         Height = 25
  57.         Cancel = True
  58.         Caption = 'Close'
  59.         Default = True
  60.         ModalResult = 1
  61.         TabOrder = 0
  62.         OnClick = BCloseClick
  63.       end
  64.     end
  65.     object Panel3: TPanel
  66.       Left = 243
  67.       Top = 1
  68.       Width = 172
  69.       Height = 36
  70.       Align = alRight
  71.       BevelOuter = bvNone
  72.       TabOrder = 2
  73.       object BSetupPrinter: TButton
  74.         Left = 8
  75.         Top = 7
  76.         Width = 75
  77.         Height = 25
  78.         Caption = '&Setup...'
  79.         TabOrder = 0
  80.         OnClick = BSetupPrinterClick
  81.       end
  82.       object BPrint: TButton
  83.         Left = 94
  84.         Top = 7
  85.         Width = 75
  86.         Height = 25
  87.         HelpContext = 395
  88.         Caption = '&Print'
  89.         TabOrder = 1
  90.         OnClick = BPrintClick
  91.       end
  92.     end
  93.   end
  94.   object Panel2: TPanel
  95.     Left = 0
  96.     Top = 38
  97.     Width = 112
  98.     Height = 354
  99.     Align = alLeft
  100.     TabOrder = 1
  101.     object Orientation: TRadioGroup
  102.       Left = 1
  103.       Top = 1
  104.       Width = 110
  105.       Height = 66
  106.       HelpContext = 398
  107.       Align = alTop
  108.       Caption = 'Orien&tation:'
  109.       Items.Strings = (
  110.         'P&ortrait'
  111.         '&Landscape')
  112.       TabOrder = 0
  113.       OnClick = OrientationClick
  114.     end
  115.     object GBMargins: TGroupBox
  116.       Left = 1
  117.       Top = 67
  118.       Width = 110
  119.       Height = 95
  120.       Align = alTop
  121.       Caption = 'Margins (%)'
  122.       TabOrder = 1
  123.       object SETopMa: TEdit
  124.         Left = 34
  125.         Top = 17
  126.         Width = 27
  127.         Height = 21
  128.         HelpContext = 397
  129.         MaxLength = 32767
  130.         TabOrder = 0
  131.         Text = '0'
  132.         OnChange = SETopMaChange
  133.       end
  134.       object SELeftMa: TEdit
  135.         Left = 6
  136.         Top = 43
  137.         Width = 26
  138.         Height = 21
  139.         HelpContext = 397
  140.         MaxLength = 32767
  141.         TabOrder = 1
  142.         Text = '0'
  143.         OnChange = SELeftMaChange
  144.       end
  145.       object SEBotMa: TEdit
  146.         Left = 34
  147.         Top = 68
  148.         Width = 27
  149.         Height = 21
  150.         HelpContext = 397
  151.         MaxLength = 32767
  152.         TabOrder = 2
  153.         Text = '0'
  154.         OnChange = SEBotMaChange
  155.       end
  156.       object SERightMa: TEdit
  157.         Left = 58
  158.         Top = 43
  159.         Width = 27
  160.         Height = 21
  161.         HelpContext = 397
  162.         MaxLength = 32767
  163.         TabOrder = 3
  164.         Text = '0'
  165.         OnChange = SERightMaChange
  166.       end
  167.       object UDLeftMa: TUpDown
  168.         Left = 32
  169.         Top = 43
  170.         Width = 15
  171.         Height = 21
  172.         HelpContext = 397
  173.         Associate = SELeftMa
  174.         Increment = 5
  175.         TabOrder = 4
  176.       end
  177.       object UDTopMa: TUpDown
  178.         Left = 61
  179.         Top = 17
  180.         Width = 15
  181.         Height = 21
  182.         HelpContext = 397
  183.         Associate = SETopMa
  184.         Increment = 5
  185.         TabOrder = 5
  186.       end
  187.       object UDRightMa: TUpDown
  188.         Left = 85
  189.         Top = 43
  190.         Width = 15
  191.         Height = 21
  192.         HelpContext = 397
  193.         Associate = SERightMa
  194.         Increment = 5
  195.         TabOrder = 6
  196.       end
  197.       object UDBotMa: TUpDown
  198.         Left = 61
  199.         Top = 68
  200.         Width = 15
  201.         Height = 21
  202.         HelpContext = 397
  203.         Associate = SEBotMa
  204.         Increment = 5
  205.         TabOrder = 7
  206.       end
  207.     end
  208.     object ChangeDetailGroup: TGroupBox
  209.       Left = 1
  210.       Top = 220
  211.       Width = 110
  212.       Height = 66
  213.       Align = alTop
  214.       Caption = 'Detail:'
  215.       TabOrder = 2
  216.       object Label2: TLabel
  217.         Left = 6
  218.         Top = 16
  219.         Width = 24
  220.         Height = 13
  221.         Caption = 'More'
  222.         Layout = tlCenter
  223.       end
  224.       object Label3: TLabel
  225.         Left = 69
  226.         Top = 16
  227.         Width = 33
  228.         Height = 13
  229.         Alignment = taRightJustify
  230.         Caption = 'Normal'
  231.         Layout = tlCenter
  232.       end
  233.       object Resolution: TTrackBar
  234.         Left = 6
  235.         Top = 32
  236.         Width = 98
  237.         Height = 25
  238.         HelpContext = 400
  239.         LineSize = 2
  240.         Max = 100
  241.         Frequency = 10
  242.         Position = 99
  243.         TabOrder = 0
  244.         OnChange = TrackBar1Change
  245.       end
  246.     end
  247.     object PanelMargins: TPanel
  248.       Left = 1
  249.       Top = 162
  250.       Width = 110
  251.       Height = 58
  252.       Align = alTop
  253.       BevelOuter = bvNone
  254.       TabOrder = 4
  255.       object BReset: TButton
  256.         Left = 4
  257.         Top = 5
  258.         Width = 101
  259.         Height = 25
  260.         HelpContext = 1331
  261.         Caption = 'Reset &Margins'
  262.         Enabled = False
  263.         TabOrder = 0
  264.         OnClick = BResetClick
  265.       end
  266.       object ShowMargins: TCheckBox
  267.         Left = 7
  268.         Top = 36
  269.         Width = 100
  270.         Height = 15
  271.         HelpContext = 1331
  272.         Caption = '&View Margins'
  273.         Checked = True
  274.         State = cbChecked
  275.         TabOrder = 1
  276.         OnClick = ShowMarginsClick
  277.       end
  278.     end
  279.     object Panel4: TPanel
  280.       Left = 1
  281.       Top = 286
  282.       Width = 110
  283.       Height = 67
  284.       Align = alClient
  285.       BevelOuter = bvNone
  286.       TabOrder = 3
  287.       object CBProp: TCheckBox
  288.         Left = 11
  289.         Top = 5
  290.         Width = 92
  291.         Height = 17
  292.         HelpContext = 889
  293.         Caption = 'Proport&ional'
  294.         Checked = True
  295.         State = cbChecked
  296.         TabOrder = 0
  297.         OnClick = CBPropClick
  298.       end
  299.       object CheckBox1: TCheckBox
  300.         Left = 10
  301.         Top = 24
  302.         Width = 97
  303.         Height = 17
  304.         Caption = 'S&mooth'
  305.         TabOrder = 1
  306.         OnClick = CheckBox1Click
  307.       end
  308.     end
  309.   end
  310.   object TeePreviewPanel1: TTeePreviewPanel
  311.     Left = 112
  312.     Top = 38
  313.     Width = 390
  314.     Height = 354
  315.     HelpContext = 1197
  316.     Shadow.Color = clGray
  317.     Shadow.HorizSize = 4
  318.     Shadow.VertSize = 4
  319.     OnChangeMargins = TeePreviewPanel1ChangeMargins
  320.     Gradient.Direction = gdFromTopLeft
  321.     Gradient.EndColor = clGray
  322.     Gradient.Visible = True
  323.     Align = alClient
  324.     TabOrder = 2
  325.   end
  326. end
  327.