• 大小: 8.70M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2024-06-15
  • 语言: C#
  • 标签: 导航  框架  C#  

资源简介

自己写的C#左侧导航框架

我自己写的C#左侧导航框架,采用类SunnyUI控件,界面美观易用,值得下载,作为程序的界面框架。

开发工具采用vs2019 / vs2022均可。建议用vs2022!

资源截图

代码片段和文件信息

using BullStockQuant.CommOpDB;
using BullStockQuant.DAO;
using Sunny.UI;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Diagnostics;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace BullStockQuant
{
    public partial class FLogin : UILoginForm
    {
        public FLogin()
        {
            InitializeComponent();
        }

        private void FLogin_ButtonLoginClick(object sender System.EventArgs e)
        {
            //UserName就是封装了界面里用户名输入框的值
            //Password就是封装了界面里密码输入框的值
            if (UserName == ““ || Password == ““)
            {
                ShowErrorDialog(“请输入用户名称和密码!“);
                return;
            }
            //select single
            //UserDao udo = new UserDao();
            int i = UserDao.UserLogin(UserName Password);
            
            if (i>0)
            {
                IsLogin = true;
                Close();
            }
            else
            {
                ShowErrorTip(“用户名或者密码错误。“);
            }
        }
        /*c#程序退出的几种方法:
         (1)Application.Exit()//好像只在主线程可以起作用,而且当有线程,或者是阻塞方法的情况下,很容易失灵。
         (2) System.Environment.Exit(0) //无论在主线程或其它线程,都可以吧程序结束干净
         (3)Application.ExitThread();*/
        private void FLogin_btnCancel_Click(object sender EventArgs e)
        {
            if (ShowAskDialog(“是否要退出登录?“))
            {
                Process.GetCurrentProcess().Kill();//此方法完全奏效,绝对是完全退出
            }
            else
            {
                //ShowErrorTip(“您点击了取消按钮“);
            }            
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        248  2021-12-29 19:54  BullStockQuant\.vs\BullStockQuant\project-colors.json

    ..A..H.    118784  2022-03-25 11:08  BullStockQuant\.vs\BullStockQuant\v16\.suo

    ..A..H.     84992  2022-01-14 21:19  BullStockQuant\.vs\BullStockQuant\v17\.suo

     文件     262144  2021-12-29 19:54  BullStockQuant\.vs\slnx.sqlite

     文件         78  2021-12-29 19:54  BullStockQuant\.vs\VSWorkspaceState.json

     文件        780  2021-12-26 12:26  BullStockQuant\BullStockQuant\App.config

     文件    2328064  2019-03-18 11:53  BullStockQuant\BullStockQuant\bin\Debug\BouncyCastle.Crypto.dll

     文件      32768  2022-03-25 11:07  BullStockQuant\BullStockQuant\bin\Debug\BullStockQuant.exe

     文件       6533  2022-01-14 21:57  BullStockQuant\BullStockQuant\bin\Debug\BullStockQuant.exe.config

     文件      62976  2022-03-25 11:07  BullStockQuant\BullStockQuant\bin\Debug\BullStockQuant.pdb

     文件     390128  2020-11-13 15:09  BullStockQuant\BullStockQuant\bin\Debug\Google.Protobuf.dll

     文件      60416  2020-09-12 01:11  BullStockQuant\BullStockQuant\bin\Debug\K4os.Compression.LZ4.dll

     文件      37376  2020-09-12 01:11  BullStockQuant\BullStockQuant\bin\Debug\K4os.Compression.LZ4.Streams.dll

     文件      12288  2019-07-03 20:39  BullStockQuant\BullStockQuant\bin\Debug\K4os.Hash.xxHash.dll

     文件    1512960  2021-09-28 05:29  BullStockQuant\BullStockQuant\bin\Debug\MySql.Data.dll

     文件     970493  2021-09-28 05:28  BullStockQuant\BullStockQuant\bin\Debug\MySql.Data.xml

     文件     701992  2021-03-18 04:03  BullStockQuant\BullStockQuant\bin\Debug\Newtonsoft.Json.dll

     文件     710224  2021-03-18 03:58  BullStockQuant\BullStockQuant\bin\Debug\Newtonsoft.Json.xml

     文件    1331200  2021-12-21 19:11  BullStockQuant\BullStockQuant\bin\Debug\SqlSugar.dll

     文件     202752  2021-12-24 23:04  BullStockQuant\BullStockQuant\bin\Debug\SunnyUI.Common.dll

     文件    2313728  2021-12-24 23:04  BullStockQuant\BullStockQuant\bin\Debug\SunnyUI.dll

     文件      20856  2022-02-16 09:52  BullStockQuant\BullStockQuant\bin\Debug\System.Buffers.dll

     文件     380848  2017-11-20 18:09  BullStockQuant\BullStockQuant\bin\Debug\System.Configuration.ConfigurationManager.dll

     文件     141184  2022-02-16 09:52  BullStockQuant\BullStockQuant\bin\Debug\System.Memory.dll

     文件     115856  2022-02-16 09:52  BullStockQuant\BullStockQuant\bin\Debug\System.Numerics.Vectors.dll

     文件      24880  2017-07-19 10:01  BullStockQuant\BullStockQuant\bin\Debug\System.Security.Cryptography.ProtectedData.dll

     文件      92536  2019-11-15 08:56  BullStockQuant\BullStockQuant\bin\Debug\System.Security.Permissions.dll

     文件      25976  2019-11-15 08:56  BullStockQuant\BullStockQuant\bin\Debug\System.Windows.Extensions.dll

     文件      55808  2021-09-28 05:28  BullStockQuant\BullStockQuant\bin\Debug\Ubiety.Dns.Core.dll

     文件      28672  2021-09-28 05:28  BullStockQuant\BullStockQuant\bin\Debug\ZstdNet.dll

............此处省略94个文件信息

评论

共有 条评论