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

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

?? hotspotform.cs

?? c#編寫的汽車銷售公司erp進銷存系統
?? CS
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using DevExpress.Utils;
using DevExpress.XtraTreeList;
using DevExpress.XtraTreeList.Columns;
using DevExpress.XtraTreeList.Nodes;
using CallCenter.BusinessLayer;
using CallCenter.DALFactory;
using CallCenter.IDAL;
using CallCenter.Modules;
using CallCenter.OracleDAL;
using System.Data;

namespace  CallCenter.BusinessInterfaces.MainForms
{
	/// <summary>
	/// HotsPotForm 的摘要說明。
	/// </summary>
	public class HotsPotForm : System.Windows.Forms.UserControl
	{
		private System.Windows.Forms.Panel panel1;
		private DevExpress.XtraTreeList.TreeList treeList1;
		private DevExpress.XtraTreeList.Columns.TreeListColumn colTNAME;
		private DevExpress.XtraTreeList.Columns.TreeListColumn colOAMARK;
		private DevExpress.XtraTreeList.Columns.TreeListColumn colID;
		private DevExpress.XtraTreeList.Columns.TreeListColumn colPARENTID;
		private System.Data.DataSet ds;
        private System.Data.DataSet dsh;
		private KnowledgeTypeBLL bll = new KnowledgeTypeBLL();
		private System.Windows.Forms.Splitter splitter1;
		private int i=0;
		private System.Windows.Forms.DataGrid dgHot;
		private System.Windows.Forms.ContextMenu contextMenu1;
		private System.Windows.Forms.MenuItem menuItem1;
		private System.Windows.Forms.MenuItem menuItem2;
		/// <summary>
		/// <summary>
		/// 必需的設計器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;

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

			//
			// TODO: 在 InitializeComponent 調用后添加任何構造函數代碼
			//
		}

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

