home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kompon / d56 / MSYSINFO.ZIP / Demos / GUI / CP.dfm next >
Text File  |  2001-07-24  |  10KB  |  388 lines

  1. object dlgCounter: TdlgCounter
  2.   Left = 282
  3.   Top = 226
  4.   BorderStyle = bsDialog
  5.   Caption = 'Properties'
  6.   ClientHeight = 418
  7.   ClientWidth = 401
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 384
  21.     Width = 401
  22.     Height = 34
  23.     Align = alBottom
  24.     BevelOuter = bvNone
  25.     Caption = ' '
  26.     TabOrder = 0
  27.     object Button1: TButton
  28.       Left = 317
  29.       Top = 2
  30.       Width = 75
  31.       Height = 25
  32.       Cursor = crHandPoint
  33.       Cancel = True
  34.       Caption = 'OK'
  35.       Default = True
  36.       ModalResult = 1
  37.       TabOrder = 0
  38.     end
  39.   end
  40.   object Panel2: TPanel
  41.     Left = 0
  42.     Top = 0
  43.     Width = 401
  44.     Height = 384
  45.     Align = alClient
  46.     BevelOuter = bvNone
  47.     BorderWidth = 10
  48.     Caption = ' '
  49.     TabOrder = 1
  50.     object pc: TPageControl
  51.       Left = 10
  52.       Top = 10
  53.       Width = 381
  54.       Height = 364
  55.       Cursor = crHandPoint
  56.       ActivePage = tsGeneral
  57.       Align = alClient
  58.       HotTrack = True
  59.       TabOrder = 0
  60.       object tsGeneral: TTabSheet
  61.         Caption = ' General '
  62.         object Panel3: TPanel
  63.           Left = 0
  64.           Top = 0
  65.           Width = 373
  66.           Height = 336
  67.           Align = alClient
  68.           BevelOuter = bvNone
  69.           BorderWidth = 5
  70.           TabOrder = 0
  71.           object Bevel3: TBevel
  72.             Left = 10
  73.             Top = 42
  74.             Width = 362
  75.             Height = 3
  76.             Anchors = [akLeft, akTop, akRight]
  77.             Shape = bsTopLine
  78.           end
  79.           object lType: TLabel
  80.             Left = 50
  81.             Top = 55
  82.             Width = 28
  83.             Height = 13
  84.             Alignment = taRightJustify
  85.             Caption = 'Type:'
  86.             FocusControl = stType
  87.           end
  88.           object lScale: TLabel
  89.             Left = 12
  90.             Top = 102
  91.             Width = 66
  92.             Height = 13
  93.             Alignment = taRightJustify
  94.             Caption = 'Default scale:'
  95.             FocusControl = stScale
  96.           end
  97.           object lSize: TLabel
  98.             Left = 55
  99.             Top = 79
  100.             Width = 23
  101.             Height = 13
  102.             Alignment = taRightJustify
  103.             Caption = 'Size:'
  104.             FocusControl = stSize
  105.           end
  106.           object lName: TLabel
  107.             Left = 48
  108.             Top = 20
  109.             Width = 31
  110.             Height = 13
  111.             Alignment = taRightJustify
  112.             Caption = 'Name:'
  113.             FocusControl = stName
  114.           end
  115.           object Label1: TLabel
  116.             Left = 14
  117.             Top = 163
  118.             Width = 53
  119.             Height = 13
  120.             Caption = 'Description'
  121.             FocusControl = Memo
  122.           end
  123.           object Bevel1: TBevel
  124.             Left = 9
  125.             Top = 149
  126.             Width = 362
  127.             Height = 3
  128.             Anchors = [akLeft, akTop, akRight]
  129.             Shape = bsTopLine
  130.           end
  131.           object lLevel: TLabel
  132.             Left = 22
  133.             Top = 125
  134.             Width = 56
  135.             Height = 13
  136.             Alignment = taRightJustify
  137.             Caption = 'Detail level:'
  138.           end
  139.           object stLevel: TLabel
  140.             Left = 83
  141.             Top = 125
  142.             Width = 63
  143.             Height = 13
  144.             Caption = 'Not Available'
  145.           end
  146.           object stType: TLabel
  147.             Left = 82
  148.             Top = 55
  149.             Width = 63
  150.             Height = 13
  151.             Caption = 'Not Available'
  152.           end
  153.           object stScale: TLabel
  154.             Left = 82
  155.             Top = 102
  156.             Width = 63
  157.             Height = 13
  158.             Caption = 'Not Available'
  159.           end
  160.           object stSize: TLabel
  161.             Left = 82
  162.             Top = 79
  163.             Width = 63
  164.             Height = 13
  165.             Caption = 'Not Available'
  166.           end
  167.           object stName: TEdit
  168.             Left = 83
  169.             Top = 20
  170.             Width = 283
  171.             Height = 13
  172.             Anchors = [akLeft, akTop, akRight]
  173.             BorderStyle = bsNone
  174.             Font.Charset = EASTEUROPE_CHARSET
  175.             Font.Color = clWindowText
  176.             Font.Height = -11
  177.             Font.Name = 'Tahoma'
  178.             Font.Style = [fsBold]
  179.             ParentColor = True
  180.             ParentFont = False
  181.             ReadOnly = True
  182.             TabOrder = 0
  183.             Text = 'Name'
  184.           end
  185.           object Memo: TMemo
  186.             Left = 11
  187.             Top = 180
  188.             Width = 351
  189.             Height = 143
  190.             Lines.Strings = (
  191.               ' ')
  192.             ReadOnly = True
  193.             ScrollBars = ssVertical
  194.             TabOrder = 1
  195.           end
  196.         end
  197.       end
  198.       object tsObject: TTabSheet
  199.         Caption = ' Object '
  200.         ImageIndex = 1
  201.         object Bevel2: TBevel
  202.           Left = 10
  203.           Top = 42
  204.           Width = 364
  205.           Height = 3
  206.           Anchors = [akLeft, akTop, akRight]
  207.           Shape = bsTopLine
  208.         end
  209.         object lCntr: TLabel
  210.           Left = 16
  211.           Top = 55
  212.           Width = 79
  213.           Height = 13
  214.           Alignment = taRightJustify
  215.           Caption = 'Default counter:'
  216.           FocusControl = stCntr
  217.         end
  218.         object lLevel1: TLabel
  219.           Left = 39
  220.           Top = 99
  221.           Width = 56
  222.           Height = 13
  223.           Alignment = taRightJustify
  224.           Caption = 'Detail level:'
  225.           FocusControl = stLevel1
  226.         end
  227.         object lInst: TLabel
  228.           Left = 44
  229.           Top = 132
  230.           Width = 51
  231.           Height = 13
  232.           Alignment = taRightJustify
  233.           Caption = 'Instances:'
  234.           FocusControl = stInst
  235.         end
  236.         object lPage: TLabel
  237.           Left = 39
  238.           Top = 77
  239.           Width = 56
  240.           Height = 13
  241.           Alignment = taRightJustify
  242.           Caption = 'Code page:'
  243.           FocusControl = stPage
  244.         end
  245.         object lObjname: TLabel
  246.           Left = 65
  247.           Top = 20
  248.           Width = 31
  249.           Height = 13
  250.           Alignment = taRightJustify
  251.           Caption = 'Name:'
  252.           FocusControl = stObjName
  253.         end
  254.         object Label7: TLabel
  255.           Left = 14
  256.           Top = 239
  257.           Width = 53
  258.           Height = 13
  259.           Caption = 'Description'
  260.           FocusControl = Memo1
  261.         end
  262.         object Bevel4: TBevel
  263.           Left = 9
  264.           Top = 121
  265.           Width = 364
  266.           Height = 3
  267.           Anchors = [akLeft, akTop, akRight]
  268.           Shape = bsTopLine
  269.         end
  270.         object lCtrs: TLabel
  271.           Left = 47
  272.           Top = 153
  273.           Width = 48
  274.           Height = 13
  275.           Alignment = taRightJustify
  276.           Caption = 'Counters:'
  277.           FocusControl = stCtrs
  278.         end
  279.         object Bevel5: TBevel
  280.           Left = 9
  281.           Top = 231
  282.           Width = 364
  283.           Height = 3
  284.           Anchors = [akLeft, akTop, akRight]
  285.           Shape = bsTopLine
  286.         end
  287.         object Bevel6: TBevel
  288.           Left = 12
  289.           Top = 175
  290.           Width = 364
  291.           Height = 3
  292.           Anchors = [akLeft, akTop, akRight]
  293.           Shape = bsTopLine
  294.         end
  295.         object lTime: TLabel
  296.           Left = 69
  297.           Top = 188
  298.           Width = 26
  299.           Height = 13
  300.           Alignment = taRightJustify
  301.           Caption = 'Time:'
  302.           FocusControl = stTime
  303.         end
  304.         object lFreq: TLabel
  305.           Left = 40
  306.           Top = 207
  307.           Width = 55
  308.           Height = 13
  309.           Alignment = taRightJustify
  310.           Caption = 'Frequency:'
  311.           FocusControl = stFreq
  312.         end
  313.         object stLevel1: TLabel
  314.           Left = 98
  315.           Top = 99
  316.           Width = 63
  317.           Height = 13
  318.           Caption = 'Not Available'
  319.         end
  320.         object stObjName: TLabel
  321.           Left = 100
  322.           Top = 20
  323.           Width = 74
  324.           Height = 13
  325.           Caption = 'Not Available'
  326.           Font.Charset = EASTEUROPE_CHARSET
  327.           Font.Color = clWindowText
  328.           Font.Height = -11
  329.           Font.Name = 'Tahoma'
  330.           Font.Style = [fsBold]
  331.           ParentFont = False
  332.         end
  333.         object stCntr: TLabel
  334.           Left = 98
  335.           Top = 55
  336.           Width = 63
  337.           Height = 13
  338.           Caption = 'Not Available'
  339.         end
  340.         object stInst: TLabel
  341.           Left = 98
  342.           Top = 132
  343.           Width = 63
  344.           Height = 13
  345.           Caption = 'Not Available'
  346.         end
  347.         object stPage: TLabel
  348.           Left = 98
  349.           Top = 77
  350.           Width = 63
  351.           Height = 13
  352.           Caption = 'Not Available'
  353.         end
  354.         object stCtrs: TLabel
  355.           Left = 98
  356.           Top = 153
  357.           Width = 63
  358.           Height = 13
  359.           Caption = 'Not Available'
  360.         end
  361.         object stTime: TLabel
  362.           Left = 98
  363.           Top = 188
  364.           Width = 63
  365.           Height = 13
  366.           Caption = 'Not Available'
  367.         end
  368.         object stFreq: TLabel
  369.           Left = 98
  370.           Top = 207
  371.           Width = 63
  372.           Height = 13
  373.           Caption = 'Not Available'
  374.         end
  375.         object Memo1: TMemo
  376.           Left = 9
  377.           Top = 257
  378.           Width = 355
  379.           Height = 70
  380.           ReadOnly = True
  381.           ScrollBars = ssVertical
  382.           TabOrder = 0
  383.         end
  384.       end
  385.     end
  386.   end
  387. end
  388.