亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? ve-c1.tmp

?? windows mobile 2005 上可以運行的資產管理系統
?? TMP
?? 第 1 頁 / 共 2 頁
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data.SqlClient;
using System.IO;

//createprocess
//using System.Runtime.InteropServices;
//using System.Reflection;


namespace PDA_test
{
	/// <summary>
	/// Login 的摘要說明。
	/// </summary>
	public class Login : System.Windows.Forms.Form
	{
		private System.Windows.Forms.TextBox name;
		private System.Windows.Forms.TextBox password;
		//internal static Login LoginForm;
		//用戶身份驗證。
	//	private String nameCheck;
		//private String psaaCheck;
		private int textFocus;
		private System.Windows.Forms.Button login_b;
		private System.Windows.Forms.Button n1;
		private System.Windows.Forms.Button n2;
		private System.Windows.Forms.Button n3;
		private System.Windows.Forms.Button n6;
		private System.Windows.Forms.Button n5;
		private System.Windows.Forms.Button n4;
		private System.Windows.Forms.Button n9;
		private System.Windows.Forms.Button n8;
		private System.Windows.Forms.Button n7;
		private System.Windows.Forms.Button nBackSpace;
		private System.Windows.Forms.Button n0;
		private System.Windows.Forms.Button nClear;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.PictureBox pictureBox1;
		private System.Windows.Forms.Button button1;
		private System.Windows.Forms.Label label2;
		private System.Data.SqlClient.SqlConnection sql_conn;
		private System.Data.SqlClient.SqlDataAdapter sql_da;
		private System.Data.SqlClient.SqlCommandBuilder sql_cb;
		private System.Data.SqlClient.SqlCommand sql_cmd;
		private System.Data.DataTable data_uid;
		private PDA_test.ReaderForm frm_start;
		private string czy_id;
		private string czy_name;
		private System.Windows.Forms.Button button2;
		private string connSql;

#if COMPLETE_FRAMEWORK
		/// <summary>
		/// Clean up any resources being used.
		/// </summary>
		protected override void Dispose( bool disposing )
		{
			base.Dispose( disposing );
		}
#endif

		public Login()
		{
			//
			// Windows 窗體設計器支持所必需的
			//
			InitializeComponent();

			//
			// TODO: 在 InitializeComponent 調用后添加任何構造函數代碼
			//
		}
		static void Main() 
		{
			Application.Run(new Login());
		}


		/// <summary>
		/// 清理所有正在使用的資源。
		/// </summary>
		protected override void Dispose( bool disposing )
		{
			base.Dispose( disposing );
		}

