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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? ktypemanage.cs

?? c#編寫的汽車銷售公司erp進(jìn)銷存系統(tǒng)
?? CS
?? 第 1 頁(yè) / 共 2 頁(yè)
字號(hào):
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.Modules;
using System.Data;

namespace CallCenter.BusinessInterfaces.MainForms
{
	/// <summary>
	/// KTypeManage 的摘要說明。
	/// </summary>
	public class KTypeManage : System.Windows.Forms.UserControl
	{
		private System.Data.DataSet ds;
		private bool flag = true;

		
		/// <summary>
		/// 知識(shí)分類數(shù)據(jù)操作類
		/// </summary>
		private KnowledgeTypeBLL bll = new KnowledgeTypeBLL();
		private TreeListNode overNode;
		private System.Windows.Forms.MenuItem menuItem2;
		private DevExpress.XtraTreeList.Columns.TreeListColumn colTNAME;
		private DevExpress.XtraTreeList.Columns.TreeListColumn colOAMARK;
		private System.Windows.Forms.ContextMenu contextMenu1;
		private System.Windows.Forms.MenuItem menuItem3;
		private DevExpress.XtraTreeList.Columns.TreeListColumn colID;
		private DevExpress.XtraTreeList.Columns.TreeListColumn colPARENTID;
		private DevExpress.XtraEditors.PanelControl panel2;
		private System.Windows.Forms.Label labTitle;
		private DevExpress.XtraTreeList.TreeList treeList1;
		private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
		private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit repositoryItemTextEdit1;
	
		/// <summary>
		/// 必需的設(shè)計(jì)器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;

		public KTypeManage()
		{
			//
			// Windows 窗體設(shè)計(jì)器支持所必需的
			//
			InitializeComponent();

			//
			// TODO: 在 InitializeComponent 調(diào)用后添加任何構(gòu)造函數(shù)代碼
			//
		}

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

