home *** CD-ROM | disk | FTP | other *** search
- object OnlineProform: TOnlineProform
- Left = 249
- Top = 331
- Width = 282
- Height = 135
- VertScrollBar.Range = 129
- HorzScrollBar.Range = 274
- ActiveControl = Button1
- BorderStyle = fbsToolWindow
- Caption = 'ProDelphi - online operation'
- Color = clPurple
- Font.Color = clText
- Font.Height = 11
- Font.Name = 'MS Sans Serif'
- Font.Pitch = fpVariable
- Font.Style = []
- Font.Weight = 40
- ParentFont = False
- Position = poDefaultPosOnly
- Visible = True
- OnCreate = Erzeugen
- OnDestroy = Zerstoeren
- PixelsPerInch = 96
- TextHeight = 13
- TextWidth = 6
- object Button1: TButton
- Left = 8
- Top = 8
- Width = 57
- Height = 17
- Caption = 'Start'
- Font.CharSet = fcsLatin1
- Font.Color = clBlack
- Font.Height = 11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = []
- Font.Weight = 40
- ParentFont = False
- TabOrder = 0
- OnClick = StarteMessung
- end
- object Button2: TButton
- Left = 77
- Top = 8
- Width = 57
- Height = 17
- Caption = 'Stop'
- Font.CharSet = fcsLatin1
- Font.Color = clBlack
- Font.Height = 11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = []
- Font.Weight = 40
- ParentFont = False
- TabOrder = 1
- OnClick = StoppeMessung
- end
- object Button3: TButton
- Left = 146
- Top = 8
- Width = 57
- Height = 17
- Caption = 'Append'
- Font.CharSet = fcsLatin1
- Font.Color = clBlack
- Font.Height = 11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = []
- Font.Weight = 40
- ParentFont = False
- TabOrder = 2
- OnClick = Anhaengen
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 28
- Width = 265
- Height = 41
- Caption = ' Headline for the result file and viewer '
- Color = clPurple
- Font.Color = clWhite
- Font.Height = 11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = []
- Font.Weight = 40
- ParentColor = False
- ParentFont = False
- TabOrder = 4
- end
- object Edit1: TEdit
- Left = 16
- Top = 43
- Width = 249
- Height = 20
- Color = clWhite
- Font.Color = clBlack
- Font.Height = 11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = []
- Font.Weight = 40
- ParentFont = False
- TabOrder = 3
- end
- object Button4: TButton
- Left = 217
- Top = 8
- Width = 57
- Height = 17
- Caption = 'Delete'
- Font.CharSet = fcsLatin1
- Font.Color = clBlack
- Font.Height = 11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = []
- Font.Weight = 40
- ParentFont = False
- TabOrder = 5
- OnClick = ResultatLoeschen
- end
- object Panel1: TPanel
- Left = 8
- Top = 76
- Width = 265
- Height = 53
- Color = clButton
- ParentColor = False
- TabOrder = 6
- object MinLab: TLabel
- Left = 197
- Top = 5
- Width = 17
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '30'
- Color = clButton
- Font.CharSet = fcsLatin1
- Font.Color = clBlack
- Font.Height = 11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = []
- Font.Weight = 40
- ParentColor = False
- ParentFont = False
- end
- object Label6: TLabel
- Left = 216
- Top = 5
- Width = 45
- Height = 13
- AutoSize = False
- Caption = 'minute(s)'
- Color = clButton
- Font.CharSet = fcsLatin1
- Font.Color = clBlack
- Font.Height = 11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = []
- Font.Weight = 40
- ParentColor = False
- ParentFont = False
- end
- object CycBut: TCheckBox
- Left = 3
- Top = 4
- Width = 188
- Height = 17
- Caption = 'Cyclic measurement storage every'
- Color = clButton
- Font.CharSet = fcsLatin1
- Font.Color = clBlack
- Font.Height = 11
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = []
- Font.Weight = 40
- ParentColor = False
- ParentFont = False
- TabOrder = 0
- OnClick = ActDeact
- end
- object FrequAnz: TTrackBar
- Left = 3
- Top = 22
- Width = 258
- Height = 27
- Max = 60
- Min = 1
- ParentShowHint = False
- Position = 30
- ShowHint = False
- TabOrder = 1
- TickStyle = tsNone
- OnChange = TickChange
- end
- end
- object CycTimer: TTimer
- Enabled = False
- Interval = 1800000
- OnTimer = CycAppend
- Left = 200
- Top = 46
- end
- end
-