一套完整的c#+mysql股票配资软件系统源码

 完整的一套c#+mysql股票资管软件(子账户系统)源码,附部分源码如下

using System;
using System.Windows.Forms;
using PCClient.Model;
using PCClient.services;
using PCClient.common;
using PCClient.UIControl;
using PCClient.tools;
using System.IO;
using System.Diagnostics;

namespace PCClient
{

    public partial class frmMain:BaseForm
    {
        public static frmMain _instance;

        public frmMain()
        {

            InitializeComponent();

           
            webBrowser1.ScriptErrorsSuppressed = true;

            _instance = this;
            this.Text = GlobalVars.APP_NAME;
            this.notifyIcon.Text = GlobalVars.APP_NAME;
            tssl_welcome.Text = "您好,欢迎使用" +GlobalVars.APP_NAME;
        }

        public static frmMain GetInstance()
        {
            return _instance;
        }
        private void frmMain_Load(object sender, EventArgs e)
        {
            this.Visible = false;

            //首先打开登录
            frmLogin loginfrm = new frmLogin();
            DialogResult result = loginfrm.ShowDialog();
            if (result == DialogResult.Cancel || GlobalVars.customer == null)
            {
                Application.Exit();
                return;
            }
            tssl_username.Text = GlobalVars.customer.u_loginname + "[" + GlobalVars.customer.u_cnname + "]";
            this.Visible = true;
            navigateTree.ExpandAll();   //导航展开
            
            //登陆后立即脉动一次
            CustomerService us = new CustomerService();
            us.KeepLogon();

            //打开买入窗口
            TreeNode treeNode = navigateTree.Nodes[0];
            string nodeTag = treeNode.Tag.ToString();
            OpenNodeByTag
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值