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

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