using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Data.SqlClient;
using namespace FDMS
{
    public partial class frmMain : Form
    {
        public frmMain()
        {
            InitializeComponent();
        }
        public string power;
        public string names;
        public string times;
        public string HostIP;        private void frmMain_Load(object sender, EventArgs e)
        {
            switch (power)
            {
                case "0": toolStripStatusLabel5.Text = "超级管理员"; break;
                //case "0": toolStripStatusLabel4.Text = "超级管理员"; break;
                case "1": toolStripStatusLabel5.Text = "经理"; break;
                case "2": toolStripStatusLabel5.Text = "一般用户"; break;
            }
            toolStripStatusLabel2.Text = "ddd";
            toolStripStatusLabel7.Text = times;
            toolStripStatusLabel9.Text = HostIP;
            //toolStripStatusLabel2.Text = names;
            //toolStripStatusLabel6.Text = times;
            //toolStripStatusLabel8.Text = HostIP;
            
        }        //private void LvDesk_SelectedIndexChanged(object sender, EventArgs e)
        //{        //}        private void toolStripStatusLabel2_Click(object sender, EventArgs e)
        {        }        private void LvDesk_SelectedIndexChanged(object sender, EventArgs e)
        {        }
    
    
    
    }
}