嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#界面编程例子,包括各种控件的详细例子!
.
├── C#编程精粹150例源代码-第二章 界面编程
│ ├── 实例22
│ │ └── HelloForm
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── HelloForm.csproj
│ │ ├── HelloForm.csproj.user
│ │ ├── HelloForm.sln
│ │ ├── HelloForm.suo
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── HelloForm.exe
│ │ │ └── HelloForm.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── HelloForm.Form1.resources
│ │ ├── HelloForm.exe
│ │ ├── HelloForm.pdb
│ │ ├── HelloForm.projdata
│ │ ├── TempPE
│ │ └── temp
│ ├── 实例23
│ │ └── MainMenu
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── MainMenu.csproj
│ │ ├── MainMenu.csproj.user
│ │ ├── MainMenu.sln
│ │ ├── MainMenu.suo
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── MainMenu.exe
│ │ │ └── MainMenu.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── MainMenu.Form1.resources
│ │ ├── MainMenu.exe
│ │ ├── MainMenu.pdb
│ │ ├── MainMenu.projdata
│ │ ├── TempPE
│ │ └── temp
│ ├── 实例24
│ │ └── ContextMenu
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── ContextMenu.csproj
│ │ ├── ContextMenu.csproj.user
│ │ ├── ContextMenu.sln
│ │ ├── ContextMenu.suo
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ContextMenu.exe
│ │ │ └── ContextMenu.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── ContextMenu.Form1.resources
│ │ ├── ContextMenu.exe
│ │ ├── ContextMenu.pdb
│ │ ├── ContextMenu.projdata
│ │ ├── TempPE
│ │ └── temp
│ ├── 实例25
│ │ └── ToolBar
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── ToolBar.csproj
│ │ ├── ToolBar.csproj.user
│ │ ├── ToolBar.sln
│ │ ├── ToolBar.suo
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ToolBar.exe
│ │ │ └── ToolBar.pdb
│ │ ├── image
│ │ │ ├── COPY.BMP
│ │ │ └── HELP.BMP
│ │ └── obj
│ │ └── Debug
│ │ ├── TempPE
│ │ ├── ToolBar.Form1.resources
│ │ ├── ToolBar.exe
│ │ ├── ToolBar.pdb
│ │ ├── ToolBar.projdata
│ │ └── temp
│ ├── 实例26
│ │ └── StatusBar
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── StatusBar.csproj
│ │ ├── StatusBar.csproj.user
│ │ ├── StatusBar.sln
│ │ ├── StatusBar.suo
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── StatusBar.exe
│ │ │ └── StatusBar.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── StatusBar.Form1.resources
│ │ ├── StatusBar.exe
│ │ ├── StatusBar.pdb
│ │ ├── StatusBar.projdata
│ │ ├── TempPE
│ │ └── temp
│ ├── 实例27
│ │ └── ProgressBar
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── ProgressBar.csproj
│ │ ├── ProgressBar.csproj.user
│ │ ├── ProgressBar.sln
│ │ ├── ProgressBar.suo
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ProgressBar.exe
│ │ │ └── ProgressBar.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── ProgressBar.Form1.resources
│ │ ├── ProgressBar.exe
│ │ ├── ProgressBar.pdb
│ │ ├── ProgressBar.projdata
│ │ ├── TempPE
│ │ └── temp
│ ├── 实例28
│ │ └── TrackBar
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── TrackBar.csproj
│ │ ├── TrackBar.csproj.user
│ │ ├── TrackBar.sln
│ │ ├── TrackBar.suo
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── TrackBar.exe
│ │ │ └── TrackBar.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── TempPE
│ │ ├── TrackBar.Form1.resources
│ │ ├── TrackBar.exe
│ │ ├── TrackBar.pdb
│ │ ├── TrackBar.projdata
│ │ └── temp
│ ├── 实例29
│ │ └── RadioAndCheck
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── RadioAndCheck.csproj
│ │ ├── RadioAndCheck.csproj.user
│ │ ├── RadioAndCheck.sln
│ │ ├── RadioAndCheck.suo
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── RadioAndCheck.exe
│ │ │ └── RadioAndCheck.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── RadioAndCheck.Form1.resources
│ │ ├── RadioAndCheck.exe
│ │ ├── RadioAndCheck.pdb
│ │ ├── RadioAndCheck.projdata
│ │ ├── TempPE
│ │ └── temp
│ ├── 实例30
│ │ └── ListAndCombo
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── ListAndCombo.csproj
│ │ ├── ListAndCombo.csproj.user
│ │ ├── ListAndCombo.sln
│ │ ├── ListAndCombo.suo
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ListAndCombo.exe
│ │ │ └── ListAndCombo.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── ListAndCombo.Form1.resources
│ │ ├── ListAndCombo.exe
│ │ ├── ListAndCombo.pdb
│ │ ├── ListAndCombo.projdata
│ │ ├── TempPE
│ │ └── temp
│ ├── 实例31
│ │ └── ListView
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Image
│ │ │ ├── FLGFRAN.ICO
│ │ │ ├── FLGITALY.ICO
│ │ │ ├── FLGPORT.ICO
│ │ │ ├── FLGSKOR.ICO
│ │ │ ├── FLGSPAIN.ICO
│ │ │ ├── FLGUSA02.ICO
│ │ │ └── Thumbs.db
│ │ ├── ListView.csproj
│ │ ├── ListView.csproj.user
│ │ ├── ListView.sln
│ │ ├── ListView.suo
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ListView.exe
│ │ │ └── ListView.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── ListView.Form1.resources
│ │ ├── ListView.exe
│ │ ├── ListView.pdb
│ │ ├── ListView.projdata
│ │ ├── TempPE
│ │ └── temp
│ ├── 实例32
│ │ └── TreeView
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── TreeView.csproj
│ │ ├── TreeView.csproj.user
│ │ ├── TreeView.sln
│ │ ├── TreeView.suo
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── TreeView.exe
│ │ │ └── TreeView.pdb
│ │ ├── image
│ │ │ ├── CLSDFOLD.ICO
│ │ │ ├── DRIVE.ICO
│ │ │ ├── MYCOMP.ICO
│ │ │ ├── OPENFOLD.ICO
│ │ │ └── Thumbs.db
│ │ └── obj
│ │ └── Debug
│ │ ├── TempPE
│ │ ├── TreeView.Form1.resources
│ │ ├── TreeView.exe
│ │ ├── TreeView.pdb
│ │ ├── TreeView.projdata
│ │ └── temp
│ ├── 实例33
│ │ └── Timer
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Timer.csproj
│ │ ├── Timer.csproj.user
│ │ ├── Timer.sln
│ │ ├── Timer.suo
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Timer.exe
│ │ │ └── Timer.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── TempPE
│ │ ├── Timer.Form1.resources
│ │ ├── Timer.exe
│ │ ├── Timer.pdb
│ │ ├── Timer.projdata
│ │ └── temp
│ ├── 实例34
│ │ └── Splitter
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Splitter.csproj
│ │ ├── Splitter.csproj.user
│ │ ├── Splitter.sln
│ │ ├── Splitter.suo
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Splitter.exe
│ │ │ └── Splitter.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── Splitter.Form1.resources
│ │ ├── Splitter.exe
│ │ ├── Splitter.pdb
│ │ ├── Splitter.projdata
│ │ ├── TempPE
│ │ └── temp
│ ├── 实例35
│ │ └── Calendar
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Calendar.csproj
│ │ ├── Calendar.csproj.user
│ │ ├── Calendar.sln
│ │ ├── Calendar.suo
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Calendar.exe
│ │ │ └── Calendar.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── Calendar.Form1.resources
│ │ ├── Calendar.exe
│ │ ├── Calendar.pdb
│ │ ├── Calendar.projdata
│ │ ├── TempPE
│ │ └── temp
│ ├── 实例36
│ │ └── MDIForm
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── MDIForm.csproj
│ │ ├── MDIForm.csproj.user
│ │ ├── MDIForm.sln
│ │ ├── MDIForm.suo
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── MDIForm.exe
│ │ │ └── MDIForm.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── MDIForm.Form1.resources
│ │ ├── MDIForm.exe
│ │ ├── MDIForm.pdb
│ │ ├── MDIForm.projdata
│ │ ├── TempPE
│ │ └── temp
│ ├── 实例37
│ │ └── Inherit
│ │ ├── Children
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Children.csproj
│ │ │ ├── Children.csproj.user
│ │ │ ├── Children.sln
│ │ │ ├── Children.suo
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.resx
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Children.exe
│ │ │ │ ├── Children.pdb
│ │ │ │ ├── Father.dll
│ │ │ │ └── Father.pdb
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── Children.Form1.resources
│ │ │ ├── Children.Form2.resources
│ │ │ ├── Children.exe
│ │ │ ├── Children.pdb
│ │ │ ├── Children.projdata
│ │ │ ├── TempPE
│ │ │ └── temp
│ │ └── Father
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Father.csproj
│ │ ├── Father.csproj.user
│ │ ├── Father.sln
│ │ ├── Father.suo
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Father.dll
│ │ │ └── Father.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── Father.Form1.resources
│ │ ├── Father.dll
│ │ ├── Father.pdb
│ │ ├── Father.projdata
│ │ ├── TempPE
│ │ └── temp
│ ├── 实例38
│ │ └── MyControl
│ │ ├── AssemblyInfo.cs
│ │ ├── MyControl.csproj
│ │ ├── MyControl.csproj.user
│ │ ├── MyControl.sln
│ │ ├── MyControl.suo
│ │ ├── UserControl1.cs
│ │ ├── UserControl1.resx
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── MyControl.dll
│ │ │ └── MyControl.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── MyControl.UserControl1.resources
│ │ ├── MyControl.dll
│ │ ├── MyControl.pdb
│ │ ├── MyControl.projdata
│ │ ├── TempPE
│ │ └── temp
│ ├── 实例39
│ │ └── UsingMyControl
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── UsingMyControl.csproj
│ │ ├── UsingMyControl.csproj.user
│ │ ├── UsingMyControl.sln
│ │ ├── UsingMyControl.suo
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── UsingMyControl.exe
│ │ │ ├── UsingMyControl.pdb
│ │ │ ├── mycontrol.dll
│ │ │ └── mycontrol.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── TempPE
│ │ ├── UsingMyControl.Form1.resources
│ │ ├── UsingMyControl.exe
│ │ ├── UsingMyControl.pdb
│ │ ├── UsingMyControl.projdata
│ │ └── temp
│ ├── 实例40
│ │ └── Modal
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Form2.cs
│ │ ├── Form2.resx
│ │ ├── Modal.csproj
│ │ ├── Modal.csproj.user
│ │ ├── Modal.sln
│ │ ├── Modal.suo
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Modal.exe
│ │ │ └── Modal.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── Modal.Form1.resources
│ │ ├── Modal.Form2.resources
│ │ ├── Modal.exe
│ │ ├── Modal.pdb
│ │ ├── Modal.projdata
│ │ ├── TempPE
│ │ └── temp
│ ├── 实例41
│ │ └── RunningButton
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── RunningButton.csproj
│ │ ├── RunningButton.csproj.user
│ │ ├── RunningButton.sln
│ │ ├── RunningButton.suo
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── RunningButton.exe
│ │ │ └── RunningButton.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── RunningButton.Form1.resources
│ │ ├── RunningButton.exe
│ │ ├── RunningButton.pdb
│ │ ├── RunningButton.projdata
│ │ ├── TempPE
│ │ └── temp
│ ├── 实例42
│ │ └── BackColor
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── BackColor.csproj
│ │ ├── BackColor.csproj.user
│ │ ├── BackColor.sln
│ │ ├── BackColor.suo
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── BackColor.exe
│ │ │ └── BackColor.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── BackColor.Form1.resources
│ │ ├── BackColor.exe
│ │ ├── BackColor.pdb
│ │ ├── BackColor.projdata
│ │ ├── TempPE
│ │ └── temp
│ ├── 实例43
│ │ └── SizableForm
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── SizableForm.csproj
│ │ ├── SizableForm.csproj.user
│ │ ├── SizableForm.sln
│ │ ├── SizableForm.suo
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── SizableForm.exe
│ │ │ └── SizableForm.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── SizableForm.Form1.resources
│ │ ├── SizableForm.exe
│ │ ├── SizableForm.pdb
│ │ ├── SizableForm.projdata
│ │ ├── TempPE
│ │ └── temp
│ ├── 实例44
│ │ └── DraggingForm
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── DraggingForm.csproj
│ │ ├── DraggingForm.csproj.user
│ │ ├── DraggingForm.sln
│ │ ├── DraggingForm.suo
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── DraggingForm.exe
│ │ │ └── DraggingForm.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── DraggingForm.Form1.resources
│ │ ├── DraggingForm.exe
│ │ ├── DraggingForm.pdb
│ │ ├── DraggingForm.projdata
│ │ ├── TempPE
│ │ └── temp
│ ├── 实例45
│ │ └── Enote
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Enote.csproj
│ │ ├── Enote.csproj.user
│ │ ├── Enote.sln
│ │ ├── Enote.suo
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Enote.exe
│ │ │ └── Enote.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── Enote.Form1.resources
│ │ ├── Enote.exe
│ │ ├── Enote.pdb
│ │ ├── Enote.projdata
│ │ ├── TempPE
│ │ └── temp
│ ├── 实例46
│ │ └── CalForm
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── CalForm.csproj
│ │ ├── CalForm.csproj.user
│ │ ├── CalForm.sln
│ │ ├── CalForm.suo
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── CalForm.dll
│ │ │ ├── CalForm.exe
│ │ │ └── CalForm.pdb
│ │ ├── image
│ │ │ └── Icon.ico
│ │ └── obj
│ │ └── Debug
│ │ ├── CalForm.Form1.resources
│ │ ├── CalForm.dll
│ │ ├── CalForm.exe
│ │ ├── CalForm.pdb
│ │ ├── CalForm.projdata
│ │ ├── TempPE
│ │ └── temp
│ ├── 实例47
│ │ └── Calculator
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Calculator.csproj
│ │ ├── Calculator.csproj.user
│ │ ├── Calculator.sln
│ │ ├── Calculator.suo
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Form2.cs
│ │ ├── Form2.resx
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── CalForm.dll
│ │ │ ├── CalForm.pdb
│ │ │ ├── Calculator.exe
│ │ │ └── Calculator.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── Calculator.Form1.resources
│ │ ├── Calculator.Form2.resources
│ │ ├── Calculator.exe
│ │ ├── Calculator.pdb
│ │ ├── Calculator.projdata
│ │ ├── TempPE
│ │ └── temp
│ └── 实例48
│ └── AlarmClock
│ ├── AlarmClock.csproj
│ ├── AlarmClock.csproj.user
│ ├── AlarmClock.sln
│ ├── AlarmClock.suo
│ ├── App.ico
│ ├── AssemblyInfo.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── bin
│ │ └── Debug
│ │ ├── AlarmClock.exe
│ │ ├── AlarmClock.pdb
│ │ ├── AxInterop.MSMask.dll
│ │ └── Interop.MSMask.dll
│ └── obj
│ ├── AxInterop.MSMask.dll
│ ├── Debug
│ │ ├── AlarmClock.Form1.resources
│ │ ├── AlarmClock.exe
│ │ ├── AlarmClock.pdb
│ │ ├── AlarmClock.projdata
│ │ ├── TempPE
│ │ └── temp
│ └── Interop.MSMask.dll
└── 好例子网_C#编程精粹150例源代码-第二章 界面编程.rar
229 directories, 428 files