91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.06M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-26
  • 語言: C#
  • 標簽: 保存??電子簽名??

資源簡介

一款基于C#開發的電子簽名程序,主要實現了簽名的保存,適合初學者使用,可將完成的簽名保存到指定位置,可修改對應的畫筆顏色、寬度、透明度等

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;

namespace?電子簽名案例DEMO
{
????public?partial?class?Frm_Main?:?Form
????{
????????public?Frm_Main()
????????{
????????????InitializeComponent();
????????}

????????//記錄直線或者曲線的對象
????????private?System.Drawing.Drawing2D.GraphicsPath?mousePath?=?new?System.Drawing.Drawing2D.GraphicsPath();
????????//畫筆透明度
????????private?int?myAlpha?=?100;
????????//畫筆顏色對象
????????private?Color?myUserColor?=?new?Color();
????????//畫筆寬度
????????private?int?myPenWidth?=?3;
????????//簽名的圖片對象
????????public?Bitmap?SavedBitmap;

????????private?void?Form1_Load(object?sender?E

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????2845??2016-08-03?17:13??51Aspx源碼必讀.txt
?????文件?????????187??2016-08-01?17:39??App.config
?????文件????????8001??2016-08-01?18:34??Frm_Main.Designer.cs
?????文件????????5049??2016-08-03?17:12??Frm_Main.cs
?????文件????????5817??2016-08-01?18:34??Frm_Main.resx
?????文件?????????537??2016-08-01?18:08??Program.cs
?????目錄???????????0??2016-08-03?17:07??Properties\
?????文件????????1376??2016-08-01?17:39??Properties\AssemblyInfo.cs
?????文件????????2896??2016-08-01?17:39??Properties\Resources.Designer.cs
?????文件????????5612??2016-08-01?17:39??Properties\Resources.resx
?????文件????????1109??2016-08-01?17:39??Properties\Settings.Designer.cs
?????文件?????????249??2016-08-01?17:39??Properties\Settings.settings
?????目錄???????????0??2016-08-03?17:07??bin\
?????目錄???????????0??2016-08-03?17:09??bin\Debug\
?????文件???????13312??2016-08-03?17:09??bin\Debug\電子簽名案例DEMO.exe
?????文件?????????187??2016-08-01?17:39??bin\Debug\電子簽名案例DEMO.exe.config
?????文件???????26112??2016-08-03?17:09??bin\Debug\電子簽名案例DEMO.pdb
?????文件???????22984??2016-08-03?17:10??bin\Debug\電子簽名案例DEMO.vshost.exe
?????文件?????????187??2016-08-01?17:39??bin\Debug\電子簽名案例DEMO.vshost.exe.config
?????文件?????????490??2012-06-02?22:34??bin\Debug\電子簽名案例DEMO.vshost.exe.manifest
?????目錄???????????0??2016-08-03?17:13??bin\Release\
?????文件????????4945??2014-04-30?09:10??from.gif
?????目錄???????????0??2016-08-03?17:07??obj\
?????目錄???????????0??2016-08-03?17:09??obj\Debug\
?????文件?????????851??2016-08-01?17:40??obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????7152??2016-08-03?17:08??obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????目錄???????????0??2016-08-03?17:13??obj\Debug\TempPE\
?????文件???????????0??2016-08-01?17:39??obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件???????????0??2016-08-01?17:39??obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
?????文件???????????0??2016-08-01?17:39??obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
?????文件?????????180??2016-08-01?18:34??obj\Debug\電子簽名案例DEMO.Frm_Main.resources
............此處省略10個文件信息

評論

共有 條評論