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

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

?? sftx.cs

?? 此為本人和同學所開發的酒店管理系統.C#.net.也是軟件工程課程的作業.
?? CS
字號:
using System;using System.Collections;using System.ComponentModel;using System.Drawing;using System.Windows.Forms;using System.Data ;using System.Data .SqlClient ;namespace RoomManage{	public class sftx : RoomManage.pub	{		private System.ComponentModel.IContainer components = null;		public sftx(string s)		{			// 該調用是 Windows 窗體設計器所必需的。			InitializeComponent();			this.opername =s;			// TODO: 在 InitializeComponent 調用后添加任何初始化		}		/// <summary>		/// 清理所有正在使用的資源。		/// </summary>		protected override void Dispose( bool disposing )		{			if( disposing )			{				if (components != null) 				{					components.Dispose();				}			}			base.Dispose( disposing );		}		#region 設計器生成的代碼		/// <summary>		/// 設計器支持所需的方法 - 不要使用代碼編輯器修改		/// 此方法的內容。		/// </summary>		private void InitializeComponent()		{			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(sftx));
			this.groupBox4 = new System.Windows.Forms.GroupBox();
			this.label2 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.button2 = new System.Windows.Forms.Button();
			this.groupBox6 = new System.Windows.Forms.GroupBox();
			this.label3 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.groupBox5 = new System.Windows.Forms.GroupBox();
			this.dg1 = new System.Windows.Forms.DataGrid();
			this.dg2 = new System.Windows.Forms.DataGrid();
			this.groupBox2.SuspendLayout();
			this.groupBox3.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dg1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.dg2)).BeginInit();
			// 
			// button1
			// 
			this.button1.Location = new System.Drawing.Point(8, 80);
			this.button1.Name = "button1";
			// 
			// groupBox1
			// 
			this.groupBox1.Name = "groupBox1";
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.button2);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Controls.SetChildIndex(this.button1, 0);
			this.groupBox2.Controls.SetChildIndex(this.button2, 0);
			// 
			// pictureBox1
			// 
			this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
			this.pictureBox1.Name = "pictureBox1";
			// 
			// groupBox3
			// 
			this.groupBox3.Controls.Add(this.dg2);
			this.groupBox3.Controls.Add(this.dg1);
			this.groupBox3.Controls.Add(this.groupBox5);
			this.groupBox3.Controls.Add(this.label4);
			this.groupBox3.Controls.Add(this.label3);
			this.groupBox3.Controls.Add(this.groupBox6);
			this.groupBox3.Controls.Add(this.label2);
			this.groupBox3.Controls.Add(this.label1);
			this.groupBox3.Controls.Add(this.groupBox4);
			this.groupBox3.Name = "groupBox3";
			// 
			// groupBox4
			// 
			this.groupBox4.Location = new System.Drawing.Point(0, 240);
			this.groupBox4.Name = "groupBox4";
			this.groupBox4.Size = new System.Drawing.Size(384, 3);
			this.groupBox4.TabIndex = 3;
			this.groupBox4.TabStop = false;
			this.groupBox4.Text = "groupBox4";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(200, 248);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(144, 23);
			this.label2.TabIndex = 5;
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(8, 248);
			this.label1.Name = "label1";
			this.label1.TabIndex = 4;
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// button2
			// 
			this.button2.Location = new System.Drawing.Point(8, 32);
			this.button2.Name = "button2";
			this.button2.Size = new System.Drawing.Size(48, 23);
			this.button2.TabIndex = 1;
			this.button2.Text = "查詢";
			this.button2.Click += new System.EventHandler(this.button2_Click);
			// 
			// groupBox6
			// 
			this.groupBox6.Location = new System.Drawing.Point(0, 48);
			this.groupBox6.Name = "groupBox6";
			this.groupBox6.Size = new System.Drawing.Size(384, 3);
			this.groupBox6.TabIndex = 21;
			this.groupBox6.TabStop = false;
			// 
			// label3
			// 
			this.label3.Font = new System.Drawing.Font("宋體", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label3.ForeColor = System.Drawing.Color.Red;
			this.label3.Location = new System.Drawing.Point(8, 19);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(168, 23);
			this.label3.TabIndex = 22;
			this.label3.Text = "昨日尚未增款的客人";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label4
			// 
			this.label4.Font = new System.Drawing.Font("宋體", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label4.ForeColor = System.Drawing.Color.Blue;
			this.label4.Location = new System.Drawing.Point(208, 19);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(168, 23);
			this.label4.TabIndex = 23;
			this.label4.Text = "今日需要增款的客人";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// groupBox5
			// 
			this.groupBox5.Location = new System.Drawing.Point(192, 0);
			this.groupBox5.Name = "groupBox5";
			this.groupBox5.Size = new System.Drawing.Size(3, 240);
			this.groupBox5.TabIndex = 24;
			this.groupBox5.TabStop = false;
			// 
			// dg1
			// 
			this.dg1.AlternatingBackColor = System.Drawing.Color.Silver;
			this.dg1.BackColor = System.Drawing.Color.White;
			this.dg1.BackgroundColor = System.Drawing.Color.Lavender;
			this.dg1.CaptionBackColor = System.Drawing.Color.Maroon;
			this.dg1.CaptionFont = new System.Drawing.Font("Tahoma", 8F);
			this.dg1.CaptionForeColor = System.Drawing.Color.White;
			this.dg1.CaptionText = "查詢結果";
			this.dg1.DataMember = "";
			this.dg1.Font = new System.Drawing.Font("Tahoma", 8F);
			this.dg1.ForeColor = System.Drawing.Color.Black;
			this.dg1.GridLineColor = System.Drawing.Color.Silver;
			this.dg1.HeaderBackColor = System.Drawing.Color.Silver;
			this.dg1.HeaderFont = new System.Drawing.Font("Tahoma", 8F);
			this.dg1.HeaderForeColor = System.Drawing.Color.Black;
			this.dg1.LinkColor = System.Drawing.Color.Maroon;
			this.dg1.Location = new System.Drawing.Point(0, 56);
			this.dg1.Name = "dg1";
			this.dg1.ParentRowsBackColor = System.Drawing.Color.Silver;
			this.dg1.ParentRowsForeColor = System.Drawing.Color.Black;
			this.dg1.ReadOnly = true;
			this.dg1.SelectionBackColor = System.Drawing.Color.Maroon;
			this.dg1.SelectionForeColor = System.Drawing.Color.White;
			this.dg1.Size = new System.Drawing.Size(190, 184);
			this.dg1.TabIndex = 25;
			// 
			// dg2
			// 
			this.dg2.AlternatingBackColor = System.Drawing.Color.GhostWhite;
			this.dg2.BackColor = System.Drawing.Color.GhostWhite;
			this.dg2.BackgroundColor = System.Drawing.Color.Lavender;
			this.dg2.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.dg2.CaptionBackColor = System.Drawing.Color.RoyalBlue;
			this.dg2.CaptionForeColor = System.Drawing.Color.White;
			this.dg2.CaptionText = "查詢結果";
			this.dg2.DataMember = "";
			this.dg2.FlatMode = true;
			this.dg2.Font = new System.Drawing.Font("Tahoma", 8F);
			this.dg2.ForeColor = System.Drawing.Color.MidnightBlue;
			this.dg2.GridLineColor = System.Drawing.Color.RoyalBlue;
			this.dg2.HeaderBackColor = System.Drawing.Color.MidnightBlue;
			this.dg2.HeaderFont = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
			this.dg2.HeaderForeColor = System.Drawing.Color.Lavender;
			this.dg2.LinkColor = System.Drawing.Color.Teal;
			this.dg2.Location = new System.Drawing.Point(196, 56);
			this.dg2.Name = "dg2";
			this.dg2.ParentRowsBackColor = System.Drawing.Color.Lavender;
			this.dg2.ParentRowsForeColor = System.Drawing.Color.MidnightBlue;
			this.dg2.ReadOnly = true;
			this.dg2.SelectionBackColor = System.Drawing.Color.Teal;
			this.dg2.SelectionForeColor = System.Drawing.Color.PaleGreen;
			this.dg2.Size = new System.Drawing.Size(188, 184);
			this.dg2.TabIndex = 26;
			// 
			// sftx
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
			this.ClientSize = new System.Drawing.Size(480, 283);
			this.Name = "sftx";
			this.Text = "宿費提醒";
			this.Load += new System.EventHandler(this.sftx_Load);
			this.groupBox2.ResumeLayout(false);
			this.groupBox3.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.dg1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.dg2)).EndInit();

		}		#endregion

		private System.Windows.Forms.GroupBox groupBox4;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.Button button2;
		private System.Windows.Forms.GroupBox groupBox6;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.GroupBox groupBox5;
		private System.Windows.Forms.DataGrid dg1;
		private System.Windows.Forms.DataGrid dg2;
		string opername;//傳遞操作員姓名
		private void sftx_Load(object sender, System.EventArgs e)
		{
			this.AcceptButton =this.button2 ;
			this.label1 .Text ="操 作 員:"+this.opername ;
			this.label2 .Text ="查詢日期:"+System.DateTime .Today.Date.ToShortDateString();

			//綁定dg1
			DataConn dc=new DataConn ();
			string str=dc.connstr ;
			SqlConnection conn=new SqlConnection (str);
			DataSet dataset=new DataSet ();
			string sql="select 憑證號碼,姓名,房間號,聯系電話,提醒日期 from tabdjb where 提醒日期<'"+System.DateTime .Today .ToShortDateString() +"'";
			SqlDataAdapter a1=new SqlDataAdapter (sql,conn);
			a1.Fill (dataset,"t1");
			dg1.DataSource =dataset.Tables ["t1"];
			
			a1.Dispose ();
			dataset.Dispose ();
		}

		private void button2_Click(object sender, System.EventArgs e)
		{
			//綁定dg2
			DataConn dc=new DataConn ();
			string str=dc.connstr ;
			SqlConnection conn=new SqlConnection (str);
			DataSet dataset=new DataSet ();
			string sql="select 憑證號碼,姓名,房間號,聯系電話 from tabdjb where 提醒日期='"+System.DateTime .Today .ToShortDateString() +"'";
			SqlDataAdapter a1=new SqlDataAdapter (sql,conn);
			a1.Fill (dataset,"t1");
			dg2.DataSource =dataset.Tables ["t1"];
			
			a1.Dispose ();
			dataset.Dispose ();
		
		}	}}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲国产毛片aaaaa无费看| 亚洲丝袜自拍清纯另类| 欧美色老头old∨ideo| 成人黄色电影在线| 色婷婷激情一区二区三区| 色综合天天综合网国产成人综合天| 99久久久无码国产精品| 91老师国产黑色丝袜在线| 欧美日韩精品综合在线| 欧美伊人久久大香线蕉综合69| 色哦色哦哦色天天综合| 欧美高清视频在线高清观看mv色露露十八 | 欧美一区二区免费| 精品免费国产二区三区 | 韩日av一区二区| av在线这里只有精品| 欧美日韩国产成人在线91| 日韩精品专区在线影院重磅| 欧美成人性福生活免费看| 欧美成人在线直播| 亚洲天堂成人网| 激情图片小说一区| 欧美做爰猛烈大尺度电影无法无天| 4438x亚洲最大成人网| 国产精品久久久久久久裸模| 无码av免费一区二区三区试看| 成人亚洲一区二区一| 欧美日韩视频专区在线播放| 精品三级av在线| 一区二区三区四区精品在线视频| 国内精品伊人久久久久影院对白| 色婷婷亚洲婷婷| 国产精品免费视频一区| 亚洲国产综合色| 久久精品99国产精品| 成人免费看视频| 国产日产亚洲精品系列| 激情小说亚洲一区| 欧美不卡在线视频| 裸体一区二区三区| 日韩精品一区二区三区四区视频| 天堂一区二区在线| 91精品国产一区二区三区| 婷婷六月综合亚洲| 91精品中文字幕一区二区三区| 亚洲综合自拍偷拍| 欧美日韩亚洲综合在线| 日韩专区一卡二卡| 在线观看一区不卡| 亚洲国产日韩a在线播放性色| 91蝌蚪国产九色| 一区二区三区日本| 欧美精品亚洲一区二区在线播放| 亚洲成人av中文| 精品奇米国产一区二区三区| 国内偷窥港台综合视频在线播放| 久久精品人人爽人人爽| 色综合一个色综合| 久久精品国产精品青草| 久久久亚洲午夜电影| 色吊一区二区三区| 国产成人免费视频网站| 亚洲免费观看视频| 欧美男男青年gay1069videost| 久久精品国产一区二区| 国产精品免费丝袜| 欧美精品乱码久久久久久按摩| 国产激情一区二区三区四区| 一级日本不卡的影视| 精品国产一区二区国模嫣然| 91网上在线视频| 狠狠网亚洲精品| 亚洲.国产.中文慕字在线| 国产亚洲一本大道中文在线| 欧美色综合天天久久综合精品| 日韩国产在线一| 日韩久久一区二区| 亚洲三级理论片| 久久久久国产一区二区三区四区| 99久久精品国产一区二区三区| 日韩av中文字幕一区二区三区| 一区二区三区四区乱视频| 欧美国产日韩a欧美在线观看| 91麻豆精品国产综合久久久久久 | 欧美一卡二卡三卡| 欧美色倩网站大全免费| 欧美日韩一区二区三区在线| 91视频.com| 欧美蜜桃一区二区三区| 欧美精品一二三| 欧美成人精品福利| 久久久久久久性| 精品三级在线观看| 久久精品在线观看| 精品三级在线观看| 国产日产欧产精品推荐色| 久久你懂得1024| 中文文精品字幕一区二区| 国产精品欧美一区喷水| 亚洲精品va在线观看| 午夜视黄欧洲亚洲| 国产成人精品免费看| 色丁香久综合在线久综合在线观看| 99久久精品一区| 欧美成人猛片aaaaaaa| 中文字幕日韩欧美一区二区三区| 亚洲欧美日韩国产成人精品影院| 亚洲午夜av在线| 国v精品久久久网| 成人黄色在线看| 欧美一区二区视频免费观看| 精品成人在线观看| 亚洲一区二区三区视频在线播放 | 91丨porny丨在线| 欧美一区三区二区| 亚洲线精品一区二区三区| 国内精品嫩模私拍在线| 在线看国产一区| 国产精品伦理在线| 国产最新精品精品你懂的| 色婷婷综合五月| 亚洲日韩欧美一区二区在线| 国产成人一区在线| 久久久亚洲国产美女国产盗摄| 亚洲免费伊人电影| 国产一区啦啦啦在线观看| 欧美一区二区在线观看| 亚洲韩国一区二区三区| 色噜噜夜夜夜综合网| 亚洲综合色视频| 色国产精品一区在线观看| 一区二区三区.www| 欧美综合在线视频| 午夜精品久久久久久久久久| 欧美综合一区二区| 亚洲国产你懂的| 日韩欧美一二三区| 极品少妇一区二区| 国产精品网站在线播放| 不卡高清视频专区| 亚洲一级电影视频| 欧美一级在线观看| 国产精品亚洲а∨天堂免在线| 久久精品欧美日韩精品| 99国产精品久| 日韩成人精品在线| 久久久久久久久一| 欧美系列一区二区| 成人一二三区视频| 午夜久久久久久久久| 久久九九久精品国产免费直播| 94-欧美-setu| 国内精品伊人久久久久影院对白| 国产清纯在线一区二区www| 在线亚洲免费视频| 国产一区二区美女诱惑| 亚洲免费大片在线观看| 久久青草欧美一区二区三区| 99免费精品在线| 国产一区二区三区香蕉 | 国模大尺度一区二区三区| 日韩理论片一区二区| 久久久久久久av麻豆果冻| 欧美日韩一区久久| 色狠狠色噜噜噜综合网| 国产成人在线看| 国产乱码字幕精品高清av | 337p亚洲精品色噜噜噜| 91国偷自产一区二区开放时间 | 亚洲色欲色欲www| 精品日产卡一卡二卡麻豆| 欧美喷潮久久久xxxxx| 精品视频一区二区不卡| 91色婷婷久久久久合中文| 成人免费毛片嘿嘿连载视频| 国内精品国产三级国产a久久| 麻豆免费看一区二区三区| 日本一道高清亚洲日美韩| 亚洲婷婷综合色高清在线| 亚洲欧美怡红院| 亚洲视频一区二区免费在线观看 | 国产精品影视天天线| 精品亚洲porn| 成人激情免费电影网址| 成人中文字幕在线| 成人h动漫精品| 在线国产电影不卡| 精品国产不卡一区二区三区| 欧美日韩久久久一区| 日韩天堂在线观看| 久久精品亚洲精品国产欧美| 中文字幕一区二区三区精华液| **欧美大码日韩| 亚洲成人av一区二区三区| 精品一区二区三区欧美| 盗摄精品av一区二区三区| 色婷婷久久久久swag精品| 欧美大片在线观看一区| 亚洲人吸女人奶水| 国产成人精品一区二区三区四区 |