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

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

?? testform.cs

?? 圖書系統!管理圖書的
?? CS
?? 第 1 頁 / 共 3 頁
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data.OleDb;
using ControlLib;

namespace TestControls
{
	/// <summary>
	/// Summary description for Form2.
	/// </summary>
	public class TestForm : System.Windows.Forms.Form
	{
		private System.Windows.Forms.Panel panelTop;
		private ControlLib.dbTreeViewCtrl bookTree;
		private System.Windows.Forms.TextBox txtBookID;
		private System.Windows.Forms.Button btnFind;
		private System.Data.DataSet dsBooks;
		private System.Data.DataView bookDataView;
		private System.Data.OleDb.OleDbConnection accessConn;
		private System.Data.OleDb.OleDbCommand cmdGetAuthors;
		private System.Windows.Forms.Splitter splitter2;
		private System.Windows.Forms.Panel panelContainer;
		private System.Windows.Forms.Panel panelPublisher;
		private System.Windows.Forms.TextBox txtPubContry;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.TextBox txtPubState;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.TextBox txtPubCity;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.TextBox txtPubName;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.Panel panelAuthor;
		private System.Windows.Forms.TextBox txtAuthAddress;
		private System.Windows.Forms.Label label12;
		private System.Windows.Forms.TextBox txtAuthLastName;
		private System.Windows.Forms.Label label11;
		private System.Windows.Forms.TextBox txtAuthZip;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.TextBox txtAuthState;
		private System.Windows.Forms.Label label7;
		private System.Windows.Forms.TextBox txtAuthCity;
		private System.Windows.Forms.Label label8;
		private System.Windows.Forms.TextBox txtAuthFirstName;
		private System.Windows.Forms.Label label9;
		private System.Windows.Forms.Label label10;
		private System.Windows.Forms.Panel panelTitle;
		private System.Windows.Forms.Label lblTitleID;
		private System.Windows.Forms.TextBox txtBookAdvPaid;
		private System.Windows.Forms.TextBox txtBookRoylaty;
		private System.Windows.Forms.TextBox txtBookPrice;
		private System.Windows.Forms.TextBox txtBookYTDSales;
		private System.Windows.Forms.Label label21;
		private System.Windows.Forms.Label label20;
		private System.Windows.Forms.Label label19;
		private System.Windows.Forms.Label label18;
		private System.Windows.Forms.TextBox txtBookTitleNodes;
		private System.Windows.Forms.Label label17;
		private System.Windows.Forms.TextBox txtBookPubDate;
		private System.Windows.Forms.Label label16;
		private System.Windows.Forms.TextBox txtBookType;
		private System.Windows.Forms.Label label15;
		private System.Windows.Forms.TextBox txtBookTitle;
		private System.Windows.Forms.Label label14;
		private System.Windows.Forms.Label label13;
		private ControlLib.dbImageBox imgBookCover;
		private System.Windows.Forms.ImageList imgList;
		private System.Windows.Forms.MainMenu mainMenu1;
		private System.Windows.Forms.MenuItem menuItem1;
		private System.Windows.Forms.MenuItem menuPublisher;
		private System.Windows.Forms.MenuItem menuAuthor;
		private System.Windows.Forms.MenuItem menuTitle;
		private System.Windows.Forms.Label lblLocate;
		private System.Windows.Forms.Label lblAuthorID;
		private System.Windows.Forms.Label lblPublisherID;
		private System.ComponentModel.IContainer components;


		public TestForm()
		{
			//
			// Required for Windows Form Designer support
			//
			InitializeComponent();

			//
			// TODO: Add any constructor code after InitializeComponent call
			//
			this.SetUpDataBinding ();
		}

		/// <summary>
		/// Clean up any resources being used.
		/// </summary>
		protected override void Dispose( bool disposing )
		{
			if( disposing )
			{
				if(components != null)
				{
					components.Dispose();
				}
			}
			base.Dispose( disposing );
		}

