object calibrationform: Tcalibrationform Left = 299 Height = 704 Top = 108 Width = 548 Caption = 'Calibration' ClientHeight = 704 ClientWidth = 548 OnClose = FormClose LCLVersion = '3.6.0.0' object abutton: TCDButton Left = 32 Height = 40 Top = 40 Width = 156 Caption = 'a' Color = clSilver DrawStyle = dsDefault OnClick = abuttonClick TabOrder = 0 TabStop = True end object bbutton: TCDButton Left = 32 Height = 40 Top = 96 Width = 156 Caption = 'b' Color = clSilver DrawStyle = dsDefault OnClick = bbuttonClick TabOrder = 1 TabStop = True end object dtbutton: TCDButton Left = 32 Height = 40 Top = 152 Width = 156 Caption = 'dT scale [C]' Color = clSilver DrawStyle = dsDefault OnClick = dtbuttonClick TabOrder = 2 TabStop = True end object pabutton: TCDButton Left = 32 Height = 40 Top = 241 Width = 156 Caption = 'P1' Color = clSilver DrawStyle = dsDefault OnClick = pabuttonClick TabOrder = 3 TabStop = True end object pbbutton: TCDButton Left = 32 Height = 40 Top = 296 Width = 156 Caption = 'p2' Color = clSilver DrawStyle = dsDefault OnClick = pbbuttonClick TabOrder = 4 TabStop = True end object pcbutton: TCDButton Left = 32 Height = 40 Top = 352 Width = 156 Caption = 'p3' Color = clSilver DrawStyle = dsDefault OnClick = pcbuttonClick TabOrder = 5 TabStop = True end object intbutton: TCDButton Left = 32 Height = 40 Top = 408 Width = 156 Caption = 'Integration time [s]' Color = clSilver DrawStyle = dsDefault OnClick = intbuttonClick TabOrder = 6 TabStop = True end object exitbutton: TCDButton Left = 408 Height = 40 Top = 640 Width = 96 Caption = 'Exit' Color = clSilver DrawStyle = dsDefault OnClick = exitbuttonClick TabOrder = 7 TabStop = True end object Label1: TLabel Left = 168 Height = 19 Top = 12 Width = 238 Caption = 'Temperature= T=a+b*Tmeas' Font.Color = clBlue Font.Height = -16 Font.Name = 'Sans' ParentFont = False end object Label2: TLabel Left = 152 Height = 19 Top = 208 Width = 283 Caption = 'Power=p1*dT+p2*intdT+p3*ddT/dt' Font.Color = clBlue Font.Height = -16 Font.Name = 'Sans' ParentFont = False end object aEdit: TFloatSpinEdit Left = 224 Height = 34 Top = 40 Width = 152 DecimalPlaces = 3 Increment = 0.1 MaxValue = 1000 MinValue = -1000 TabOrder = 8 Value = 300 end object bEdit: TFloatSpinEdit Left = 224 Height = 34 Top = 96 Width = 152 DecimalPlaces = 3 Increment = 0.01 MaxValue = 1000 TabOrder = 9 Value = 300 end object dtEdit: TFloatSpinEdit Left = 224 Height = 34 Top = 159 Width = 152 DecimalPlaces = 3 Increment = 0.01 MaxValue = 1000 TabOrder = 10 Value = 1 end object paEdit: TFloatSpinEdit Left = 224 Height = 34 Top = 248 Width = 152 DecimalPlaces = 3 Increment = 0.01 MaxValue = 1000 TabOrder = 11 Value = 1 end object pbEdit: TFloatSpinEdit Left = 224 Height = 34 Top = 296 Width = 152 DecimalPlaces = 3 Increment = 0.1 MaxValue = 1000 TabOrder = 12 Value = 300 end object pcEdit: TFloatSpinEdit Left = 224 Height = 34 Top = 352 Width = 152 DecimalPlaces = 3 Increment = 0.1 MaxValue = 1000 TabOrder = 13 Value = 300 end object intEdit: TFloatSpinEdit Left = 224 Height = 34 Top = 408 Width = 152 DecimalPlaces = 3 Increment = 0.01 MaxValue = 1000 TabOrder = 14 Value = 1 end object Label3: TLabel Left = 208 Height = 19 Top = 472 Width = 45 Caption = 'filters' Font.Color = clBlue Font.Height = -16 Font.Name = 'Sans' ParentFont = False end object dtfilterbutton: TCDButton Left = 32 Height = 40 Top = 504 Width = 156 Caption = 'dT filter' Color = clSilver DrawStyle = dsDefault OnClick = dtfilterbuttonClick TabOrder = 15 TabStop = True end object Tfilterbutton: TCDButton Left = 32 Height = 40 Top = 560 Width = 156 Caption = 'T filter' Color = clSilver DrawStyle = dsDefault OnClick = TfilterbuttonClick TabOrder = 16 TabStop = True end object dTfilterEdit: TFloatSpinEdit Left = 224 Height = 34 Top = 511 Width = 152 DecimalPlaces = 4 Increment = 0.001 MaxValue = 1 MinValue = 0.0001 TabOrder = 17 Value = 1 end object TfilterEdit: TFloatSpinEdit Left = 224 Height = 34 Top = 567 Width = 152 DecimalPlaces = 4 Increment = 0.001 MaxValue = 1 MinValue = 0.0001 TabOrder = 18 Value = 1 end end