C#非常好的学习源码资料
【核心代码】
├── FormDesigner
│ └── FormDesigner-master
│ ├── Core
│ │ ├── Analysis.cs
│ │ ├── Collections.cs
│ │ ├── ControlHelper.cs
│ │ ├── ControlSave.cs
│ │ ├── CustomProperty
│ │ │ ├── CustomProperty.cs
│ │ │ ├── CustomPropertyCollection.cs
│ │ │ └── CustomPropertyDescriptor.cs
│ │ ├── GetFileEncoding.cs
│ │ ├── MessageFilter.cs
│ │ ├── OldAnalysis.cs
│ │ ├── Program.cs
│ │ ├── Recter.cs
│ │ ├── SQLStringEditor.cs
│ │ ├── Select.cs
│ │ ├── Tools.cs
│ │ └── UndoAndRedo.cs
│ ├── FormDesigner.csproj
│ ├── FormDesigner.sln
│ ├── Forms
│ │ ├── AddControlDialog.Designer.cs
│ │ ├── AddControlDialog.cs
│ │ ├── AddControlDialog.resx
│ │ ├── HostFrame.Designer.cs
│ │ ├── HostFrame.cs
│ │ ├── HostFrame.resx
│ │ ├── Notepad.Designer.cs
│ │ ├── Notepad.cs
│ │ └── Notepad.resx
│ ├── FromDesigner.Designer.cs
│ ├── FromDesigner.cs
│ ├── FromDesigner.resx
│ ├── Icon
│ │ ├── align_add_level_72px.png
│ │ ├── align_add_vertica_72px.png
│ │ ├── align_bottom_72px.png
│ │ ├── align_box_all_72px.png
│ │ ├── align_box_level_72px.png
│ │ ├── align_box_vertical_72px.png
│ │ ├── align_center_level_72px.png
│ │ ├── align_center_vertical_72px.png
│ │ ├── align_left_72px.png
│ │ ├── align_right_72px.png
│ │ ├── align_top_72px.png
│ │ ├── edit_128px_blue.ico
│ │ ├── edit_128px_yellow.ico
│ │ ├── edit_72px_blue.ico
│ │ ├── notepad_128px_blue.ico
│ │ ├── null.png
│ │ ├── reset_center_72px.png
│ │ ├── reset_justify_72pxpng.png
│ │ ├── reset_left_72px.png
│ │ ├── reset_left_indent_72px.png
│ │ ├── reset_list_72px.png
│ │ ├── reset_numbered_list_72px.png
│
2021-12-10 15:02:36
1.31MB
C#
设计
界面