		#region Windows Form Designer generated code
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(TestForm));
			this.panelTop = new System.Windows.Forms.Panel();
			this.btnFind = new System.Windows.Forms.Button();
			this.txtBookID = new System.Windows.Forms.TextBox();
			this.lblLocate = new System.Windows.Forms.Label();
			this.bookTree = new ControlLib.dbTreeViewCtrl();
			this.imgList = new System.Windows.Forms.ImageList(this.components);
			this.accessConn = new System.Data.OleDb.OleDbConnection();
			this.dsBooks = new System.Data.DataSet();
			this.bookDataView = new System.Data.DataView();
			this.cmdGetAuthors = new System.Data.OleDb.OleDbCommand();
			this.splitter2 = new System.Windows.Forms.Splitter();
			this.panelContainer = new System.Windows.Forms.Panel();
			this.panelAuthor = new System.Windows.Forms.Panel();
			this.lblAuthorID = new System.Windows.Forms.Label();
			this.txtAuthAddress = new System.Windows.Forms.TextBox();
			this.label12 = new System.Windows.Forms.Label();
			this.txtAuthLastName = new System.Windows.Forms.TextBox();
			this.label11 = new System.Windows.Forms.Label();
			this.txtAuthZip = new System.Windows.Forms.TextBox();
			this.label6 = new System.Windows.Forms.Label();
			this.txtAuthState = new System.Windows.Forms.TextBox();
			this.label7 = new System.Windows.Forms.Label();
			this.txtAuthCity = new System.Windows.Forms.TextBox();
			this.label8 = new System.Windows.Forms.Label();
			this.txtAuthFirstName = new System.Windows.Forms.TextBox();
			this.label9 = new System.Windows.Forms.Label();
			this.label10 = new System.Windows.Forms.Label();
			this.panelPublisher = new System.Windows.Forms.Panel();
			this.lblPublisherID = new System.Windows.Forms.Label();
			this.txtPubContry = new System.Windows.Forms.TextBox();
			this.label5 = new System.Windows.Forms.Label();
			this.txtPubState = new System.Windows.Forms.TextBox();
			this.label4 = new System.Windows.Forms.Label();
			this.txtPubCity = new System.Windows.Forms.TextBox();
			this.label3 = new System.Windows.Forms.Label();
			this.txtPubName = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.panelTitle = new System.Windows.Forms.Panel();
			this.lblTitleID = new System.Windows.Forms.Label();
			this.txtBookTitleNodes = new System.Windows.Forms.TextBox();
			this.imgBookCover = new ControlLib.dbImageBox();
			this.txtBookAdvPaid = new System.Windows.Forms.TextBox();
			this.txtBookRoylaty = new System.Windows.Forms.TextBox();
			this.txtBookPrice = new System.Windows.Forms.TextBox();
			this.txtBookYTDSales = new System.Windows.Forms.TextBox();
			this.label21 = new System.Windows.Forms.Label();
			this.label20 = new System.Windows.Forms.Label();
			this.label19 = new System.Windows.Forms.Label();
			this.label18 = new System.Windows.Forms.Label();
			this.label17 = new System.Windows.Forms.Label();
			this.txtBookPubDate = new System.Windows.Forms.TextBox();
			this.label16 = new System.Windows.Forms.Label();
			this.txtBookType = new System.Windows.Forms.TextBox();
			this.label15 = new System.Windows.Forms.Label();
			this.txtBookTitle = new System.Windows.Forms.TextBox();
			this.label14 = new System.Windows.Forms.Label();
			this.label13 = new System.Windows.Forms.Label();
			this.mainMenu1 = new System.Windows.Forms.MainMenu();
			this.menuItem1 = new System.Windows.Forms.MenuItem();
			this.menuPublisher = new System.Windows.Forms.MenuItem();
			this.menuAuthor = new System.Windows.Forms.MenuItem();
			this.menuTitle = new System.Windows.Forms.MenuItem();
			this.panelTop.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dsBooks)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.bookDataView)).BeginInit();
			this.panelContainer.SuspendLayout();
			this.panelAuthor.SuspendLayout();
			this.panelPublisher.SuspendLayout();
			this.panelTitle.SuspendLayout();
			this.SuspendLayout();
			// 
			// panelTop
			// 
			this.panelTop.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(215)), ((System.Byte)(215)), ((System.Byte)(255)));
			this.panelTop.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.panelTop.Controls.Add(this.btnFind);
			this.panelTop.Controls.Add(this.txtBookID);
			this.panelTop.Controls.Add(this.lblLocate);
			this.panelTop.Dock = System.Windows.Forms.DockStyle.Top;
			this.panelTop.Location = new System.Drawing.Point(0, 0);
			this.panelTop.Name = "panelTop";
			this.panelTop.Size = new System.Drawing.Size(584, 56);
			this.panelTop.TabIndex = 0;
			// 
			// btnFind
			// 
			this.btnFind.Location = new System.Drawing.Point(384, 16);
			this.btnFind.Name = "btnFind";
			this.btnFind.TabIndex = 2;
			this.btnFind.Text = "Find";
			this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
			// 
			// txtBookID
			// 
			this.txtBookID.Location = new System.Drawing.Point(272, 16);
			this.txtBookID.Name = "txtBookID";
			this.txtBookID.TabIndex = 1;
			this.txtBookID.Text = "";
			// 
			// lblLocate
			// 
			this.lblLocate.AutoSize = true;
			this.lblLocate.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((System.Byte)(177)));
			this.lblLocate.Location = new System.Drawing.Point(48, 16);
			this.lblLocate.Name = "lblLocate";
			this.lblLocate.Size = new System.Drawing.Size(216, 18);
			this.lblLocate.TabIndex = 0;
			this.lblLocate.Text = "Locate Publisher By Publisher ID :";
			this.lblLocate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// bookTree
			// 
			this.bookTree.AutoBuildTree = true;
			this.bookTree.DataSource = null;
			this.bookTree.DisplayMember = "title";
			this.bookTree.Dock = System.Windows.Forms.DockStyle.Left;
			this.bookTree.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.bookTree.ImageIndex = 2;
			this.bookTree.ImageList = this.imgList;
			this.bookTree.Location = new System.Drawing.Point(0, 56);
			this.bookTree.Name = "bookTree";
			this.bookTree.SelectedImageIndex = 2;
			this.bookTree.Size = new System.Drawing.Size(216, 374);
			this.bookTree.TabIndex = 1;
			this.bookTree.ValueMember = "title_id";
			this.bookTree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.bookTree_AfterSelect);
			// 
			// imgList
			// 
			this.imgList.ImageSize = new System.Drawing.Size(16, 16);
			this.imgList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgList.ImageStream")));
			this.imgList.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// accessConn
			// 
			this.accessConn.ConnectionString = @"Jet OLEDB:Global Partial Bulk Ops=2;Jet OLEDB:Registry Path=;Jet OLEDB:Database Locking Mode=1;Data Source=""TheSample.mdb"";Jet OLEDB:Engine Type=5;Provider=""Microsoft.Jet.OLEDB.4.0"";Jet OLEDB:System database=;Jet OLEDB:SFP=False;persist security info=False;Extended Properties=;Mode=Share Deny None;Jet OLEDB:Encrypt Database=False;Jet OLEDB:Create System Database=False;Jet OLEDB:Don't Copy Locale on Compact=False;Jet OLEDB:Compact Without Replica Repair=False;User ID=Admin;Jet OLEDB:Global Bulk Transactions=1";
			// 
			// dsBooks
			// 
			this.dsBooks.DataSetName = "Books";
			this.dsBooks.Locale = new System.Globalization.CultureInfo("en-US");
			// 
			// cmdGetAuthors
			// 
			this.cmdGetAuthors.CommandText = "SELECT GetAuthors.* FROM GetAuthors";
			this.cmdGetAuthors.Connection = this.accessConn;
			// 
			// splitter2
			// 
			this.splitter2.Location = new System.Drawing.Point(216, 56);
			this.splitter2.Name = "splitter2";
			this.splitter2.Size = new System.Drawing.Size(2, 374);
			this.splitter2.TabIndex = 4;
			this.splitter2.TabStop = false;
			// 
			// panelContainer
			// 
			this.panelContainer.Controls.Add(this.panelAuthor);
			this.panelContainer.Controls.Add(this.panelPublisher);
			this.panelContainer.Controls.Add(this.panelTitle);
			this.panelContainer.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panelContainer.Location = new System.Drawing.Point(218, 56);
			this.panelContainer.Name = "panelContainer";
			this.panelContainer.Size = new System.Drawing.Size(366, 374);
			this.panelContainer.TabIndex = 5;
			// 
			// panelAuthor
			// 
			this.panelAuthor.BackColor = System.Drawing.SystemColors.Control;
			this.panelAuthor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.panelAuthor.Controls.Add(this.lblAuthorID);
			this.panelAuthor.Controls.Add(this.txtAuthAddress);
			this.panelAuthor.Controls.Add(this.label12);
			this.panelAuthor.Controls.Add(this.txtAuthLastName);
			this.panelAuthor.Controls.Add(this.label11);
			this.panelAuthor.Controls.Add(this.txtAuthZip);
			this.panelAuthor.Controls.Add(this.label6);
			this.panelAuthor.Controls.Add(this.txtAuthState);
			this.panelAuthor.Controls.Add(this.label7);
			this.panelAuthor.Controls.Add(this.txtAuthCity);
			this.panelAuthor.Controls.Add(this.label8);
			this.panelAuthor.Controls.Add(this.txtAuthFirstName);
			this.panelAuthor.Controls.Add(this.label9);
			this.panelAuthor.Controls.Add(this.label10);
			this.panelAuthor.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panelAuthor.Location = new System.Drawing.Point(0, 0);
			this.panelAuthor.Name = "panelAuthor";
			this.panelAuthor.Size = new System.Drawing.Size(366, 374);
			this.panelAuthor.TabIndex = 11;
			// 
			// lblAuthorID
			// 
			this.lblAuthorID.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.lblAuthorID.Location = new System.Drawing.Point(240, 344);
			this.lblAuthorID.Name = "lblAuthorID";
			this.lblAuthorID.Size = new System.Drawing.Size(112, 16);
			this.lblAuthorID.TabIndex = 22;
			this.lblAuthorID.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// txtAuthAddress
			// 
			this.txtAuthAddress.Location = new System.Drawing.Point(112, 152);
			this.txtAuthAddress.Name = "txtAuthAddress";
			this.txtAuthAddress.Size = new System.Drawing.Size(224, 20);
			this.txtAuthAddress.TabIndex = 21;
			this.txtAuthAddress.Text = "";
			// 
			// label12
			// 
			this.label12.Location = new System.Drawing.Point(32, 152);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(72, 23);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