		#region Windows 窗體設計器生成的代碼
		/// <summary>
		/// 設計器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內容。
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Login));
			this.login_b = new System.Windows.Forms.Button();
			this.name = new System.Windows.Forms.TextBox();
			this.password = new System.Windows.Forms.TextBox();
			this.n1 = new System.Windows.Forms.Button();
			this.n2 = new System.Windows.Forms.Button();
			this.n3 = new System.Windows.Forms.Button();
			this.n6 = new System.Windows.Forms.Button();
			this.n5 = new System.Windows.Forms.Button();
			this.n4 = new System.Windows.Forms.Button();
			this.n9 = new System.Windows.Forms.Button();
			this.n8 = new System.Windows.Forms.Button();
			this.n7 = new System.Windows.Forms.Button();
			this.nBackSpace = new System.Windows.Forms.Button();
			this.n0 = new System.Windows.Forms.Button();
			this.nClear = new System.Windows.Forms.Button();
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.pictureBox1 = new System.Windows.Forms.PictureBox();
			this.button1 = new System.Windows.Forms.Button();
			this.button2 = new System.Windows.Forms.Button();
			// 
			// login_b
			// 
			this.login_b.Font = new System.Drawing.Font("楷體_GB2312", 18F, System.Drawing.FontStyle.Bold);
			this.login_b.Location = new System.Drawing.Point(8, 224);
			this.login_b.Size = new System.Drawing.Size(144, 40);
			this.login_b.Text = "登 錄";
			this.login_b.Click += new System.EventHandler(this.button1_Click);
			// 
			// name
			// 
			this.name.BackColor = System.Drawing.SystemColors.Window;
			this.name.Location = new System.Drawing.Point(8, 128);
			this.name.Size = new System.Drawing.Size(96, 21);
			this.name.Text = "textBox1";
			this.name.GotFocus += new System.EventHandler(this.name_GotFocus);
			this.name.TextChanged += new System.EventHandler(this.name_TextChanged);
			// 
			// password
			// 
			this.password.Location = new System.Drawing.Point(8, 184);
			this.password.PasswordChar = '*';
			this.password.Size = new System.Drawing.Size(96, 21);
			this.password.Text = "textBox2";
			this.password.GotFocus += new System.EventHandler(this.password_GotFocus);
			// 
			// n1
			// 
			this.n1.Font = new System.Drawing.Font("楷體_GB2312", 14.25F, System.Drawing.FontStyle.Bold);
			this.n1.Location = new System.Drawing.Point(112, 88);
			this.n1.Size = new System.Drawing.Size(40, 32);
			this.n1.Text = "1";
			this.n1.Click += new System.EventHandler(this.n1_Click);
			// 
			// n2
			// 
			this.n2.Font = new System.Drawing.Font("楷體_GB2312", 14.25F, System.Drawing.FontStyle.Bold);
			this.n2.Location = new System.Drawing.Point(152, 88);
			this.n2.Size = new System.Drawing.Size(40, 32);
			this.n2.Text = "2";
			this.n2.Click += new System.EventHandler(this.n2_Click);
			// 
			// n3
			// 
			this.n3.Font = new System.Drawing.Font("楷體_GB2312", 14.25F, System.Drawing.FontStyle.Bold);
			this.n3.Location = new System.Drawing.Point(192, 88);
			this.n3.Size = new System.Drawing.Size(40, 32);
			this.n3.Text = "3";
			this.n3.Click += new System.EventHandler(this.n3_Click);
			// 
			// n6
			// 
			this.n6.Font = new System.Drawing.Font("楷體_GB2312", 14.25F, System.Drawing.FontStyle.Bold);
			this.n6.Location = new System.Drawing.Point(192, 120);
			this.n6.Size = new System.Drawing.Size(40, 32);
			this.n6.Text = "6";
			this.n6.Click += new System.EventHandler(this.n6_Click);
			// 
			// n5
			// 
			this.n5.Font = new System.Drawing.Font("楷體_GB2312", 14.25F, System.Drawing.FontStyle.Bold);
			this.n5.Location = new System.Drawing.Point(152, 120);
			this.n5.Size = new System.Drawing.Size(40, 32);
			this.n5.Text = "5";
			this.n5.Click += new System.EventHandler(this.n5_Click);
			// 
			// n4
			// 
			this.n4.Font = new System.Drawing.Font("楷體_GB2312", 14.25F, System.Drawing.FontStyle.Bold);
			this.n4.Location = new System.Drawing.Point(112, 120);
			this.n4.Size = new System.Drawing.Size(40, 32);
			this.n4.Text = "4";
			this.n4.Click += new System.EventHandler(this.n4_Click);
			// 
			// n9
			// 
			this.n9.Font = new System.Drawing.Font("楷體_GB2312", 14.25F, System.Drawing.FontStyle.Bold);
			this.n9.Location = new System.Drawing.Point(192, 152);
			this.n9.Size = new System.Drawing.Size(40, 32);
			this.n9.Text = "9";
			this.n9.Click += new System.EventHandler(this.n9_Click);
			// 
			// n8
			// 
			this.n8.Font = new System.Drawing.Font("楷體_GB2312", 14.25F, System.Drawing.FontStyle.Bold);
			this.n8.Location = new System.Drawing.Point(152, 152);
			this.n8.Size = new System.Drawing.Size(40, 32);
			this.n8.Text = "8";
			this.n8.Click += new System.EventHandler(this.n8_Click);
			// 
			// n7
			// 
			this.n7.Font = new System.Drawing.Font("楷體_GB2312", 14.25F, System.Drawing.FontStyle.Bold);
			this.n7.Location = new System.Drawing.Point(112, 152);
			this.n7.Size = new System.Drawing.Size(40, 32);
			this.n7.Text = "7";
			this.n7.Click += new System.EventHandler(this.n7_Click);
			// 
			// nBackSpace
			// 
			this.nBackSpace.Font = new System.Drawing.Font("楷體_GB2312", 9F, System.Drawing.FontStyle.Bold);
			this.nBackSpace.Location = new System.Drawing.Point(192, 184);
			this.nBackSpace.Size = new System.Drawing.Size(40, 32);
			this.nBackSpace.Text = "退格";
			this.nBackSpace.Click += new System.EventHandler(this.nBackSpace_Click);
			// 
			// n0
			// 
			this.n0.Font = new System.Drawing.Font("楷體_GB2312", 14.25F, System.Drawing.FontStyle.Bold);
			this.n0.Location = new System.Drawing.Point(152, 184);
			this.n0.Size = new System.Drawing.Size(40, 32);
			this.n0.Text = "0";
			this.n0.Click += new System.EventHandler(this.n0_Click);
			// 
			// nClear
			// 
			this.nClear.Font = new System.Drawing.Font("楷體_GB2312", 9F, System.Drawing.FontStyle.Bold);
			this.nClear.Location = new System.Drawing.Point(112, 184);
			this.nClear.Size = new System.Drawing.Size(40, 32);
			this.nClear.Text = "清除";
			this.nClear.Click += new System.EventHandler(this.nClear_Click);
			// 
			// label1
			// 
			this.label1.Font = new System.Drawing.Font("楷體_GB2312", 12F, System.Drawing.FontStyle.Bold);
			this.label1.ForeColor = System.Drawing.Color.Blue;
			this.label1.Location = new System.Drawing.Point(8, 104);
			this.label1.Size = new System.Drawing.Size(72, 24);
			this.label1.Text = "工號:";
			// 
			// label2
			// 
			this.label2.Font = new System.Drawing.Font("楷體_GB2312", 12F, System.Drawing.FontStyle.Bold);
			this.label2.ForeColor = System.Drawing.Color.Blue;
			this.label2.Location = new System.Drawing.Point(8, 160);
			this.label2.Size = new System.Drawing.Size(72, 24);
			this.label2.Text = "密碼:";
			// 
			// pictureBox1
			// 
			this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
			this.pictureBox1.Size = new System.Drawing.Size(240, 280);
			this.pictureBox1.ParentChanged += new System.EventHandler(this.pictureBox1_ParentChanged);
			// 
			// button1
			// 
			this.button1.Font = new System.Drawing.Font("楷體_GB2312", 18F, System.Drawing.FontStyle.Bold);
			this.button1.Location = new System.Drawing.Point(160, 224);
			this.button1.Size = new System.Drawing.Size(72, 40);
			this.button1.Text = "退出";
			this.button1.Click += new System.EventHandler(this.button1_Click_1);
			// 
			// button2
			// 
			this.button2.Location = new System.Drawing.Point(152, 8);
			this.button2.Size = new System.Drawing.Size(80, 24);
			this.button2.Text = "button2";
			this.button2.Visible = false;
			this.button2.Click += new System.EventHandler(this.button2_Click);
			// 
			// Login
			// 
			this.Controls.Add(this.button2);
			this.Controls.Add(this.button1);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.nBackSpace);
			this.Controls.Add(this.n0);
			this.Controls.Add(this.nClear);
			this.Controls.Add(this.n9);
			this.Controls.Add(this.n8);
			this.Controls.Add(this.n7);
			this.Controls.Add(this.n6);
			this.Controls.Add(this.n5);
			this.Controls.Add(this.n4);
			this.Controls.Add(this.n3);
			this.Controls.Add(this.n2);
			this.Controls.Add(this.n1);
			this.Controls.Add(this.password);
			this.Controls.Add(this.name);
			this.Controls.Add(this.login_b);
			this.Controls.Add(this.pictureBox1);
			this.Text = "登錄";
			this.Load += new System.EventHandler(this.Login_Load);

		}
		#endregion

		private void Login_Load(object sender, System.EventArgs e)
		{
			name.Text="";
			password.Text="";
			name.Focus();
			textFocus=1;	//焦點為name
			if(Symbol.Win32.PlatformType == "PocketPC")
			{
				this.Menu = new MainMenu();
			}
//fghisdb503
			 //connSql="data source=172.16.10.11,1433;user id=fugle;initial catalog=FGYPDB;password=fghisdb503";
			try 
			{
			//sql_conn = new SqlConnection( connSql );	
			}
			catch (SqlException ex) 
			{
				//MessageBox.Show( "Error connecting to the server: " + ex.Message );
				//MessageBox.Show("網絡故障,連接中斷,請重起程序。");
				//MessageBox.Show(this.connSql.ToString());
			}

		}

		private void button1_Click(object sender, System.EventArgs e)
		{
			//
			//此處添加數據庫聯接與權限判斷模塊
			//
//				if (ReaderForm.frm1==null)
//				{
//					ReaderForm.frm1=new ReaderForm();
//				}
//				LoginForm=this;
//				ReaderForm.frm1.Show();
//				ReaderForm.frm1.gonghao.Text=name.Text;
//				LoginForm.Hide();
			string log_name=this.name.Text.ToString().Trim();
			string log_pwd=this.password.Text.ToString().Trim();
			czy_id="wrong";
			this.pwd_confirm(log_name,log_pwd);
			if (czy_id=="wrong")
			{	
			}
			else
			{
				
				this.frm_start=new ReaderForm(this);
				this.frm_start.gonghao.Text=czy_id.ToString();
				this.frm_start.label_name.Text=this.czy_name.ToString();
				this.frm_start.log_name=czy_id.ToString().Trim();
				this.frm_start.Sql_string=connSql.ToString();
				password.Text="";
				this.frm_start.Show();
				this.Hide();
			}
			
		}


		private void pwd_confirm(string in_name ,string pwd_in)
		{
			//data_uid=new System.Data.DataTable();
			try
			{	
				
				this.czy_id=" ";
				//sql_cmd=new SqlCommand();
				//sql_cmd.Connection=sql_conn;
				//string lc_sql_cmd="exec get_uid  '"+in_name.ToString().Trim()+"'";
				//sql_conn.Open();
				//sql_da =new SqlDataAdapter(lc_sql_cmd, sql_conn );
				//sql_cb =new SqlCommandBuilder( sql_da );
				//sql_da.Fill(data_uid);	
				//sql_conn.Close();

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
一区二区三区中文字幕| 国产成人亚洲综合色影视| 久久成人麻豆午夜电影| 成人av在线资源网站| 欧美日韩一区二区三区四区| 亚洲国产精品成人综合| 全国精品久久少妇| 99精品视频在线播放观看| 欧美videofree性高清杂交| 亚洲乱码国产乱码精品精可以看 | 中文幕一区二区三区久久蜜桃| 亚洲制服丝袜av| 成人h动漫精品一区二区| 欧美大度的电影原声| 亚洲国产三级在线| 在线亚洲一区二区| 亚洲欧洲国产日本综合| 国产福利视频一区二区三区| 欧美一区二区三区电影| 亚洲一区二区三区在线播放| 99re视频这里只有精品| 国产日本一区二区| 久久99精品国产91久久来源| 717成人午夜免费福利电影| 亚洲综合一区二区三区| 色综合色狠狠综合色| 国产精品伦一区| 成人精品国产免费网站| 国产日韩在线不卡| 国产91精品精华液一区二区三区| 精品成人佐山爱一区二区| 麻豆免费看一区二区三区| 欧美精选午夜久久久乱码6080| 亚洲综合在线免费观看| 在线观看日韩毛片| 亚洲制服丝袜av| 欧美日韩成人一区| 首页亚洲欧美制服丝腿| 欧美一区国产二区| 麻豆精品在线播放| 精品久久久久久久人人人人传媒 | 精品一区二区三区久久久| 欧美哺乳videos| 国产美女一区二区| 国产人成一区二区三区影院| 99久久精品免费| 亚洲激情六月丁香| 欧美精品精品一区| 美女视频免费一区| 国产欧美日韩在线观看| 色呦呦网站一区| 亚洲国产日韩在线一区模特| 欧美乱妇20p| 精品一区免费av| 国产精品久久久久久久岛一牛影视| 成人av在线电影| 午夜精品爽啪视频| 日韩欧美国产高清| 成人激情综合网站| 亚洲乱码中文字幕| 欧美一级黄色录像| 成人av网站大全| 亚洲成av人在线观看| 精品国产免费一区二区三区四区| 高清国产一区二区| 亚洲国产一区视频| 久久婷婷一区二区三区| 91社区在线播放| 美女看a上一区| 国产精品久久久久婷婷二区次| 欧美精品tushy高清| 国产精品小仙女| 五月婷婷激情综合| 国产精品丝袜久久久久久app| 欧美影院午夜播放| 国产在线麻豆精品观看| 亚洲精品亚洲人成人网| www久久精品| 欧美影院午夜播放| 成人深夜视频在线观看| 天堂va蜜桃一区二区三区漫画版| 久久九九久精品国产免费直播| 欧洲一区在线观看| 国产黄色成人av| 日韩黄色免费电影| 亚洲精品成人悠悠色影视| 久久精品亚洲精品国产欧美 | 亚洲va国产va欧美va观看| 国产欧美一区在线| 91精品综合久久久久久| 色综合视频一区二区三区高清| 国产乱子轮精品视频| 午夜欧美一区二区三区在线播放| 国产欧美精品在线观看| 日韩欧美精品在线视频| 欧美日韩精品一区二区三区| 国产精品1区2区| 久久精品免费观看| 视频一区在线播放| 亚洲精品欧美综合四区| 欧美国产97人人爽人人喊| 欧美哺乳videos| 欧美一区二区三区在线| 欧美日韩久久久一区| 色94色欧美sute亚洲13| 成人免费视频免费观看| 狠狠v欧美v日韩v亚洲ⅴ| 日本一区中文字幕| 日日骚欧美日韩| 亚洲国产视频网站| 亚洲电影一区二区| 亚洲精品高清在线| 一区二区三区免费网站| 最新久久zyz资源站| 中文字幕亚洲一区二区av在线| 国产视频一区二区在线| 欧美韩国一区二区| 亚洲国产高清在线| 中文幕一区二区三区久久蜜桃| 欧美极品美女视频| 国产精品视频一二三| 国产精品欧美久久久久一区二区| 国产喷白浆一区二区三区| www激情久久| 欧美国产精品中文字幕| 国产精品欧美经典| 亚洲色图丝袜美腿| 一区二区三区成人| 午夜精品福利一区二区三区av| 视频一区二区三区在线| 日韩成人一区二区| 精品午夜一区二区三区在线观看| 国产传媒日韩欧美成人| www.欧美色图| 欧美三级资源在线| 日韩美女一区二区三区四区| www亚洲一区| 亚洲欧美国产毛片在线| 亚洲成在人线在线播放| 麻豆精品一区二区| 福利一区二区在线| 在线观看亚洲专区| 日韩欧美国产一区在线观看| 亚洲国产电影在线观看| 亚洲一区av在线| 精品一区二区精品| 成人av网站在线观看免费| 欧美吞精做爰啪啪高潮| 精品福利在线导航| 亚洲色图一区二区| 美国毛片一区二区三区| av电影在线观看完整版一区二区| 欧美色精品在线视频| 久久免费国产精品| 亚洲精品成人悠悠色影视| 免费成人小视频| av电影天堂一区二区在线观看| 欧美日韩aaaaaa| 国产精品大尺度| 日本不卡视频一二三区| 92精品国产成人观看免费| 56国语精品自产拍在线观看| 国产精品免费aⅴ片在线观看| 亚洲v日本v欧美v久久精品| 国产高清久久久| 欧美一区二区三区精品| 亚洲精品国产无天堂网2021| 国产麻豆精品一区二区| 欧美日韩一本到| 最新不卡av在线| 国内精品伊人久久久久av影院| 欧美在线视频日韩| 国产精品乱人伦| 久久超碰97人人做人人爱| 91精品办公室少妇高潮对白| 国产欧美日韩在线看| 免播放器亚洲一区| 欧美午夜影院一区| 亚洲日穴在线视频| 国产成人在线观看免费网站| 日韩一级二级三级| 天天综合天天综合色| 91在线观看成人| 国产精品视频一二三区| 精品亚洲欧美一区| 91精品国产高清一区二区三区蜜臀| 亚洲三级在线观看| 不卡一二三区首页| 国产亚洲综合性久久久影院| 奇米影视在线99精品| 欧美精品vⅰdeose4hd| 亚洲成年人网站在线观看| 91国偷自产一区二区三区观看 | 欧美日韩一级黄| 亚洲国产成人av网| 欧美性受极品xxxx喷水| 亚洲一区日韩精品中文字幕| 一本久久精品一区二区| 亚洲视频你懂的| 色综合久久久久久久久|