home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / zkuste / delphi / nastroje / d234567 / PRODEL.ZIP / PROFONLI.DF2 / PROFONLI.txt
Text File  |  2002-05-12  |  5KB  |  244 lines

  1. object OnlineProform: TOnlineProform
  2.   Left = 44
  3.   Top = 384
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'ProDelphi  -  online operation'
  6.   ClientHeight = 236
  7.   ClientWidth = 296
  8.   Color = clPurple
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsMDIForm
  14.   Position = poDefaultPosOnly
  15.   Visible = True
  16.   OnCreate = Erzeugen
  17.   OnDestroy = Zerstoeren
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel2: TPanel
  21.     Left = 2
  22.     Top = 100
  23.     Width = 290
  24.     Height = 73
  25.     BevelOuter = bvNone
  26.     Color = clPurple
  27.     TabOrder = 5
  28.     object RunId: TLabel
  29.       Left = 252
  30.       Top = 4
  31.       Width = 31
  32.       Height = 13
  33.       AutoSize = False
  34.       Caption = '1'
  35.       Font.Color = clYellow
  36.       Font.Height = -11
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = [fsBold]
  39.       ParentFont = False
  40.     end
  41.     object Label5: TLabel
  42.       Left = 10
  43.       Top = 4
  44.       Width = 233
  45.       Height = 13
  46.       AutoSize = False
  47.       Caption = 'Next runtimes will be stored with Run-Id:'
  48.       Font.Color = clYellow
  49.       Font.Height = -11
  50.       Font.Name = 'MS Sans Serif'
  51.       Font.Style = [fsBold]
  52.       ParentFont = False
  53.     end
  54.     object Label1: TLabel
  55.       Left = 10
  56.       Top = 28
  57.       Width = 73
  58.       Height = 17
  59.       AutoSize = False
  60.       Caption = 'CPU-Speed:'
  61.       Font.Color = clWhite
  62.       Font.Height = -11
  63.       Font.Name = 'Arial'
  64.       Font.Style = [fsBold]
  65.       ParentFont = False
  66.     end
  67.     object CPUFrequenz: TLabel
  68.       Left = 10
  69.       Top = 45
  70.       Width = 29
  71.       Height = 17
  72.       Alignment = taRightJustify
  73.       AutoSize = False
  74.       Caption = '2000'
  75.       Color = clPurple
  76.       Font.Color = clWhite
  77.       Font.Height = -11
  78.       Font.Name = 'MS Sans Serif'
  79.       Font.Style = [fsBold]
  80.       ParentColor = False
  81.       ParentFont = False
  82.     end
  83.     object Label3: TLabel
  84.       Left = 45
  85.       Top = 45
  86.       Width = 26
  87.       Height = 17
  88.       AutoSize = False
  89.       Caption = 'MHz'
  90.       Font.Color = clWhite
  91.       Font.Height = -11
  92.       Font.Name = 'MS Sans Serif'
  93.       Font.Style = [fsBold]
  94.       ParentFont = False
  95.     end
  96.     object GroupBox2: TGroupBox
  97.       Left = 78
  98.       Top = 24
  99.       Width = 208
  100.       Height = 41
  101.       Caption = 'Comment for the next stored runtimes: '
  102.       Color = clPurple
  103.       Font.Color = clWhite
  104.       Font.Height = -11
  105.       Font.Name = 'MS Sans Serif'
  106.       Font.Style = []
  107.       ParentColor = False
  108.       ParentFont = False
  109.       TabOrder = 0
  110.       object Edit1: TEdit
  111.         Left = 6
  112.         Top = 15
  113.         Width = 195
  114.         Height = 22
  115.         Color = clWhite
  116.         Font.Color = clBlack
  117.         Font.Height = -11
  118.         Font.Name = 'Arial'
  119.         Font.Style = []
  120.         ParentFont = False
  121.         TabOrder = 0
  122.         Text = 'none'
  123.       end
  124.     end
  125.   end
  126.   object Button1: TButton
  127.     Left = 8
  128.     Top = 8
  129.     Width = 281
  130.     Height = 17
  131.     Caption = 'Start measurement and collect runtimes in memory'
  132.     Font.Color = clMaroon
  133.     Font.Height = -11
  134.     Font.Name = 'MS Sans Serif'
  135.     Font.Style = []
  136.     ParentFont = False
  137.     TabOrder = 0
  138.     OnClick = StarteMessung
  139.   end
  140.   object Button2: TButton
  141.     Left = 8
  142.     Top = 32
  143.     Width = 281
  144.     Height = 17
  145.     Caption = 'Stop measurement and collecting runtimes in memory'
  146.     TabOrder = 1
  147.     OnClick = StoppeMessung
  148.   end
  149.   object Button3: TButton
  150.     Left = 8
  151.     Top = 80
  152.     Width = 281
  153.     Height = 17
  154.     Caption = 'Add collected runtimes to file and delete in memory'
  155.     TabOrder = 2
  156.     OnClick = Anhaengen
  157.   end
  158.   object Button4: TButton
  159.     Left = 8
  160.     Top = 56
  161.     Width = 281
  162.     Height = 17
  163.     Caption = 'Delete runtimes collected in memory'
  164.     TabOrder = 3
  165.     OnClick = ResultatLoeschen
  166.   end
  167.   object Panel1: TPanel
  168.     Left = 8
  169.     Top = 174
  170.     Width = 281
  171.     Height = 55
  172.     TabOrder = 4
  173.     object MinLab: TLabel
  174.       Left = 197
  175.       Top = 5
  176.       Width = 17
  177.       Height = 13
  178.       Alignment = taCenter
  179.       AutoSize = False
  180.       Caption = '30'
  181.       Color = clBtnFace
  182.       Font.Color = clBlack
  183.       Font.Height = -11
  184.       Font.Name = 'MS Sans Serif'
  185.       Font.Style = []
  186.       ParentColor = False
  187.       ParentFont = False
  188.     end
  189.     object Label6: TLabel
  190.       Left = 216
  191.       Top = 5
  192.       Width = 45
  193.       Height = 13
  194.       AutoSize = False
  195.       Caption = 'minute(s)'
  196.       Font.Color = clBlack
  197.       Font.Height = -11
  198.       Font.Name = 'MS Sans Serif'
  199.       Font.Style = []
  200.       ParentFont = False
  201.     end
  202.     object CycBut: TCheckBox
  203.       Left = 16
  204.       Top = 4
  205.       Width = 181
  206.       Height = 17
  207.       Caption = 'Cyclic measurement storage every'
  208.       Font.Color = clBlack
  209.       Font.Height = -11
  210.       Font.Name = 'MS Sans Serif'
  211.       Font.Style = []
  212.       ParentFont = False
  213.       TabOrder = 0
  214.       OnClick = ActDeact
  215.     end
  216.     object FrequAnz: TTrackBar
  217.       Left = 3
  218.       Top = 22
  219.       Width = 273
  220.       Height = 29
  221.       Max = 60
  222.       Min = 1
  223.       Orientation = trHorizontal
  224.       ParentShowHint = False
  225.       Frequency = 1
  226.       Position = 30
  227.       SelEnd = 1
  228.       SelStart = 60
  229.       ShowHint = False
  230.       TabOrder = 1
  231.       TickMarks = tmBottomRight
  232.       TickStyle = tsNone
  233.       OnChange = TickChange
  234.     end
  235.   end
  236.   object CycTimer: TTimer
  237.     Enabled = False
  238.     Interval = 1800000
  239.     OnTimer = CycAppend
  240.     Left = 248
  241.     Top = 62
  242.   end
  243. end
  244.