中文字幕免费在线观看视频一区| 日本亚洲视频在线| 色哟哟亚洲精品| 亚洲欧美日韩在线播放| 日本韩国欧美在线| 亚洲成人精品一区| 日韩欧美国产1| 国产一区二区三区久久悠悠色av | 制服丝袜一区二区三区| 日韩精品久久久久久| 26uuu欧美| 丁香一区二区三区| 一区二区成人在线| 91精品黄色片免费大全| 国产精品911| 亚洲靠逼com| 日韩三级中文字幕| 国产大片一区二区| 一区二区在线观看av| 欧美精品自拍偷拍| 国产成人亚洲精品青草天美| 亚洲精品成人在线| 日韩欧美国产综合| youjizz久久| 日韩主播视频在线| 国产欧美日韩不卡| 欧美天堂亚洲电影院在线播放| 久久国产夜色精品鲁鲁99| 日本一区二区三区在线不卡| 欧美性受极品xxxx喷水| 极品美女销魂一区二区三区| 国产精品成人一区二区艾草| 欧美人妖巨大在线| 国产成人精品一区二区三区四区| 亚洲伊人伊色伊影伊综合网| 久久综合九色综合欧美98| 91丨九色丨尤物| 蜜桃视频一区二区| 亚洲男人的天堂在线观看| 日韩午夜在线观看视频| 91丨porny丨蝌蚪视频| 免费精品99久久国产综合精品| 欧美国产乱子伦| 欧美人与z0zoxxxx视频| 成人性视频网站| 日韩精品电影一区亚洲| 国产精品亚洲一区二区三区在线 | 国产性天天综合网| 欧美亚洲另类激情小说| 国产精品一区久久久久| 日日夜夜精品视频免费| 国产欧美日韩久久| 日韩视频免费直播| 一本到不卡精品视频在线观看| 精品中文av资源站在线观看| 亚洲综合精品久久| 国产日产欧产精品推荐色| 在线不卡一区二区| av亚洲精华国产精华| 另类中文字幕网| 国产精品国产成人国产三级 | 欧美一区日本一区韩国一区| 国产精品私房写真福利视频| 正在播放亚洲一区| 成人国产精品免费网站| 91污在线观看| 日韩欧美在线一区二区三区| 99热精品国产| 国产一区二区福利| 午夜久久久影院| 亚洲久草在线视频| 中文字幕高清不卡| 精品少妇一区二区三区日产乱码| 在线看国产日韩| 成人禁用看黄a在线| 精品无人区卡一卡二卡三乱码免费卡| 亚洲小说春色综合另类电影| 国产精品成人免费精品自在线观看| 精品三级在线观看| 91精品国产福利| 欧美在线免费观看亚洲| 91影视在线播放| 成人综合婷婷国产精品久久蜜臀 | 亚洲va欧美va国产va天堂影院| 中文字幕亚洲在| 国产精品情趣视频| 国产欧美一区视频| 26uuu精品一区二区| 欧美一区二区三区在线观看| 欧美日韩亚洲国产综合| 91麻豆国产香蕉久久精品| 国产成a人无v码亚洲福利| 国产麻豆日韩欧美久久| 青草国产精品久久久久久| 日韩精品欧美精品| 天天操天天干天天综合网| 亚洲一区二三区| 亚洲一区二区黄色| 亚洲一卡二卡三卡四卡| 一区二区三区欧美久久| 亚洲愉拍自拍另类高清精品| 一区二区三区国产精品| 一区二区三区在线视频播放| 成人成人成人在线视频| 大尺度一区二区| 成av人片一区二区| k8久久久一区二区三区| 成人av在线影院| 99久久精品国产观看| 91视频在线观看| 在线中文字幕不卡| 欧美日韩在线综合| 欧美日本在线播放| 日韩欧美一级片| 久久影院视频免费| 日本一区二区免费在线| 国产精品嫩草影院com| 中文字幕亚洲欧美在线不卡| 亚洲欧美电影院| 一二三区精品福利视频| 午夜视频一区在线观看| 日本不卡123| 国产一本一道久久香蕉| 成人永久看片免费视频天堂| 不卡一区二区中文字幕| 一本色道久久加勒比精品| 欧美日精品一区视频| 欧美一级艳片视频免费观看| 精品国产电影一区二区| 日本一区二区三区高清不卡| 亚洲日本护士毛茸茸| 亚洲福利视频三区| 美女视频网站久久| 国产精品99久久久久久似苏梦涵 | 欧美三级日本三级少妇99| 欧美老女人在线| 欧美精品一区二区三区视频| 亚洲国产成人自拍| 亚洲精品免费一二三区| 日本一不卡视频| 国产麻豆精品在线观看| 色婷婷久久综合| 91精品国产综合久久精品图片| 26uuu国产一区二区三区| 国产精品国产三级国产专播品爱网 | 国产一区二区三区高清播放| 成人动漫在线一区| 欧美日韩精品高清| 精品福利一二区| 综合在线观看色| 青青草原综合久久大伊人精品优势| 国产一区二区三区电影在线观看| av电影天堂一区二区在线| 欧美午夜在线一二页| 精品久久久久久久久久久久久久久久久| 国产亚洲成av人在线观看导航 | 成人精品高清在线| 欧美日韩精品综合在线| 亚洲精品一区二区三区精华液| 中文字幕在线播放不卡一区| 婷婷久久综合九色综合绿巨人| 国产一区二区三区美女| 日本精品一区二区三区四区的功能| 欧美一区二区美女| 国产精品五月天| 在线观看国产91| 精品少妇一区二区三区在线播放| 亚洲日本在线看| 麻豆精品视频在线观看视频| 99精品久久99久久久久| 日韩欧美国产一二三区| 亚洲乱码国产乱码精品精小说| 精品一区二区久久| 在线中文字幕不卡| 国产亚洲女人久久久久毛片| 婷婷中文字幕综合| 成人午夜电影网站| 欧美福利电影网| 日韩一区有码在线| 精品一区二区三区在线播放| 欧美性欧美巨大黑白大战| 国产欧美一区二区精品性色| 午夜激情综合网| 色综合色狠狠综合色| 久久久久久久久蜜桃| 日韩电影在线一区二区三区| 91免费在线视频观看| 久久免费精品国产久精品久久久久| 亚洲永久精品大片| av在线综合网| 亚洲精品一区二区精华| 五月天久久比比资源色| 色综合久久综合网| 亚洲国产精品成人综合| 免播放器亚洲一区| 欧美三区免费完整视频在线观看| 国产精品欧美综合在线| 精品在线免费观看| 717成人午夜免费福利电影| 一二三四社区欧美黄|