		#region Windows 窗體設計器生成的代碼
		/// <summary>
		/// 設計器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內容。
		/// </summary>
		private void InitializeComponent()
		{
			this.panel1 = new System.Windows.Forms.Panel();
			this.treeList1 = new DevExpress.XtraTreeList.TreeList();
			this.dgHot = new System.Windows.Forms.DataGrid();
			this.contextMenu1 = new System.Windows.Forms.ContextMenu();
			this.menuItem1 = new System.Windows.Forms.MenuItem();
			this.menuItem2 = new System.Windows.Forms.MenuItem();
			this.splitter1 = new System.Windows.Forms.Splitter();
			this.panel1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.dgHot)).BeginInit();
			this.SuspendLayout();
			// 
			// panel1
			// 
			this.panel1.Controls.Add(this.treeList1);
			this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
			this.panel1.Location = new System.Drawing.Point(0, 0);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(200, 525);
			this.panel1.TabIndex = 0;
			// 
			// treeList1
			// 
			this.treeList1.Appearance.Empty.BackColor = System.Drawing.Color.White;
			this.treeList1.Appearance.Empty.Options.UseBackColor = true;
			this.treeList1.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(128)), ((System.Byte)(255)));
			this.treeList1.Appearance.GroupButton.Options.UseBackColor = true;
			this.treeList1.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(128)), ((System.Byte)(255)));
			this.treeList1.Appearance.GroupFooter.Options.UseBackColor = true;
			this.treeList1.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(219)), ((System.Byte)(233)), ((System.Byte)(244)));
			this.treeList1.Appearance.HeaderPanel.Options.UseBackColor = true;
			this.treeList1.Appearance.Row.BackColor = System.Drawing.Color.White;
			this.treeList1.Appearance.Row.Options.UseBackColor = true;
			this.treeList1.Appearance.TreeLine.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(90)), ((System.Byte)(180)), ((System.Byte)(232)));
			this.treeList1.Appearance.TreeLine.Options.UseBackColor = true;
			this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.treeList1.Location = new System.Drawing.Point(0, 0);
			this.treeList1.Name = "treeList1";
			this.treeList1.OptionsMenu.EnableColumnMenu = false;
			this.treeList1.Size = new System.Drawing.Size(200, 525);
			this.treeList1.TabIndex = 0;
			// 
			// dgHot
			// 
			this.dgHot.AlternatingBackColor = System.Drawing.Color.GhostWhite;
			this.dgHot.BackColor = System.Drawing.Color.GhostWhite;
			this.dgHot.BackgroundColor = System.Drawing.Color.Lavender;
			this.dgHot.CaptionBackColor = System.Drawing.Color.FromArgb(((System.Byte)(90)), ((System.Byte)(180)), ((System.Byte)(232)));
			this.dgHot.CaptionForeColor = System.Drawing.Color.Black;
			this.dgHot.CaptionText = "熱點列表";
			this.dgHot.ContextMenu = this.contextMenu1;
			this.dgHot.DataMember = "";
			this.dgHot.Dock = System.Windows.Forms.DockStyle.Fill;
			this.dgHot.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.dgHot.Location = new System.Drawing.Point(200, 0);
			this.dgHot.Name = "dgHot";
			this.dgHot.ReadOnly = true;
			this.dgHot.Size = new System.Drawing.Size(512, 525);
			this.dgHot.TabIndex = 2;
			this.dgHot.DoubleClick += new System.EventHandler(this.dgHot_DoubleClick);
			this.dgHot.CurrentCellChanged += new System.EventHandler(this.dgHot_CurrentCellChanged);
			// 
			// contextMenu1
			// 
			this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																						 this.menuItem1,
																						 this.menuItem2});
			// 
			// menuItem1
			// 
			this.menuItem1.Index = 0;
			this.menuItem1.Text = "添加到收藏夾";
			this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
			// 
			// menuItem2
			// 
			this.menuItem2.Index = 1;
			this.menuItem2.Text = "查看詳細";
			this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
			// 
			// splitter1
			// 
			this.splitter1.BackColor = System.Drawing.Color.LightSkyBlue;
			this.splitter1.Location = new System.Drawing.Point(200, 0);
			this.splitter1.Name = "splitter1";
			this.splitter1.Size = new System.Drawing.Size(3, 525);
			this.splitter1.TabIndex = 3;
			this.splitter1.TabStop = false;
			// 
			// HotsPotForm
			// 
			this.AutoScroll = true;
			this.Controls.Add(this.splitter1);
			this.Controls.Add(this.dgHot);
			this.Controls.Add(this.panel1);
			this.Name = "HotsPotForm";
			this.Size = new System.Drawing.Size(712, 525);
			this.Load += new System.EventHandler(this.HotsPotForm_Load);
			this.panel1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.dgHot)).EndInit();
			this.ResumeLayout(false);

		}
		#endregion

		private void HotsPotForm_Load(object sender, System.EventArgs e)
		{
			ds = bll.getKnowledgeType("KNOWLEDGETYPE");
			initTreeList();
			paintTreeList();
			getHot();
		}
		private void getHot()
		{
			this.dgHot.CaptionBackColor=Color.FromArgb(ShareClass.Rcolor,ShareClass.Gcolor,ShareClass.Bcolor);
			this.dgHot.BackgroundColor=Color.FromArgb(ShareClass.Rcolor,ShareClass.Gcolor,ShareClass.Bcolor);
			
			KnowledgeBLL kbll=new KnowledgeBLL();
			dsh=new DataSet();
			dsh=kbll.getHotspotKnowledge_DataSet(30,"hot");
			this.dgHot.DataSource=dsh.Tables["hot"].DefaultView;

			this.dgHot.TableStyles.Clear();
			DataGridTableStyle ts = new DataGridTableStyle();
			ts.MappingName = dsh.Tables["hot"].TableName;

			ts.GridLineColor=Color.FromArgb(ShareClass.Rcolor,ShareClass.Gcolor,ShareClass.Bcolor);
			ts.HeaderBackColor=Color.FromArgb(ShareClass.Rcolor,ShareClass.Gcolor,ShareClass.Bcolor);


			DataGridColumnStyle gs0 = new DataGridTextBoxColumn();
			gs0.MappingName = "id";
			gs0.HeaderText = "編號";
			gs0.ReadOnly=true;
			gs0.Width=0;
			ts.GridColumnStyles.Add(gs0);

			DataGridColumnStyle gs1 = new DataGridTextBoxColumn();
			gs1.MappingName = "ktitle";
			gs1.HeaderText = "標題";
			gs1.ReadOnly=true;
			gs1.Width=360;
			gs1.Alignment = HorizontalAlignment.Left;
			ts.GridColumnStyles.Add(gs1);

			DataGridColumnStyle gs2 = new DataGridTextBoxColumn();
			gs2.MappingName = "kkeywords";
			gs2.HeaderText = "關鍵字";
			gs2.ReadOnly=true;
			gs2.Width=200;
			gs2.Alignment = HorizontalAlignment.Left;
			ts.GridColumnStyles.Add(gs2);


			this.dgHot.TableStyles.Add(ts);
		}
		private void initTreeList()
		{
			this.colTNAME = new DevExpress.XtraTreeList.Columns.TreeListColumn();
			this.colOAMARK = new DevExpress.XtraTreeList.Columns.TreeListColumn();
			this.colID = new DevExpress.XtraTreeList.Columns.TreeListColumn();
			this.colPARENTID = new DevExpress.XtraTreeList.Columns.TreeListColumn();
			// 
			// treeList1
			// 
			this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
																									 this.colTNAME,
																									 this.colOAMARK,
																									 this.colID,
																									 this.colPARENTID});
			this.treeList1.Location = new System.Drawing.Point(16, 48);
			this.treeList1.Name = "treeList1";
			this.treeList1.Size = new System.Drawing.Size(280, 464);
			this.treeList1.TabIndex = 0;
			this.treeList1.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeList1_FocusedNodeChanged);
			// 
			// colTNAME
			// 
			this.colTNAME.Caption = "分類名稱";
			this.colTNAME.FieldName = "TNAME";
			this.colTNAME.Name = "colTNAME";
			this.colTNAME.OptionsColumn.AllowEdit = false;
			this.colTNAME.OptionsColumn.FixedWidth = true;
			this.colTNAME.VisibleIndex = 0;
			this.colTNAME.Width = 160;
			// 
			// colOAMARK
			// 
			this.colOAMARK.FieldName = "OAMARK";
			this.colOAMARK.Name = "colOAMARK";
			this.colOAMARK.OptionsColumn.AllowEdit = false;
			this.colOAMARK.Width = 20;
			// 
			// colID
			// 
			this.colID.Caption = "ID";
			this.colID.FieldName = "ID";
			this.colID.Name = "colID";
			this.colID.OptionsColumn.AllowEdit = false;
			// 
			// colPARENTID
			// 
			this.colPARENTID.Caption = "PARENTID";
			this.colPARENTID.FieldName = "PARENTID";
			this.colPARENTID.Name = "colPARENTID";
			this.colPARENTID.OptionsColumn.AllowEdit = false;
		}

		private void treeList1_FocusedNodeChanged(object sender, FocusedNodeChangedEventArgs e)
		{
			if(i==0)
			{
				i++;
			}
			else
			{
//				MessageBox.Show(this,e.Node.GetDisplayText(0)+" ; "+e.Node.GetDisplayText(2));

//				DataRow[] drp=dsh.Tables["hot"].Select("ktype like '%,"+e.Node.GetDisplayText(2)+",%'");
//				
				DataSet dsc=new DataSet();
				dsc.Tables.Add("child");
				DataView dv=new DataView(dsh.Tables["hot"],"ktype like '%,"+e.Node.GetDisplayText(2)+",%'","camount",DataViewRowState.CurrentRows);
				this.dgHot.DataSource=dv;//
			}
			
			
				
			
		}

		private void paintTreeList()
		{
			TreeListNode node;
			string strexp="id="+1;
			DataRow[] funrow= ds.Tables[0].Select(strexp,"");
			DataRow dr = funrow[0];	
			node = this.treeList1.AppendNode(new Object[]{dr["TNAME"],dr["OAMARK"],dr["ID"],dr["PARENTID"]},null);

			string strsel = "parentid="+dr["ID"];
			DataRow[] chdr = ds.Tables[0].Select(strsel);
			if(chdr.Length>0)
			{
				digui(node,chdr);
			}
			this.treeList1.ExpandAll();
		}

		private void digui(TreeListNode pnode,DataRow[] chdr)
		{						
			TreeListNode node;
			for(int i=0;i<chdr.Length;i++)
			{
				node = this.treeList1.AppendNode(new Object[]{chdr[i]["TNAME"],chdr[i]["OAMARK"],chdr[i]["ID"],chdr[i]["PARENTID"]},pnode);
				string strsel = "parentid="+chdr[i]["ID"];
				DataRow[] dgdr = ds.Tables[0].Select(strsel);
				if(dgdr.Length>0)
				{
					digui(node,dgdr);
				}

			}			
		}

		/// <summary>
		/// 應用程序的主入口點。
		/// </summary>
		[STAThread]
