home *** CD-ROM | disk | FTP | other *** search
- object OnlineProform: TOnlineProform
- Left = 231
- Top = 317
- BorderStyle = bsToolWindow
- Caption = 'ProDelphi - online operation'
- ClientHeight = 143
- ClientWidth = 273
- Color = clPurple
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsMDIForm
- OldCreateOrder = True
- Position = poDefaultPosOnly
- Visible = True
- OnCreate = Erzeugen
- OnDestroy = Zerstoeren
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 8
- Top = 8
- Width = 57
- Height = 17
- Caption = 'Start'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = StarteMessung
- end
- object Button2: TButton
- Left = 72
- Top = 8
- Width = 57
- Height = 17
- Caption = 'Stop'
- TabOrder = 1
- OnClick = StoppeMessung
- end
- object Button3: TButton
- Left = 136
- Top = 8
- Width = 65
- Height = 17
- Caption = 'Append'
- TabOrder = 2
- OnClick = Anhaengen
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 30
- Width = 257
- Height = 41
- Caption = ' Headline for the result file and viewer '
- Color = clPurple
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- TabOrder = 4
- end
- object Edit1: TEdit
- Left = 16
- Top = 46
- Width = 241
- Height = 22
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- end
- object Button4: TButton
- Left = 208
- Top = 8
- Width = 57
- Height = 17
- Caption = 'Delete'
- TabOrder = 5
- OnClick = ResultatLoeschen
- end
- object Panel1: TPanel
- Left = 8
- Top = 78
- Width = 257
- Height = 57
- TabOrder = 6
- object MinLab: TLabel
- Left = 189
- Top = 5
- Width = 17
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '30'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- object Label6: TLabel
- Left = 208
- Top = 5
- Width = 45
- Height = 13
- AutoSize = False
- Caption = 'minute(s)'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object CycBut: TCheckBox
- Left = 8
- Top = 4
- Width = 181
- Height = 17
- Caption = 'Cyclic measurement storage every'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = ActDeact
- end
- object FrequAnz: TTrackBar
- Left = 3
- Top = 22
- Width = 250
- Height = 33
- Max = 60
- Min = 1
- Orientation = trHorizontal
- ParentShowHint = False
- Frequency = 1
- Position = 30
- SelEnd = 1
- SelStart = 60
- ShowHint = False
- TabOrder = 1
- TickMarks = tmBottomRight
- TickStyle = tsNone
- OnChange = TickChange
- end
- end
- object CycTimer: TTimer
- Enabled = False
- Interval = 1800000
- OnTimer = CycAppend
- Left = 240
- Top = 46
- end
- end
-