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