//		static void Main() 
//		{
//			Application.Run(new HotsPotForm());
//		}

		private void menuItem1_Click(object sender, System.EventArgs e)
		{
			try
			{
				if(this.dgHot[this.dgHot.CurrentCell.RowNumber,0].ToString()=="")
				{
					MessageBox.Show(this,"此行數據不存在,請重新輸入!","警告",MessageBoxButtons.OK,MessageBoxIcon.Warning);
					return;
				}
				KnowledgeBLL kbll=new KnowledgeBLL();
				int flag;
				flag=kbll.addFavorite(ShareClass.Operator,Convert.ToInt32(this.dsh.Tables[0].Rows[this.dgHot.CurrentCell.RowNumber]["id"]));
				if(flag>0)
				{
					MessageBox.Show(this,"添加成功!","提示",MessageBoxButtons.OK,MessageBoxIcon.Information);
				}
				else if(flag==-1)
				{
					MessageBox.Show(this,"該知識已存在當前操作員的收藏夾中,不可再次添加!","警告",MessageBoxButtons.OK,MessageBoxIcon.Warning);
				}
			}
			catch(Exception ex)
			{
				MessageBox.Show(ex.Message);
			}
		}

		private void dgHot_CurrentCellChanged(object sender, System.EventArgs e)
		{
			 this.dgHot.Select(this.dgHot.CurrentCell.RowNumber);
		}

		private void menuItem2_Click(object sender, System.EventArgs e)
		{
			try
			{
				if(this.dgHot[this.dgHot.CurrentCell.RowNumber,0].ToString()=="")
				{
					MessageBox.Show(this,"此行數據不存在,請重新輸入!","警告",MessageBoxButtons.OK,MessageBoxIcon.Warning);
					return;
				}
				KnowledgeBLL kbll=new KnowledgeBLL();
				KnowledgeInfo kinfo=new KnowledgeInfo();
				kinfo=kbll.getKnowledgeById(Convert.ToInt32(this.dsh.Tables["hot"].Rows[this.dgHot.CurrentCell.RowNumber]["id"]));
//				KnowledgeManage_Dialog km=new KnowledgeManage_Dialog(kinfo);
				CallCenter.BusinessInterfaces.BaseForms.KnowledgeDetailForm km = new CallCenter.BusinessInterfaces.BaseForms.KnowledgeDetailForm(kinfo);
				km.ShowDialog();
			}
			catch(Exception ex)
			{
				MessageBox.Show(ex.Message);
			}
		}

		private void dgHot_DoubleClick(object sender, System.EventArgs e)
		{
			try
			{
				if(this.dgHot[this.dgHot.CurrentCell.RowNumber,0].ToString()=="")
				{
					MessageBox.Show(this,"此行數據不存在,請重新輸入!","警告",MessageBoxButtons.OK,MessageBoxIcon.Warning);
					return;
				}
				KnowledgeBLL kbll=new KnowledgeBLL();
				KnowledgeInfo kinfo=new KnowledgeInfo();
				kinfo=kbll.getKnowledgeById(Convert.ToInt32(this.dgHot[this.dgHot.CurrentCell.RowNumber,0]));
				//				KnowledgeManage_Dialog km=new KnowledgeManage_Dialog(kinfo);
				CallCenter.BusinessInterfaces.BaseForms.KnowledgeDetailForm km = new CallCenter.BusinessInterfaces.BaseForms.KnowledgeDetailForm(kinfo);
				km.ShowDialog();
			}
			catch(Exception ex)
			{
				MessageBox.Show(ex.Message);
			}
		}
	}
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
色综合天天综合网国产成人综合天| 国产免费成人在线视频| 久久久久久久综合| 亚洲自拍偷拍网站| 高清av一区二区| 欧美性猛片xxxx免费看久爱| 久久青草国产手机看片福利盒子| 亚洲亚洲人成综合网络| 成人激情小说网站| 欧美成人精品1314www| 五月综合激情网| 91无套直看片红桃| 国产网红主播福利一区二区| 日本在线不卡一区| 日本高清不卡在线观看| 国产精品国产三级国产专播品爱网 | 色中色一区二区| 国产欧美一区二区三区网站| 国产一区二区三区免费观看| 日韩欧美一区二区视频| 天天av天天翘天天综合网| 91久久免费观看| 亚洲乱码一区二区三区在线观看| av在线播放一区二区三区| 国产欧美一区二区精品秋霞影院| 精品在线免费视频| 日韩欧美美女一区二区三区| 美女网站色91| 久久婷婷久久一区二区三区| 麻豆精品一二三| 欧美成人性福生活免费看| 免费观看91视频大全| 日韩一二三区视频| 蜜桃久久av一区| 久久婷婷综合激情| 成人一级片在线观看| 国产精品久久久久久亚洲伦| 91亚洲精品久久久蜜桃| 亚洲理论在线观看| 欧美在线999| 婷婷中文字幕一区三区| 日韩一区二区三区在线观看| 捆绑紧缚一区二区三区视频| 久久亚洲影视婷婷| 成人综合在线网站| 亚洲精品写真福利| 欧美日韩中字一区| 久久99精品国产.久久久久久| 久久久亚洲午夜电影| av一区二区三区黑人| 一区二区高清免费观看影视大全| 欧美日韩一区国产| 免费成人在线播放| 中文一区在线播放| 在线亚洲高清视频| 另类专区欧美蜜桃臀第一页| 欧美激情一区二区在线| 欧美系列一区二区| 久久精品久久综合| 中文字幕中文字幕一区二区| 欧美精品aⅴ在线视频| 国产九色精品成人porny| ...中文天堂在线一区| 欧美另类videos死尸| 国产精品一区二区在线播放| 亚洲欧美日韩成人高清在线一区| 51精品秘密在线观看| 国产成a人亚洲| 无码av中文一区二区三区桃花岛| 国产亚洲女人久久久久毛片| 欧亚一区二区三区| 国产高清一区日本| 午夜精品视频在线观看| 国产女主播在线一区二区| 欧美日韩一区二区欧美激情| 国产成人在线视频网站| 首页综合国产亚洲丝袜| 1000精品久久久久久久久| 精品久久久久久久人人人人传媒| 91免费在线看| 韩国av一区二区| 日韩精品成人一区二区三区| 亚洲欧美日韩成人高清在线一区| 26uuu另类欧美亚洲曰本| 欧美色综合久久| 国产成人8x视频一区二区| 日本vs亚洲vs韩国一区三区 | 久久久精品免费观看| 色猫猫国产区一区二在线视频| 国产麻豆精品视频| 麻豆精品一区二区av白丝在线| 亚洲一区二区在线视频| 亚洲国产成人私人影院tom| 日韩你懂的在线播放| 欧美日本乱大交xxxxx| 91啪在线观看| 99国内精品久久| 成人动漫视频在线| 国产成人亚洲综合a∨婷婷 | 日韩精品亚洲一区| 一区二区日韩av| 伊人性伊人情综合网| 国产精品久线观看视频| 亚洲国产精品二十页| 久久久精品日韩欧美| 精品裸体舞一区二区三区| 91麻豆精品国产91久久久久久 | 91在线视频免费91| 成人性生交大片免费看视频在线 | 欧美日韩在线不卡| 色美美综合视频| 欧美在线免费观看亚洲| 在线观看中文字幕不卡| 日本高清视频一区二区| 欧美综合一区二区| 欧美日韩一区小说| 欧美三级一区二区| 欧美精品乱码久久久久久 | 老司机精品视频在线| 蜜臀av性久久久久av蜜臀妖精| 免费成人在线影院| 蜜桃免费网站一区二区三区| 精品一区二区免费| 国产一区三区三区| 国产福利一区在线| 风流少妇一区二区| 99麻豆久久久国产精品免费| 一本一本久久a久久精品综合麻豆 一本一道波多野结衣一区二区 | 一区二区三区欧美激情| 亚洲福利一区二区| 日一区二区三区| 久热成人在线视频| 成人综合婷婷国产精品久久蜜臀| 成人黄色777网| 欧美性猛交xxxx黑人交| 欧美成人在线直播| 欧美国产日韩a欧美在线观看| 亚洲精品亚洲人成人网| 欧美aaaaa成人免费观看视频| 九九**精品视频免费播放| 成人激情av网| 欧美电影一区二区| 久久久久青草大香线综合精品| 中文字幕一区二区三区乱码在线| 亚洲一区二区三区四区不卡| 久久成人av少妇免费| fc2成人免费人成在线观看播放 | 免费欧美高清视频| 国产精品12区| 欧美日韩www| 欧美国产精品久久| 肉色丝袜一区二区| 99国产欧美久久久精品| 日韩欧美区一区二| 亚洲视频你懂的| 美日韩一区二区三区| 色综合天天做天天爱| 精品国产欧美一区二区| 亚洲视频免费在线| 精品中文av资源站在线观看| 日本高清免费不卡视频| 久久欧美中文字幕| 天天综合天天综合色| 不卡的av在线| 久久久久久久久久久久久女国产乱 | 久久人人爽爽爽人久久久| 亚洲综合区在线| 国产不卡视频在线观看| 欧美一区二视频| 一区二区三区精品| 国产不卡在线一区| 精品国一区二区三区| 亚洲电影在线播放| 91色在线porny| 久久精品亚洲乱码伦伦中文 | 午夜视频久久久久久| 成人福利电影精品一区二区在线观看| 这里是久久伊人| 亚洲v精品v日韩v欧美v专区| 99riav久久精品riav| 国产女人水真多18毛片18精品视频| 五月天激情综合| 欧美色图在线观看| 一区二区三区自拍| 99久久婷婷国产综合精品电影| 久久久国际精品| 激情综合色综合久久综合| 欧美一区二区视频在线观看 | 久热成人在线视频| 欧美一区二区三区小说| 亚洲高清视频的网址| 欧美午夜精品久久久久久孕妇| 亚洲天堂中文字幕| 91丨九色丨尤物| 国产精品精品国产色婷婷| av电影在线观看不卡| 国产精品久久久一本精品| 成人中文字幕在线| 中文字幕在线不卡视频| 色噜噜狠狠色综合中国|