找回密码
 注册

QQ登录

只需一步,快速开始

搜索

Iocomp Components 3.0.4 Service Pack 2 下载

[复制链接]
dapengpeng 发表于 2024-6-29 10:20:50 | 显示全部楼层 |阅读模式
非常古老的开发控件,发行于2003年。
文件下载:仅供个人学习用途,禁止其他用途,不提供破解补丁
Iocomp.v3.0.4.rar (12.46 MB, 售价: 3 E币)
Release Date:November 18, 2003
Revision History
ActiveX and VCL/CLX Version 3.0.4 Service Pack 2
Bug Fixes:
Fixed Plot Pack Table bug which would incorrectly size the height of horizontal tables.
Fixed Plot Pack axis tracking bug introduced in Version 3.0.2 SP1 which would prevent correct tracking when the tracking style was set to Expand/Collapse.
Fixed bug in table sizing if located on top or bottom of the DataView.
Fixed bug in the iPlotAxis Zoom-To-Fit feature that was using non-visible points to determine the new min and span.
Fixed bug in all components that would prevent a window shutdown while the components were running.
Fixed bug in Plot Pack Property editor regarding the addition of labels through the layout manager.  The incorrect label would be loaded when selecting "Edit..." through the layout manager.
Fixed LoadPropertiesFromFile and Save PropertiesFromFile where the RingBuffer property would be 0 regardless of your current setting or the setting stored from the SavePropertiesFromFile method when loading the properties when the channel is set to the FullFeature data style.
Fixed bug in iEdit, iAnalogOutput, and iIntegerOutput components that caused the text displayed to be truncated when the text was wider than the width of the control.  You would be unable to scroll back to edit the text that was not in view.
Fixed DataView gridline bug when using non solid lines.  Colored lines would sometimes be drawn between the dots or dashes.
Fixed Plot Pack runtime property editor bug where radio group titles would not be translated.
Fixed bug with ActiveX property editors under the Citect SCADA development environment where the property editor would lockup when clicking on buttons when there was a list box on the same property editor tab.
Fixed ActiveX bug where SetWindowPos() call in Visual C++ would generate an exception.
Fixed bug in iObjectCanvas where overlapped objects would be misidentified in the OnClickObject event.  The lowest ZOrder object would be identified in the OnClickObject event as being clicked, even though an object with a higher ZOrder that overlapped the object.
Fixed Plot Pack Data Cursor bug where a hidden hint would still be "clickable", interfering with selection of the DataCursor line.
New Features:
Upgraded Plot Component Compact Interval Data Style to support Ring Buffer.
Upgraded Plot Component Compact Interval Data Style to support relocating the origin X-Value of the Data Set by modifying the DataX[0] property of the channel.  The DataX value of the first data point (i.e. DataX[0]) dictates the origin of the data set for that channel when using the Compact Interval Data Style, since the interval between each data point is fixed to save memory space.  Modifying DataX[0], however, doesn't change the fixed interval set after adding the first two data points.  To change the interval, clear the channel and re-add all channel data.
Improved Plot Pack draw performance for multiple Y-Axes.
Added DataFile Column Separator property to allow for text tabs or commas.
Added DataFile Format property to allow for Text or Compact Interval (optimized for the Compact Interval Data Type) formatted files.
Added OnResize to the TiPlot and TiXYPlot VCL Event Handlers.
Added A3, A4, and A5 paper size support to the built-in Plot pack printing feature.
Added ability to change Compact Interval start reference after data has already been added to the channel by setting the X-Value of the first data point.
Added ChannelNameColorStyle to the iPlotLegend object.  Allows the channel name text that is displayed to track other object colors.  Possible values are Font, Channel Color, X-Axis Font Color, or Y-Axis Font Color.
Added PointerColor and PointerHighlightColor properties to the iSwitchRotary and the iSwitchSlider components.
Added GetPointersVisible and SetPointersVisible to all Gauge Components.
Added to the Plot components two new properties: LastPropertiesFileName, LastDataFileName and three additional events: OnAfterSaveProperties, OnAfterLoadData, and OnAfterSaveData.  Using these new three events in addition to the existing event: OnAfterLoadProperties, you can be notified when the user has saved/loaded data or property files.  The two new properties are useful for determining the filename used during the load or save operation.
Updated iImageDisplay to not draw the image as "disabled" when the Enabled property is set to FALSE.
Updated iPlotAxis to include a new ZoomToFitFast method, and a new TrackingStyle called ExpandCollapseFast.  The older ZoomToFit and ExpandCollapse features would iterate through the entire data set to find the high and low point of the data when scaling.  The new Fast methods use the RunningXMax, RunningXMin, RunningYMin, and/or RunningYMin methods of the channel object which cache the historical Max/Min values, thereby greatly speeding up the ZoomToFit and ExpandCollapse features. Warning: do not use this new feature if you modify historical data unless you manually call the appropriate GetXMax/GetXMin or GetYMax/GetYMin functions to force an update of the corresponding running totals. (e.g. if you modify the Y-value of a previous data point, you must call GetYMax and GetYMin to update the "RunningYMax" and "RunningYMin" for the new "Fast" features to work correctly. ).
Updated iPlotLegend with two new properties: ViewStartIndex and ViewStopIndex. These properties are useful when needing to know the topmost and bottommost indexes of the visible channels in the Legend.  For example, if you have 100 channels in the chart, and the Legend is currently showing channel 52-60, then ViewStartIndex=51 and ViewStopIndex=59.
Added Transparent and Stretch properties and features to the iImageDisplay component.
Added Stretch property to iRotationDisplay component.
Upgraded iSwitchPanel AutoSize to take the height into consideration in addition to the width when adjusting the KnobRadius property.
Added OnClickPointer event hander to the iAngularGauge, iLinearGauge, iAngularLogGauge, and iLogGauge components.  (Not currently supported under CLX).
Added PointerBitmap property and ispsBitmap enumeration to the PointerStyle property of the iSlider and iSwitchSlider components.
Added SetValueNoEvent method, ValueMax property, and ValueMin property to the iIntegerOutput component.
Updated Precision property on the iAnalogDisplay and iAnalogOutput components to support -1 to indicate the "G" formatting style.  The "G" formatting style will format numbers as the shortest possible string.  It will display the value either as a whole number or exponent, whichever is shortest.  If the precision is unknown at design-time this will ensure that all digits to the right of the decimal place are shown.
Added OnAfterOpenEditor and OnAfterCloseEditor event handlers to the Plot Pack components to notify when the run-time property editor is opened and closed.
Added an Arc object to the iObjectCanvas component.  The following methods have been added to support this new object type...
AddArc
SetObjectAngles
SetObjectStartAngle
SetObjectStopAngle
GetObjectStartAngle
GetObjectStopAngle
Plot Pack iPlotChannel object was updated to support a new interpolation style: Differential Terminated.  This style is the same as the Differential interpolation style, except there is no line drawn from the last data point out to infinity.
Added RotationDesiredSpacing property to the iSwitchRotary component.  Supports 22.5, 45, or 90 degree specification.  The desired portion means that it will only use the angle specified if the "number of positions" * "desired angle" <= "360 degrees".
Added Candlestick option to the iPlot Channel High-Low feature.  Below is a list of new properties added to support this new feature...
HighLowStyle
HighLowShadowColor
HighLowBullishColor
HighLowBearishColor
Upgraded iCompass and iDualCompass to allow changing of the direction captions. Added the following properties...
NCaption
SCaption
ECaption
WCaption
NECaption
NWCaption
SECaption
SWCaption
Upgraded Plot Pack Axes labeling to support rotated text.  Can be set to 0, 90, 180, and 270 degree rotation.
Upgraded iObjectCanvas component to support polygons.  Below are the following methods added to support this feature...
AddPolygon
ObjectAddPolyPoint
ObjectClearPolyPoints
Added Print Preview support to the Plot Pack printing feature.
Added Plot Pack OnBeforeDataCursorUpdate event.  Allows customization of formatting or other customization before the actual strings are generated for display on the cursor.
Added PNG image support to all components: SaveImageToPNG and GetBytesPNG methods.  Plot pack save dialog updated to support PNG.
Added JPEG image support to CLX components under Linux.
Added Plot Pack printing support for CLX components under Linux.
Added new iOPCManager non-visual component for use in conjunction with our OPC-enabled components.  Allows combining of OPC connections to servers through a common connection. Previously, each individual component would make its own connection to the OPC server and its own group.  The new iOPCManager along with the new iOPC.dll improves performance by utilizing Shared Server Connections and now adds support fro adding groups that can be shared among OPC Items of our components.  The iOPCManager component has a visual property editor for adding/removing groups as well as properties and methods that can be used to modify groups at runtime.  Two new events, OnAfterGroupUpdate and OnBeforeGroupUpdate provide notification of updates that occur among the OPC Items utilizing a particular group.
Added multi-line support to the Plot Pack Data Cursor Hint.  Use chr(13) for manual line breaks.
Added the following to OPCItems...
ActivateSuspend method
GroupName property
Added OPC DeleteItem method for deleting individual OPC Items at runtime.
Added new TextBox style (differs from TextRectangle) to Plot Pack annotations.
Added 24 new event handlers to plot pack.
MouseDown
MouseMove
MouseUp
...events for all 8 basic Plot Objects: Channels, X-Axes, Y-Axes, Tables, DataView, DataCursors, Legend, and Annotations.
Added transparency support to Tank.
Added three new styles to Tank: Cutout2, Large Window, and Custom.
Tank Custom cutout style uses two new methods: CustomPointsAdd, CustomPointsClear.  Use CustomPointsAdd to add at least three points to make a closed polygon.  Added points are in the range of 0-100, representing percentage (%) of the width and height of the component.  It is recommended to restrict points between 10-90% when the tank is shown.
Added vertical and horizontal orientation to Tank.
Added scale reverse to Tank.
Added OPCActivateSuspend, OPCActive, OPCUpdateSuspend, and OPCUpdateResume to the iPlot and iXYPlot component Channel objects.
Added HitTest method to all Plot Pack sub-objects (channel, y-axis, x-axis, annotation, label, etc.).  Allows you to test each sub-object and determine if an x/y coordinate exists within the sub-object or not.
压缩包文件列表:
Iocomp\Documentation\ActiveXInstallNotes.htm
Iocomp\Documentation\CBuilder4InstallNotes.htm
Iocomp\Documentation\CBuilder5InstallNotes.htm
Iocomp\Documentation\CBuilder6InstallNotes.htm
Iocomp\Documentation\Delphi4InstallNotes.htm
Iocomp\Documentation\Delphi5InstallNotes.htm
Iocomp\Documentation\Delphi6InstallNotes.htm
Iocomp\Documentation\Delphi7InstallNotes.htm
Iocomp\Documentation\OPCInstallNotes.htm
Iocomp\Documentation\RevisionHistory.htm
Iocomp\Documentation
Iocomp\Source VCL\Iocomp45.cpp
Iocomp\Source VCL\Iocomp55.cpp
Iocomp\Source VCL\Iocomp65.cpp
Iocomp\Source VCL\OBJ\adler32.obj
Iocomp\Source VCL\OBJ\deflate.obj
Iocomp\Source VCL\OBJ\infblock.obj
Iocomp\Source VCL\OBJ\infcodes.obj
Iocomp\Source VCL\OBJ\inffast.obj
Iocomp\Source VCL\OBJ\inflate.obj
Iocomp\Source VCL\OBJ\inftrees.obj
Iocomp\Source VCL\OBJ\infutil.obj
Iocomp\Source VCL\OBJ\trees.obj
Iocomp\Source VCL\OBJ
Iocomp\Source VCL\Iocomp45.bpk
Iocomp\Source VCL\Iocomp55.bpk
Iocomp\Source VCL\Iocomp65.bpk
Iocomp\Source VCL\iInstrumentPackReg.dcr
Iocomp\Source VCL\iOPCCommonReg.dcr
Iocomp\Source VCL\iPlotPackReg.dcr
Iocomp\Source VCL\iProfessionalReg.dcr
Iocomp\Source VCL\iAnalogDisplayComponentEditor.dfm
Iocomp\Source VCL\iAnalogOutputComponentEditor.dfm
Iocomp\Source VCL\iAngularGaugeComponentEditor.dfm
Iocomp\Source VCL\iAngularLogGaugeComponentEditor.dfm
Iocomp\Source VCL\iCompassComponentEditor.dfm
Iocomp\Source VCL\iComponentEditorThemePanelAddDialog.dfm
Iocomp\Source VCL\iComponentEditorThemePanelMaintenance.dfm
Iocomp\Source VCL\iDualCompassComponentEditor.dfm
Iocomp\Source VCL\iEditComponentEditor.dfm
Iocomp\Source VCL\iGradientComponentEditor.dfm
Iocomp\Source VCL\iImageDisplayComponentEditor.dfm
Iocomp\Source VCL\iIntegerOutputComponentEditor.dfm
Iocomp\Source VCL\iKeyBoardComponentEditor.dfm
Iocomp\Source VCL\iKnobComponentEditor.dfm
Iocomp\Source VCL\iLabelComponentEditor.dfm
Iocomp\Source VCL\iLCDMatrixComponentEditor.dfm
Iocomp\Source VCL\iLedArrowComponentEditor.dfm
Iocomp\Source VCL\iLedBarComponentEditor.dfm
Iocomp\Source VCL\iLedDiamondComponentEditor.dfm
Iocomp\Source VCL\iLedMatrixComponentEditor.dfm
Iocomp\Source VCL\iLedRectangleComponentEditor.dfm
Iocomp\Source VCL\iLedRoundComponentEditor.dfm
Iocomp\Source VCL\iLedSpiralComponentEditor.dfm
Iocomp\Source VCL\iLinearGaugeComponentEditor.dfm
Iocomp\Source VCL\iLogGaugeComponentEditor.dfm
Iocomp\Source VCL\iModeComboBoxComponentEditor.dfm
Iocomp\Source VCL\iMotorComponentEditor.dfm
Iocomp\Source VCL\iObjectCanvasComponentEditor.dfm
Iocomp\Source VCL\iOdometerComponentEditor.dfm
Iocomp\Source VCL\iOPCComputerSelector.dfm
Iocomp\Source VCL\iOPCExplorer.dfm
Iocomp\Source VCL\iOPCGroupSelector.dfm
Iocomp\Source VCL\iOPCItemSelector.dfm
Iocomp\Source VCL\iOPCManagerComponentEditor.dfm
Iocomp\Source VCL\iOPCPropertySelector.dfm
Iocomp\Source VCL\iOPCServerSelector.dfm
Iocomp\Source VCL\iPanelComponentEditor.dfm
Iocomp\Source VCL\iPercentBarComponentEditor.dfm
Iocomp\Source VCL\iPhonePadComponentEditor.dfm
Iocomp\Source VCL\iPieChartComponentEditor.dfm
Iocomp\Source VCL\iPipeComponentEditor.dfm
Iocomp\Source VCL\iPipeJointComponentEditor.dfm
Iocomp\Source VCL\iPlotComponentEditor.dfm
Iocomp\Source VCL\iPlotEditor.dfm
Iocomp\Source VCL\iPlotPreview.dfm
Iocomp\Source VCL\iPlotPreviewSettings.dfm
Iocomp\Source VCL\iRotationDisplayComponentEditor.dfm
Iocomp\Source VCL\iScopeComponentEditor.dfm
Iocomp\Source VCL\iScopeEditor.dfm
Iocomp\Source VCL\iSevenSegmentAnalogComponentEditor.dfm
Iocomp\Source VCL\iSevenSegmentBinaryComponentEditor.dfm
Iocomp\Source VCL\iSevenSegmentCharacterComponentEditor.dfm
Iocomp\Source VCL\iSevenSegmentClockComponentEditor.dfm
Iocomp\Source VCL\iSevenSegmentClockSMPTEComponentEditor.dfm
Iocomp\Source VCL\iSevenSegmentHexadecimalComponentEditor.dfm
Iocomp\Source VCL\iSevenSegmentIntegerComponentEditor.dfm
Iocomp\Source VCL\iSliderComponentEditor.dfm
Iocomp\Source VCL\iSlidingCompassComponentEditor.dfm
Iocomp\Source VCL\iSlidingScaleComponentEditor.dfm
Iocomp\Source VCL\iSpectrumDisplayComponentEditor.dfm
Iocomp\Source VCL\iStripChartComponentEditor.dfm
Iocomp\Source VCL\iSwitchLedComponentEditor.dfm
Iocomp\Source VCL\iSwitchLeverComponentEditor.dfm
Iocomp\Source VCL\iSwitchPanelComponentEditor.dfm
Iocomp\Source VCL\iSwitchQuadComponentEditor.dfm
Iocomp\Source VCL\iSwitchRocker3WayComponentEditor.dfm
Iocomp\Source VCL\iSwitchRockerComponentEditor.dfm
Iocomp\Source VCL\iSwitchRotaryComponentEditor.dfm
Iocomp\Source VCL\iSwitchSliderComponentEditor.dfm
Iocomp\Source VCL\iSwitchToggleComponentEditor.dfm
Iocomp\Source VCL\iTankComponentEditor.dfm
Iocomp\Source VCL\iThermometerComponentEditor.dfm
Iocomp\Source VCL\iThreadTimersComponentEditor.dfm
Iocomp\Source VCL\iTimersComponentEditor.dfm
Iocomp\Source VCL\iValueConverterEdit.dfm
Iocomp\Source VCL\iValveComponentEditor.dfm
Iocomp\Source VCL\Iocomp40.dof
Iocomp\Source VCL\iocomp50.dof
Iocomp\Source VCL\iocomp60.dof
Iocomp\Source VCL\iocomp70.dof
Iocomp\Source VCL\Iocomp40.dpk
Iocomp\Source VCL\iocomp50.dpk
Iocomp\Source VCL\iocomp60.dpk
Iocomp\Source VCL\iocomp70.dpk
Iocomp\Source VCL\iInclude.inc
Iocomp\Source VCL\iIncludeUses.inc
Iocomp\Source VCL\iIncludeUsesForms.inc
Iocomp\Source VCL\iAboutPanel.pas
Iocomp\Source VCL\iAnalogDisplay.pas
Iocomp\Source VCL\iAnalogDisplayComponentEditor.pas
Iocomp\Source VCL\iAnalogOutput.pas
Iocomp\Source VCL\iAnalogOutputComponentEditor.pas
Iocomp\Source VCL\iAngularGauge.pas
Iocomp\Source VCL\iAngularGaugeComponentEditor.pas
Iocomp\Source VCL\iAngularLogGauge.pas
Iocomp\Source VCL\iAngularLogGaugeComponentEditor.pas
Iocomp\Source VCL\iCheckBox.pas
Iocomp\Source VCL\iClasses.pas
Iocomp\Source VCL\iCLXComponent.pas
Iocomp\Source VCL\iColorDialog.pas
Iocomp\Source VCL\iComboBoxDisplay.pas
Iocomp\Source VCL\iCompass.pas
Iocomp\Source VCL\iCompassComponentEditor.pas
Iocomp\Source VCL\iComponent.pas
Iocomp\Source VCL\iComponentEditor.pas
Iocomp\Source VCL\iComponentEditorButtonPanel.pas
Iocomp\Source VCL\iComponentEditorForm.pas
Iocomp\Source VCL\iComponentEditorImageEditorPanel.pas
Iocomp\Source VCL\iComponentEditorThemePanel.pas
Iocomp\Source VCL\iComponentEditorThemePanelAddDialog.pas
Iocomp\Source VCL\iComponentEditorThemePanelMaintenance.pas
Iocomp\Source VCL\iCustomComponent.pas
Iocomp\Source VCL\iDataNullList.pas
Iocomp\Source VCL\iDateUtils.pas
Iocomp\Source VCL\iDoubleList.pas
Iocomp\Source VCL\iDualCompass.pas
Iocomp\Source VCL\iDualCompassComponentEditor.pas
Iocomp\Source VCL\iEdit.pas
Iocomp\Source VCL\iEditComponentEditor.pas
Iocomp\Source VCL\iEditCustom.pas
Iocomp\Source VCL\iEditorBasicComponents.pas
Iocomp\Source VCL\iFontDialog.pas
Iocomp\Source VCL\iGaugeComponent.pas
Iocomp\Source VCL\iGaugePointer.pas
Iocomp\Source VCL\iGPFunctions.pas
Iocomp\Source VCL\iGradient.pas
Iocomp\Source VCL\iGradientComponentEditor.pas
Iocomp\Source VCL\iImageDisplay.pas
Iocomp\Source VCL\iImageDisplayComponentEditor.pas
Iocomp\Source VCL\iInstrumentPackPropertyEditorsReg.pas
Iocomp\Source VCL\iInstrumentPackReg.pas
Iocomp\Source VCL\iIntegerOutput.pas
Iocomp\Source VCL\iIntegerOutputComponentEditor.pas
Iocomp\Source VCL\iKeyBoard.pas
Iocomp\Source VCL\iKeyBoardComponentEditor.pas
Iocomp\Source VCL\iKnob.pas
Iocomp\Source VCL\iKnobComponentEditor.pas
Iocomp\Source VCL\iLabel.pas
Iocomp\Source VCL\iLabelComponentEditor.pas
Iocomp\Source VCL\iLCDCharacter.pas
Iocomp\Source VCL\iLCDMatrix.pas
Iocomp\Source VCL\iLCDMatrixComponentEditor.pas
Iocomp\Source VCL\iLed.pas
Iocomp\Source VCL\iLedArrow.pas
Iocomp\Source VCL\iLedArrowComponentEditor.pas
Iocomp\Source VCL\iLedBar.pas
Iocomp\Source VCL\iLedBarComponentEditor.pas
Iocomp\Source VCL\iLedDiamond.pas
Iocomp\Source VCL\iLedDiamondComponentEditor.pas
Iocomp\Source VCL\iLedMatrix.pas
Iocomp\Source VCL\iLedMatrixComponentEditor.pas
Iocomp\Source VCL\iLedRectangle.pas
Iocomp\Source VCL\iLedRectangleComponentEditor.pas
Iocomp\Source VCL\iLedRound.pas
Iocomp\Source VCL\iLedRoundComponentEditor.pas
Iocomp\Source VCL\iLedSpiral.pas
Iocomp\Source VCL\iLedSpiralComponentEditor.pas
Iocomp\Source VCL\iLinearGauge.pas
Iocomp\Source VCL\iLinearGaugeComponentEditor.pas
Iocomp\Source VCL\iLinkedListBox.pas
Iocomp\Source VCL\iLogGauge.pas
Iocomp\Source VCL\iLogGaugeComponentEditor.pas
Iocomp\Source VCL\iMath.pas
Iocomp\Source VCL\iModeComboBox.pas
Iocomp\Source VCL\iModeComboBoxComponentEditor.pas
Iocomp\Source VCL\iMotor.pas
Iocomp\Source VCL\iMotorComponentEditor.pas
Iocomp\Source VCL\iObjectCanvas.pas
Iocomp\Source VCL\iObjectCanvasComponentEditor.pas
Iocomp\Source VCL\iOdometer.pas
Iocomp\Source VCL\iOdometerComponentEditor.pas
Iocomp\Source VCL\iOPCBrowserPanel.pas
Iocomp\Source VCL\iOPCCommonPropertyEditorsReg.pas
Iocomp\Source VCL\iOPCCommonReg.pas
Iocomp\Source VCL\iOPCComputerSelector.pas
Iocomp\Source VCL\iOPCDLLLoader.pas
Iocomp\Source VCL\iOPCExplorer.pas
Iocomp\Source VCL\iOPCGroupSelector.pas
Iocomp\Source VCL\iOPCItem.pas
Iocomp\Source VCL\iOPCItemSelector.pas
Iocomp\Source VCL\iOPCManager.pas
Iocomp\Source VCL\iOPCManagerComponentEditor.pas
Iocomp\Source VCL\iOPCPropertySelector.pas
Iocomp\Source VCL\iOPCServerSelector.pas
Iocomp\Source VCL\iOpenDialog.pas
Iocomp\Source VCL\iPanel.pas
Iocomp\Source VCL\iPanelComponentEditor.pas
Iocomp\Source VCL\iPercentBar.pas
Iocomp\Source VCL\iPercentBarComponentEditor.pas
Iocomp\Source VCL\iPhonePad.pas
Iocomp\Source VCL\iPhonePadComponentEditor.pas
Iocomp\Source VCL\iPieChart.pas
Iocomp\Source VCL\iPieChartComponentEditor.pas
Iocomp\Source VCL\iPipe.pas
Iocomp\Source VCL\iPipeComponentEditor.pas
Iocomp\Source VCL\iPipeJoint.pas
Iocomp\Source VCL\iPipeJointComponentEditor.pas
Iocomp\Source VCL\iPlot.pas
Iocomp\Source VCL\iPlotAnnotation.pas
Iocomp\Source VCL\iPlotAxis.pas
Iocomp\Source VCL\iPlotChannel.pas
Iocomp\Source VCL\iPlotChannelCustom.pas
Iocomp\Source VCL\iPlotComponent.pas
Iocomp\Source VCL\iPlotComponentEditor.pas
Iocomp\Source VCL\iPlotDataCompactIntervalList.pas
Iocomp\Source VCL\iPlotDataCompactList.pas
Iocomp\Source VCL\iPlotDataCursor.pas
Iocomp\Source VCL\iPlotDataCustomList.pas
Iocomp\Source VCL\iPlotDataFullList.pas
Iocomp\Source VCL\iPlotDataNullList.pas
Iocomp\Source VCL\iPlotDataScopeList.pas
Iocomp\Source VCL\iPlotDataView.pas
Iocomp\Source VCL\iPlotEditor.pas
Iocomp\Source VCL\iPlotLabel.pas
Iocomp\Source VCL\iPlotLayoutManager.pas
Iocomp\Source VCL\iPlotLayoutViewer.pas
Iocomp\Source VCL\iPlotLegend.pas
Iocomp\Source VCL\iPlotLimit.pas
Iocomp\Source VCL\iPlotManagers.pas
Iocomp\Source VCL\iPlotMasterManager.pas
Iocomp\Source VCL\iPlotObjects.pas
Iocomp\Source VCL\iPlotPackPropertyEditorsReg.pas
Iocomp\Source VCL\iPlotPackReg.pas
Iocomp\Source VCL\iPlotPreview.pas
Iocomp\Source VCL\iPlotPreviewSettings.pas
Iocomp\Source VCL\iPlotTable.pas
Iocomp\Source VCL\iPlotToolBar.pas
Iocomp\Source VCL\iPlotTranslation.pas
Iocomp\Source VCL\iPositionComponent.pas
Iocomp\Source VCL\iProfessionalPropertyEditorsReg.pas
Iocomp\Source VCL\iProfessionalReg.pas
Iocomp\Source VCL\iProgressComponent.pas
Iocomp\Source VCL\iRadioGroup.pas
Iocomp\Source VCL\iResourceStrings.pas
Iocomp\Source VCL\iRotationDisplay.pas
Iocomp\Source VCL\iRotationDisplayComponentEditor.pas
Iocomp\Source VCL\iSaveDialog.pas
Iocomp\Source VCL\iScaleComponent.pas
Iocomp\Source VCL\iScaleObject.pas
Iocomp\Source VCL\iScope.pas
Iocomp\Source VCL\iScopeChannel.pas
Iocomp\Source VCL\iScopeComponentEditor.pas
Iocomp\Source VCL\iScopeDisplay.pas
Iocomp\Source VCL\iScopeEditor.pas
Iocomp\Source VCL\iScopePanelChannels.pas
Iocomp\Source VCL\iScopePanelTimeBase.pas
Iocomp\Source VCL\iScopePanelToolBar.pas
Iocomp\Source VCL\iScopePanelTrigger.pas
Iocomp\Source VCL\iScopeTimeBase.pas
Iocomp\Source VCL\iScopeToolBar.pas
Iocomp\Source VCL\iScopeTrigger.pas
Iocomp\Source VCL\iSevenSegmentAnalog.pas
Iocomp\Source VCL\iSevenSegmentAnalogComponentEditor.pas
Iocomp\Source VCL\iSevenSegmentBinary.pas
Iocomp\Source VCL\iSevenSegmentBinaryComponentEditor.pas
Iocomp\Source VCL\iSevenSegmentCharacter.pas
Iocomp\Source VCL\iSevenSegmentCharacterComponentEditor.pas
Iocomp\Source VCL\iSevenSegmentClock.pas
Iocomp\Source VCL\iSevenSegmentClockComponentEditor.pas
Iocomp\Source VCL\iSevenSegmentClockSMPTE.pas
Iocomp\Source VCL\iSevenSegmentClockSMPTEComponentEditor.pas
Iocomp\Source VCL\iSevenSegmentDisplay.pas
Iocomp\Source VCL\iSevenSegmentHexadecimal.pas
Iocomp\Source VCL\iSevenSegmentHexadecimalComponentEditor.pas
Iocomp\Source VCL\iSevenSegmentInteger.pas
Iocomp\Source VCL\iSevenSegmentIntegerComponentEditor.pas
Iocomp\Source VCL\iSlider.pas
Iocomp\Source VCL\iSliderComponentEditor.pas
Iocomp\Source VCL\iSlidingCompass.pas
Iocomp\Source VCL\iSlidingCompassComponentEditor.pas
Iocomp\Source VCL\iSlidingScale.pas
Iocomp\Source VCL\iSlidingScaleComponentEditor.pas
Iocomp\Source VCL\iSpectrumDisplay.pas
Iocomp\Source VCL\iSpectrumDisplayComponentEditor.pas
Iocomp\Source VCL\iSpinSelector.pas
Iocomp\Source VCL\iStripChart.pas
Iocomp\Source VCL\iStripChartComponentEditor.pas
Iocomp\Source VCL\iSwitchLed.pas
Iocomp\Source VCL\iSwitchLedComponentEditor.pas
Iocomp\Source VCL\iSwitchLever.pas
Iocomp\Source VCL\iSwitchLeverComponentEditor.pas
Iocomp\Source VCL\iSwitchMultiPosition.pas
Iocomp\Source VCL\iSwitchPanel.pas
Iocomp\Source VCL\iSwitchPanelComponentEditor.pas
Iocomp\Source VCL\iSwitchQuad.pas
Iocomp\Source VCL\iSwitchQuadComponentEditor.pas
Iocomp\Source VCL\iSwitchRocker.pas
Iocomp\Source VCL\iSwitchRocker3Way.pas
Iocomp\Source VCL\iSwitchRocker3WayComponentEditor.pas
Iocomp\Source VCL\iSwitchRockerComponentEditor.pas
Iocomp\Source VCL\iSwitchRotary.pas
Iocomp\Source VCL\iSwitchRotaryComponentEditor.pas
Iocomp\Source VCL\iSwitchSlider.pas
Iocomp\Source VCL\iSwitchSliderComponentEditor.pas
Iocomp\Source VCL\iSwitchToggle.pas
Iocomp\Source VCL\iSwitchToggleComponentEditor.pas
Iocomp\Source VCL\iTank.pas
Iocomp\Source VCL\iTankComponentEditor.pas
Iocomp\Source VCL\iThermometer.pas
Iocomp\Source VCL\iThermometerComponentEditor.pas
Iocomp\Source VCL\iThreadTimers.pas
Iocomp\Source VCL\iThreadTimersComponentEditor.pas
Iocomp\Source VCL\iTimers.pas
Iocomp\Source VCL\iTimersComponentEditor.pas
Iocomp\Source VCL\iTypes.pas
Iocomp\Source VCL\iURLLabel.pas
Iocomp\Source VCL\iValueConverterEdit.pas
Iocomp\Source VCL\iValve.pas
Iocomp\Source VCL\iValveComponentEditor.pas
Iocomp\Source VCL\iVCLComponent.pas
Iocomp\Source VCL\iXYPlot.pas
Iocomp\Source VCL\iXYPlotChannel.pas
Iocomp\Source VCL\pngimage.pas
Iocomp\Source VCL\pnglang.pas
Iocomp\Source VCL\pngzlib.pas
Iocomp\Source VCL\iIocompCommon.res
Iocomp\Source VCL\IOCOMP40.RES
Iocomp\Source VCL\IOCOMP45.RES
Iocomp\Source VCL\iocomp50.res
Iocomp\Source VCL\Iocomp55.res
Iocomp\Source VCL\iocomp60.res
Iocomp\Source VCL\Iocomp65.res
Iocomp\Source VCL\iocomp70.res
Iocomp\Source VCL\iPlotPackGlyphs.res
Iocomp\Source VCL\iTypes.dcu
Iocomp\Source VCL\iMath.dcu
Iocomp\Source VCL\iGPFunctions.dcu
Iocomp\Source VCL\iScaleObject.dcu
Iocomp\Source VCL\iDoubleList.dcu
Iocomp\Source VCL\iDataNullList.dcu
Iocomp\Source VCL\iClasses.dcu
Iocomp\Source VCL\iComponent.dcu
Iocomp\Source VCL\iOPCDLLLoader.dcu
Iocomp\Source VCL\iOPCItem.dcu
Iocomp\Source VCL\pngzlib.dcu
Iocomp\Source VCL\pnglang.dcu
Iocomp\Source VCL\pngimage.dcu
Iocomp\Source VCL\iVCLComponent.dcu
Iocomp\Source VCL\iCustomComponent.dcu
Iocomp\Source VCL\iPositionComponent.dcu
Iocomp\Source VCL\iScaleComponent.dcu
Iocomp\Source VCL\iGaugePointer.dcu
Iocomp\Source VCL\iGaugeComponent.dcu
Iocomp\Source VCL\iAngularLogGauge.dcu
Iocomp\Source VCL\iCompass.dcu
Iocomp\Source VCL\iDualCompass.dcu
Iocomp\Source VCL\iImageDisplay.dcu
Iocomp\Source VCL\iKeyBoard.dcu
Iocomp\Source VCL\iLCDCharacter.dcu
Iocomp\Source VCL\iLCDMatrix.dcu
Iocomp\Source VCL\iLed.dcu
Iocomp\Source VCL\iLedArrow.dcu
Iocomp\Source VCL\iLedDiamond.dcu
Iocomp\Source VCL\iLedMatrix.dcu
Iocomp\Source VCL\iLogGauge.dcu
Iocomp\Source VCL\iMotor.dcu
Iocomp\Source VCL\iObjectCanvas.dcu
Iocomp\Source VCL\iPanel.dcu
Iocomp\Source VCL\iPercentBar.dcu
Iocomp\Source VCL\iPhonePad.dcu
Iocomp\Source VCL\iPieChart.dcu
Iocomp\Source VCL\iPipe.dcu
Iocomp\Source VCL\iPipeJoint.dcu
Iocomp\Source VCL\iRotationDisplay.dcu
Iocomp\Source VCL\iSevenSegmentCharacter.dcu
Iocomp\Source VCL\iSevenSegmentDisplay.dcu
Iocomp\Source VCL\iSevenSegmentClockSMPTE.dcu
Iocomp\Source VCL\iSlidingCompass.dcu
Iocomp\Source VCL\iSlidingScale.dcu
Iocomp\Source VCL\iThreadTimers.dcu
Iocomp\Source VCL\iSpectrumDisplay.dcu
Iocomp\Source VCL\iSwitchLever.dcu
Iocomp\Source VCL\iSwitchQuad.dcu
Iocomp\Source VCL\iSwitchRocker.dcu
Iocomp\Source VCL\iSwitchRocker3Way.dcu
Iocomp\Source VCL\iTank.dcu
Iocomp\Source VCL\iTimers.dcu
Iocomp\Source VCL\iValve.dcu
Iocomp\Source VCL\iProfessionalReg.dcu
Iocomp\Source VCL\iAnalogDisplay.dcu
Iocomp\Source VCL\iEditCustom.dcu
Iocomp\Source VCL\iAnalogOutput.dcu
Iocomp\Source VCL\iAngularGauge.dcu
Iocomp\Source VCL\iEdit.dcu
Iocomp\Source VCL\iGradient.dcu
Iocomp\Source VCL\iIntegerOutput.dcu
Iocomp\Source VCL\iKnob.dcu
Iocomp\Source VCL\iLabel.dcu
Iocomp\Source VCL\iProgressComponent.dcu
Iocomp\Source VCL\iLedBar.dcu
Iocomp\Source VCL\iLedRectangle.dcu
Iocomp\Source VCL\iLedRound.dcu
Iocomp\Source VCL\iLedSpiral.dcu
Iocomp\Source VCL\iLinearGauge.dcu
Iocomp\Source VCL\iComboBoxDisplay.dcu
Iocomp\Source VCL\iModeComboBox.dcu
Iocomp\Source VCL\iOdometer.dcu
Iocomp\Source VCL\iSevenSegmentAnalog.dcu
Iocomp\Source VCL\iSevenSegmentBinary.dcu
Iocomp\Source VCL\iSevenSegmentClock.dcu
Iocomp\Source VCL\iSevenSegmentHexadecimal.dcu
Iocomp\Source VCL\iSevenSegmentInteger.dcu
Iocomp\Source VCL\iSlider.dcu
Iocomp\Source VCL\iStripChart.dcu
Iocomp\Source VCL\iSwitchLed.dcu
Iocomp\Source VCL\iSwitchPanel.dcu
Iocomp\Source VCL\iSwitchMultiPosition.dcu
Iocomp\Source VCL\iSwitchRotary.dcu
Iocomp\Source VCL\iSwitchSlider.dcu
Iocomp\Source VCL\iSwitchToggle.dcu
Iocomp\Source VCL\iThermometer.dcu
Iocomp\Source VCL\iInstrumentPackReg.dcu
Iocomp\Source VCL\iCheckBox.dcu
Iocomp\Source VCL\iRadioGroup.dcu
Iocomp\Source VCL\iColorDialog.dcu
Iocomp\Source VCL\iFontDialog.dcu
Iocomp\Source VCL\iOpenDialog.dcu
Iocomp\Source VCL\iSaveDialog.dcu
Iocomp\Source VCL\iValueConverterEdit.dcu
Iocomp\Source VCL\iOPCComputerSelector.dcu
Iocomp\Source VCL\iEditorBasicComponents.dcu
Iocomp\Source VCL\iComponentEditorThemePanelAddDialog.dcu
Iocomp\Source VCL\iComponentEditorThemePanelMaintenance.dcu
Iocomp\Source VCL\iComponentEditorThemePanel.dcu
Iocomp\Source VCL\iOPCPropertySelector.dcu
Iocomp\Source VCL\iOPCServerSelector.dcu
Iocomp\Source VCL\iOPCItemSelector.dcu
Iocomp\Source VCL\iOPCGroupSelector.dcu
Iocomp\Source VCL\iOPCBrowserPanel.dcu
Iocomp\Source VCL\iComponentEditorForm.dcu
Iocomp\Source VCL\iComponentEditorButtonPanel.dcu
Iocomp\Source VCL\iComponentEditor.dcu
Iocomp\Source VCL\iPlotDataCustomList.dcu
Iocomp\Source VCL\iPlotDataFullList.dcu
Iocomp\Source VCL\iPlotDataNullList.dcu
Iocomp\Source VCL\iPlotDataCompactList.dcu
Iocomp\Source VCL\iPlotDataCompactIntervalList.dcu
Iocomp\Source VCL\iDateUtils.dcu
Iocomp\Source VCL\iPlotManagers.dcu
Iocomp\Source VCL\iPlotChannel.dcu
Iocomp\Source VCL\iPlotLayoutManager.dcu
Iocomp\Source VCL\iPlotTranslation.dcu
Iocomp\Source VCL\iPlotLayoutViewer.dcu
Iocomp\Source VCL\iXYPlotChannel.dcu
Iocomp\Source VCL\iPlotPreviewSettings.dcu
Iocomp\Source VCL\iPlotComponent.dcu
Iocomp\Source VCL\iPlotPreview.dcu
Iocomp\Source VCL\iPlotEditor.dcu
Iocomp\Source VCL\iPlotMasterManager.dcu
Iocomp\Source VCL\iPlotTable.dcu
Iocomp\Source VCL\iPlotAnnotation.dcu
Iocomp\Source VCL\iPlotLabel.dcu
Iocomp\Source VCL\iPlotLimit.dcu
Iocomp\Source VCL\iPlot.dcu
Iocomp\Source VCL\iXYPlot.dcu
Iocomp\Source VCL\iPlotDataCursor.dcu
Iocomp\Source VCL\iPlotDataView.dcu
Iocomp\Source VCL\iPlotLegend.dcu
Iocomp\Source VCL\iPlotChannelCustom.dcu
Iocomp\Source VCL\iPlotAxis.dcu
Iocomp\Source VCL\iPlotToolBar.dcu
Iocomp\Source VCL\iPlotObjects.dcu
Iocomp\Source VCL\iSpinSelector.dcu
Iocomp\Source VCL\iPlotDataScopeList.dcu
Iocomp\Source VCL\iLinkedListBox.dcu
Iocomp\Source VCL\iScopePanelTrigger.dcu
Iocomp\Source VCL\iScopeTimeBase.dcu
Iocomp\Source VCL\iScopeTrigger.dcu
Iocomp\Source VCL\iScopeToolBar.dcu
Iocomp\Source VCL\iScopeDisplay.dcu
Iocomp\Source VCL\iScope.dcu
Iocomp\Source VCL\iScopePanelToolBar.dcu
Iocomp\Source VCL\iScopePanelTimeBase.dcu
Iocomp\Source VCL\iScopePanelChannels.dcu
Iocomp\Source VCL\iScopeChannel.dcu
Iocomp\Source VCL\iScopeEditor.dcu
Iocomp\Source VCL\iURLLabel.dcu
Iocomp\Source VCL\iResourceStrings.dcu
Iocomp\Source VCL\iAboutPanel.dcu
Iocomp\Source VCL\iComponentEditorImageEditorPanel.dcu
Iocomp\Source VCL\iPlotComponentEditor.dcu
Iocomp\Source VCL\iScopeComponentEditor.dcu
Iocomp\Source VCL\iPlotPackPropertyEditorsReg.dcu
Iocomp\Source VCL\iPlotPackReg.dcu
Iocomp\Source VCL\iAngularLogGaugeComponentEditor.dcu
Iocomp\Source VCL\iCompassComponentEditor.dcu
Iocomp\Source VCL\iDualCompassComponentEditor.dcu
Iocomp\Source VCL\iImageDisplayComponentEditor.dcu
Iocomp\Source VCL\iKeyBoardComponentEditor.dcu
Iocomp\Source VCL\iLCDMatrixComponentEditor.dcu
Iocomp\Source VCL\iLedArrowComponentEditor.dcu
Iocomp\Source VCL\iLedDiamondComponentEditor.dcu
Iocomp\Source VCL\iLedMatrixComponentEditor.dcu
Iocomp\Source VCL\iLogGaugeComponentEditor.dcu
Iocomp\Source VCL\iMotorComponentEditor.dcu
Iocomp\Source VCL\iObjectCanvasComponentEditor.dcu
Iocomp\Source VCL\iPanelComponentEditor.dcu
Iocomp\Source VCL\iPercentBarComponentEditor.dcu
Iocomp\Source VCL\iPhonePadComponentEditor.dcu
Iocomp\Source VCL\iPieChartComponentEditor.dcu
Iocomp\Source VCL\iPipeComponentEditor.dcu
Iocomp\Source VCL\iPipeJointComponentEditor.dcu
Iocomp\Source VCL\iRotationDisplayComponentEditor.dcu
Iocomp\Source VCL\iSevenSegmentClockSMPTEComponentEditor.dcu
Iocomp\Source VCL\iSlidingCompassComponentEditor.dcu
Iocomp\Source VCL\iSlidingScaleComponentEditor.dcu
Iocomp\Source VCL\iSpectrumDisplayComponentEditor.dcu
Iocomp\Source VCL\iSwitchLeverComponentEditor.dcu
Iocomp\Source VCL\iSwitchQuadComponentEditor.dcu
Iocomp\Source VCL\iSwitchRockerComponentEditor.dcu
Iocomp\Source VCL\iSwitchRocker3WayComponentEditor.dcu
Iocomp\Source VCL\iTankComponentEditor.dcu
Iocomp\Source VCL\iThreadTimersComponentEditor.dcu
Iocomp\Source VCL\iTimersComponentEditor.dcu
Iocomp\Source VCL\iValveComponentEditor.dcu
Iocomp\Source VCL\iProfessionalPropertyEditorsReg.dcu
Iocomp\Source VCL\iAnalogDisplayComponentEditor.dcu
Iocomp\Source VCL\iAnalogOutputComponentEditor.dcu
Iocomp\Source VCL\iAngularGaugeComponentEditor.dcu
Iocomp\Source VCL\iEditComponentEditor.dcu
Iocomp\Source VCL\iGradientComponentEditor.dcu
Iocomp\Source VCL\iIntegerOutputComponentEditor.dcu
Iocomp\Source VCL\iKnobComponentEditor.dcu
Iocomp\Source VCL\iLabelComponentEditor.dcu
Iocomp\Source VCL\iLedBarComponentEditor.dcu
Iocomp\Source VCL\iLedRectangleComponentEditor.dcu
Iocomp\Source VCL\iLedRoundComponentEditor.dcu
Iocomp\Source VCL\iLedSpiralComponentEditor.dcu
Iocomp\Source VCL\iLinearGaugeComponentEditor.dcu
Iocomp\Source VCL\iModeComboBoxComponentEditor.dcu
Iocomp\Source VCL\iOdometerComponentEditor.dcu
Iocomp\Source VCL\iSevenSegmentAnalogComponentEditor.dcu
Iocomp\Source VCL\iSevenSegmentBinaryComponentEditor.dcu
Iocomp\Source VCL\iSevenSegmentCharacterComponentEditor.dcu
Iocomp\Source VCL\iSevenSegmentClockComponentEditor.dcu
Iocomp\Source VCL\iSevenSegmentHexadecimalComponentEditor.dcu
Iocomp\Source VCL\iSevenSegmentIntegerComponentEditor.dcu
Iocomp\Source VCL\iSliderComponentEditor.dcu
Iocomp\Source VCL\iStripChartComponentEditor.dcu
Iocomp\Source VCL\iSwitchLedComponentEditor.dcu
Iocomp\Source VCL\iSwitchPanelComponentEditor.dcu
Iocomp\Source VCL\iSwitchRotaryComponentEditor.dcu
Iocomp\Source VCL\iSwitchSliderComponentEditor.dcu
Iocomp\Source VCL\iSwitchToggleComponentEditor.dcu
Iocomp\Source VCL\iThermometerComponentEditor.dcu
Iocomp\Source VCL\iInstrumentPackPropertyEditorsReg.dcu
Iocomp\Source VCL\iOPCExplorer.dcu
Iocomp\Source VCL\iOPCManager.dcu
Iocomp\Source VCL\iOPCManagerComponentEditor.dcu
Iocomp\Source VCL\iOPCCommonPropertyEditorsReg.dcu
Iocomp\Source VCL\iOPCCommonReg.dcu
Iocomp\Source VCL\iocomp60.dcu
Iocomp\Source VCL\iocomp60.cfg
Iocomp\Source VCL
Iocomp\Source CLX\Iocomp65clx.cpp
Iocomp\Source CLX\Iocomp65clx.bpk
Iocomp\Source CLX\QiInstrumentPackReg.dcr
Iocomp\Source CLX\QiOPCCommonReg.dcr
Iocomp\Source CLX\QiPlotPackReg.dcr
Iocomp\Source CLX\QiProfessionalReg.dcr
Iocomp\Source CLX\QiAnalogDisplayComponentEditor.dfm
Iocomp\Source CLX\QiAnalogOutputComponentEditor.dfm
Iocomp\Source CLX\QiAngularGaugeComponentEditor.dfm
Iocomp\Source CLX\QiAngularLogGaugeComponentEditor.dfm
Iocomp\Source CLX\QiCompassComponentEditor.dfm
Iocomp\Source CLX\QiComponentEditorThemePanelAddDialog.dfm
Iocomp\Source CLX\QiComponentEditorThemePanelMaintenance.dfm
Iocomp\Source CLX\QiDualCompassComponentEditor.dfm
Iocomp\Source CLX\QiEditComponentEditor.dfm
Iocomp\Source CLX\QiGradientComponentEditor.dfm
Iocomp\Source CLX\QiImageDisplayComponentEditor.dfm
Iocomp\Source CLX\QiIntegerOutputComponentEditor.dfm
Iocomp\Source CLX\QiKeyBoardComponentEditor.dfm
Iocomp\Source CLX\QiKnobComponentEditor.dfm
Iocomp\Source CLX\QiLabelComponentEditor.dfm
Iocomp\Source CLX\QiLCDMatrixComponentEditor.dfm
Iocomp\Source CLX\QiLedArrowComponentEditor.dfm
Iocomp\Source CLX\QiLedBarComponentEditor.dfm
Iocomp\Source CLX\QiLedDiamondComponentEditor.dfm
Iocomp\Source CLX\QiLedMatrixComponentEditor.dfm
Iocomp\Source CLX\QiLedRectangleComponentEditor.dfm
Iocomp\Source CLX\QiLedRoundComponentEditor.dfm
Iocomp\Source CLX\QiLedSpiralComponentEditor.dfm
Iocomp\Source CLX\QiLinearGaugeComponentEditor.dfm
Iocomp\Source CLX\QiLogGaugeComponentEditor.dfm
Iocomp\Source CLX\QiModeComboBoxComponentEditor.dfm
Iocomp\Source CLX\QiMotorComponentEditor.dfm
Iocomp\Source CLX\QiObjectCanvasComponentEditor.dfm
Iocomp\Source CLX\QiOdometerComponentEditor.dfm
Iocomp\Source CLX\QiOPCComputerSelector.dfm
Iocomp\Source CLX\QiOPCExplorer.dfm
Iocomp\Source CLX\QiOPCGroupSelector.dfm
Iocomp\Source CLX\QiOPCItemSelector.dfm
Iocomp\Source CLX\QiOPCManagerComponentEditor.dfm
Iocomp\Source CLX\QiOPCPropertySelector.dfm
Iocomp\Source CLX\QiOPCServerSelector.dfm
Iocomp\Source CLX\QiPanelComponentEditor.dfm
Iocomp\Source CLX\QiPercentBarComponentEditor.dfm
Iocomp\Source CLX\QiPhonePadComponentEditor.dfm
Iocomp\Source CLX\QiPieChartComponentEditor.dfm
Iocomp\Source CLX\QiPipeComponentEditor.dfm
Iocomp\Source CLX\QiPipeJointComponentEditor.dfm
Iocomp\Source CLX\QiPlotComponentEditor.dfm
Iocomp\Source CLX\QiPlotEditor.dfm
Iocomp\Source CLX\QiPlotPreview.dfm
Iocomp\Source CLX\QiPlotPreviewSettings.dfm
Iocomp\Source CLX\QiRotationDisplayComponentEditor.dfm
Iocomp\Source CLX\QiScopeComponentEditor.dfm
Iocomp\Source CLX\QiScopeEditor.dfm
Iocomp\Source CLX\QiSevenSegmentAnalogComponentEditor.dfm
Iocomp\Source CLX\QiSevenSegmentBinaryComponentEditor.dfm
Iocomp\Source CLX\QiSevenSegmentCharacterComponentEditor.dfm
Iocomp\Source CLX\QiSevenSegmentClockComponentEditor.dfm
Iocomp\Source CLX\QiSevenSegmentClockSMPTEComponentEditor.dfm
Iocomp\Source CLX\QiSevenSegmentHexadecimalComponentEditor.dfm
Iocomp\Source CLX\QiSevenSegmentIntegerComponentEditor.dfm
Iocomp\Source CLX\QiSliderComponentEditor.dfm
Iocomp\Source CLX\QiSlidingCompassComponentEditor.dfm
Iocomp\Source CLX\QiSlidingScaleComponentEditor.dfm
Iocomp\Source CLX\QiSpectrumDisplayComponentEditor.dfm
Iocomp\Source CLX\QiStripChartComponentEditor.dfm
Iocomp\Source CLX\QiSwitchLedComponentEditor.dfm
Iocomp\Source CLX\QiSwitchLeverComponentEditor.dfm
Iocomp\Source CLX\QiSwitchPanelComponentEditor.dfm
Iocomp\Source CLX\QiSwitchQuadComponentEditor.dfm
Iocomp\Source CLX\QiSwitchRocker3WayComponentEditor.dfm
Iocomp\Source CLX\QiSwitchRockerComponentEditor.dfm
Iocomp\Source CLX\QiSwitchRotaryComponentEditor.dfm
Iocomp\Source CLX\QiSwitchSliderComponentEditor.dfm
Iocomp\Source CLX\QiSwitchToggleComponentEditor.dfm
Iocomp\Source CLX\QiTankComponentEditor.dfm
Iocomp\Source CLX\QiThermometerComponentEditor.dfm
Iocomp\Source CLX\QiThreadTimersComponentEditor.dfm
Iocomp\Source CLX\QiTimersComponentEditor.dfm
Iocomp\Source CLX\QiValueConverterEdit.dfm
Iocomp\Source CLX\QiValveComponentEditor.dfm
Iocomp\Source CLX\iocomp60clx.dof
Iocomp\Source CLX\iocomp70clx.dof
Iocomp\Source CLX\iocomp60clx.dpk
Iocomp\Source CLX\iocomp70clx.dpk
Iocomp\Source CLX\iInclude.inc
Iocomp\Source CLX\iIncludeUses.inc
Iocomp\Source CLX\iIncludeUsesForms.inc
Iocomp\Source CLX\QiAboutPanel.pas
Iocomp\Source CLX\QiAnalogDisplay.pas
Iocomp\Source CLX\QiAnalogDisplayComponentEditor.pas
Iocomp\Source CLX\QiAnalogOutput.pas
Iocomp\Source CLX\QiAnalogOutputComponentEditor.pas
Iocomp\Source CLX\QiAngularGauge.pas
Iocomp\Source CLX\QiAngularGaugeComponentEditor.pas
Iocomp\Source CLX\QiAngularLogGauge.pas
Iocomp\Source CLX\QiAngularLogGaugeComponentEditor.pas
Iocomp\Source CLX\QiCheckBox.pas
Iocomp\Source CLX\QiClasses.pas
Iocomp\Source CLX\QiCLXComponent.pas
Iocomp\Source CLX\QiColorDialog.pas
Iocomp\Source CLX\QiComboBoxDisplay.pas
Iocomp\Source CLX\QiCompass.pas
Iocomp\Source CLX\QiCompassComponentEditor.pas
Iocomp\Source CLX\QiComponent.pas
Iocomp\Source CLX\QiComponentEditor.pas
Iocomp\Source CLX\QiComponentEditorButtonPanel.pas
Iocomp\Source CLX\QiComponentEditorForm.pas
Iocomp\Source CLX\QiComponentEditorImageEditorPanel.pas
Iocomp\Source CLX\QiComponentEditorThemePanel.pas
Iocomp\Source CLX\QiComponentEditorThemePanelAddDialog.pas
Iocomp\Source CLX\QiComponentEditorThemePanelMaintenance.pas
Iocomp\Source CLX\QiCustomComponent.pas
Iocomp\Source CLX\QiDataNullList.pas
Iocomp\Source CLX\QiDateUtils.pas
Iocomp\Source CLX\QiDoubleList.pas
Iocomp\Source CLX\QiDualCompass.pas
Iocomp\Source CLX\QiDualCompassComponentEditor.pas
Iocomp\Source CLX\QiEdit.pas
Iocomp\Source CLX\QiEditComponentEditor.pas
Iocomp\Source CLX\QiEditCustom.pas
Iocomp\Source CLX\QiEditorBasicComponents.pas
Iocomp\Source CLX\QiFontDialog.pas
Iocomp\Source CLX\QiGaugeComponent.pas
Iocomp\Source CLX\QiGaugePointer.pas
Iocomp\Source CLX\QiGPFunctions.pas
Iocomp\Source CLX\QiGradient.pas
Iocomp\Source CLX\QiGradientComponentEditor.pas
Iocomp\Source CLX\QiImageDisplay.pas
Iocomp\Source CLX\QiImageDisplayComponentEditor.pas
Iocomp\Source CLX\QiInstrumentPackPropertyEditorsReg.pas
Iocomp\Source CLX\QiInstrumentPackReg.pas
Iocomp\Source CLX\QiIntegerOutput.pas
Iocomp\Source CLX\QiIntegerOutputComponentEditor.pas
Iocomp\Source CLX\QiKeyBoard.pas
Iocomp\Source CLX\QiKeyBoardComponentEditor.pas
Iocomp\Source CLX\QiKnob.pas
Iocomp\Source CLX\QiKnobComponentEditor.pas
Iocomp\Source CLX\QiLabel.pas
Iocomp\Source CLX\QiLabelComponentEditor.pas
Iocomp\Source CLX\QiLCDCharacter.pas
Iocomp\Source CLX\QiLCDMatrix.pas
Iocomp\Source CLX\QiLCDMatrixComponentEditor.pas
Iocomp\Source CLX\QiLed.pas
Iocomp\Source CLX\QiLedArrow.pas
Iocomp\Source CLX\QiLedArrowComponentEditor.pas
Iocomp\Source CLX\QiLedBar.pas
Iocomp\Source CLX\QiLedBarComponentEditor.pas
Iocomp\Source CLX\QiLedDiamond.pas
Iocomp\Source CLX\QiLedDiamondComponentEditor.pas
Iocomp\Source CLX\QiLedMatrix.pas
Iocomp\Source CLX\QiLedMatrixComponentEditor.pas
Iocomp\Source CLX\QiLedRectangle.pas
Iocomp\Source CLX\QiLedRectangleComponentEditor.pas
Iocomp\Source CLX\QiLedRound.pas
Iocomp\Source CLX\QiLedRoundComponentEditor.pas
Iocomp\Source CLX\QiLedSpiral.pas
Iocomp\Source CLX\QiLedSpiralComponentEditor.pas
Iocomp\Source CLX\QiLinearGauge.pas
Iocomp\Source CLX\QiLinearGaugeComponentEditor.pas
Iocomp\Source CLX\QiLinkedListBox.pas
Iocomp\Source CLX\QiLogGauge.pas
Iocomp\Source CLX\QiLogGaugeComponentEditor.pas
Iocomp\Source CLX\QiMath.pas
Iocomp\Source CLX\QiModeComboBox.pas
Iocomp\Source CLX\QiModeComboBoxComponentEditor.pas
Iocomp\Source CLX\QiMotor.pas
Iocomp\Source CLX\QiMotorComponentEditor.pas
Iocomp\Source CLX\QiObjectCanvas.pas
Iocomp\Source CLX\QiObjectCanvasComponentEditor.pas
Iocomp\Source CLX\QiOdometer.pas
Iocomp\Source CLX\QiOdometerComponentEditor.pas
Iocomp\Source CLX\QiOPCBrowserPanel.pas
Iocomp\Source CLX\QiOPCCommonPropertyEditorsReg.pas
Iocomp\Source CLX\QiOPCCommonReg.pas
Iocomp\Source CLX\QiOPCComputerSelector.pas
Iocomp\Source CLX\QiOPCDLLLoader.pas
Iocomp\Source CLX\QiOPCExplorer.pas
Iocomp\Source CLX\QiOPCGroupSelector.pas
Iocomp\Source CLX\QiOPCItem.pas
Iocomp\Source CLX\QiOPCItemSelector.pas
Iocomp\Source CLX\QiOPCManager.pas
Iocomp\Source CLX\QiOPCManagerComponentEditor.pas
Iocomp\Source CLX\QiOPCPropertySelector.pas
Iocomp\Source CLX\QiOPCServerSelector.pas
Iocomp\Source CLX\QiOpenDialog.pas
Iocomp\Source CLX\QiPanel.pas
Iocomp\Source CLX\QiPanelComponentEditor.pas
Iocomp\Source CLX\QiPercentBar.pas
Iocomp\Source CLX\QiPercentBarComponentEditor.pas
Iocomp\Source CLX\QiPhonePad.pas
Iocomp\Source CLX\QiPhonePadComponentEditor.pas
Iocomp\Source CLX\QiPieChart.pas
Iocomp\Source CLX\QiPieChartComponentEditor.pas
Iocomp\Source CLX\QiPipe.pas
Iocomp\Source CLX\QiPipeComponentEditor.pas
Iocomp\Source CLX\QiPipeJoint.pas
Iocomp\Source CLX\QiPipeJointComponentEditor.pas
Iocomp\Source CLX\QiPlot.pas
Iocomp\Source CLX\QiPlotAnnotation.pas
Iocomp\Source CLX\QiPlotAxis.pas
Iocomp\Source CLX\QiPlotChannel.pas
Iocomp\Source CLX\QiPlotChannelCustom.pas
Iocomp\Source CLX\QiPlotComponent.pas
Iocomp\Source CLX\QiPlotComponentEditor.pas
Iocomp\Source CLX\QiPlotDataCompactIntervalList.pas
Iocomp\Source CLX\QiPlotDataCompactList.pas
Iocomp\Source CLX\QiPlotDataCursor.pas
Iocomp\Source CLX\QiPlotDataCustomList.pas
Iocomp\Source CLX\QiPlotDataFullList.pas
Iocomp\Source CLX\QiPlotDataNullList.pas
Iocomp\Source CLX\QiPlotDataScopeList.pas
Iocomp\Source CLX\QiPlotDataView.pas
Iocomp\Source CLX\QiPlotEditor.pas
Iocomp\Source CLX\QiPlotLabel.pas
Iocomp\Source CLX\QiPlotLayoutManager.pas
Iocomp\Source CLX\QiPlotLayoutViewer.pas
Iocomp\Source CLX\QiPlotLegend.pas
Iocomp\Source CLX\QiPlotLimit.pas
Iocomp\Source CLX\QiPlotManagers.pas
Iocomp\Source CLX\QiPlotMasterManager.pas
Iocomp\Source CLX\QiPlotObjects.pas
Iocomp\Source CLX\QiPlotPackPropertyEditorsReg.pas
Iocomp\Source CLX\QiPlotPackReg.pas
Iocomp\Source CLX\QiPlotPreview.pas
Iocomp\Source CLX\QiPlotPreviewSettings.pas
Iocomp\Source CLX\QiPlotTable.pas
Iocomp\Source CLX\QiPlotToolBar.pas
Iocomp\Source CLX\QiPlotTranslation.pas
Iocomp\Source CLX\QiPositionComponent.pas
Iocomp\Source CLX\QiProfessionalPropertyEditorsReg.pas
Iocomp\Source CLX\QiProfessionalReg.pas
Iocomp\Source CLX\QiProgressComponent.pas
Iocomp\Source CLX\QiRadioGroup.pas
Iocomp\Source CLX\QiResourceStrings.pas
Iocomp\Source CLX\QiRotationDisplay.pas
Iocomp\Source CLX\QiRotationDisplayComponentEditor.pas
Iocomp\Source CLX\QiSaveDialog.pas
Iocomp\Source CLX\QiScaleComponent.pas
Iocomp\Source CLX\QiScaleObject.pas
Iocomp\Source CLX\QiScope.pas
Iocomp\Source CLX\QiScopeChannel.pas
Iocomp\Source CLX\QiScopeComponentEditor.pas
Iocomp\Source CLX\QiScopeDisplay.pas
Iocomp\Source CLX\QiScopeEditor.pas
Iocomp\Source CLX\QiScopePanelChannels.pas
Iocomp\Source CLX\QiScopePanelTimeBase.pas
Iocomp\Source CLX\QiScopePanelToolBar.pas
Iocomp\Source CLX\QiScopePanelTrigger.pas
Iocomp\Source CLX\QiScopeTimeBase.pas
Iocomp\Source CLX\QiScopeToolBar.pas
Iocomp\Source CLX\QiScopeTrigger.pas
Iocomp\Source CLX\QiSevenSegmentAnalog.pas
Iocomp\Source CLX\QiSevenSegmentAnalogComponentEditor.pas
Iocomp\Source CLX\QiSevenSegmentBinary.pas
Iocomp\Source CLX\QiSevenSegmentBinaryComponentEditor.pas
Iocomp\Source CLX\QiSevenSegmentCharacter.pas
Iocomp\Source CLX\QiSevenSegmentCharacterComponentEditor.pas
Iocomp\Source CLX\QiSevenSegmentClock.pas
Iocomp\Source CLX\QiSevenSegmentClockComponentEditor.pas
Iocomp\Source CLX\QiSevenSegmentClockSMPTE.pas
Iocomp\Source CLX\QiSevenSegmentClockSMPTEComponentEditor.pas
Iocomp\Source CLX\QiSevenSegmentDisplay.pas
Iocomp\Source CLX\QiSevenSegmentHexadecimal.pas
Iocomp\Source CLX\QiSevenSegmentHexadecimalComponentEditor.pas
Iocomp\Source CLX\QiSevenSegmentInteger.pas
Iocomp\Source CLX\QiSevenSegmentIntegerComponentEditor.pas
Iocomp\Source CLX\QiSlider.pas
Iocomp\Source CLX\QiSliderComponentEditor.pas
Iocomp\Source CLX\QiSlidingCompass.pas
Iocomp\Source CLX\QiSlidingCompassComponentEditor.pas
Iocomp\Source CLX\QiSlidingScale.pas
Iocomp\Source CLX\QiSlidingScaleComponentEditor.pas
Iocomp\Source CLX\QiSpectrumDisplay.pas
Iocomp\Source CLX\QiSpectrumDisplayComponentEditor.pas
Iocomp\Source CLX\QiSpinSelector.pas
Iocomp\Source CLX\QiStripChart.pas
Iocomp\Source CLX\QiStripChartComponentEditor.pas
Iocomp\Source CLX\QiSwitchLed.pas
Iocomp\Source CLX\QiSwitchLedComponentEditor.pas
Iocomp\Source CLX\QiSwitchLever.pas
Iocomp\Source CLX\QiSwitchLeverComponentEditor.pas
Iocomp\Source CLX\QiSwitchMultiPosition.pas
Iocomp\Source CLX\QiSwitchPanel.pas
Iocomp\Source CLX\QiSwitchPanelComponentEditor.pas
Iocomp\Source CLX\QiSwitchQuad.pas
Iocomp\Source CLX\QiSwitchQuadComponentEditor.pas
Iocomp\Source CLX\QiSwitchRocker.pas
Iocomp\Source CLX\QiSwitchRocker3Way.pas
Iocomp\Source CLX\QiSwitchRocker3WayComponentEditor.pas
Iocomp\Source CLX\QiSwitchRockerComponentEditor.pas
Iocomp\Source CLX\QiSwitchRotary.pas
Iocomp\Source CLX\QiSwitchRotaryComponentEditor.pas
Iocomp\Source CLX\QiSwitchSlider.pas
Iocomp\Source CLX\QiSwitchSliderComponentEditor.pas
Iocomp\Source CLX\QiSwitchToggle.pas
Iocomp\Source CLX\QiSwitchToggleComponentEditor.pas
Iocomp\Source CLX\QiTank.pas
Iocomp\Source CLX\QiTankComponentEditor.pas
Iocomp\Source CLX\QiThermometer.pas
Iocomp\Source CLX\QiThermometerComponentEditor.pas
Iocomp\Source CLX\QiThreadTimers.pas
Iocomp\Source CLX\QiThreadTimersComponentEditor.pas
Iocomp\Source CLX\QiTimers.pas
Iocomp\Source CLX\QiTimersComponentEditor.pas
Iocomp\Source CLX\QiTypes.pas
Iocomp\Source CLX\QiURLLabel.pas
Iocomp\Source CLX\QiValueConverterEdit.pas
Iocomp\Source CLX\QiValve.pas
Iocomp\Source CLX\QiValveComponentEditor.pas
Iocomp\Source CLX\QiVCLComponent.pas
Iocomp\Source CLX\QiXYPlot.pas
Iocomp\Source CLX\QiXYPlotChannel.pas
Iocomp\Source CLX\iocomp60clx.res
Iocomp\Source CLX\Iocomp65clx.res
Iocomp\Source CLX\iocomp70clx.res
Iocomp\Source CLX\QiIocompCommon.res
Iocomp\Source CLX\QiPlotPackGlyphs.res
Iocomp\Source CLX
Iocomp\Help\IOCOMPACTIVEX.HLP
Iocomp\Help\IOCOMPVCL.HLP
Iocomp\Help\IocompHelpMSDN.exe
Iocomp\Help\Roboex32.dll
Iocomp\Help\IocompVCL.als
Iocomp\Help\iocompActiveX.chi
Iocomp\Help\iocompActiveX.chm
Iocomp\Help\iocompActiveX.cnt
Iocomp\Help\IocompVCL.cnt
Iocomp\Help\IocompVCL.toc
Iocomp\Help
Iocomp\OPC\APRXDIST.EXE
Iocomp\OPC\OPCENUM.EXE
Iocomp\OPC\iOPC.dll
Iocomp\OPC\opccomn_ps.dll
Iocomp\OPC\opcproxy.dll
Iocomp\OPC\iOPCCommonLibrary.ocx
Iocomp\OPC\iOPCCommonLibrary.tlb
Iocomp\OPC
Iocomp\LCDMatrix Font Editor\IocompCharacterSetGenerator.exe
Iocomp\LCDMatrix Font Editor
Iocomp\Animation Frames - BMP\Alarm Beacon\Beacon 00.bmp
Iocomp\Animation Frames - BMP\Alarm Beacon\Beacon 01.bmp
Iocomp\Animation Frames - BMP\Alarm Beacon\Beacon 02.bmp
Iocomp\Animation Frames - BMP\Alarm Beacon\Beacon 03.bmp
Iocomp\Animation Frames - BMP\Alarm Beacon\Beacon 04.bmp
Iocomp\Animation Frames - BMP\Alarm Beacon\Beacon 05.bmp
Iocomp\Animation Frames - BMP\Alarm Beacon\Beacon 06.bmp
Iocomp\Animation Frames - BMP\Alarm Beacon\Beacon 07.bmp
Iocomp\Animation Frames - BMP\Alarm Beacon\Beacon 08.bmp
Iocomp\Animation Frames - BMP\Alarm Beacon\Beacon 09.bmp
Iocomp\Animation Frames - BMP\Alarm Beacon
Iocomp\Animation Frames - BMP\Moving Car\Car 00.bmp
Iocomp\Animation Frames - BMP\Moving Car\Car 01.bmp
Iocomp\Animation Frames - BMP\Moving Car\Car 02.bmp
Iocomp\Animation Frames - BMP\Moving Car\Car 03.bmp
Iocomp\Animation Frames - BMP\Moving Car\Car 04.bmp
Iocomp\Animation Frames - BMP\Moving Car\Car 05.bmp
Iocomp\Animation Frames - BMP\Moving Car\Car 06.bmp
Iocomp\Animation Frames - BMP\Moving Car\Car 07.bmp
Iocomp\Animation Frames - BMP\Moving Car\Car 08.bmp
Iocomp\Animation Frames - BMP\Moving Car\Car 09.bmp
Iocomp\Animation Frames - BMP\Moving Car\Car 10.bmp
Iocomp\Animation Frames - BMP\Moving Car\Car 11.bmp
Iocomp\Animation Frames - BMP\Moving Car\Car 12.bmp
Iocomp\Animation Frames - BMP\Moving Car\Car 13.bmp
Iocomp\Animation Frames - BMP\Moving Car\Car 14.bmp
Iocomp\Animation Frames - BMP\Moving Car\Car 15.bmp
Iocomp\Animation Frames - BMP\Moving Car\Car 16.bmp
Iocomp\Animation Frames - BMP\Moving Car\Car 17.bmp
Iocomp\Animation Frames - BMP\Moving Car\Car 18.bmp
Iocomp\Animation Frames - BMP\Moving Car\Car 19.bmp
Iocomp\Animation Frames - BMP\Moving Car
Iocomp\Animation Frames - BMP\Moving Conveyor Belt\Conveyor Belt 00.bmp
Iocomp\Animation Frames - BMP\Moving Conveyor Belt\Conveyor Belt 01.bmp
Iocomp\Animation Frames - BMP\Moving Conveyor Belt\Conveyor Belt 02.bmp
Iocomp\Animation Frames - BMP\Moving Conveyor Belt\Conveyor Belt 03.bmp
Iocomp\Animation Frames - BMP\Moving Conveyor Belt\Conveyor Belt 04.bmp
Iocomp\Animation Frames - BMP\Moving Conveyor Belt\Conveyor Belt 05.bmp
Iocomp\Animation Frames - BMP\Moving Conveyor Belt\Conveyor Belt 06.bmp
Iocomp\Animation Frames - BMP\Moving Conveyor Belt\Conveyor Belt 07.bmp
Iocomp\Animation Frames - BMP\Moving Conveyor Belt\Conveyor Belt 08.bmp
Iocomp\Animation Frames - BMP\Moving Conveyor Belt\Conveyor Belt 09.bmp
Iocomp\Animation Frames - BMP\Moving Conveyor Belt\Conveyor Belt 10.bmp
Iocomp\Animation Frames - BMP\Moving Conveyor Belt\Conveyor Belt 11.bmp
Iocomp\Animation Frames - BMP\Moving Conveyor Belt\Conveyor Belt 12.bmp
Iocomp\Animation Frames - BMP\Moving Conveyor Belt\Conveyor Belt 13.bmp
Iocomp\Animation Frames - BMP\Moving Conveyor Belt\Conveyor Belt 14.bmp
Iocomp\Animation Frames - BMP\Moving Conveyor Belt\Conveyor Belt 15.bmp
Iocomp\Animation Frames - BMP\Moving Conveyor Belt\Conveyor Belt 16.bmp
Iocomp\Animation Frames - BMP\Moving Conveyor Belt
Iocomp\Animation Frames - BMP\Spinning Fan\Fan 00.bmp
Iocomp\Animation Frames - BMP\Spinning Fan\Fan 01.bmp
Iocomp\Animation Frames - BMP\Spinning Fan\Fan 02.bmp
Iocomp\Animation Frames - BMP\Spinning Fan\Fan 03.bmp
Iocomp\Animation Frames - BMP\Spinning Fan\Fan 04.bmp
Iocomp\Animation Frames - BMP\Spinning Fan\Fan 05.bmp
Iocomp\Animation Frames - BMP\Spinning Fan\Fan 06.bmp
Iocomp\Animation Frames - BMP\Spinning Fan\Fan 07.bmp
Iocomp\Animation Frames - BMP\Spinning Fan
Iocomp\Animation Frames - BMP\Alarm Light\Light 00.bmp
Iocomp\Animation Frames - BMP\Alarm Light\Light 01.bmp
Iocomp\Animation Frames - BMP\Alarm Light\Light 02.bmp
Iocomp\Animation Frames - BMP\Alarm Light\Light 03.bmp
Iocomp\Animation Frames - BMP\Alarm Light\Light 04.bmp
Iocomp\Animation Frames - BMP\Alarm Light\Light 05.bmp
Iocomp\Animation Frames - BMP\Alarm Light\Light 06.bmp
Iocomp\Animation Frames - BMP\Alarm Light\Light 07.bmp
Iocomp\Animation Frames - BMP\Alarm Light\Light 08.bmp
Iocomp\Animation Frames - BMP\Alarm Light\Light 09.bmp
Iocomp\Animation Frames - BMP\Alarm Light
Iocomp\Animation Frames - BMP\Spinning Motor 3D\Motor 00.bmp
Iocomp\Animation Frames - BMP\Spinning Motor 3D\Motor 01.bmp
Iocomp\Animation Frames - BMP\Spinning Motor 3D\Motor 02.bmp
Iocomp\Animation Frames - BMP\Spinning Motor 3D\Motor 03.bmp
Iocomp\Animation Frames - BMP\Spinning Motor 3D\Motor 04.bmp
Iocomp\Animation Frames - BMP\Spinning Motor 3D\Motor 05.bmp
Iocomp\Animation Frames - BMP\Spinning Motor 3D\Motor 06.bmp
Iocomp\Animation Frames - BMP\Spinning Motor 3D\Motor 07.bmp
Iocomp\Animation Frames - BMP\Spinning Motor 3D
Iocomp\Animation Frames - BMP\Moving Piston\Piston 00.bmp
Iocomp\Animation Frames - BMP\Moving Piston\Piston 01.bmp
Iocomp\Animation Frames - BMP\Moving Piston\Piston 02.bmp
Iocomp\Animation Frames - BMP\Moving Piston\Piston 03.bmp
Iocomp\Animation Frames - BMP\Moving Piston\Piston 04.bmp
Iocomp\Animation Frames - BMP\Moving Piston\Piston 05.bmp
Iocomp\Animation Frames - BMP\Moving Piston\Piston 06.bmp
Iocomp\Animation Frames - BMP\Moving Piston
Iocomp\Animation Frames - BMP\Running Piston Motor\Piston Motor 00.bmp
Iocomp\Animation Frames - BMP\Running Piston Motor\Piston Motor 01.bmp
Iocomp\Animation Frames - BMP\Running Piston Motor\Piston Motor 02.bmp
Iocomp\Animation Frames - BMP\Running Piston Motor\Piston Motor 03.bmp
Iocomp\Animation Frames - BMP\Running Piston Motor\Piston Motor 04.bmp
Iocomp\Animation Frames - BMP\Running Piston Motor\Piston Motor 05.bmp
Iocomp\Animation Frames - BMP\Running Piston Motor\Piston Motor 06.bmp
Iocomp\Animation Frames - BMP\Running Piston Motor
Iocomp\Animation Frames - BMP\Spinning Sprocket\Sprocket 00.bmp
Iocomp\Animation Frames - BMP\Spinning Sprocket\Sprocket 01.bmp
Iocomp\Animation Frames - BMP\Spinning Sprocket\Sprocket 02.bmp
Iocomp\Animation Frames - BMP\Spinning Sprocket\Sprocket 03.bmp
Iocomp\Animation Frames - BMP\Spinning Sprocket\Sprocket 04.bmp
Iocomp\Animation Frames - BMP\Spinning Sprocket\Sprocket 05.bmp
Iocomp\Animation Frames - BMP\Spinning Sprocket\Sprocket 06.bmp
Iocomp\Animation Frames - BMP\Spinning Sprocket\Sprocket 07.bmp
Iocomp\Animation Frames - BMP\Spinning Sprocket
Iocomp\Animation Frames - BMP
Iocomp\LCDMatrix Fonts\5x7\5x7-Standard.chs
Iocomp\LCDMatrix Fonts\5x7
Iocomp\LCDMatrix Fonts\5x8\5x8-BoldCharacters.chs
Iocomp\LCDMatrix Fonts\5x8\5x8-CommonLCDController.chs
Iocomp\LCDMatrix Fonts\5x8\5x8-GraphSymbols.chs
Iocomp\LCDMatrix Fonts\5x8\5x8-SmallUnderlined.chs
Iocomp\LCDMatrix Fonts\5x8\5x8-Standard.chs
Iocomp\LCDMatrix Fonts\5x8
Iocomp\LCDMatrix Fonts\6x8\6x8-MICRFont.chs
Iocomp\LCDMatrix Fonts\6x8
Iocomp\LCDMatrix Fonts
Iocomp\ActiveX\iPlotLibrary.ocx
Iocomp\ActiveX\iProfessionalLibrary.ocx
Iocomp\ActiveX\isAnalogLibrary.ocx
Iocomp\ActiveX\isDigitalLibrary.ocx
Iocomp\ActiveX\iStripChartXControl.ocx
Iocomp\ActiveX\iPlotLibrary.tlb
Iocomp\ActiveX\iProfessionalLibrary.tlb
Iocomp\ActiveX\isAnalogLibrary.tlb
Iocomp\ActiveX\isDigitalLibrary.tlb
Iocomp\ActiveX\iStripChartXControl.tlb
Iocomp\ActiveX
Iocomp\Themes\TiAnalogDisplay.xml
Iocomp\Themes\TiAnalogOutput.xml
Iocomp\Themes\TiAngularGauge.xml
Iocomp\Themes\TiAngularLogGauge.xml
Iocomp\Themes\TiCompass.xml
Iocomp\Themes\TiDualCompass.xml
Iocomp\Themes\TiEdit.xml
Iocomp\Themes\TiGradient.xml
Iocomp\Themes\TiImageDisplay.xml
Iocomp\Themes\TiIntegerOutput.xml
Iocomp\Themes\TiKeyBoard.xml
Iocomp\Themes\TiKnob.xml
Iocomp\Themes\TiLabel.xml
Iocomp\Themes\TiLCDMatrix.xml
Iocomp\Themes\TiLedArrow.xml
Iocomp\Themes\TiLedBar.xml
Iocomp\Themes\TiLedDiamond.xml
Iocomp\Themes\TiLedMatrix.xml
Iocomp\Themes\TiLedRectangle.xml
Iocomp\Themes\TiLedRound.xml
Iocomp\Themes\TiLedSpiral.xml
Iocomp\Themes\TiLinearGauge.xml
Iocomp\Themes\TiLogGauge.xml
Iocomp\Themes\TiModeComboBox.xml
Iocomp\Themes\TiMotor.xml
Iocomp\Themes\TiObjectCanvas.xml
Iocomp\Themes\TiOdometer.xml
Iocomp\Themes\TiPanel.xml
Iocomp\Themes\TiPercentBar.xml
Iocomp\Themes\TiPhonePad.xml
Iocomp\Themes\TiPieChart.xml
Iocomp\Themes\TiPipe.xml
Iocomp\Themes\TiPipeJoint.xml
Iocomp\Themes\TiRotationDisplay.xml
Iocomp\Themes\TiSevenSegmentAnalog.xml
Iocomp\Themes\TiSevenSegmentBinary.xml
Iocomp\Themes\TiSevenSegmentCharacter.xml
Iocomp\Themes\TiSevenSegmentClock.xml
Iocomp\Themes\TiSevenSegmentClockSMPTE.xml
Iocomp\Themes\TiSevenSegmentHexadecimal.xml
Iocomp\Themes\TiSevenSegmentInteger.xml
Iocomp\Themes\TiSlider.xml
Iocomp\Themes\TiSlidingCompass.xml
Iocomp\Themes\TiSlidingScale.xml
Iocomp\Themes\TiSpectrumDisplay.xml
Iocomp\Themes\TiStripChart.xml
Iocomp\Themes\TiSwitchLed.xml
Iocomp\Themes\TiSwitchLever.xml
Iocomp\Themes\TiSwitchPanel.xml
Iocomp\Themes\TiSwitchQuad.xml
Iocomp\Themes\TiSwitchRocker.xml
Iocomp\Themes\TiSwitchRocker3Way.xml
Iocomp\Themes\TiSwitchRotary.xml
Iocomp\Themes\TiSwitchSlider.xml
Iocomp\Themes\TiSwitchToggle.xml
Iocomp\Themes\TiTank.xml
Iocomp\Themes\TiThermometer.xml
Iocomp\Themes\TiThreadTimers.xml
Iocomp\Themes\TiTimers.xml
Iocomp\Themes\TiValve.xml
Iocomp\Themes


您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|手机版|小黑屋|ELEOK |网站地图

GMT+8, 2024-9-8 11:47

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表