实例介绍
【实例简介】C#listView控件读写ini文件
利用listView控件读取ini文本文件
【实例截图】
.
└── Ch02-01-WinForms
├── Ch02-01-WinForms
│ ├── Ch02-01-WinForms.csproj
│ ├── FilesINI.cs
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── FrmIniAdd.Designer.cs
│ ├── FrmIniAdd.cs
│ ├── FrmIniAdd.resx
│ ├── FrmKeyboard.Designer.cs
│ ├── FrmKeyboard.cs
│ ├── FrmKeyboard.resx
│ ├── FrmListIni.Designer.cs
│ ├── FrmListIni.cs
│ ├── FrmListIni.resx
│ ├── FrmSetIni.Designer.cs
│ ├── FrmSetIni.cs
│ ├── FrmSetIni.resx
│ ├── HZH_Controls.csproj
│ ├── HZH_Controls.nuspec
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── ComboBox.png
│ │ ├── alarm.png
│ │ ├── back.png
│ │ ├── caret-down.png
│ │ ├── caret-right.png
│ │ ├── checkbox0.png
│ │ ├── checkbox00.png
│ │ ├── checkbox1.png
│ │ ├── checkbox10.png
│ │ ├── chevron-left.png
│ │ ├── chevron-right.png
│ │ ├── dateRight.png
│ │ ├── datetLeft.png
│ │ ├── dialog_close.png
│ │ ├── down.png
│ │ ├── end.png
│ │ ├── error.png
│ │ ├── first.png
│ │ ├── handinput.exe
│ │ ├── help.png
│ │ ├── ic_add_black_18dp.png
│ │ ├── ic_remove_black_18dp.png
│ │ ├── ic_search_black_24dp.png
│ │ ├── input_clear.png
│ │ ├── keyboard.png
│ │ ├── keyboard_bs.png
│ │ ├── left.png
│ │ ├── list_add.png
│ │ ├── list_subtract.png
│ │ ├── loading.gif
│ │ ├── more1.png
│ │ ├── qty_delete.png
│ │ ├── radioButton0.png
│ │ ├── radioButton00.png
│ │ ├── radioButton1.png
│ │ ├── radioButton10.png
│ │ ├── right.png
│ │ ├── rigth.png
│ │ ├── sanjiao1.png
│ │ ├── sanjiao2.png
│ │ ├── success.png
│ │ ├── tips.png
│ │ ├── up.png
│ │ └── warning.png
│ ├── TestControls1.cs
│ ├── UCsoftkey.Designer.cs
│ ├── UCsoftkey.cs
│ ├── UCsoftkey.resx
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Ch02-01-WinForms.exe
│ │ │ ├── Ch02-01-WinForms.pdb
│ │ │ └── updatecfg.ini
│ │ └── Release
│ ├── frmMJ.Designer.cs
│ ├── frmMJ.cs
│ ├── frmMJ.resx
│ ├── frmabc.Designer.cs
│ ├── frmabc.cs
│ ├── frmabc.resx
│ ├── lvFriend.Designer.cs
│ ├── lvFriend.cs
│ ├── lvFriend.resx
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Ch02-01-WinForms.csproj.CoreCompileInputs.cache
│ │ │ ├── Ch02-01-WinForms.csproj.FileListAbsolute.txt
│ │ │ ├── Ch02-01-WinForms.csproj.GenerateResource.cache
│ │ │ ├── Ch02-01-WinForms.csprojAssemblyReference.cache
│ │ │ ├── Ch02-01-WinForms.exe
│ │ │ ├── Ch02-01-WinForms.pdb
│ │ │ ├── Ch02_01_WinForms.Form1.resources
│ │ │ ├── Ch02_01_WinForms.FrmIniAdd.resources
│ │ │ ├── Ch02_01_WinForms.FrmKeyboard.resources
│ │ │ ├── Ch02_01_WinForms.FrmListIni.resources
│ │ │ ├── Ch02_01_WinForms.FrmSetIni.resources
│ │ │ ├── Ch02_01_WinForms.Properties.Resources.resources
│ │ │ ├── Ch02_01_WinForms.UCsoftkey.resources
│ │ │ ├── Ch02_01_WinForms.frmMJ.resources
│ │ │ ├── Ch02_01_WinForms.frmabc.resources
│ │ │ ├── Ch02_01_WinForms.lvFriend.resources
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── HZH_Controls.csproj.CoreCompileInputs.cache
│ │ │ ├── HZH_Controls.csprojAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ └── Release
│ │ ├── Ch02-01-WinForms.csproj.CoreCompileInputs.cache
│ │ └── HZH_Controls.csproj.CoreCompileInputs.cache
│ └── readINI.cs
├── Ch02-01-WinForms.sln
├── HZH_Controls
│ ├── Colors
│ │ ├── BasisColors.cs
│ │ ├── BorderColors.cs
│ │ ├── ColorEnums.cs
│ │ ├── ColorExt.cs
│ │ ├── GradientColors.cs
│ │ ├── LineColors.cs
│ │ ├── StatusColors.cs
│ │ ├── TableColors.cs
│ │ └── TextColors.cs
│ ├── Controls
│ │ ├── Btn
│ │ │ ├── UCBtnExt.Designer.cs
│ │ │ ├── UCBtnExt.cs
│ │ │ ├── UCBtnExt.resx
│ │ │ ├── UCBtnFillet.Designer.cs
│ │ │ ├── UCBtnFillet.cs
│ │ │ ├── UCBtnFillet.resx
│ │ │ ├── UCBtnImg.Designer.cs
│ │ │ ├── UCBtnImg.cs
│ │ │ ├── UCBtnImg.resx
│ │ │ ├── UCDropDownBtn.Designer.cs
│ │ │ ├── UCDropDownBtn.cs
│ │ │ └── UCDropDownBtn.resx
│ │ ├── BtnsGroup
│ │ │ ├── UCBtnsGroup.Designer.cs
│ │ │ ├── UCBtnsGroup.cs
│ │ │ └── UCBtnsGroup.resx
│ │ ├── Charts
│ │ │ ├── AuxiliaryLable.cs
│ │ │ ├── AuxiliaryLine.cs
│ │ │ ├── FunnelChart
│ │ │ │ ├── FunelChartAlignment.cs
│ │ │ │ ├── FunelChartDirection.cs
│ │ │ │ ├── FunelChartItem.cs
│ │ │ │ └── UCFunnelChart.cs
│ │ │ ├── MarkText.cs
│ │ │ ├── MarkTextPositionStyle.cs
│ │ │ ├── RadarChart
│ │ │ │ ├── RadarLine.cs
│ │ │ │ ├── RadarPosition.cs
│ │ │ │ └── UCRadarChart.cs
│ │ │ └── ZoomType.cs
│ │ ├── Checkbox
│ │ │ ├── UCCheckBox.Designer.cs
│ │ │ ├── UCCheckBox.cs
│ │ │ └── UCCheckBox.resx
│ │ ├── ComboBox
│ │ │ ├── UCCombox.Designer.cs
│ │ │ ├── UCCombox.cs
│ │ │ ├── UCCombox.resx
│ │ │ ├── UCComboxGrid.Designer.cs
│ │ │ ├── UCComboxGrid.cs
│ │ │ ├── UCComboxGrid.resx
│ │ │ ├── UCComboxGridPanel.Designer.cs
│ │ │ ├── UCComboxGridPanel.cs
│ │ │ └── UCComboxGridPanel.resx
│ │ ├── DataGridView
│ │ │ ├── DataGridViewCellEntity.cs
│ │ │ ├── DataGridViewCellEventArgs.cs
│ │ │ ├── DataGridViewCellEventHandler.cs
│ │ │ ├── DataGridViewColumnEntity.cs
│ │ │ ├── DataGridViewRowCustomEventArgs.cs
│ │ │ ├── IDataGridViewCustomCell.cs
│ │ │ ├── IDataGridViewRow.cs
│ │ │ ├── UCDataGridView.Designer.cs
│ │ │ ├── UCDataGridView.cs
│ │ │ ├── UCDataGridView.resx
│ │ │ ├── UCDataGridViewRow.Designer.cs
│ │ │ ├── UCDataGridViewRow.cs
│ │ │ ├── UCDataGridViewRow.resx
│ │ │ ├── UCDataGridViewTreeRow.Designer.cs
│ │ │ ├── UCDataGridViewTreeRow.cs
│ │ │ └── UCDataGridViewTreeRow.resx
│ │ ├── DateTime
│ │ │ ├── DateTimePickerType.cs
│ │ │ ├── UCCalendarNotes.Designer.cs
│ │ │ ├── UCCalendarNotes.cs
│ │ │ ├── UCCalendarNotes.resx
│ │ │ ├── UCCalendarNotes_Week.Designer.cs
│ │ │ ├── UCCalendarNotes_Week.cs
│ │ │ ├── UCCalendarNotes_Week.resx
│ │ │ ├── UCDatePickerExt.Designer.cs
│ │ │ ├── UCDatePickerExt.cs
│ │ │ ├── UCDatePickerExt.resx
│ │ │ ├── UCDatePickerExt2.Designer.cs
│ │ │ ├── UCDatePickerExt2.cs
│ │ │ ├── UCDatePickerExt2.resx
│ │ │ ├── UCDateTimeSelectPan.Designer.cs
│ │ │ ├── UCDateTimeSelectPan.cs
│ │ │ ├── UCDateTimeSelectPan.resx
│ │ │ ├── UCDateTimeSelectPan2.Designer.cs
│ │ │ ├── UCDateTimeSelectPan2.cs
│ │ │ ├── UCDateTimeSelectPan2.resx
│ │ │ ├── UCTimePanel.Designer.cs
│ │ │ ├── UCTimePanel.cs
│ │ │ └── UCTimePanel.resx
│ │ ├── FactoryControls
│ │ │ ├── Arrow
│ │ │ │ └── UCArrow.cs
│ │ │ ├── Blower
│ │ │ │ ├── UCBlower.cs
│ │ │ │ └── UCBlower.resx
│ │ │ ├── Bottle
│ │ │ │ └── UCBottle.cs
│ │ │ ├── Conduit
│ │ │ │ └── UCConduit.cs
│ │ │ ├── Conveyor
│ │ │ │ └── UCConveyor.cs
│ │ │ ├── DialAisle
│ │ │ │ ├── UCDialAisle.Designer.cs
│ │ │ │ └── UCDialAisle.cs
│ │ │ ├── EllipseDialAisle
│ │ │ │ ├── UCEllipseDialAisle.Designer.cs
│ │ │ │ ├── UCEllipseDialAisle.cs
│ │ │ │ └── UCEllipseDialAisle.resx
│ │ │ ├── House
│ │ │ │ ├── UCHouse.Designer.cs
│ │ │ │ └── UCHouse.cs
│ │ │ ├── Lamp
│ │ │ │ ├── UCAlarmLamp.cs
│ │ │ │ └── UCSignalLamp.cs
│ │ │ ├── Meter
│ │ │ │ └── UCMeter.cs
│ │ │ ├── MindMapping
│ │ │ │ ├── MindMappingItemEntity.cs
│ │ │ │ ├── UCMindMapping.cs
│ │ │ │ ├── UCMindMappingPanel.Designer.cs
│ │ │ │ ├── UCMindMappingPanel.cs
│ │ │ │ └── UCMindMappingPanel.resx
│ │ │ ├── Pond
│ │ │ │ └── UCPond.cs
│ │ │ ├── Rotor
│ │ │ │ ├── UCRotor.Designer.cs
│ │ │ │ ├── UCRotor.cs
│ │ │ │ └── UCRotor.resx
│ │ │ ├── Syringe
│ │ │ │ ├── UCSyringe_Horizontal.Designer.cs
│ │ │ │ ├── UCSyringe_Horizontal.cs
│ │ │ │ ├── UCSyringe_Horizontal.resx
│ │ │ │ ├── UCSyringe_Vertical.Designer.cs
│ │ │ │ ├── UCSyringe_Vertical.cs
│ │ │ │ └── UCSyringe_Vertical.resx
│ │ │ ├── Thermometer
│ │ │ │ └── UCThermometer.cs
│ │ │ ├── Turntable
│ │ │ │ ├── UCTurntable.Designer.cs
│ │ │ │ ├── UCTurntable.cs
│ │ │ │ └── UCTurntable.resx
│ │ │ └── Valve
│ │ │ └── UCValve.cs
│ │ ├── GraphicalOverlay
│ │ │ ├── GraphicalOverlayComponent.cs
│ │ │ └── GraphicalOverlayComponent.designer.cs
│ │ ├── KeyBord
│ │ │ ├── UCKeyBorderAll.Designer.cs
│ │ │ ├── UCKeyBorderAll.cs
│ │ │ ├── UCKeyBorderAll.resx
│ │ │ ├── UCKeyBorderNum.Designer.cs
│ │ │ ├── UCKeyBorderNum.cs
│ │ │ ├── UCKeyBorderNum.resx
│ │ │ ├── UCKeyBorderPay.Designer.cs
│ │ │ ├── UCKeyBorderPay.cs
│ │ │ └── UCKeyBorderPay.resx
│ │ ├── LED
│ │ │ ├── UCLEDData.Designer.cs
│ │ │ ├── UCLEDData.cs
│ │ │ ├── UCLEDData.resx
│ │ │ ├── UCLEDDataTime.Designer.cs
│ │ │ ├── UCLEDDataTime.cs
│ │ │ ├── UCLEDDataTime.resx
│ │ │ ├── UCLEDNum.cs
│ │ │ ├── UCLEDNums.Designer.cs
│ │ │ ├── UCLEDNums.cs
│ │ │ ├── UCLEDNums.resx
│ │ │ ├── UCLEDTime.Designer.cs
│ │ │ ├── UCLEDTime.cs
│ │ │ └── UCLEDTime.resx
│ │ ├── List
│ │ │ ├── IListViewItem.cs
│ │ │ ├── UCHorizontalList.Designer.cs
│ │ │ ├── UCHorizontalList.cs
│ │ │ ├── UCHorizontalList.resx
│ │ │ ├── UCHorizontalListItem.Designer.cs
│ │ │ ├── UCHorizontalListItem.cs
│ │ │ ├── UCHorizontalListItem.resx
│ │ │ ├── UCListExt.Designer.cs
│ │ │ ├── UCListExt.cs
│ │ │ ├── UCListExt.resx
│ │ │ ├── UCListItemExt.Designer.cs
│ │ │ ├── UCListItemExt.cs
│ │ │ ├── UCListItemExt.resx
│ │ │ ├── UCListView.Designer.cs
│ │ │ ├── UCListView.cs
│ │ │ ├── UCListView.resx
│ │ │ ├── UCListViewItem.Designer.cs
│ │ │ ├── UCListViewItem.cs
│ │ │ └── UCListViewItem.resx
│ │ ├── Menu
│ │ │ ├── IMenuItem.cs
│ │ │ ├── MenuItemEntity.cs
│ │ │ ├── UCMenu.Designer.cs
│ │ │ ├── UCMenu.cs
│ │ │ ├── UCMenu.resx
│ │ │ ├── UCMenuChildrenItem.Designer.cs
│ │ │ ├── UCMenuChildrenItem.cs
│ │ │ ├── UCMenuChildrenItem.resx
│ │ │ ├── UCMenuParentItem.Designer.cs
│ │ │ ├── UCMenuParentItem.cs
│ │ │ └── UCMenuParentItem.resx
│ │ ├── Navigation
│ │ │ ├── CrumbNavigationClickEventArgs.cs
│ │ │ ├── CrumbNavigationItem.cs
│ │ │ ├── UCCrumbNavigation.Designer.cs
│ │ │ ├── UCCrumbNavigation.cs
│ │ │ └── UCCrumbNavigation.resx
│ │ ├── NavigationMenu
│ │ │ ├── NavigationMenuItem.cs
│ │ │ ├── NavigationMenuItemBase.cs
│ │ │ ├── NavigationMenuItemExt.cs
│ │ │ ├── UCNavigationMenu.Designer.cs
│ │ │ ├── UCNavigationMenu.cs
│ │ │ ├── UCNavigationMenu.resx
│ │ │ ├── UCNavigationMenuExt.Designer.cs
│ │ │ ├── UCNavigationMenuExt.cs
│ │ │ ├── UCNavigationMenuExt.resx
│ │ │ ├── UCNavigationMenuOffice.Designer.cs
│ │ │ ├── UCNavigationMenuOffice.cs
│ │ │ └── UCNavigationMenuOffice.resx
│ │ ├── Page
│ │ │ ├── IPageControl.cs
│ │ │ ├── PageControlEventHandler.cs
│ │ │ ├── PageModel.cs
│ │ │ ├── UCPagerControl.Designer.cs
│ │ │ ├── UCPagerControl.cs
│ │ │ ├── UCPagerControl.resx
│ │ │ ├── UCPagerControl2.Designer.cs
│ │ │ ├── UCPagerControl2.cs
│ │ │ ├── UCPagerControl2.resx
│ │ │ ├── UCPagerControlBase.cs
│ │ │ └── UCPagerControlBase.resx
│ │ ├── Panel
│ │ │ ├── UCPanelQuote.cs
│ │ │ ├── UCPanelTitle.Designer.cs
│ │ │ ├── UCPanelTitle.cs
│ │ │ └── UCPanelTitle.resx
│ │ ├── Process
│ │ │ ├── UCProcessEllipse.Designer.cs
│ │ │ ├── UCProcessEllipse.cs
│ │ │ ├── UCProcessEllipse.resx
│ │ │ ├── UCProcessExt.Designer.cs
│ │ │ ├── UCProcessExt.cs
│ │ │ ├── UCProcessExt.resx
│ │ │ ├── UCProcessLine.cs
│ │ │ ├── UCProcessLineExt.Designer.cs
│ │ │ ├── UCProcessLineExt.cs
│ │ │ ├── UCProcessLineExt.resx
│ │ │ ├── UCProcessRoll.cs
│ │ │ ├── UCProcessWave.Designer.cs
│ │ │ ├── UCProcessWave.cs
│ │ │ └── UCProcessWave.resx
│ │ ├── RadioButton
│ │ │ ├── UCRadioButton.Designer.cs
│ │ │ ├── UCRadioButton.cs
│ │ │ └── UCRadioButton.resx
│ │ ├── Roll
│ │ │ └── UCRollText.cs
│ │ ├── Sampling
│ │ │ └── UCSampling.cs
│ │ ├── ScrollBar
│ │ │ ├── ScrollbarComponent.cs
│ │ │ ├── ScrollbarControlDesigner.cs
│ │ │ ├── UCHScrollbar.cs
│ │ │ ├── UCVScrollbar.cs
│ │ │ └── UCVScrollbar.resx
│ │ ├── Shadow
│ │ │ └── ShadowComponent.cs
│ │ ├── Split
│ │ │ ├── UCSplitLine_H.Designer.cs
│ │ │ ├── UCSplitLine_H.cs
│ │ │ ├── UCSplitLine_H.resx
│ │ │ ├── UCSplitLine_V.Designer.cs
│ │ │ ├── UCSplitLine_V.cs
│ │ │ └── UCSplitLine_V.resx
│ │ ├── SplitLabel
│ │ │ └── UCSplitLabel.cs
│ │ ├── Step
│ │ │ ├── UCStep.Designer.cs
│ │ │ ├── UCStep.cs
│ │ │ └── UCStep.resx
│ │ ├── Switch
│ │ │ ├── UCSwitch.Designer.cs
│ │ │ ├── UCSwitch.cs
│ │ │ └── UCSwitch.resx
│ │ ├── Tab
│ │ │ └── TabControlExt.cs
│ │ ├── Text
│ │ │ ├── KeyBoardType.cs
│ │ │ ├── TextBoxEx.Designer.cs
│ │ │ ├── TextBoxEx.cs
│ │ │ ├── TextBoxTransparent.cs
│ │ │ ├── TextBoxTransparent.resx
│ │ │ ├── UCNumTextBox.Designer.cs
│ │ │ ├── UCNumTextBox.cs
│ │ │ ├── UCNumTextBox.resx
│ │ │ ├── UCTextBoxEx.Designer.cs
│ │ │ ├── UCTextBoxEx.cs
│ │ │ ├── UCTextBoxEx.resx
│ │ │ └── win32.cs
│ │ ├── TimeLine
│ │ │ ├── UCTimeLine.Designer.cs
│ │ │ ├── UCTimeLine.cs
│ │ │ └── UCTimeLine.resx
│ │ ├── ToolStripRendererEx
│ │ │ ├── ControlPaintEx.cs
│ │ │ ├── GraphicsPathHelper.cs
│ │ │ ├── InterpolationModeGraphics.cs
│ │ │ ├── ProfessionalToolStripRendererEx.cs
│ │ │ ├── RegionHelper.cs
│ │ │ ├── RenderHelper.cs
│ │ │ ├── RoundStyle.cs
│ │ │ ├── SmoothingModeGraphics.cs
│ │ │ ├── TextRenderingHintGraphics.cs
│ │ │ └── ToolStripColorTable.cs
│ │ ├── TrackBar
│ │ │ └── UCTrackBar.cs
│ │ ├── Transfer
│ │ │ ├── TransferEventArgs.cs
│ │ │ ├── UCTransfer.Designer.cs
│ │ │ ├── UCTransfer.cs
│ │ │ └── UCTransfer.resx
│ │ ├── Treeview
│ │ │ └── TreeViewEx.cs
│ │ ├── UCControlBase.Designer.cs
│ │ ├── UCControlBase.cs
│ │ ├── UCControlBase.resx
│ │ ├── Verification
│ │ │ ├── VerificationAttribute.cs
│ │ │ ├── VerificationComponent.cs
│ │ │ ├── VerificationEventArgs.cs
│ │ │ └── VerificationModel.cs
│ │ └── Wave
│ │ ├── UCWave.cs
│ │ └── UCWaveChart.cs
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Forms
│ │ ├── FrmAnchor.Designer.cs
│ │ ├── FrmAnchor.cs
│ │ ├── FrmAnchor.resx
│ │ ├── FrmAnchorTips.Designer.cs
│ │ ├── FrmAnchorTips.cs
│ │ ├── FrmAnchorTips.resx
│ │ ├── FrmBack.Designer.cs
│ │ ├── FrmBack.cs
│ │ ├── FrmBack.resx
│ │ ├── FrmBase.Designer.cs
│ │ ├── FrmBase.cs
│ │ ├── FrmBase.resx
│ │ ├── FrmDialog.Designer.cs
│ │ ├── FrmDialog.cs
│ │ ├── FrmDialog.resx
│ │ ├── FrmInputs.Designer.cs
│ │ ├── FrmInputs.cs
│ │ ├── FrmInputs.resx
│ │ ├── FrmLoading.Designer.cs
│ │ ├── FrmLoading.cs
│ │ ├── FrmLoading.resx
│ │ ├── FrmTips.Designer.cs
│ │ ├── FrmTips.cs
│ │ ├── FrmTips.resx
│ │ ├── FrmTransparent.Designer.cs
│ │ ├── FrmTransparent.cs
│ │ ├── FrmTransparent.resx
│ │ ├── FrmWaiting.Designer.cs
│ │ ├── FrmWaiting.cs
│ │ ├── FrmWaiting.resx
│ │ ├── FrmWithOKCancel1.Designer.cs
│ │ ├── FrmWithOKCancel1.cs
│ │ ├── FrmWithOKCancel1.resx
│ │ ├── FrmWithOKCancel2.Designer.cs
│ │ ├── FrmWithOKCancel2.cs
│ │ ├── FrmWithOKCancel2.resx
│ │ ├── FrmWithTitle.Designer.cs
│ │ ├── FrmWithTitle.cs
│ │ └── FrmWithTitle.resx
│ ├── HZH_Controls.csproj
│ ├── HZH_Controls.nuspec
│ ├── HandInput
│ │ ├── HandInput.dll
│ │ ├── HandInput64.dll
│ │ ├── certificate
│ │ ├── certificate64
│ │ ├── handinput.cupf
│ │ ├── handinput.exe
│ │ ├── handinput.ini
│ │ ├── icon.png
│ │ ├── lm_HW_PB_7000_kn.arpa.7e9.prune.1e-7.lm.fixed
│ │ ├── overlapEngine.dll
│ │ ├── sgim_annex.bin
│ │ ├── sgim_hz.bin
│ │ ├── sgim_py.bin
│ │ └── singleEngine.dll
│ ├── Helpers
│ │ ├── ControlHelper.cs
│ │ ├── Ext.cs
│ │ ├── GraphDirection.cs
│ │ ├── ITheme.cs
│ │ ├── MouseHook.cs
│ │ ├── NativeMethods.cs
│ │ ├── TextInputType.cs
│ │ └── WindowsHook.cs
│ ├── IconFont
│ │ ├── ElegantIcons.ttf
│ │ ├── FontAwesome.ttf
│ │ ├── FontIcons.cs
│ │ └── FontImages.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ ├── Resources
│ │ ├── ComboBox.png
│ │ ├── alarm.png
│ │ ├── back.png
│ │ ├── caret-down.png
│ │ ├── caret-right.png
│ │ ├── checkbox0.png
│ │ ├── checkbox00.png
│ │ ├── checkbox1.png
│ │ ├── checkbox10.png
│ │ ├── chevron-left.png
│ │ ├── chevron-right.png
│ │ ├── dateRight.png
│ │ ├── datetLeft.png
│ │ ├── dialog_close.png
│ │ ├── down.png
│ │ ├── end.png
│ │ ├── error.png
│ │ ├── first.png
│ │ ├── handinput.exe
│ │ ├── help.png
│ │ ├── ic_add_black_18dp.png
│ │ ├── ic_remove_black_18dp.png
│ │ ├── ic_search_black_24dp.png
│ │ ├── input_clear.png
│ │ ├── keyboard.png
│ │ ├── keyboard_bs.png
│ │ ├── left.png
│ │ ├── list_add.png
│ │ ├── list_subtract.png
│ │ ├── loading.gif
│ │ ├── more1.png
│ │ ├── qty_delete.png
│ │ ├── radioButton0.png
│ │ ├── radioButton00.png
│ │ ├── radioButton1.png
│ │ ├── radioButton10.png
│ │ ├── right.png
│ │ ├── rigth.png
│ │ ├── sanjiao1.png
│ │ ├── sanjiao2.png
│ │ ├── success.png
│ │ ├── tips.png
│ │ ├── up.png
│ │ └── warning.png
│ ├── UIEditor
│ │ ├── FrmSelectImage.Designer.cs
│ │ ├── FrmSelectImage.cs
│ │ ├── FrmSelectImage.resx
│ │ └── ImagePropertyEditor.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── HZH_Controls.dll
│ │ │ ├── HZH_Controls.pdb
│ │ │ └── HandInput
│ │ │ ├── HandInput.dll
│ │ │ ├── HandInput64.dll
│ │ │ ├── certificate
│ │ │ ├── certificate64
│ │ │ ├── handinput.cupf
│ │ │ ├── handinput.exe
│ │ │ ├── handinput.ini
│ │ │ ├── icon.png
│ │ │ ├── lm_HW_PB_7000_kn.arpa.7e9.prune.1e-7.lm.fixed
│ │ │ ├── overlapEngine.dll
│ │ │ ├── sgim_annex.bin
│ │ │ ├── sgim_hz.bin
│ │ │ ├── sgim_py.bin
│ │ │ └── singleEngine.dll
│ │ └── Release
│ ├── buidnuget.bat
│ ├── nuget.exe
│ └── obj
│ ├── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── HZH_Controls.Controls.FactoryControls.Syringe.UCSyringe_Horizontal.resources
│ │ ├── HZH_Controls.Controls.TextBoxTransparent.resources
│ │ ├── HZH_Controls.Controls.UCBlower.resources
│ │ ├── HZH_Controls.Controls.UCBtnExt.resources
│ │ ├── HZH_Controls.Controls.UCBtnFillet.resources
│ │ ├── HZH_Controls.Controls.UCBtnImg.resources
│ │ ├── HZH_Controls.Controls.UCBtnsGroup.resources
│ │ ├── HZH_Controls.Controls.UCCalendarNotes.resources
│ │ ├── HZH_Controls.Controls.UCCalendarNotes_Week.resources
│ │ ├── HZH_Controls.Controls.UCCheckBox.resources
│ │ ├── HZH_Controls.Controls.UCCombox.resources
│ │ ├── HZH_Controls.Controls.UCComboxGrid.resources
│ │ ├── HZH_Controls.Controls.UCComboxGridPanel.resources
│ │ ├── HZH_Controls.Controls.UCControlBase.resources
│ │ ├── HZH_Controls.Controls.UCCrumbNavigation.resources
│ │ ├── HZH_Controls.Controls.UCDataGridView.resources
│ │ ├── HZH_Controls.Controls.UCDataGridViewRow.resources
│ │ ├── HZH_Controls.Controls.UCDataGridViewTreeRow.resources
│ │ ├── HZH_Controls.Controls.UCDatePickerExt.resources
│ │ ├── HZH_Controls.Controls.UCDatePickerExt2.resources
│ │ ├── HZH_Controls.Controls.UCDateTimeSelectPan.resources
│ │ ├── HZH_Controls.Controls.UCDateTimeSelectPan2.resources
│ │ ├── HZH_Controls.Controls.UCDropDownBtn.resources
│ │ ├── HZH_Controls.Controls.UCEllipseDialAisle.resources
│ │ ├── HZH_Controls.Controls.UCHorizontalList.resources
│ │ ├── HZH_Controls.Controls.UCHorizontalListItem.resources
│ │ ├── HZH_Controls.Controls.UCKeyBorderAll.resources
│ │ ├── HZH_Controls.Controls.UCKeyBorderNum.resources
│ │ ├── HZH_Controls.Controls.UCKeyBorderPay.resources
│ │ ├── HZH_Controls.Controls.UCLEDData.resources
│ │ ├── HZH_Controls.Controls.UCLEDDataTime.resources
│ │ ├── HZH_Controls.Controls.UCLEDNums.resources
│ │ ├── HZH_Controls.Controls.UCLEDTime.resources
│ │ ├── HZH_Controls.Controls.UCListExt.resources
│ │ ├── HZH_Controls.Controls.UCListItemExt.resources
│ │ ├── HZH_Controls.Controls.UCListView.resources
│ │ ├── HZH_Controls.Controls.UCListViewItem.resources
│ │ ├── HZH_Controls.Controls.UCMenu.resources
│ │ ├── HZH_Controls.Controls.UCMenuChildrenItem.resources
│ │ ├── HZH_Controls.Controls.UCMenuParentItem.resources
│ │ ├── HZH_Controls.Controls.UCMindMappingPanel.resources
│ │ ├── HZH_Controls.Controls.UCNavigationMenu.resources
│ │ ├── HZH_Controls.Controls.UCNavigationMenuExt.resources
│ │ ├── HZH_Controls.Controls.UCNavigationMenuOffice.resources
│ │ ├── HZH_Controls.Controls.UCNumTextBox.resources
│ │ ├── HZH_Controls.Controls.UCPagerControl.resources
│ │ ├── HZH_Controls.Controls.UCPagerControl2.resources
│ │ ├── HZH_Controls.Controls.UCPagerControlBase.resources
│ │ ├── HZH_Controls.Controls.UCPanelTitle.resources
│ │ ├── HZH_Controls.Controls.UCProcessEllipse.resources
│ │ ├── HZH_Controls.Controls.UCProcessExt.resources
│ │ ├── HZH_Controls.Controls.UCProcessLineExt.resources
│ │ ├── HZH_Controls.Controls.UCProcessWave.resources
│ │ ├── HZH_Controls.Controls.UCRadioButton.resources
│ │ ├── HZH_Controls.Controls.UCRotor.resources
│ │ ├── HZH_Controls.Controls.UCSplitLine_H.resources
│ │ ├── HZH_Controls.Controls.UCSplitLine_V.resources
│ │ ├── HZH_Controls.Controls.UCStep.resources
│ │ ├── HZH_Controls.Controls.UCSwitch.resources
│ │ ├── HZH_Controls.Controls.UCSyringe.resources
│ │ ├── HZH_Controls.Controls.UCTextBoxEx.resources
│ │ ├── HZH_Controls.Controls.UCTimeLine.resources
│ │ ├── HZH_Controls.Controls.UCTimePanel.resources
│ │ ├── HZH_Controls.Controls.UCTransfer.resources
│ │ ├── HZH_Controls.Controls.UCTurntable.resources
│ │ ├── HZH_Controls.Controls.UCVScrollbar.resources
│ │ ├── HZH_Controls.Form1.resources
│ │ ├── HZH_Controls.Forms.FrmAnchor.resources
│ │ ├── HZH_Controls.Forms.FrmAnchorTips.resources
│ │ ├── HZH_Controls.Forms.FrmBack.resources
│ │ ├── HZH_Controls.Forms.FrmBase.resources
│ │ ├── HZH_Controls.Forms.FrmDialog.resources
│ │ ├── HZH_Controls.Forms.FrmInputs.resources
│ │ ├── HZH_Controls.Forms.FrmLoading.resources
│ │ ├── HZH_Controls.Forms.FrmTips.resources
│ │ ├── HZH_Controls.Forms.FrmTransparent.resources
│ │ ├── HZH_Controls.Forms.FrmWaiting.resources
│ │ ├── HZH_Controls.Forms.FrmWithOKCancel1.resources
│ │ ├── HZH_Controls.Forms.FrmWithOKCancel2.resources
│ │ ├── HZH_Controls.Forms.FrmWithTitle.resources
│ │ ├── HZH_Controls.FrmSelectImage.resources
│ │ ├── HZH_Controls.Properties.Resources.resources
│ │ ├── HZH_Controls.csproj.AssemblyReference.cache
│ │ ├── HZH_Controls.csproj.CoreCompileInputs.cache
│ │ ├── HZH_Controls.csproj.FileListAbsolute.txt
│ │ ├── HZH_Controls.csproj.GenerateResource.cache
│ │ ├── HZH_Controls.csprojAssemblyReference.cache
│ │ ├── HZH_Controls.dll
│ │ ├── HZH_Controls.pdb
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ └── Release
│ └── HZH_Controls.csproj.CoreCompileInputs.cache
└── HZH_Controls.sln
84 directories, 632 files
标签: ListView控件 listview INI文件 view Lis
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论