在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Iocomp Components v4.02 SP2 Full Source(完整源码)

Iocomp Components v4.02 SP2 Full Source(完整源码)

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:17.91M
  • 下载次数:23
  • 浏览次数:491
  • 发布时间:2021-02-19
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
iocomp 公司的用于工控领域的控件。产品功能强大,能够实现各种仪表的显示效果 本版本支持以下 IDE: Delphi 4,5,6,7,2005 C++Builder 5,6 BDS 2006 (Delphi 2006, C++Builder 2006) RAD Studio 2007 (Delphi 2007, C++Builder 2007) RAD Studio 2009 (Delphi 2009, C++Builder 2009)
【实例截图】
【核心代码】
c917cc67-b87e-4b52-aa20-3b2157323ccf
└── Iocomp Components v4.02 SP2 (完整源码)
├── ActiveX
│   ├── APRXDIST.EXE
│   ├── corecomp.ini
│   ├── ctor.dll
│   ├── dcc32.cfg
│   ├── default.pal
│   ├── IGDI.dll
│   ├── iKernel.dll
│   ├── IocompReg.dll
│   ├── IocompReg.exe
│   ├── iOPC2.dll
│   ├── iOPCCommonLibrary.ocx
│   ├── iOPCCommonLibrary.tlb
│   ├── iPlotLibrary.ocx
│   ├── iPlotLibrary.tlb
│   ├── iProfessionalLibrary.ocx
│   ├── iProfessionalLibrary.tlb
│   ├── isAnalogLibrary.ocx
│   ├── isAnalogLibrary.tlb
│   ├── iscript.dll
│   ├── isDigitalLibrary.ocx
│   ├── isDigitalLibrary.tlb
│   ├── IsProBE.tlb
│   ├── _IsRes.dll
│   ├── isrt.dll
│   ├── iStripChartXControl.ocx
│   ├── iStripChartXControl.tlb
│   ├── iuser.dll
│   ├── objectps.dll
│   ├── opccomn_ps.dll
│   ├── OPCENUM.EXE
│   ├── opcproxy.dll
│   ├── RegistrationWizard.dll
│   └── Setup.dll
├── ccrun.com.nfo
├── ccrun.com.txt
├── ccrun.com.url
├── CharacterSetGenerator
│   ├── 5x7
│   │   └── 5x7-Standard.chs
│   ├── 5x8
│   │   ├── 5x8-BoldCharacters.chs
│   │   ├── 5x8-CommonLCDController.chs
│   │   ├── 5x8-GraphSymbols.chs
│   │   ├── 5x8-SmallUnderlined.chs
│   │   └── 5x8-Standard.chs
│   ├── 6x8
│   │   └── 6x8-MICRFont.chs
│   └── IocompCharacterSetGenerator.exe
├── Doc_Install
│   ├── ActiveXInstallNotes.htm
│   ├── CBuilder
│   │   ├── BDS2006InstallNotes.htm
│   │   ├── CBuilder4InstallNotes.htm
│   │   ├── CBuilder5InstallNotes.htm
│   │   ├── CBuilder6InstallNotes.htm
│   │   ├── CPP2007InstallNotes.htm
│   │   └── CPP2009InstallNotes.htm
│   ├── Delphi
│   │   ├── Delphi2005InstallNotes.htm
│   │   ├── Delphi2007InstallNotes.htm
│   │   ├── Delphi2009InstallNotes.htm
│   │   ├── Delphi4InstallNotes.htm
│   │   ├── Delphi5InstallNotes.htm
│   │   ├── Delphi6InstallNotes.htm
│   │   └── Delphi7InstallNotes.htm
│   ├── OPCInstallNotes.htm
│   ├── RADStudio
│   │   ├── RADStudio2007InstallNotes.htm
│   │   └── RADStudio2009InstallNotes.htm
│   └── Turbo
│   ├── TurboCPPInstallNotes.htm
│   └── TurboDelphiInstallNotes.htm
├── Examples
│   ├── AnalogDisplay
│   │   ├── AnalogDisplay.dof
│   │   ├── AnalogDisplay.dpr
│   │   ├── AnalogDisplayMain.dfm
│   │   ├── AnalogDisplayMain.pas
│   │   └── AnalogDisplay.res
│   ├── AnalogOutput
│   │   ├── AnalogOutput.dof
│   │   ├── AnalogOutput.dpr
│   │   ├── AnalogOutputMain.dfm
│   │   ├── AnalogOutputMain.pas
│   │   └── AnalogOutput.res
│   ├── AngularGauge
│   │   ├── AngularGauge.dof
│   │   ├── AngularGauge.dpr
│   │   ├── AngularGaugeMain.dfm
│   │   ├── AngularGaugeMain.pas
│   │   └── AngularGauge.res
│   ├── AngularLogGauge
│   │   ├── AngularLogGauge.dof
│   │   ├── AngularLogGauge.dpr
│   │   ├── AngularLogGaugeMain.dfm
│   │   ├── AngularLogGaugeMain.pas
│   │   └── AngularLogGauge.res
│   ├── Compass
│   │   ├── Compass.dof
│   │   ├── Compass.dpr
│   │   ├── CompassMain.dfm
│   │   ├── CompassMain.pas
│   │   └── Compass.res
│   ├── DualCompass
│   │   ├── DualCompass.dof
│   │   ├── DualCompass.dpr
│   │   ├── DualCompassMain.dfm
│   │   ├── DualCompassMain.pas
│   │   └── DualCompass.res
│   ├── Edit
│   │   ├── Edit.dof
│   │   ├── Edit.dpr
│   │   ├── EditMain.dfm
│   │   ├── EditMain.pas
│   │   └── Edit.res
│   ├── Gradient
│   │   ├── Gradient.dof
│   │   ├── Gradient.dpr
│   │   ├── GradientMain.dfm
│   │   ├── GradientMain.pas
│   │   └── Gradient.res
│   ├── ImageDisplay
│   │   ├── ImageDisplay.dof
│   │   ├── ImageDisplay.dpr
│   │   ├── ImageDisplayMain.dfm
│   │   ├── ImageDisplayMain.pas
│   │   └── ImageDisplay.res
│   ├── IntegerOutput
│   │   ├── IntegerOutput.dof
│   │   ├── IntegerOutput.dpr
│   │   ├── IntegerOutputMain.dfm
│   │   ├── IntegerOutputMain.pas
│   │   └── IntegerOutput.res
│   ├── KeyBoard
│   │   ├── KeyBoard.dof
│   │   ├── KeyBoard.dpr
│   │   ├── KeyBoardMain.dfm
│   │   ├── KeyBoardMain.pas
│   │   └── KeyBoard.res
│   ├── Knob
│   │   ├── Knob.dof
│   │   ├── Knob.dpr
│   │   ├── KnobMain.dfm
│   │   ├── KnobMain.pas
│   │   └── Knob.res
│   ├── Label
│   │   ├── Label1.dof
│   │   ├── Label1.dpr
│   │   ├── Label1.res
│   │   ├── LabelMain.dfm
│   │   └── LabelMain.pas
│   ├── LCDMatrix
│   │   ├── LCDMatrix.dof
│   │   ├── LCDMatrix.dpr
│   │   ├── LCDMatrixMain.dfm
│   │   ├── LCDMatrixMain.pas
│   │   └── LCDMatrix.res
│   ├── LedArrow
│   │   ├── LedArrow.dof
│   │   ├── LedArrow.dpr
│   │   ├── LedArrowMain.dfm
│   │   ├── LedArrowMain.pas
│   │   └── LedArrow.res
│   ├── LedBar
│   │   ├── LedBar.dof
│   │   ├── LedBar.dpr
│   │   ├── LedBarMain.dfm
│   │   ├── LedBarMain.pas
│   │   └── LedBar.res
│   ├── LedDiamond
│   │   ├── LedDiamond.dof
│   │   ├── LedDiamond.dpr
│   │   ├── LedDiamondMain.dfm
│   │   ├── LedDiamondMain.pas
│   │   └── LedDiamond.res
│   ├── LedMatrix
│   │   ├── LedMatrix.dof
│   │   ├── LedMatrix.dpr
│   │   ├── LedMatrixMain.dfm
│   │   ├── LedMatrixMain.pas
│   │   └── LedMatrix.res
│   ├── LedRectangle
│   │   ├── LedRectangle.dof
│   │   ├── LedRectangle.dpr
│   │   ├── LedRectangleMain.dfm
│   │   ├── LedRectangleMain.pas
│   │   └── LedRectangle.res
│   ├── LedRound
│   │   ├── LedRound.dof
│   │   ├── LedRound.dpr
│   │   ├── LedRoundMain.dfm
│   │   ├── LedRoundMain.pas
│   │   └── LedRound.res
│   ├── LedSpiral
│   │   ├── LedSpiral.dof
│   │   ├── LedSpiral.dpr
│   │   ├── LedSpiralMain.dfm
│   │   ├── LedSpiralMain.pas
│   │   └── LedSpiral.res
│   ├── LinearGauge
│   │   ├── LinearGauge.dof
│   │   ├── LinearGauge.dpr
│   │   ├── LinearGaugeMain.dfm
│   │   ├── LinearGaugeMain.pas
│   │   └── LinearGauge.res
│   ├── LogGauge
│   │   ├── LogGauge.dof
│   │   ├── LogGauge.dpr
│   │   ├── LogGaugeMain.dfm
│   │   ├── LogGaugeMain.pas
│   │   └── LogGauge.res
│   ├── ModeComboBox
│   │   ├── ModeComboBox.dof
│   │   ├── ModeComboBox.dpr
│   │   ├── ModeComboBoxMain.dfm
│   │   ├── ModeComboBoxMain.pas
│   │   └── ModeComboBox.res
│   ├── Motor
│   │   ├── Motor.dof
│   │   ├── Motor.dpr
│   │   ├── MotorMain.dfm
│   │   ├── MotorMain.pas
│   │   └── Motor.res
│   ├── ObjectCanvas
│   │   ├── ObjectCanvas.dof
│   │   ├── ObjectCanvas.dpr
│   │   ├── ObjectCanvasMain.dfm
│   │   ├── ObjectCanvasMain.pas
│   │   └── ObjectCanvas.res
│   ├── Odometer
│   │   ├── Odometer.dof
│   │   ├── Odometer.dpr
│   │   ├── OdometerMain.dfm
│   │   ├── OdometerMain.pas
│   │   └── Odometer.res
│   ├── Panel
│   │   ├── Panel.dof
│   │   ├── Panel.dpr
│   │   ├── PanelMain.dfm
│   │   ├── PanelMain.pas
│   │   └── Panel.res
│   ├── PercentBar
│   │   ├── PercentBar.dof
│   │   ├── PercentBar.dpr
│   │   ├── PercentBarMain.dfm
│   │   ├── PercentBarMain.pas
│   │   └── PercentBar.res
│   ├── PhonePad
│   │   ├── PhonePad.dof
│   │   ├── PhonePad.dpr
│   │   ├── PhonePadMain.dfm
│   │   ├── PhonePadMain.pas
│   │   └── PhonePad.res
│   ├── PieChart
│   │   ├── PieChart.dof
│   │   ├── PieChart.dpr
│   │   ├── PieChartMain.dfm
│   │   ├── PieChartMain.pas
│   │   └── PieChart.res
│   ├── Pipe
│   │   ├── Pipe.dof
│   │   ├── Pipe.dpr
│   │   ├── PipeMain.dfm
│   │   ├── PipeMain.pas
│   │   └── Pipe.res
│   ├── Plot
│   │   ├── Plot.dof
│   │   ├── Plot.dpr
│   │   ├── PlotMain.dfm
│   │   ├── PlotMain.pas
│   │   └── Plot.res
│   ├── RotationDisplay
│   │   ├── RotationDisplay.dof
│   │   ├── RotationDisplay.dpr
│   │   ├── RotationDisplayMain.dfm
│   │   ├── RotationDisplayMain.pas
│   │   └── RotationDisplay.res
│   ├── Scope
│   │   ├── Scope.dof
│   │   ├── Scope.dpr
│   │   ├── ScopeMain.dfm
│   │   ├── ScopeMain.pas
│   │   └── Scope.res
│   ├── SevenSegmentAnalog
│   │   ├── SevenSegmentAnalog.dof
│   │   ├── SevenSegmentAnalog.dpr
│   │   ├── SevenSegmentAnalogMain.dfm
│   │   ├── SevenSegmentAnalogMain.pas
│   │   └── SevenSegmentAnalog.res
│   ├── SevenSegmentBinary
│   │   ├── SevenSegmentBinary.dof
│   │   ├── SevenSegmentBinary.dpr
│   │   ├── SevenSegmentBinaryMain.dfm
│   │   ├── SevenSegmentBinaryMain.pas
│   │   └── SevenSegmentBinary.res
│   ├── SevenSegmentCharacter
│   │   ├── SevenSegmentCharacter.dof
│   │   ├── SevenSegmentCharacter.dpr
│   │   ├── SevenSegmentCharacterMain.dfm
│   │   ├── SevenSegmentCharacterMain.pas
│   │   └── SevenSegmentCharacter.res
│   ├── SevenSegmentClock
│   │   ├── SevenSegmentClock.dof
│   │   ├── SevenSegmentClock.dpr
│   │   ├── SevenSegmentClockMain.dfm
│   │   ├── SevenSegmentClockMain.pas
│   │   └── SevenSegmentClock.res
│   ├── SevenSegmentClockSMPTE
│   │   ├── SevenSegmentClockSMPTE.dof
│   │   ├── SevenSegmentClockSMPTE.dpr
│   │   ├── SevenSegmentClockSMPTEMain.dfm
│   │   ├── SevenSegmentClockSMPTEMain.pas
│   │   └── SevenSegmentClockSMPTE.res
│   ├── SevenSegmentHexadecimal
│   │   ├── SevenSegmentHexadecimal.dof
│   │   ├── SevenSegmentHexadecimal.dpr
│   │   ├── SevenSegmentHexadecimalMain.dfm
│   │   ├── SevenSegmentHexadecimalMain.pas
│   │   └── SevenSegmentHexadecimal.res
│   ├── SevenSegmentInteger
│   │   ├── SevenSegmentInteger.dof
│   │   ├── SevenSegmentInteger.dpr
│   │   ├── SevenSegmentIntegerMain.dfm
│   │   ├── SevenSegmentIntegerMain.pas
│   │   └── SevenSegmentInteger.res
│   ├── Slider
│   │   ├── Slider.dof
│   │   ├── Slider.dpr
│   │   ├── SliderMain.dfm
│   │   ├── SliderMain.pas
│   │   └── Slider.res
│   ├── SlidingCompass
│   │   ├── SlidingCompass.dof
│   │   ├── SlidingCompass.dpr
│   │   ├── SlidingCompassMain.dfm
│   │   ├── SlidingCompassMain.pas
│   │   └── SlidingCompass.res
│   ├── SlidingScale
│   │   ├── SlidingScale.dof
│   │   ├── SlidingScale.dpr
│   │   ├── SlidingScaleMain.dfm
│   │   ├── SlidingScaleMain.pas
│   │   └── SlidingScale.res
│   ├── SpectrumDisplay
│   │   ├── SpectrumDisplay.dof
│   │   ├── SpectrumDisplay.dpr
│   │   ├── SpectrumDisplayMain.dfm
│   │   ├── SpectrumDisplayMain.pas
│   │   └── SpectrumDisplay.res
│   ├── SwitchLed
│   │   ├── SwitchLed.dof
│   │   ├── SwitchLed.dpr
│   │   ├── SwitchLedMain.dfm
│   │   ├── SwitchLedMain.pas
│   │   └── SwitchLed.res
│   ├── SwitchLever
│   │   ├── SwitchLever.dof
│   │   ├── SwitchLever.dpr
│   │   ├── SwitchLeverMain.dfm
│   │   ├── SwitchLeverMain.pas
│   │   └── SwitchLever.res
│   ├── SwitchPanel
│   │   ├── SwitchPanel.dof
│   │   ├── SwitchPanel.dpr
│   │   ├── SwitchPanelMain.dfm
│   │   ├── SwitchPanelMain.pas
│   │   └── SwitchPanel.res
│   ├── SwitchQuad
│   │   ├── SwitchQuad.dof
│   │   ├── SwitchQuad.dpr
│   │   ├── SwitchQuadMain.dfm
│   │   ├── SwitchQuadMain.pas
│   │   └── SwitchQuad.res
│   ├── SwitchRocker
│   │   ├── SwitchRocker.dof
│   │   ├── SwitchRocker.dpr
│   │   ├── SwitchRockerMain.dfm
│   │   ├── SwitchRockerMain.pas
│   │   └── SwitchRocker.res
│   ├── SwitchRocker3Way
│   │   ├── SwitchRocker3Way.dof
│   │   ├── SwitchRocker3Way.dpr
│   │   ├── SwitchRocker3WayMain.dfm
│   │   ├── SwitchRocker3WayMain.pas
│   │   └── SwitchRocker3Way.res
│   ├── SwitchRotary
│   │   ├── SwitchRotary.dof
│   │   ├── SwitchRotary.dpr
│   │   ├── SwitchRotaryMain.dfm
│   │   ├── SwitchRotaryMain.pas
│   │   └── SwitchRotary.res
│   ├── SwitchSlider
│   │   ├── SwitchSlider.dof
│   │   ├── SwitchSlider.dpr
│   │   ├── SwitchSliderMain.dfm
│   │   ├── SwitchSliderMain.pas
│   │   └── SwitchSlider.res
│   ├── SwitchToggle
│   │   ├── SwitchToggle.dof
│   │   ├── SwitchToggle.dpr
│   │   ├── SwitchToggleMain.dfm
│   │   ├── SwitchToggleMain.pas
│   │   └── SwitchToggle.res
│   ├── Tank
│   │   ├── Tank.dof
│   │   ├── Tank.dpr
│   │   ├── TankMain.dfm
│   │   ├── TankMain.pas
│   │   └── Tank.res
│   ├── Thermometer
│   │   ├── Thermometer.dof
│   │   ├── Thermometer.dpr
│   │   ├── ThermometerMain.dfm
│   │   ├── ThermometerMain.pas
│   │   └── Thermometer.res
│   ├── ThreadTimers
│   │   ├── ThreadTimers.dof
│   │   ├── ThreadTimers.dpr
│   │   ├── ThreadTimersMain.dfm
│   │   ├── ThreadTimersMain.pas
│   │   └── ThreadTimers.res
│   ├── Timers
│   │   ├── Timers.dof
│   │   ├── Timers.dpr
│   │   ├── TimersMain.dfm
│   │   ├── TimersMain.pas
│   │   └── Timers.res
│   ├── Valve
│   │   ├── Valve.dof
│   │   ├── Valve.dpr
│   │   ├── ValveMain.dfm
│   │   ├── ValveMain.pas
│   │   └── Valve.res
│   └── XYPlot
│   ├── XYPlot.dof
│   ├── XYPlot.dpr
│   ├── XYPlotMain.dfm
│   ├── XYPlotMain.pas
│   └── XYPlot.res
├── Help
│   ├── iocompActiveX.cnt
│   ├── IOCompActiveX.HLP
│   ├── IocompVCL.als
│   ├── IocompVCL.cnt
│   ├── IocompVCL.hlp
│   ├── IocompVCL.toc
│   └── Roboex32.dll
├── IocompComponents400SP0CAB.exe
├── iocomp.gif
├── IocompInstallOPC200.exe
├── license.txt
├── OldExamples.zip
├── PlotTranslationMachineSpanish.zip
├── RevisionHistory.htm
├── Source
│   ├── Alarm Beacon
│   │   ├── Beacon 00.bmp
│   │   ├── Beacon 01.bmp
│   │   ├── Beacon 02.bmp
│   │   ├── Beacon 03.bmp
│   │   ├── Beacon 04.bmp
│   │   ├── Beacon 05.bmp
│   │   ├── Beacon 06.bmp
│   │   ├── Beacon 07.bmp
│   │   ├── Beacon 08.bmp
│   │   └── Beacon 09.bmp
│   ├── Alarm Light
│   │   ├── Light 00.bmp
│   │   ├── Light 01.bmp
│   │   ├── Light 02.bmp
│   │   ├── Light 03.bmp
│   │   ├── Light 04.bmp
│   │   ├── Light 05.bmp
│   │   ├── Light 06.bmp
│   │   ├── Light 07.bmp
│   │   ├── Light 08.bmp
│   │   └── Light 09.bmp
│   ├── iAboutPanel.pas
│   ├── iAnalogDisplayComponentEditor.dfm
│   ├── iAnalogDisplayComponentEditor.pas
│   ├── iAnalogDisplay.pas
│   ├── iAnalogOutputComponentEditor.dfm
│   ├── iAnalogOutputComponentEditor.pas
│   ├── iAnalogOutput.pas
│   ├── iAngularGaugeComponentEditor.dfm
│   ├── iAngularGaugeComponentEditor.pas
│   ├── iAngularGauge.pas
│   ├── iAngularLogGaugeComponentEditor.dfm
│   ├── iAngularLogGaugeComponentEditor.pas
│   ├── iAngularLogGauge.pas
│   ├── iCheckBox.pas
│   ├── iClasses.pas
│   ├── iColorDialog.pas
│   ├── iComboBoxDisplay.pas
│   ├── iCompassComponentEditor.dfm
│   ├── iCompassComponentEditor.pas
│   ├── iCompass.pas
│   ├── iComponentEditorButtonPanel.pas
│   ├── iComponentEditorForm.pas
│   ├── iComponentEditorImageEditorPanel.pas
│   ├── iComponentEditor.pas
│   ├── iComponentEditorThemePanelAddDialog.dfm
│   ├── iComponentEditorThemePanelAddDialog.pas
│   ├── iComponentEditorThemePanelMaintenance.dfm
│   ├── iComponentEditorThemePanelMaintenance.pas
│   ├── iComponentEditorThemePanel.pas
│   ├── iComponent.pas
│   ├── iCustomComponent.pas
│   ├── iDataNullList.pas
│   ├── iDateUtils.pas
│   ├── iDoubleList.pas
│   ├── iDualCompassComponentEditor.dfm
│   ├── iDualCompassComponentEditor.pas
│   ├── iDualCompass.pas
│   ├── iEditComponentEditor.dfm
│   ├── iEditComponentEditor.pas
│   ├── iEditCustom.pas
│   ├── iEditorBasicComponents.pas
│   ├── iEdit.pas
│   ├── iFontDialog.pas
│   ├── iGaugeComponent.pas
│   ├── iGaugePointer.pas
│   ├── iGPFunctions.pas
│   ├── iGradientComponentEditor.dfm
│   ├── iGradientComponentEditor.pas
│   ├── iGradient.pas
│   ├── iImageDisplayComponentEditor.dfm
│   ├── iImageDisplayComponentEditor.pas
│   ├── iImageDisplay.pas
│   ├── iInclude.inc
│   ├── iIncludeUsesForms.inc
│   ├── iIncludeUses.inc
│   ├── iInstrumentPackPropertyEditorsReg.pas
│   ├── iInstrumentPackReg.dcr
│   ├── iInstrumentPackReg.pas
│   ├── iIntegerOutputComponentEditor.dfm
│   ├── iIntegerOutputComponentEditor.pas
│   ├── iIntegerOutput.pas
│   ├── iIocompCommon.res
│   ├── iKeyBoardComponentEditor.dfm
│   ├── iKeyBoardComponentEditor.pas
│   ├── iKeyBoard.pas
│   ├── iKnobComponentEditor.dfm
│   ├── iKnobComponentEditor.pas
│   ├── iKnob.pas
│   ├── iLabelComponentEditor.dfm
│   ├── iLabelComponentEditor.pas
│   ├── iLabel.pas
│   ├── iLCDCharacter.pas
│   ├── iLCDMatrixComponentEditor.dfm
│   ├── iLCDMatrixComponentEditor.pas
│   ├── iLCDMatrix.pas
│   ├── iLedArrowComponentEditor.dfm
│   ├── iLedArrowComponentEditor.pas
│   ├── iLedArrow.pas
│   ├── iLedBarComponentEditor.dfm
│   ├── iLedBarComponentEditor.pas
│   ├── iLedBar.pas
│   ├── iLedDiamondComponentEditor.dfm
│   ├── iLedDiamondComponentEditor.pas
│   ├── iLedDiamond.pas
│   ├── iLedMatrixComponentEditor.dfm
│   ├── iLedMatrixComponentEditor.pas
│   ├── iLedMatrix.pas
│   ├── iLed.pas
│   ├── iLedRectangleComponentEditor.dfm
│   ├── iLedRectangleComponentEditor.pas
│   ├── iLedRectangle.pas
│   ├── iLedRoundComponentEditor.dfm
│   ├── iLedRoundComponentEditor.pas
│   ├── iLedRound.pas
│   ├── iLedSpiralComponentEditor.dfm
│   ├── iLedSpiralComponentEditor.pas
│   ├── iLedSpiral.pas
│   ├── iLinearGaugeComponentEditor.dfm
│   ├── iLinearGaugeComponentEditor.pas
│   ├── iLinearGauge.pas
│   ├── iLinkedListBox.pas
│   ├── iLogGaugeComponentEditor.dfm
│   ├── iLogGaugeComponentEditor.pas
│   ├── iLogGauge.pas
│   ├── iMath.pas
│   ├── iModeComboBoxComponentEditor.dfm
│   ├── iModeComboBoxComponentEditor.pas
│   ├── iModeComboBox.pas
│   ├── iMotorComponentEditor.dfm
│   ├── iMotorComponentEditor.pas
│   ├── iMotor.pas
│   ├── iObjectCanvasComponentEditor.dfm
│   ├── iObjectCanvasComponentEditor.pas
│   ├── iObjectCanvas.pas
│   ├── Iocomp40.dof
│   ├── Iocomp40.dpk
│   ├── IOCOMP40.RES
│   ├── Iocomp45.bpk
│   ├── Iocomp45.cpp
│   ├── IOCOMP45.RES
│   ├── iocomp50.dof
│   ├── iocomp50.dpk
│   ├── iocomp50.res
│   ├── Iocomp55.bpk
│   ├── Iocomp55.cpp
│   ├── Iocomp55.res
│   ├── iocomp60.dof
│   ├── iocomp60.dpk
│   ├── iocomp60.res
│   ├── Iocomp65.bpk
│   ├── Iocomp65.cpp
│   ├── Iocomp65.res
│   ├── iocomp70.dof
│   ├── iocomp70.dpk
│   ├── iocomp70.res
│   ├── iocompBDS2006.bdsproj
│   ├── iocompBDS2006.bdsproj.local
│   ├── iocompBDS2006.cfg
│   ├── iocompBDS2006.dpk
│   ├── iocompBDS2006.res
│   ├── IocompCPP2007.cfg
│   ├── IocompCPP2007.dpk
│   ├── IocompCPP2007.dproj
│   ├── IocompCPP2007.dproj.local
│   ├── IocompCPP2007.res
│   ├── IocompCPP2009.cfg
│   ├── IocompCPP2009.dpk
│   ├── IocompCPP2009.dproj
│   ├── IocompCPP2009.dproj.local
│   ├── IocompCPP2009.res
│   ├── iocompDelphi2005.bdsproj
│   ├── iocompDelphi2005.bdsproj.local
│   ├── iocompDelphi2005.cfg
│   ├── iocompDelphi2005.dpk
│   ├── iocompDelphi2005.res
│   ├── IocompDelphi2007.cfg
│   ├── IocompDelphi2007.dpk
│   ├── IocompDelphi2007.dproj
│   ├── IocompDelphi2007.dproj.local
│   ├── IocompDelphi2007.res
│   ├── IocompDelphi2009.cfg
│   ├── IocompDelphi2009.dpk
│   ├── IocompDelphi2009.dproj
│   ├── IocompDelphi2009.dproj.local
│   ├── IocompDelphi2009.dsk
│   ├── IocompDelphi2009.res
│   ├── IocompRADStudio2007.cfg
│   ├── IocompRADStudio2007.dpk
│   ├── IocompRADStudio2007.dproj
│   ├── IocompRADStudio2007.dproj.local
│   ├── IocompRADStudio2007.res
│   ├── IocompRADStudio2009.cfg
│   ├── IocompRADStudio2009.dpk
│   ├── IocompRADStudio2009.dproj
│   ├── IocompRADStudio2009.dproj.local
│   ├── IocompRADStudio2009.res
│   ├── IocompTurboCPP.bdsproj
│   ├── IocompTurboCPP.bdsproj.local
│   ├── IocompTurboCPP.cfg
│   ├── IocompTurboCPP.dpk
│   ├── IocompTurboCPP.res
│   ├── IocompTurboDelphi.bdsproj
│   ├── IocompTurboDelphi.bdsproj.local
│   ├── IocompTurboDelphi.cfg
│   ├── IocompTurboDelphi.dpk
│   ├── IocompTurboDelphi.res
│   ├── iOdometerComponentEditor.dfm
│   ├── iOdometerComponentEditor.pas
│   ├── iOdometer.pas
│   ├── iOPCBrowserPanel.pas
│   ├── iOPCCommonPropertyEditorsReg.pas
│   ├── iOPCCommonReg.dcr
│   ├── iOPCCommonReg.pas
│   ├── iOPCComputerSelector.dfm
│   ├── iOPCComputerSelector.pas
│   ├── iOPCDLLLoader.pas
│   ├── iOPCExplorer.dfm
│   ├── iOPCExplorer.pas
│   ├── iOPCGroupSelector.dfm
│   ├── iOPCGroupSelector.pas
│   ├── iOPCItem.pas
│   ├── iOPCItemSelector.dfm
│   ├── iOPCItemSelector.pas
│   ├── iOPCManagerComponentEditor.dfm
│   ├── iOPCManagerComponentEditor.pas
│   ├── iOPCManager.pas
│   ├── iOPCPropertySelector.dfm
│   ├── iOPCPropertySelector.pas
│   ├── iOPCServerSelector.dfm
│   ├── iOPCServerSelector.pas
│   ├── iOpenDialog.pas
│   ├── iPanelComponentEditor.dfm
│   ├── iPanelComponentEditor.pas
│   ├── iPanel.pas
│   ├── iPercentBarComponentEditor.dfm
│   ├── iPercentBarComponentEditor.pas
│   ├── iPercentBar.pas
│   ├── iPhonePadComponentEditor.dfm
│   ├── iPhonePadComponentEditor.pas
│   ├── iPhonePad.pas
│   ├── iPieChartComponentEditor.dfm
│   ├── iPieChartComponentEditor.pas
│   ├── iPieChart.pas
│   ├── iPipeComponentEditor.dfm
│   ├── iPipeComponentEditor.pas
│   ├── iPipeJointComponentEditor.dfm
│   ├── iPipeJointComponentEditor.pas
│   ├── iPipeJoint.pas
│   ├── iPipe.pas
│   ├── iPlotAnnotation.pas
│   ├── iPlotAxis.pas
│   ├── iPlotChannelCustom.pas
│   ├── iPlotChannel.pas
│   ├── iPlotComponentEditor.dfm
│   ├── iPlotComponentEditor.pas
│   ├── iPlotComponent.pas
│   ├── iPlotDataCompactIntervalList.pas
│   ├── iPlotDataCompactList.pas
│   ├── iPlotDataCursor.pas
│   ├── iPlotDataCustomList.pas
│   ├── iPlotDataFullList.pas
│   ├── iPlotDataNullList.pas
│   ├── iPlotDataScopeList.pas
│   ├── iPlotDataView.pas
│   ├── iPlotEditor.dfm
│   ├── iPlotEditor.pas
│   ├── iPlotLabel.pas
│   ├── iPlotLayoutManager.pas
│   ├── iPlotLayoutViewer.pas
│   ├── iPlotLegend.pas
│   ├── iPlotLimit.pas
│   ├── iPlotManagers.pas
│   ├── iPlotMasterManager.pas
│   ├── iPlotObjects.pas
│   ├── iPlotPackGlyphs.res
│   ├── iPlotPackPropertyEditorsReg.pas
│   ├── iPlotPackReg.dcr
│   ├── iPlotPackReg.pas
│   ├── iPlot.pas
│   ├── iPlotPreview.dfm
│   ├── iPlotPreview.pas
│   ├── iPlotPreviewSettings.dfm
│   ├── iPlotPreviewSettings.pas
│   ├── iPlotTable.pas
│   ├── iPlotToolBar.pas
│   ├── iPlotTranslation.pas
│   ├── iPositionComponent.pas
│   ├── iProfessionalPropertyEditorsReg.pas
│   ├── iProfessionalReg.dcr
│   ├── iProfessionalReg.pas
│   ├── iProgressComponent.pas
│   ├── iRadioGroup.pas
│   ├── iResourceStrings.pas
│   ├── iRotationDisplayComponentEditor.dfm
│   ├── iRotationDisplayComponentEditor.pas
│   ├── iRotationDisplay.pas
│   ├── iSaveDialog.pas
│   ├── iScaleComponent.pas
│   ├── iScaleObject.pas
│   ├── iScopeChannel.pas
│   ├── iScopeComponentEditor.dfm
│   ├── iScopeComponentEditor.pas
│   ├── iScopeDisplay.pas
│   ├── iScopeEditor.dfm
│   ├── iScopeEditor.pas
│   ├── iScopePanelChannels.pas
│   ├── iScopePanelTimeBase.pas
│   ├── iScopePanelToolBar.pas
│   ├── iScopePanelTrigger.pas
│   ├── iScope.pas
│   ├── iScopeTimeBase.pas
│   ├── iScopeToolBar.pas
│   ├── iScopeTrigger.pas
│   ├── iSevenSegmentAnalogComponentEditor.dfm
│   ├── iSevenSegmentAnalogComponentEditor.pas
│   ├── iSevenSegmentAnalog.pas
│   ├── iSevenSegmentBinaryComponentEditor.dfm
│   ├── iSevenSegmentBinaryComponentEditor.pas
│   ├── iSevenSegmentBinary.pas
│   ├── iSevenSegmentCharacterComponentEditor.dfm
│   ├── iSevenSegmentCharacterComponentEditor.pas
│   ├── iSevenSegmentCharacter.pas
│   ├── iSevenSegmentClockComponentEditor.dfm
│   ├── iSevenSegmentClockComponentEditor.pas
│   ├── iSevenSegmentClock.pas
│   ├── iSevenSegmentClockSMPTEComponentEditor.dfm
│   ├── iSevenSegmentClockSMPTEComponentEditor.pas
│   ├── iSevenSegmentClockSMPTE.pas
│   ├── iSevenSegmentDisplay.pas
│   ├── iSevenSegmentHexadecimalComponentEditor.dfm
│   ├── iSevenSegmentHexadecimalComponentEditor.pas
│   ├── iSevenSegmentHexadecimal.pas
│   ├── iSevenSegmentIntegerComponentEditor.dfm
│   ├── iSevenSegmentIntegerComponentEditor.pas
│   ├── iSevenSegmentInteger.pas
│   ├── iSliderComponentEditor.dfm
│   ├── iSliderComponentEditor.pas
│   ├── iSlider.pas
│   ├── iSlidingCompassComponentEditor.dfm
│   ├── iSlidingCompassComponentEditor.pas
│   ├── iSlidingCompass.pas
│   ├── iSlidingScaleComponentEditor.dfm
│   ├── iSlidingScaleComponentEditor.pas
│   ├── iSlidingScale.pas
│   ├── iSpectrumDisplayComponentEditor.dfm
│   ├── iSpectrumDisplayComponentEditor.pas
│   ├── iSpectrumDisplay.pas
│   ├── iSpinSelector.pas
│   ├── iStripChartComponentEditor.dfm
│   ├── iStripChartComponentEditor.pas
│   ├── iStripChart.pas
│   ├── iSwitchLedComponentEditor.dfm
│   ├── iSwitchLedComponentEditor.pas
│   ├── iSwitchLed.pas
│   ├── iSwitchLeverComponentEditor.dfm
│   ├── iSwitchLeverComponentEditor.pas
│   ├── iSwitchLever.pas
│   ├── iSwitchMultiPosition.pas
│   ├── iSwitchPanelComponentEditor.dfm
│   ├── iSwitchPanelComponentEditor.pas
│   ├── iSwitchPanel.pas
│   ├── iSwitchQuadComponentEditor.dfm
│   ├── iSwitchQuadComponentEditor.pas
│   ├── iSwitchQuad.pas
│   ├── iSwitchRocker3WayComponentEditor.dfm
│   ├── iSwitchRocker3WayComponentEditor.pas
│   ├── iSwitchRocker3Way.pas
│   ├── iSwitchRockerComponentEditor.dfm
│   ├── iSwitchRockerComponentEditor.pas
│   ├── iSwitchRocker.pas
│   ├── iSwitchRotaryComponentEditor.dfm
│   ├── iSwitchRotaryComponentEditor.pas
│   ├── iSwitchRotary.pas
│   ├── iSwitchSliderComponentEditor.dfm
│   ├── iSwitchSliderComponentEditor.pas
│   ├── iSwitchSlider.pas
│   ├── iSwitchToggleComponentEditor.dfm
│   ├── iSwitchToggleComponentEditor.pas
│   ├── iSwitchToggle.pas
│   ├── iTankComponentEditor.dfm
│   ├── iTankComponentEditor.pas
│   ├── iTank.pas
│   ├── iThermometerComponentEditor.dfm
│   ├── iThermometerComponentEditor.pas
│   ├── iThermometer.pas
│   ├── iThreadTimersComponentEditor.dfm
│   ├── iThreadTimersComponentEditor.pas
│   ├── iThreadTimers.pas
│   ├── iTimersComponentEditor.dfm
│   ├── iTimersComponentEditor.pas
│   ├── iTimers.pas
│   ├── iTypes.pas
│   ├── iURLLabel.pas
│   ├── iValueConverterEdit.dfm
│   ├── iValueConverterEdit.pas
│   ├── iValveComponentEditor.dfm
│   ├── iValveComponentEditor.pas
│   ├── iValve.pas
│   ├── iVCLComponent.pas
│   ├── iXYPlotChannel.pas
│   ├── iXYPlot.pas
│   ├── Moving Car
│   │   ├── Car 00.bmp
│   │   ├── Car 01.bmp
│   │   ├── Car 02.bmp
│   │   ├── Car 03.bmp
│   │   ├── Car 04.bmp
│   │   ├── Car 05.bmp
│   │   ├── Car 06.bmp
│   │   ├── Car 07.bmp
│   │   ├── Car 08.bmp
│   │   ├── Car 09.bmp
│   │   ├── Car 10.bmp
│   │   ├── Car 11.bmp
│   │   ├── Car 12.bmp
│   │   ├── Car 13.bmp
│   │   ├── Car 14.bmp
│   │   ├── Car 15.bmp
│   │   ├── Car 16.bmp
│   │   ├── Car 17.bmp
│   │   ├── Car 18.bmp
│   │   └── Car 19.bmp
│   ├── Moving Conveyor Belt
│   │   ├── Conveyor Belt 00.bmp
│   │   ├── Conveyor Belt 01.bmp
│   │   ├── Conveyor Belt 02.bmp
│   │   ├── Conveyor Belt 03.bmp
│   │   ├── Conveyor Belt 04.bmp
│   │   ├── Conveyor Belt 05.bmp
│   │   ├── Conveyor Belt 06.bmp
│   │   ├── Conveyor Belt 07.bmp
│   │   ├── Conveyor Belt 08.bmp
│   │   ├── Conveyor Belt 09.bmp
│   │   ├── Conveyor Belt 10.bmp
│   │   ├── Conveyor Belt 11.bmp
│   │   ├── Conveyor Belt 12.bmp
│   │   ├── Conveyor Belt 13.bmp
│   │   ├── Conveyor Belt 14.bmp
│   │   ├── Conveyor Belt 15.bmp
│   │   └── Conveyor Belt 16.bmp
│   ├── Moving Piston
│   │   ├── Piston 00.bmp
│   │   ├── Piston 01.bmp
│   │   ├── Piston 02.bmp
│   │   ├── Piston 03.bmp
│   │   ├── Piston 04.bmp
│   │   ├── Piston 05.bmp
│   │   └── Piston 06.bmp
│   ├── obj
│   │   ├── adler32.obj
│   │   ├── compress.obj
│   │   ├── crc32.obj
│   │   ├── deflate.obj
│   │   ├── gzio.obj
│   │   ├── infback.obj
│   │   ├── infblock.obj
│   │   ├── infcodes.obj
│   │   ├── inffast.obj
│   │   ├── inflate.obj
│   │   ├── inftrees.obj
│   │   ├── infutil.obj
│   │   ├── trees.obj
│   │   ├── uncompr.obj
│   │   └── zutil.obj
│   ├── pngextra.pas
│   ├── pngimage.pas
│   ├── pnglang.pas
│   ├── Running Piston Motor
│   │   ├── Piston Motor 00.bmp
│   │   ├── Piston Motor 01.bmp
│   │   ├── Piston Motor 02.bmp
│   │   ├── Piston Motor 03.bmp
│   │   ├── Piston Motor 04.bmp
│   │   ├── Piston Motor 05.bmp
│   │   └── Piston Motor 06.bmp
│   ├── Spinning Fan
│   │   ├── Fan 00.bmp
│   │   ├── Fan 01.bmp
│   │   ├── Fan 02.bmp
│   │   ├── Fan 03.bmp
│   │   ├── Fan 04.bmp
│   │   ├── Fan 05.bmp
│   │   ├── Fan 06.bmp
│   │   └── Fan 07.bmp
│   ├── Spinning Motor 3D
│   │   ├── Motor 00.bmp
│   │   ├── Motor 01.bmp
│   │   ├── Motor 02.bmp
│   │   ├── Motor 03.bmp
│   │   ├── Motor 04.bmp
│   │   ├── Motor 05.bmp
│   │   ├── Motor 06.bmp
│   │   └── Motor 07.bmp
│   ├── Spinning Sprocket
│   │   ├── Sprocket 00.bmp
│   │   ├── Sprocket 01.bmp
│   │   ├── Sprocket 02.bmp
│   │   ├── Sprocket 03.bmp
│   │   ├── Sprocket 04.bmp
│   │   ├── Sprocket 05.bmp
│   │   ├── Sprocket 06.bmp
│   │   └── Sprocket 07.bmp
│   └── zlibpas.pas
├── StringTable-0009-English.ips
└── Xml
├── TiAnalogDisplay.xml
├── TiAnalogOutput.xml
├── TiAngularGauge.xml
├── TiAngularLogGauge.xml
├── TiCompass.xml
├── TiDualCompass.xml
├── TiEdit.xml
├── TiGradient.xml
├── TiImageDisplay.xml
├── TiIntegerOutput.xml
├── TiKeyBoard.xml
├── TiKnob.xml
├── TiLabel.xml
├── TiLCDMatrix.xml
├── TiLedArrow.xml
├── TiLedBar.xml
├── TiLedDiamond.xml
├── TiLedMatrix.xml
├── TiLedRectangle.xml
├── TiLedRound.xml
├── TiLedSpiral.xml
├── TiLinearGauge.xml
├── TiLogGauge.xml
├── TiModeComboBox.xml
├── TiMotor.xml
├── TiObjectCanvas.xml
├── TiOdometer.xml
├── TiPanel.xml
├── TiPercentBar.xml
├── TiPhonePad.xml
├── TiPieChart.xml
├── TiPipeJoint.xml
├── TiPipe.xml
├── TiRotationDisplay.xml
├── TiSevenSegmentAnalog.xml
├── TiSevenSegmentBinary.xml
├── TiSevenSegmentCharacter.xml
├── TiSevenSegmentClockSMPTE.xml
├── TiSevenSegmentClock.xml
├── TiSevenSegmentHexadecimal.xml
├── TiSevenSegmentInteger.xml
├── TiSlider.xml
├── TiSlidingCompass.xml
├── TiSlidingScale.xml
├── TiSpectrumDisplay.xml
├── TiStripChart.xml
├── TiSwitchLed.xml
├── TiSwitchLever.xml
├── TiSwitchPanel.xml
├── TiSwitchQuad.xml
├── TiSwitchRocker3Way.xml
├── TiSwitchRocker.xml
├── TiSwitchRotary.xml
├── TiSwitchSlider.xml
├── TiSwitchToggle.xml
├── TiTank.xml
├── TiThermometer.xml
├── TiThreadTimers.xml
├── TiTimers.xml
└── TiValve.xml

86 directories, 938 files

标签:

实例下载地址

Iocomp Components v4.02 SP2 Full Source(完整源码)

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警