在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → VS2015 Iocomp控件C#例子源代码和说明书.rar

VS2015 Iocomp控件C#例子源代码和说明书.rar

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:5.04M
  • 下载次数:38
  • 浏览次数:357
  • 发布时间:2021-11-02
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
使用Iocomp控件C#例子源代码,配上控件说明书。 XYPlot AnalogDisplay AnalogOutput LedBar LedRectangle SevenSegmentClockSMPTE SevenSegmentHexadecimal
【实例截图】
【核心代码】
339f78d289d5778b846f6354fddb0c17.rar
├── PlotPackManual212.pdf
└── VS2015 C#
├── AnalogDisplay
│   ├── AnalogDisplay.csproj
│   ├── AnalogDisplayForm.cs
│   ├── AnalogDisplayForm.Designer.cs
│   ├── AnalogDisplayForm.resx
│   ├── AnalogDisplay.sln
│   ├── App.config
│   ├── bin
│   │   └── Debug
│   │   ├── AnalogDisplay.exe
│   │   ├── AnalogDisplay.exe.config
│   │   ├── AnalogDisplay.pdb
│   │   ├── AxInterop.isAnalogLibrary.dll
│   │   └── Interop.isAnalogLibrary.dll
│   ├── obj
│   │   └── Debug
│   │   ├── AnalogDisplay.AnalogDisplayForm.resources
│   │   ├── AnalogDisplay.csprojAssemblyReference.cache
│   │   ├── AnalogDisplay.csproj.CoreCompileInputs.cache
│   │   ├── AnalogDisplay.csproj.FileListAbsolute.txt
│   │   ├── AnalogDisplay.csproj.GenerateResource.cache
│   │   ├── AnalogDisplay.csproj.ResolveComReference.cache
│   │   ├── AnalogDisplay.exe
│   │   ├── AnalogDisplay.pdb
│   │   ├── AnalogDisplay.Properties.Resources.resources
│   │   ├── AssemblyReference.cache
│   │   ├── AxInterop.isAnalogLibrary.dll
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Interop.isAnalogLibrary.dll
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   └── TempPE
│   │   └── Properties.Resources.Designer.cs.dll
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── AnalogOutput
│   ├── AnalogOutput.csproj
│   ├── AnalogOutputForm.cs
│   ├── AnalogOutputForm.Designer.cs
│   ├── AnalogOutputForm.resx
│   ├── AnalogOutput.sln
│   ├── App.config
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── AngularGauge
│   ├── AngularGauge.csproj
│   ├── AngularGaugeForm.cs
│   ├── AngularGaugeForm.Designer.cs
│   ├── AngularGaugeForm.resx
│   ├── AngularGauge.sln
│   ├── App.config
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── AngularLogGauge
│   ├── AngularLogGauge.csproj
│   ├── AngularLogGaugeForm.cs
│   ├── AngularLogGaugeForm.Designer.cs
│   ├── AngularLogGaugeForm.resx
│   ├── AngularLogGauge.sln
│   ├── App.config
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── Compass
│   ├── App.config
│   ├── Compass.csproj
│   ├── CompassForm.cs
│   ├── CompassForm.Designer.cs
│   ├── CompassForm.resx
│   ├── Compass.sln
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── DualCompass
│   ├── App.config
│   ├── DualCompass.csproj
│   ├── DualCompassForm.cs
│   ├── DualCompassForm.Designer.cs
│   ├── DualCompassForm.resx
│   ├── DualCompass.sln
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── Edit
│   ├── App.config
│   ├── Edit.csproj
│   ├── EditForm.cs
│   ├── EditForm.Designer.cs
│   ├── EditForm.resx
│   ├── Edit.sln
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── Gradient
│   ├── App.config
│   ├── Gradient.csproj
│   ├── GradientForm.cs
│   ├── GradientForm.Designer.cs
│   ├── GradientForm.resx
│   ├── Gradient.sln
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── ImageDisplay
│   ├── App.config
│   ├── ImageDisplay.csproj
│   ├── ImageDisplayForm.cs
│   ├── ImageDisplayForm.Designer.cs
│   ├── ImageDisplayForm.resx
│   ├── ImageDisplay.sln
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── IntegerOutput
│   ├── App.config
│   ├── IntegerOutput.csproj
│   ├── IntegerOutputForm.cs
│   ├── IntegerOutputForm.Designer.cs
│   ├── IntegerOutputForm.resx
│   ├── IntegerOutput.sln
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── Keyboard
│   ├── App.config
│   ├── KeyBoard.csproj
│   ├── KeyBoardForm.cs
│   ├── KeyBoardForm.Designer.cs
│   ├── KeyBoardForm.resx
│   ├── KeyBoard.sln
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── Knob
│   ├── App.config
│   ├── Knob.csproj
│   ├── KnobForm.cs
│   ├── KnobForm.Designer.cs
│   ├── KnobForm.resx
│   ├── Knob.sln
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── Label
│   ├── App.config
│   ├── Label.csproj
│   ├── LabelForm.cs
│   ├── LabelForm.Designer.cs
│   ├── LabelForm.resx
│   ├── Label.sln
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── LCDMatrix
│   ├── App.config
│   ├── LCDMatrix.csproj
│   ├── LCDMatrixForm.cs
│   ├── LCDMatrixForm.Designer.cs
│   ├── LCDMatrixForm.resx
│   ├── LCDMatrix.sln
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── LedArrow
│   ├── App.config
│   ├── LedArrow.csproj
│   ├── LedArrowForm.cs
│   ├── LedArrowForm.Designer.cs
│   ├── LedArrowForm.resx
│   ├── LedArrow.sln
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── LedBar
│   ├── App.config
│   ├── LedBar.csproj
│   ├── LedBarForm.cs
│   ├── LedBarForm.Designer.cs
│   ├── LedBarForm.resx
│   ├── LedBar.sln
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── LedDiamond
│   ├── App.config
│   ├── LedDiamond.csproj
│   ├── LedDiamondForm.cs
│   ├── LedDiamondForm.Designer.cs
│   ├── LedDiamondForm.resx
│   ├── LedDiamond.sln
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── LedMatrix
│   ├── App.config
│   ├── LedMatrix.csproj
│   ├── LedMatrixForm.cs
│   ├── LedMatrixForm.Designer.cs
│   ├── LedMatrixForm.resx
│   ├── LedMatrix.sln
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── LedRectangle
│   ├── App.config
│   ├── LedRectangle.csproj
│   ├── LedRectangleForm.cs
│   ├── LedRectangleForm.Designer.cs
│   ├── LedRectangleForm.resx
│   ├── LedRectangle.sln
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── LedRound
│   ├── App.config
│   ├── LedRound.csproj
│   ├── LedRoundForm.cs
│   ├── LedRoundForm.Designer.cs
│   ├── LedRoundForm.resx
│   ├── LedRound.sln
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── LedSpiral
│   ├── App.config
│   ├── LedSpiral.csproj
│   ├── LedSpiralForm.cs
│   ├── LedSpiralForm.Designer.cs
│   ├── LedSpiralForm.resx
│   ├── LedSpiral.sln
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── LinearGauge
│   ├── App.config
│   ├── LinearGauge.csproj
│   ├── LinearGaugeForm.cs
│   ├── LinearGaugeForm.Designer.cs
│   ├── LinearGaugeForm.resx
│   ├── LinearGauge.sln
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── LogGauge
│   ├── App.config
│   ├── LogGauge.csproj
│   ├── LogGaugeForm.cs
│   ├── LogGaugeForm.Designer.cs
│   ├── LogGaugeForm.resx
│   ├── LogGauge.sln
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── ModeComboBox
│   ├── App.config
│   ├── ModeComboBox.csproj
│   ├── ModeComboBoxForm.cs
│   ├── ModeComboBoxForm.Designer.cs
│   ├── ModeComboBoxForm.resx
│   ├── ModeComboBox.sln
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── Motor
│   ├── App.config
│   ├── Motor.csproj
│   ├── MotorForm.cs
│   ├── MotorForm.Designer.cs
│   ├── MotorForm.resx
│   ├── Motor.sln
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── ObjectCanvas
│   ├── app.config
│   ├── AssemblyInfo.cs
│   ├── ObjectCanvas.csproj
│   ├── ObjectCanvasForm.cs
│   ├── ObjectCanvasForm.Designer.cs
│   ├── ObjectCanvasForm.resx
│   ├── ObjectCanvas.sln
│   └── Program.cs
├── Odometer
│   ├── App.config
│   ├── Odometer.csproj
│   ├── OdometerForm.cs
│   ├── OdometerForm.Designer.cs
│   ├── OdometerForm.resx
│   ├── Odometer.sln
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── Panel
│   ├── App.config
│   ├── Panel.csproj
│   ├── PanelForm.cs
│   ├── PanelForm.Designer.cs
│   ├── PanelForm.resx
│   ├── Panel.sln
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── PercentBar
│   ├── App.config
│   ├── PercentBar.csproj
│   ├── PercentBarForm.cs
│   ├── PercentBarForm.Designer.cs
│   ├── PercentBarForm.resx
│   ├── PercentBar.sln
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── PhonePad
│   ├── App.config
│   ├── PhonePad.csproj
│   ├── PhonePadForm.cs
│   ├── PhonePadForm.Designer.cs
│   ├── PhonePadForm.resx
│   ├── PhonePad.sln
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── PieChart
│   ├── App.config
│   ├── PieChart.csproj
│   ├── PieChartForm.cs
│   ├── PieChartForm.Designer.cs
│   ├── PieChartForm.resx
│   ├── PieChart.sln
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── Pipe
│   ├── App.config
│   ├── Pipe.csproj
│   ├── PipeForm.cs
│   ├── PipeForm.Designer.cs
│   ├── PipeForm.resx
│   ├── Pipe.sln
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── PipeJoint
│   ├── App.config
│   ├── PipeJoint.csproj
│   ├── PipeJointForm.cs
│   ├── PipeJointForm.Designer.cs
│   ├── PipeJointForm.resx
│   ├── PipeJoint.sln
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── Plot
│   ├── App.config
│   ├── Plot.csproj
│   ├── PlotForm.cs
│   ├── PlotForm.Designer.cs
│   ├── PlotForm.resx
│   ├── Plot.sln
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── RotationDisplay
│   ├── App.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── RotationDisplay.csproj
│   ├── RotationDisplayForm.cs
│   ├── RotationDisplayForm.Designer.cs
│   ├── RotationDisplayForm.resx
│   └── RotationDisplay.sln
├── Scope
│   ├── App.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Scope.csproj
│   ├── ScopeForm.cs
│   ├── ScopeForm.Designer.cs
│   ├── ScopeForm.resx
│   └── Scope.sln
├── SevenSegmentAnalog
│   ├── App.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── SevenSegmentAnalog.csproj
│   ├── SevenSegmentAnalogForm.cs
│   ├── SevenSegmentAnalogForm.Designer.cs
│   ├── SevenSegmentAnalogForm.resx
│   └── SevenSegmentAnalog.sln
├── SevenSegmentBinary
│   ├── App.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── SevenSegmentBinary.csproj
│   ├── SevenSegmentBinaryForm.cs
│   ├── SevenSegmentBinaryForm.Designer.cs
│   ├── SevenSegmentBinaryForm.resx
│   └── SevenSegmentBinary.sln
├── SevenSegmentCharacter
│   ├── App.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── SevenSegmentCharacter.csproj
│   ├── SevenSegmentCharacterForm.cs
│   ├── SevenSegmentCharacterForm.Designer.cs
│   ├── SevenSegmentCharacterForm.resx
│   └── SevenSegmentCharacter.sln
├── SevenSegmentClock
│   ├── App.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── SevenSegmentClock.csproj
│   ├── SevenSegmentClockForm.cs
│   ├── SevenSegmentClockForm.Designer.cs
│   ├── SevenSegmentClockForm.resx
│   └── SevenSegmentClock.sln
├── SevenSegmentClockSMPTE
│   ├── App.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── SevenSegmentClockSMPTE.csproj
│   ├── SevenSegmentClockSMPTEForm.cs
│   ├── SevenSegmentClockSMPTEForm.Designer.cs
│   ├── SevenSegmentClockSMPTEForm.resx
│   └── SevenSegmentClockSMPTE.sln
├── SevenSegmentHexadecimal
│   ├── App.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── SevenSegmentHexadecimal.csproj
│   ├── SevenSegmentHexadecimalForm.cs
│   ├── SevenSegmentHexadecimalForm.Designer.cs
│   ├── SevenSegmentHexadecimalForm.resx
│   └── SevenSegmentHexadecimal.sln
├── SevenSegmentInteger
│   ├── App.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── SevenSegmentInteger.csproj
│   ├── SevenSegmentIntegerForm.cs
│   ├── SevenSegmentIntegerForm.Designer.cs
│   ├── SevenSegmentIntegerForm.resx
│   └── SevenSegmentInteger.sln
├── Slider
│   ├── App.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Slider.csproj
│   ├── SliderForm.cs
│   ├── SliderForm.Designer.cs
│   ├── SliderForm.resx
│   └── Slider.sln
├── SlidingCompass
│   ├── app.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── SlidingCompass.csproj
│   ├── SlidingCompassForm.cs
│   ├── SlidingCompassForm.Designer.cs
│   ├── SlidingCompassForm.resx
│   └── SlidingCompass.sln
├── SlidingScale
│   ├── app.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── SlidingScale.csproj
│   ├── SlidingScaleForm.cs
│   ├── SlidingScaleForm.Designer.cs
│   ├── SlidingScaleForm.resx
│   └── SlidingScale.sln
├── SpectrumDisplay
│   ├── app.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── SpectrumDisplay.csproj
│   ├── SpectrumDisplayForm.cs
│   ├── SpectrumDisplayForm.Designer.cs
│   ├── SpectrumDisplayForm.resx
│   └── SpectrumDisplay.sln
├── StripChart
│   ├── app.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── StripChart.csproj
│   ├── StripChartForm.cs
│   ├── StripChartForm.Designer.cs
│   ├── StripChartForm.resx
│   └── StripChart.sln
├── SwitchLed
│   ├── app.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── SwitchLed.csproj
│   ├── SwitchLedForm.cs
│   ├── SwitchLedForm.Designer.cs
│   ├── SwitchLedForm.resx
│   └── SwitchLed.sln
├── SwitchLever
│   ├── app.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── SwitchLever.csproj
│   ├── SwitchLeverForm.cs
│   ├── SwitchLeverForm.Designer.cs
│   ├── SwitchLeverForm.resx
│   └── SwitchLever.sln
├── SwitchPanel
│   ├── app.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── SwitchPanel.csproj
│   ├── SwitchPanelForm.cs
│   ├── SwitchPanelForm.Designer.cs
│   ├── SwitchPanelForm.resx
│   └── SwitchPanel.sln
├── SwitchQuad
│   ├── app.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── SwitchQuad.csproj
│   ├── SwitchQuadForm.cs
│   ├── SwitchQuadForm.Designer.cs
│   ├── SwitchQuadForm.resx
│   └── SwitchQuad.sln
├── SwitchRocker
│   ├── app.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── SwitchRocker.csproj
│   ├── SwitchRockerForm.cs
│   ├── SwitchRockerForm.Designer.cs
│   ├── SwitchRockerForm.resx
│   └── SwitchRocker.sln
├── SwitchRocker3Way
│   ├── app.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── SwitchRocker3Way.csproj
│   ├── SwitchRocker3WayForm.cs
│   ├── SwitchRocker3WayForm.Designer.cs
│   ├── SwitchRocker3WayForm.resx
│   └── SwitchRocker3Way.sln
├── SwitchRotary
│   ├── app.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── SwitchRotary.csproj
│   ├── SwitchRotaryForm.cs
│   ├── SwitchRotaryForm.Designer.cs
│   ├── SwitchRotaryForm.resx
│   └── SwitchRotary.sln
├── SwitchSlider
│   ├── app.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── SwitchSlider.csproj
│   ├── SwitchSliderForm.cs
│   ├── SwitchSliderForm.Designer.cs
│   ├── SwitchSliderForm.resx
│   └── SwitchSlider.sln
├── SwitchToggle
│   ├── app.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── SwitchToggle.csproj
│   ├── SwitchToggleForm.cs
│   ├── SwitchToggleForm.Designer.cs
│   ├── SwitchToggleForm.resx
│   └── SwitchToggle.sln
├── Tank
│   ├── app.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Tank.csproj
│   ├── TankForm.cs
│   ├── TankForm.Designer.cs
│   ├── TankForm.resx
│   └── Tank.sln
├── Thermometer
│   ├── app.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Thermometer.csproj
│   ├── ThermometerForm.cs
│   ├── ThermometerForm.Designer.cs
│   ├── ThermometerForm.resx
│   └── Thermometer.sln
├── ThreadTimers
│   ├── app.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── ThreadTimers.csproj
│   ├── ThreadTimersForm.cs
│   ├── ThreadTimersForm.Designer.cs
│   ├── ThreadTimersForm.resx
│   └── ThreadTimers.sln
├── Timers
│   ├── app.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Timers.csproj
│   ├── TimersForm.cs
│   ├── TimersForm.Designer.cs
│   ├── TimersForm.resx
│   └── Timers.sln
├── Valve
│   ├── app.config
│   ├── bin
│   │   └── Debug
│   │   ├── AxInterop.iProfessionalLibrary.dll
│   │   ├── Interop.iProfessionalLibrary.dll
│   │   ├── Valve.exe
│   │   ├── Valve.exe.config
│   │   └── Valve.pdb
│   ├── obj
│   │   └── Debug
│   │   ├── AssemblyReference.cache
│   │   ├── AxInterop.iProfessionalLibrary.dll
│   │   ├── Interop.iProfessionalLibrary.dll
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── TempPE
│   │   ├── Valve.csprojAssemblyReference.cache
│   │   ├── Valve.csproj.CoreCompileInputs.cache
│   │   ├── Valve.csproj.FileListAbsolute.txt
│   │   ├── Valve.csproj.GenerateResource.cache
│   │   ├── Valve.csproj.ResolveComReference.cache
│   │   ├── Valve.exe
│   │   ├── Valve.pdb
│   │   ├── Valve.Properties.Resources.resources
│   │   └── Valve.ValveMain.resources
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Valve.csproj
│   ├── ValveForm.cs
│   ├── ValveForm.Designer.cs
│   ├── ValveForm.resx
│   └── Valve.sln
└── XYPlot
├── app.config
├── bin
│   └── Debug
│   ├── AxInterop.iPlotLibrary.dll
│   ├── Interop.iPlotLibrary.dll
│   ├── XYPlot.exe
│   ├── XYPlot.exe.config
│   └── XYPlot.pdb
├── obj
│   └── Debug
│   ├── AssemblyReference.cache
│   ├── AxInterop.iPlotLibrary.dll
│   ├── DesignTimeResolveAssemblyReferences.cache
│   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── Interop.iPlotLibrary.dll
│   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   ├── TempPE
│   │   └── Properties.Resources.Designer.cs.dll
│   ├── XYPlot.csprojAssemblyReference.cache
│   ├── XYPlot.csproj.CoreCompileInputs.cache
│   ├── XYPlot.csproj.FileListAbsolute.txt
│   ├── XYPlot.csproj.GenerateResource.cache
│   ├── XYPlot.csproj.ResolveComReference.cache
│   ├── XYPlot.exe
│   ├── XYPlot.pdb
│   ├── XYPlot.Properties.Resources.resources
│   └── XYPlot.XYPlotMain.resources
├── Program.cs
├── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── XYPlot.csproj
├── XYPlotForm.cs
├── XYPlotForm.Designer.cs
├── XYPlotForm.resx
└── XYPlot.sln

141 directories, 819 files

标签:

实例下载地址

VS2015 Iocomp控件C#例子源代码和说明书.rar

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警