home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / zkuste / delphi / kompon / d56 / MSYSINFO.ZIP / Demos / GUI / CounterProps.dfm < prev    next >
Text File  |  2001-05-15  |  9KB  |  363 lines

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