home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 December / Chip_2002-12_cd1.bin / zkuste / delphi / nastroje / d23456 / PRODEL.ZIP / PROFONLI.DF3 / PROFONLI.txt
Text File  |  2002-05-12  |  6KB  |  256 lines

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