資源簡介
C#制作的送給女朋友的一個軟件,全部源代碼。vs2008打開可編譯執行。
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
namespace?FromBerth
{
????class?FromAutoDock
????{
????????///?
????????///?定義的一個方法側面影藏展示
????????///?
????????///?參數_能夠停靠的組成應用程序窗口
????????///?參數_停靠的高度
????????///?停靠時計時器
????????public?static?void?sideHideOrShow(Form?DockableForm?ref?int?DockFromHeight?Timer?_dockTimer)
????????{
????????????/*判斷此停靠窗口的窗口狀態?不等于?窗體顯示的最小化窗口*/
????????????if?(DockableForm.WindowState?!=FormWindowState?.Minimized)
????????????{
????????????????/*停靠計時器的計時時間,鼠標指針拿開時經過多少毫秒窗體影藏*/
????????????????_dockTimer.Interval?=?100;//影藏時間毫秒
????????????????/*判斷鼠標指針的光標位置的X坐標?>?此停靠窗口的左邊緣距離?-?1?與?鼠標指針的光標的X坐標??當前窗口的上邊緣距離?-?1?與?鼠標指針的光標位置的Y坐標?????????????????if?(Cursor?.Position.X?>?DockableForm.Left?-?1?&&?Cursor?.Position?.X??DockableForm.Top?-?1?&&?Cursor?.Position?.Y?????????????????{
????????????????????/*判斷當前窗口的上邊緣與電腦上邊緣的距離?<=?0?&&?當前窗口的左邊緣和電腦屏幕的左邊緣距離?>?5?&&?當前窗口的左邊緣與電腦左邊緣的距離?????????????????????if?(DockableForm?.Top?<=?0?&&?DockableForm?.Left?>?5?&&?DockableForm?.Left?????????????????????{
????????????????????????/*當前窗口的上邊緣與電腦屏幕上邊緣的距離?=?0*/
????????????????????????DockableForm.Top?=?0;
????????????????????}
????????????????????????/*反之判斷當前窗口的左側邊緣與工作區左邊緣的距離?<=?0*/
????????????????????else?if(DockableForm?.Left?<=?0)
????????????????????{
????????????????????????/*當前窗口的左邊緣與工作區的左邊緣距離?=?0*/
????????????????????????DockableForm.Left?=?0;
????????????????????}
????????????????????????/*判斷當前窗口的左邊緣與工作區左邊緣的距離?+?當前窗口的寬度?>=?屏幕的主顯示的工作區的寬度*/
????????????????????else?if?(DockableForm?.Left?+?DockableForm?.Width?>=?Screen?.PrimaryScreen?.WorkingArea?.Width?)
????????????????????{
????????????????????????/*當前窗口的左邊緣與工作區左邊緣距離?=?屏幕的主顯示的工作區的寬度?-?當前窗體的寬度*/
????????????????????????DockableForm.Left?=?Screen.PrimaryScreen.WorkingArea.Width?-?DockableForm.Width;
????????????????????}
????????????????????else
????????????????????{
????????????????????????/*此窗口?>?0*/
????????????????????????if?(DockFromHeight>0)
????????????????????????{
????????????????????????????/*此窗口的高度?=?窗口*/
????????????????????????????DockableForm.Height?=?DockFromHeight;
????????????????????????????/*窗口?=?0*/
????????????????????????????DockFromHeight?=?0;
????????????????????????}
????????????????????}
????????????????}
????????????????else
????????????????{
????????????????????/*窗口?1*/
????????????????????if?(DockFromHeight?1)
????????????????????{
????????????????????????/*窗口?=?此窗口的高度*/
????????????????????????DockFromHeight?=?DockableForm.Height;
????????????????????}
????????????????????/*此窗口的上邊緣與工作區上邊緣距離?<=?4?&&?此窗
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????169010??2011-08-03?12:27??Snow\Snow\bin\Debug\1.jpg
?????文件??????32976??2011-07-22?23:19??Snow\Snow\bin\Debug\2.png
?????文件??????42564??2012-07-20?00:11??Snow\Snow\bin\Debug\LOVE.png
?????文件?????????46??2012-07-17?20:38??Snow\Snow\bin\Debug\Setting.set
?????文件??????80384??2012-07-24?21:42??Snow\Snow\bin\Debug\Snow.exe
?????文件??????52736??2012-07-24?21:42??Snow\Snow\bin\Debug\Snow.pdb
?????文件??????14328??2012-07-24?21:42??Snow\Snow\bin\Debug\Snow.vshost.exe
?????文件???????2801??2011-07-21?18:25??Snow\Snow\bin\Debug\SnowPictrue\1.png
?????文件?????136606??2011-05-28?11:23??Snow\Snow\bin\Debug\SnowPictrue\白.ico
?????文件?????667648??2009-06-11?05:14??Snow\Snow\bin\Debug\System.Core.dll
?????文件??????53248??2009-06-11?05:14??Snow\Snow\bin\Debug\System.Data.DataSetExtensions.dll
?????文件????2933248??2009-06-11?05:23??Snow\Snow\bin\Debug\System.Data.dll
?????文件?????970752??2009-06-11?05:23??Snow\Snow\bin\Debug\System.Deployment.dll
?????文件????3182592??2012-01-04?10:51??Snow\Snow\bin\Debug\System.dll
?????文件?????630784??2012-04-24?06:37??Snow\Snow\bin\Debug\System.Drawing.dll
?????文件????5025792??2012-03-22?06:29??Snow\Snow\bin\Debug\System.Windows.Forms.dll
?????文件????4927704??2011-04-22?20:36??Snow\Snow\bin\Debug\林心如-落花.mp3
?????文件?????169010??2011-08-03?12:27??Snow\Snow\bin\Release\1.jpg
?????文件??????32976??2011-07-22?23:19??Snow\Snow\bin\Release\2.png
?????文件??????42564??2012-07-20?00:11??Snow\Snow\bin\Release\LOVE.png
?????文件?????????46??2012-07-17?20:38??Snow\Snow\bin\Release\Setting.set
?????文件??????79360??2012-07-20?00:25??Snow\Snow\bin\Release\Snow.exe
?????文件??????81408??2012-07-20?00:25??Snow\Snow\bin\Release\Snow.pdb
?????文件??????14328??2012-07-24?21:42??Snow\Snow\bin\Release\Snow.vshost.exe
?????文件????????490??2009-06-11?05:14??Snow\Snow\bin\Release\Snow.vshost.exe.manifest
?????文件???????2801??2011-07-21?18:25??Snow\Snow\bin\Release\SnowPictrue\1.png
?????文件?????136606??2011-05-28?11:23??Snow\Snow\bin\Release\SnowPictrue\白.ico
?????文件?????667648??2009-06-11?05:14??Snow\Snow\bin\Release\System.Core.dll
?????文件??????53248??2009-06-11?05:14??Snow\Snow\bin\Release\System.Data.DataSetExtensions.dll
?????文件????2933248??2009-06-11?05:23??Snow\Snow\bin\Release\System.Data.dll
............此處省略55個文件信息
- 上一篇:c#實現手寫軟簽名
- 下一篇:精通C#數據庫開發(書和隨書光盤)
評論
共有 條評論