		#region Windows 窗體設(shè)計(jì)器生成的代碼
		/// <summary>
		/// 設(shè)計(jì)器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內(nèi)容。
		/// </summary>
		private void InitializeComponent()
		{
			this.menuItem2 = new System.Windows.Forms.MenuItem();
			this.colTNAME = new DevExpress.XtraTreeList.Columns.TreeListColumn();
			this.colOAMARK = new DevExpress.XtraTreeList.Columns.TreeListColumn();
			this.contextMenu1 = new System.Windows.Forms.ContextMenu();
			this.menuItem3 = new System.Windows.Forms.MenuItem();
			this.colID = new DevExpress.XtraTreeList.Columns.TreeListColumn();
			this.colPARENTID = new DevExpress.XtraTreeList.Columns.TreeListColumn();
			this.panel2 = new DevExpress.XtraEditors.PanelControl();
			this.treeList1 = new DevExpress.XtraTreeList.TreeList();
			this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
			this.labTitle = new System.Windows.Forms.Label();
			this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
			((System.ComponentModel.ISupportInitialize)(this.panel2)).BeginInit();
			this.panel2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
			this.SuspendLayout();
			// 
			// menuItem2
			// 
			this.menuItem2.Index = 1;
			this.menuItem2.Text = "刪除";
			this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
			// 
			// colTNAME
			// 
			this.colTNAME.Caption = "分類名稱";
			this.colTNAME.FieldName = "TNAME";
			this.colTNAME.Name = "colTNAME";
			this.colTNAME.OptionsColumn.AllowSize = false;
			this.colTNAME.OptionsColumn.AllowSort = false;
			this.colTNAME.OptionsColumn.ShowInCustomizationForm = false;
			this.colTNAME.VisibleIndex = 0;
			this.colTNAME.Width = 160;
			// 
			// colOAMARK
			// 
			this.colOAMARK.Caption = "OAMARK";
			this.colOAMARK.FieldName = "OAMARK";
			this.colOAMARK.Name = "colOAMARK";
			// 
			// contextMenu1
			// 
			this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																						 this.menuItem3,
																						 this.menuItem2});
			// 
			// menuItem3
			// 
			this.menuItem3.Index = 0;
			this.menuItem3.Text = "添加";
			this.menuItem3.Click += new System.EventHandler(this.menuItem3_Click);
			// 
			// colID
			// 
			this.colID.Caption = "ID";
			this.colID.FieldName = "ID";
			this.colID.Name = "colID";
			// 
			// colPARENTID
			// 
			this.colPARENTID.Caption = "PARENTID";
			this.colPARENTID.FieldName = "PARENTID";
			this.colPARENTID.Name = "colPARENTID";
			// 
			// panel2
			// 
			this.panel2.Appearance.BackColor = System.Drawing.Color.Transparent;
			this.panel2.Appearance.Options.UseBackColor = true;
			this.panel2.Controls.Add(this.treeList1);
			this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel2.Location = new System.Drawing.Point(0, 0);
			this.panel2.Name = "panel2";
			this.panel2.Size = new System.Drawing.Size(656, 565);
			this.panel2.TabIndex = 13;
			// 
			// treeList1
			// 
			this.treeList1.AllowDrop = true;
			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.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
																									 this.colTNAME,
																									 this.colOAMARK,
																									 this.colID,
																									 this.colPARENTID});
			this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.treeList1.Location = new System.Drawing.Point(3, 3);
			this.treeList1.Name = "treeList1";
			this.treeList1.OptionsBehavior.AutoFocusNewNode = true;
			this.treeList1.OptionsBehavior.AutoMoveRowFocus = true;
			this.treeList1.OptionsBehavior.AutoPopulateColumns = false;
			this.treeList1.OptionsBehavior.DragNodes = true;
			this.treeList1.OptionsBehavior.ShowEditorOnMouseUp = true;
			this.treeList1.OptionsBehavior.ShowToolTips = false;
			this.treeList1.OptionsMenu.EnableColumnMenu = false;
			this.treeList1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
																											   this.repositoryItemTextEdit1});
			this.treeList1.Size = new System.Drawing.Size(650, 559);
			this.treeList1.TabIndex = 4;
			this.treeList1.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList1_CellValueChanged);
			this.treeList1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeList1_MouseDown);
			this.treeList1.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeList1_DragDrop);
			this.treeList1.DragOver += new System.Windows.Forms.DragEventHandler(this.treeList1_DragOver);
			// 
			// repositoryItemTextEdit1
			// 
			this.repositoryItemTextEdit1.AutoHeight = false;
			this.repositoryItemTextEdit1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
			this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
			// 
			// labTitle
			// 
			this.labTitle.BackColor = System.Drawing.Color.Transparent;
			this.labTitle.Location = new System.Drawing.Point(112, 8);
			this.labTitle.Name = "labTitle";
			this.labTitle.Size = new System.Drawing.Size(136, 16);
			this.labTitle.TabIndex = 3;
			this.labTitle.Text = "知識(shí)分類列表";
			// 
			// repositoryItemCheckEdit1
			// 
			this.repositoryItemCheckEdit1.AllowFocused = false;
			this.repositoryItemCheckEdit1.AutoHeight = false;
			this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
			// 
			// KTypeManage

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久精品人人做人人综合 | 国产精品色一区二区三区| 成人免费视频免费观看| 亚洲另类一区二区| 欧美大白屁股肥臀xxxxxx| 国产成人精品综合在线观看 | 国产精品99久久不卡二区| 亚洲裸体xxx| 久久久久久9999| 制服丝袜中文字幕亚洲| jlzzjlzz亚洲日本少妇| 九一九一国产精品| 亚洲国产cao| 中文字幕国产精品一区二区| 日韩一区二区三免费高清| 色哟哟精品一区| 国产成人午夜片在线观看高清观看| 亚洲123区在线观看| 亚洲欧洲国产日韩| 国产日韩欧美一区二区三区综合| 91精品国产91久久久久久一区二区| 91女神在线视频| 国产91丝袜在线播放九色| 裸体健美xxxx欧美裸体表演| 一区二区三区不卡视频| 国产精品色一区二区三区| 久久久久久久久久久99999| 精品国产一二三| 欧美老年两性高潮| 日本精品视频一区二区三区| aaa国产一区| 国产sm精品调教视频网站| 国产综合一区二区| 久久99精品一区二区三区三区| 丝袜诱惑亚洲看片| 亚洲第一福利一区| 亚洲午夜久久久久久久久久久| 亚洲啪啪综合av一区二区三区| 国产精品网曝门| 国产欧美一区二区精品久导航| 久久久久久毛片| 亚洲精品在线一区二区| 久久久综合网站| 久久伊99综合婷婷久久伊| 精品国产91亚洲一区二区三区婷婷| 日韩一级大片在线| 欧美成va人片在线观看| 欧美成人官网二区| 国产午夜亚洲精品不卡| 国产日产欧美一区| 国产精品久久久一本精品| 1024成人网色www| 亚洲视频一二三区| 亚洲国产欧美在线人成| 亚洲成av人片www| 免费观看91视频大全| 国模大尺度一区二区三区| 国产成人精品www牛牛影视| 波多野结衣在线aⅴ中文字幕不卡| 成人黄色在线视频| 91一区二区在线| 欧美在线观看一区二区| 欧美三区免费完整视频在线观看| 欧美情侣在线播放| 日韩欧美的一区| 国产视频一区二区在线观看| 国产精品久久久久aaaa樱花| 一区二区三区欧美激情| 三级欧美在线一区| 国产一区二区三区久久久| av一区二区三区在线| 欧洲一区二区三区在线| 日韩免费观看2025年上映的电影 | 一区二区三区色| 日本伊人精品一区二区三区观看方式| 极品少妇xxxx精品少妇偷拍| 成人av在线资源网| 欧美日韩成人激情| 久久久欧美精品sm网站| 亚洲精品免费电影| 久久精品国产99久久6| 成人福利视频在线| 欧美裸体一区二区三区| 久久久五月婷婷| 亚洲一区二区视频在线观看| 久久激五月天综合精品| 色哟哟亚洲精品| 欧美精品一区男女天堂| 亚洲精品视频在线| 国产乱码一区二区三区| 欧美日韩中字一区| 国产欧美久久久精品影院| 亚洲成人资源在线| 成人av高清在线| 欧美夫妻性生活| 自拍视频在线观看一区二区| 老司机午夜精品| 色婷婷av一区二区三区软件 | 日韩精品午夜视频| 不卡一区在线观看| 欧美mv日韩mv| 亚洲一区二区三区美女| 国产成人av一区二区三区在线| 欧美日韩久久一区二区| 国产精品的网站| 精彩视频一区二区三区| 欧美日韩精品免费| 亚洲色图在线视频| 国产综合久久久久久久久久久久| 欧美性欧美巨大黑白大战| 中文一区一区三区高中清不卡| 久久99精品国产麻豆不卡| 欧美三级视频在线观看| 国产精品久久久久久久裸模| 国产精品综合一区二区三区| 欧美日韩成人综合天天影院 | 国产亚洲美州欧州综合国 | 色呦呦日韩精品| 国产精品素人一区二区| 国产一区二区电影| 欧美成人综合网站| 日产欧产美韩系列久久99| 精品视频123区在线观看| 亚洲视频资源在线| 福利视频网站一区二区三区| 欧美一区二区福利在线| 五月婷婷另类国产| 欧美日韩高清一区二区不卡| 亚洲最新在线观看| 91久久精品日日躁夜夜躁欧美| 国产精品久久久久天堂| 成人免费av网站| 欧美激情在线观看视频免费| 国产精品一色哟哟哟| 久久久亚洲午夜电影| 国产伦精品一区二区三区免费迷 | 亚洲男人的天堂av| 99久久伊人精品| 中文字幕综合网| 色婷婷国产精品| 亚洲一级二级三级| 欧美日韩在线不卡| 首页国产丝袜综合| 欧美一区二区三区系列电影| 香蕉久久夜色精品国产使用方法| 欧美亚洲综合另类| 日韩精品欧美精品| 日韩一区二区三| 国产九九视频一区二区三区| 久久精品网站免费观看| 从欧美一区二区三区| 亚洲天天做日日做天天谢日日欢 | 亚洲免费av高清| 在线观看一区不卡| 日精品一区二区三区| 日韩一二三区视频| 懂色av一区二区在线播放| 国产精品成人免费精品自在线观看| 成人福利视频网站| 亚洲激情六月丁香| 欧美一区二区视频在线观看2020| 久久精品国产第一区二区三区| 久久色视频免费观看| caoporm超碰国产精品| 一区二区三区美女| 日韩一区二区在线免费观看| 国模冰冰炮一区二区| 日韩美女啊v在线免费观看| 欧美色网一区二区| 毛片一区二区三区| 国产精品久久久久久久久动漫| 在线观看视频一区| 麻豆国产精品视频| 国产精品久久久久久久久免费桃花 | 亚洲一区二区三区四区五区黄| 欧美精品xxxxbbbb| 国产精品1区二区.| 一级女性全黄久久生活片免费| 91精品国产入口| 成人永久免费视频| 午夜精品123| 欧美国产1区2区| 欧美日韩精品三区| 成人综合婷婷国产精品久久蜜臀| 亚洲综合在线五月| 26uuuu精品一区二区| 91久久人澡人人添人人爽欧美| 日本成人中文字幕在线视频 | 日韩av一区二区三区四区| 久久久777精品电影网影网| 91久久久免费一区二区| 国产自产视频一区二区三区| 一区二区三区高清在线| 精品国产不卡一区二区三区| 欧美在线观看视频一区二区| 国产麻豆91精品| 三级久久三级久久| 中文字幕一区av| 精品国产乱子伦一区| 欧美色中文字幕|