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

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