基本信息
源码名称:C#下ProgressBar详细使用方法
源码大小:0.58M
文件格式:.rar
开发语言:C#
更新时间:2023-07-11
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
C#下ProgressBar详细使用方法
文件清单
└── ProgressBar_src
├── ProgressBar
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Images.resX
│ ├── obj
│ │ └── Debug
│ ├── ProgressBar.csproj
│ ├── ProgressBar.csproj.user
│ ├── ProgressBar.ico
│ ├── ProgressBar.sln
│ ├── ProgressBar.sln.old
│ ├── ProgressBar.suo
│ └── vssver.scc
└── UtilityLibrary
├── AssemblyInfo.cs
├── bin
│ └── Debug
├── Collections
│ ├── BitmapCollection.cs
│ ├── CollectionWithEvents.cs
│ ├── MenuCommandCollection.cs
│ ├── MenuItemExCollection.cs
│ ├── OutlookBarBandCollection.cs
│ ├── OutlookBarItemCollection.cs
│ ├── RebarBandCollection.cs
│ ├── RectangleCollection.cs
│ └── ToolBarItemCollection.cs
├── CommandBars
│ ├── ChevronMenu.cs
│ ├── ChevronMenu.resx
│ ├── CommandBarMenu.cs
│ ├── CommandBarMenu.resx
│ ├── ReBar.bmp
│ ├── Rebar.cs
│ ├── Rebar.resx
│ ├── ToolBarEx.cs
│ ├── ToolBarEx.resx
│ ├── ToolBarItem.cs
│ └── ToolBarItem.resx
├── Designers
│ ├── ColorComboBox
│ │ └── ColorComboBoxDesigner.cs
│ ├── ColorListBox
│ │ ├── ColorListBoxDesigner.cs
│ │ ├── ColorListBoxEditor.cs
│ │ ├── ColorListBoxEditorForm.cs
│ │ └── ColorListBoxEditorForm.resx
│ ├── CommandBars
│ │ ├── RebarDesigner.cs
│ │ ├── ToolBarExDesigner.cs
│ │ └── ToolBarItemMenuItemsEditor.cs
│ ├── ImageComboBox
│ │ ├── ImageComboBoxDesigner.cs
│ │ ├── ImageComboBoxEditor.cs
│ │ ├── ImageComboBoxEditorForm.cs
│ │ └── ImageComboBoxEditorForm.resx
│ ├── MenuControl
│ │ └── MenuControlDesigner.cs
│ └── OutlookBar
│ ├── OutlookBarBandConverter.cs
│ ├── OutlookBarBandDesigner.cs
│ ├── OutlookBarBandEditor.cs
│ ├── OutlookBarBandEditorForm.cs
│ ├── OutlookBarBandEditorForm.resx
│ ├── OutlookBarDesigner.cs
│ └── OutlookBarItemConverter.cs
├── General
│ ├── ColorUtil.cs
│ ├── ConversionUtil.cs
│ ├── DoubleBuffer.cs
│ ├── Enums.cs
│ ├── GDIUtil.cs
│ ├── ImageListUtil.cs
│ ├── ResourceUtil.cs
│ └── TextUtil.cs
├── licenses.licx
├── Menus
│ ├── ColorGroup.cs
│ ├── DrawCommand.cs
│ ├── MenuCommand.cs
│ ├── MenuCommand.resx
│ ├── MenuControl.cs
│ ├── MenuControl.resx
│ ├── MenuItemEx.cs
│ ├── MenuItemEx.resx
│ └── PopupMenu.cs
├── obj
│ └── Debug
├── Resources
│ ├── Controls.resX
│ ├── DragCursor.cur
│ ├── ImagesColorPicker.resX
│ ├── ImagesMenu.resX
│ ├── MenuControlImages.resX
│ └── SortedListView.resX
├── UtilityLibrary.csproj
├── UtilityLibrary.csproj.user
├── UtilityLibrary.ico
├── UtilityLibrary.sln
├── UtilityLibrary.suo
├── Win32
│ ├── Enums.cs
│ ├── Functions.cs
│ ├── Handles.cs
│ ├── Interfaces.cs
│ ├── RegistryUtil.cs
│ └── Structs.cs
└── WinControls
├── BitmapComboBox.cs
├── BitmapComboBox.resx
├── BorderLabel.cs
├── BorderLabel.resx
├── ButtonEx.cs
├── ButtonEx.resx
├── CheckBoxEx.cs
├── CheckBoxEx.resx
├── ColorComboBox.bmp
├── ColorComboBox.cs
├── ColorComboBox.resx
├── ColorListBox.bmp
├── ColorListBox.cs
├── ColorListBox.resx
├── ColorPicker.cs
├── ColorPickerDropDown.cs
├── ColorPickerDropDown.resx
├── ColorPicker.resx
├── ComboBoxBase.cs
├── ComboBoxBase.resx
├── CustomColorDlg.cs
├── CustomColorDlg.resx
├── DriveComboBox.cs
├── DriveComboBox.resx
├── Enums.cs
├── ExplorerTree.cs
├── ExplorerTree.resx
├── HScrollBarEx.cs
├── HScrollBarEx.resx
├── HSkinnedSlider.cs
├── ImageComboBox.bmp
├── ImageComboBox.cs
├── ImageComboBox.resx
├── ListBoxEx.cs
├── ListViewEx.cs
├── ListViewEx.resx
├── NumericTextBox.cs
├── NumericTextBox.resx
├── OutlookBar.bmp
├── OutlookBar.cs
├── OutlookBar.resx
├── ProgressBarEx.cs
├── ProgressBarEx.resx
├── RadioButtonEx.cs
├── RadioButtonEx.resx
├── ScrollablePicture.cs
├── ScrollablePicture.resx
├── ScrollBarEx.cs
├── ScrollBarEx.resx
├── SkinnedSlider.cs
├── SkinnedSlider.resx
├── TabControlEx.cs
├── TextBoxEx.cs
├── TextBoxEx.resx
├── TextComboBox.cs
├── TextComboBox.resx
├── TreeViewEx.cs
├── TreeViewEx.resx
├── VScrollBarEx.cs
├── VScrollBarEx.resx
├── VSkinnedSlider.cs
└── VSkinnedSlider.resx
25 directories, 149 files
C#下ProgressBar详细使用方法
文件清单
└── ProgressBar_src
├── ProgressBar
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Images.resX
│ ├── obj
│ │ └── Debug
│ ├── ProgressBar.csproj
│ ├── ProgressBar.csproj.user
│ ├── ProgressBar.ico
│ ├── ProgressBar.sln
│ ├── ProgressBar.sln.old
│ ├── ProgressBar.suo
│ └── vssver.scc
└── UtilityLibrary
├── AssemblyInfo.cs
├── bin
│ └── Debug
├── Collections
│ ├── BitmapCollection.cs
│ ├── CollectionWithEvents.cs
│ ├── MenuCommandCollection.cs
│ ├── MenuItemExCollection.cs
│ ├── OutlookBarBandCollection.cs
│ ├── OutlookBarItemCollection.cs
│ ├── RebarBandCollection.cs
│ ├── RectangleCollection.cs
│ └── ToolBarItemCollection.cs
├── CommandBars
│ ├── ChevronMenu.cs
│ ├── ChevronMenu.resx
│ ├── CommandBarMenu.cs
│ ├── CommandBarMenu.resx
│ ├── ReBar.bmp
│ ├── Rebar.cs
│ ├── Rebar.resx
│ ├── ToolBarEx.cs
│ ├── ToolBarEx.resx
│ ├── ToolBarItem.cs
│ └── ToolBarItem.resx
├── Designers
│ ├── ColorComboBox
│ │ └── ColorComboBoxDesigner.cs
│ ├── ColorListBox
│ │ ├── ColorListBoxDesigner.cs
│ │ ├── ColorListBoxEditor.cs
│ │ ├── ColorListBoxEditorForm.cs
│ │ └── ColorListBoxEditorForm.resx
│ ├── CommandBars
│ │ ├── RebarDesigner.cs
│ │ ├── ToolBarExDesigner.cs
│ │ └── ToolBarItemMenuItemsEditor.cs
│ ├── ImageComboBox
│ │ ├── ImageComboBoxDesigner.cs
│ │ ├── ImageComboBoxEditor.cs
│ │ ├── ImageComboBoxEditorForm.cs
│ │ └── ImageComboBoxEditorForm.resx
│ ├── MenuControl
│ │ └── MenuControlDesigner.cs
│ └── OutlookBar
│ ├── OutlookBarBandConverter.cs
│ ├── OutlookBarBandDesigner.cs
│ ├── OutlookBarBandEditor.cs
│ ├── OutlookBarBandEditorForm.cs
│ ├── OutlookBarBandEditorForm.resx
│ ├── OutlookBarDesigner.cs
│ └── OutlookBarItemConverter.cs
├── General
│ ├── ColorUtil.cs
│ ├── ConversionUtil.cs
│ ├── DoubleBuffer.cs
│ ├── Enums.cs
│ ├── GDIUtil.cs
│ ├── ImageListUtil.cs
│ ├── ResourceUtil.cs
│ └── TextUtil.cs
├── licenses.licx
├── Menus
│ ├── ColorGroup.cs
│ ├── DrawCommand.cs
│ ├── MenuCommand.cs
│ ├── MenuCommand.resx
│ ├── MenuControl.cs
│ ├── MenuControl.resx
│ ├── MenuItemEx.cs
│ ├── MenuItemEx.resx
│ └── PopupMenu.cs
├── obj
│ └── Debug
├── Resources
│ ├── Controls.resX
│ ├── DragCursor.cur
│ ├── ImagesColorPicker.resX
│ ├── ImagesMenu.resX
│ ├── MenuControlImages.resX
│ └── SortedListView.resX
├── UtilityLibrary.csproj
├── UtilityLibrary.csproj.user
├── UtilityLibrary.ico
├── UtilityLibrary.sln
├── UtilityLibrary.suo
├── Win32
│ ├── Enums.cs
│ ├── Functions.cs
│ ├── Handles.cs
│ ├── Interfaces.cs
│ ├── RegistryUtil.cs
│ └── Structs.cs
└── WinControls
├── BitmapComboBox.cs
├── BitmapComboBox.resx
├── BorderLabel.cs
├── BorderLabel.resx
├── ButtonEx.cs
├── ButtonEx.resx
├── CheckBoxEx.cs
├── CheckBoxEx.resx
├── ColorComboBox.bmp
├── ColorComboBox.cs
├── ColorComboBox.resx
├── ColorListBox.bmp
├── ColorListBox.cs
├── ColorListBox.resx
├── ColorPicker.cs
├── ColorPickerDropDown.cs
├── ColorPickerDropDown.resx
├── ColorPicker.resx
├── ComboBoxBase.cs
├── ComboBoxBase.resx
├── CustomColorDlg.cs
├── CustomColorDlg.resx
├── DriveComboBox.cs
├── DriveComboBox.resx
├── Enums.cs
├── ExplorerTree.cs
├── ExplorerTree.resx
├── HScrollBarEx.cs
├── HScrollBarEx.resx
├── HSkinnedSlider.cs
├── ImageComboBox.bmp
├── ImageComboBox.cs
├── ImageComboBox.resx
├── ListBoxEx.cs
├── ListViewEx.cs
├── ListViewEx.resx
├── NumericTextBox.cs
├── NumericTextBox.resx
├── OutlookBar.bmp
├── OutlookBar.cs
├── OutlookBar.resx
├── ProgressBarEx.cs
├── ProgressBarEx.resx
├── RadioButtonEx.cs
├── RadioButtonEx.resx
├── ScrollablePicture.cs
├── ScrollablePicture.resx
├── ScrollBarEx.cs
├── ScrollBarEx.resx
├── SkinnedSlider.cs
├── SkinnedSlider.resx
├── TabControlEx.cs
├── TextBoxEx.cs
├── TextBoxEx.resx
├── TextComboBox.cs
├── TextComboBox.resx
├── TreeViewEx.cs
├── TreeViewEx.resx
├── VScrollBarEx.cs
├── VScrollBarEx.resx
├── VSkinnedSlider.cs
└── VSkinnedSlider.resx
25 directories, 149 files