home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / delphi / nastroje / d23456 / PRODEL.ZIP / PROFONLI.DF2 / PROFONLI.txt
Encoding:
Text File  |  2002-04-03  |  3.3 KB  |  166 lines

  1. object OnlineProform: TOnlineProform
  2.   Left = 212
  3.   Top = 356
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'ProDelphi  -  online operation'
  6.   ClientHeight = 143
  7.   ClientWidth = 273
  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 Button1: TButton
  21.     Left = 8
  22.     Top = 8
  23.     Width = 57
  24.     Height = 17
  25.     Caption = 'Start'
  26.     Font.Color = clMaroon
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     TabOrder = 0
  32.     OnClick = StarteMessung
  33.   end
  34.   object Button2: TButton
  35.     Left = 72
  36.     Top = 8
  37.     Width = 57
  38.     Height = 17
  39.     Caption = 'Stop'
  40.     TabOrder = 1
  41.     OnClick = StoppeMessung
  42.   end
  43.   object Button3: TButton
  44.     Left = 136
  45.     Top = 8
  46.     Width = 65
  47.     Height = 17
  48.     Caption = 'Append'
  49.     TabOrder = 2
  50.     OnClick = Anhaengen
  51.   end
  52.   object GroupBox1: TGroupBox
  53.     Left = 8
  54.     Top = 30
  55.     Width = 257
  56.     Height = 41
  57.     Caption = ' Headline for the result file and viewer '
  58.     Color = clPurple
  59.     Font.Color = clWhite
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     ParentColor = False
  64.     ParentFont = False
  65.     TabOrder = 4
  66.   end
  67.   object Edit1: TEdit
  68.     Left = 16
  69.     Top = 46
  70.     Width = 241
  71.     Height = 22
  72.     Color = clWhite
  73.     Font.Color = clBlack
  74.     Font.Height = -11
  75.     Font.Name = 'Arial'
  76.     Font.Style = []
  77.     ParentFont = False
  78.     TabOrder = 3
  79.   end
  80.   object Button4: TButton
  81.     Left = 208
  82.     Top = 8
  83.     Width = 57
  84.     Height = 17
  85.     Caption = 'Delete'
  86.     TabOrder = 5
  87.     OnClick = ResultatLoeschen
  88.   end
  89.   object Panel1: TPanel
  90.     Left = 8
  91.     Top = 78
  92.     Width = 257
  93.     Height = 57
  94.     TabOrder = 6
  95.     object MinLab: TLabel
  96.       Left = 189
  97.       Top = 5
  98.       Width = 17
  99.       Height = 13
  100.       Alignment = taCenter
  101.       AutoSize = False
  102.       Caption = '30'
  103.       Color = clBtnFace
  104.       Font.Color = clBlack
  105.       Font.Height = -11
  106.       Font.Name = 'MS Sans Serif'
  107.       Font.Style = []
  108.       ParentColor = False
  109.       ParentFont = False
  110.     end
  111.     object Label6: TLabel
  112.       Left = 208
  113.       Top = 5
  114.       Width = 45
  115.       Height = 13
  116.       AutoSize = False
  117.       Caption = 'minute(s)'
  118.       Font.Color = clBlack
  119.       Font.Height = -11
  120.       Font.Name = 'MS Sans Serif'
  121.       Font.Style = []
  122.       ParentFont = False
  123.     end
  124.     object CycBut: TCheckBox
  125.       Left = 8
  126.       Top = 4
  127.       Width = 181
  128.       Height = 17
  129.       Caption = 'Cyclic measurement storage every'
  130.       Font.Color = clBlack
  131.       Font.Height = -11
  132.       Font.Name = 'MS Sans Serif'
  133.       Font.Style = []
  134.       ParentFont = False
  135.       TabOrder = 0
  136.       OnClick = ActDeact
  137.     end
  138.     object FrequAnz: TTrackBar
  139.       Left = 3
  140.       Top = 22
  141.       Width = 250
  142.       Height = 33
  143.       Max = 60
  144.       Min = 1
  145.       Orientation = trHorizontal
  146.       ParentShowHint = False
  147.       Frequency = 1
  148.       Position = 30
  149.       SelEnd = 1
  150.       SelStart = 60
  151.       ShowHint = False
  152.       TabOrder = 1
  153.       TickMarks = tmBottomRight
  154.       TickStyle = tsNone
  155.       OnChange = TickChange
  156.     end
  157.   end
  158.   object CycTimer: TTimer
  159.     Enabled = False
  160.     Interval = 1800000
  161.     OnTimer = CycAppend
  162.     Left = 240
  163.     Top = 46
  164.   end
  165. end
  166.