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

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

?? updatef.cs

?? 圖書管理系統!!C#+olc 大小是100多k
?? CS
?? 第 1 頁 / 共 2 頁
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;

namespace bookstore
{
	/// <summary>
	/// UpdateF 的摘要說明。
	/// </summary>
	public class UpdateF : System.Windows.Forms.Form
	{
		private System.Windows.Forms.TabControl tabControl1;
		private System.Windows.Forms.TabPage tabPage1;
		private System.Windows.Forms.TabPage tabPage2;
		private System.Windows.Forms.TabPage tabPage3;
		private System.Windows.Forms.TabPage tabPage4;
		private System.Windows.Forms.TextBox textBox1;
		private System.Windows.Forms.TextBox textBox2;
		private System.Windows.Forms.TextBox textBox3;
		private System.Windows.Forms.TextBox textBox4;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.Button button1;
		private System.Windows.Forms.Button button2;
		private System.Windows.Forms.TextBox textBox5;
		private System.Windows.Forms.TextBox textBox6;
		private System.Windows.Forms.TextBox textBox7;
		private System.Windows.Forms.TextBox textBox8;
		private System.Windows.Forms.TextBox textBox9;
		private System.Windows.Forms.TextBox textBox10;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.Label label7;
		private System.Windows.Forms.Label label8;
		private System.Windows.Forms.Label label9;
		private System.Windows.Forms.Label label10;
		private System.Windows.Forms.Button button3;
		private System.Windows.Forms.Button button4;
		private System.Windows.Forms.TextBox textBox11;
		private System.Windows.Forms.TextBox textBox12;
		private System.Windows.Forms.TextBox textBox13;
		private System.Windows.Forms.TextBox textBox14;
		private System.Windows.Forms.Label label11;
		private System.Windows.Forms.Label label12;
		private System.Windows.Forms.Label label13;
		private System.Windows.Forms.Label label14;
		private System.Windows.Forms.Button button5;
		private System.Windows.Forms.Button button6;
		private System.Windows.Forms.TextBox textBox15;
		private System.Windows.Forms.TextBox textBox16;
		private System.Windows.Forms.TextBox textBox17;
		private System.Windows.Forms.TextBox textBox18;
		private System.Windows.Forms.Label label15;
		private System.Windows.Forms.Label label16;
		private System.Windows.Forms.Label label17;
		private System.Windows.Forms.Label label18;
		private System.Windows.Forms.Button button7;
		private System.Windows.Forms.Button button8;
		private System.Windows.Forms.Label label19;
		private System.Windows.Forms.TextBox textBox19;
		private System.Windows.Forms.TextBox textBox20;
		private System.Windows.Forms.TextBox textBox21;
		private System.Windows.Forms.TextBox textBox22;
		private System.Windows.Forms.TextBox textBox23;
		private System.Windows.Forms.TextBox textBox24;
		/// <summary>
		/// 必需的設計器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;
		util1 util=new util1();
		SqlBean sq=new SqlBean();

		public UpdateF()
		{
			//
			// Windows 窗體設計器支持所必需的
			//
			InitializeComponent();
			textBox1.Clear();
             textBox2.Clear();
             textBox3.Clear();
             textBox4.Clear();
             textBox5.Clear();
             textBox6.Clear();
             textBox7.Clear();
             textBox8.Clear();
             textBox9.Clear();
             textBox10.Clear();
             textBox11.Clear();
             textBox12.Clear();
              textBox13.Clear();
             textBox14.Clear();
             textBox15.Clear();
             textBox16.Clear();
             textBox17.Clear();
             textBox18.Clear();
             textBox19.Clear();
             textBox20.Clear();
             textBox21.Clear();
             textBox22.Clear();
             textBox23.Clear();
             textBox24.Clear();

			//
			// 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.tabControl1 = new System.Windows.Forms.TabControl();
			this.tabPage1 = new System.Windows.Forms.TabPage();
			this.button2 = new System.Windows.Forms.Button();
			this.button1 = new System.Windows.Forms.Button();
			this.label4 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.textBox4 = new System.Windows.Forms.TextBox();
			this.textBox3 = new System.Windows.Forms.TextBox();
			this.textBox2 = new System.Windows.Forms.TextBox();
			this.textBox1 = new System.Windows.Forms.TextBox();
			this.tabPage2 = new System.Windows.Forms.TabPage();
			this.textBox20 = new System.Windows.Forms.TextBox();
			this.textBox19 = new System.Windows.Forms.TextBox();
			this.button4 = new System.Windows.Forms.Button();
			this.button3 = new System.Windows.Forms.Button();
			this.label10 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.textBox10 = new System.Windows.Forms.TextBox();
			this.textBox9 = new System.Windows.Forms.TextBox();
			this.textBox8 = new System.Windows.Forms.TextBox();
			this.textBox7 = new System.Windows.Forms.TextBox();
			this.textBox6 = new System.Windows.Forms.TextBox();
			this.textBox5 = new System.Windows.Forms.TextBox();
			this.tabPage3 = new System.Windows.Forms.TabPage();
			this.textBox24 = new System.Windows.Forms.TextBox();
			this.textBox23 = new System.Windows.Forms.TextBox();
			this.textBox22 = new System.Windows.Forms.TextBox();
			this.textBox21 = new System.Windows.Forms.TextBox();
			this.label19 = new System.Windows.Forms.Label();
			this.button6 = new System.Windows.Forms.Button();
			this.button5 = new System.Windows.Forms.Button();
			this.label14 = new System.Windows.Forms.Label();
			this.label13 = new System.Windows.Forms.Label();
			this.label12 = new System.Windows.Forms.Label();
			this.label11 = new System.Windows.Forms.Label();
			this.textBox14 = new System.Windows.Forms.TextBox();
			this.textBox13 = new System.Windows.Forms.TextBox();
			this.textBox12 = new System.Windows.Forms.TextBox();
			this.textBox11 = new System.Windows.Forms.TextBox();
			this.tabPage4 = new System.Windows.Forms.TabPage();
			this.button8 = new System.Windows.Forms.Button();
			this.button7 = new System.Windows.Forms.Button();
			this.label18 = new System.Windows.Forms.Label();
			this.label17 = new System.Windows.Forms.Label();
			this.label16 = new System.Windows.Forms.Label();
			this.label15 = new System.Windows.Forms.Label();
			this.textBox18 = new System.Windows.Forms.TextBox();
			this.textBox17 = new System.Windows.Forms.TextBox();
			this.textBox16 = new System.Windows.Forms.TextBox();
			this.textBox15 = new System.Windows.Forms.TextBox();
			this.tabControl1.SuspendLayout();
			this.tabPage1.SuspendLayout();
			this.tabPage2.SuspendLayout();
			this.tabPage3.SuspendLayout();
			this.tabPage4.SuspendLayout();
			this.SuspendLayout();
			// 
			// tabControl1
			// 
			this.tabControl1.Controls.Add(this.tabPage1);
			this.tabControl1.Controls.Add(this.tabPage2);
			this.tabControl1.Controls.Add(this.tabPage3);
			this.tabControl1.Controls.Add(this.tabPage4);
			this.tabControl1.Location = new System.Drawing.Point(16, 24);
			this.tabControl1.Name = "tabControl1";
			this.tabControl1.SelectedIndex = 0;
			this.tabControl1.Size = new System.Drawing.Size(344, 288);
			this.tabControl1.TabIndex = 0;
			// 
			// tabPage1
			// 
			this.tabPage1.Controls.Add(this.button2);
			this.tabPage1.Controls.Add(this.button1);
			this.tabPage1.Controls.Add(this.label4);
			this.tabPage1.Controls.Add(this.label3);
			this.tabPage1.Controls.Add(this.label2);
			this.tabPage1.Controls.Add(this.label1);
			this.tabPage1.Controls.Add(this.textBox4);
			this.tabPage1.Controls.Add(this.textBox3);
			this.tabPage1.Controls.Add(this.textBox2);
			this.tabPage1.Controls.Add(this.textBox1);
			this.tabPage1.Location = new System.Drawing.Point(4, 21);
			this.tabPage1.Name = "tabPage1";
			this.tabPage1.Size = new System.Drawing.Size(336, 263);
			this.tabPage1.TabIndex = 0;
			this.tabPage1.Text = "修改讀者信息";
			this.tabPage1.Click += new System.EventHandler(this.tabPage1_Click);
			// 
			// button2
			// 
			this.button2.Location = new System.Drawing.Point(200, 224);
			this.button2.Name = "button2";
			this.button2.TabIndex = 9;
			this.button2.Text = "取消";
			this.button2.Click += new System.EventHandler(this.button2_Click);
			// 
			// button1
			// 
			this.button1.Location = new System.Drawing.Point(64, 224);
			this.button1.Name = "button1";
			this.button1.TabIndex = 8;
			this.button1.Text = "更新";
			this.button1.Click += new System.EventHandler(this.button1_Click);
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(64, 176);
			this.label4.Name = "label4";
			this.label4.TabIndex = 7;
			this.label4.Text = "已借數量:";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(64, 128);
			this.label3.Name = "label3";
			this.label3.TabIndex = 6;
			this.label3.Text = "類型編號:";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(64, 80);
			this.label2.Name = "label2";
			this.label2.TabIndex = 5;
			this.label2.Text = "讀者姓名:";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(64, 24);
			this.label1.Name = "label1";
			this.label1.TabIndex = 4;
			this.label1.Text = "讀者編號:";
			// 
			// textBox4
			// 
			this.textBox4.Location = new System.Drawing.Point(192, 176);
			this.textBox4.Name = "textBox4";
			this.textBox4.TabIndex = 3;
			this.textBox4.Text = "textBox4";
			// 
			// textBox3
			// 
			this.textBox3.Location = new System.Drawing.Point(192, 128);
			this.textBox3.Name = "textBox3";
			this.textBox3.TabIndex = 2;
			this.textBox3.Text = "textBox3";
			// 
			// textBox2
			// 
			this.textBox2.Location = new System.Drawing.Point(192, 72);
			this.textBox2.Name = "textBox2";
			this.textBox2.TabIndex = 1;
			this.textBox2.Text = "textBox2";
			this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
			// 
			// textBox1
			// 
			this.textBox1.Location = new System.Drawing.Point(192, 24);
			this.textBox1.Name = "textBox1";
			this.textBox1.TabIndex = 0;
			this.textBox1.Text = "textBox1";
			// 
			// tabPage2
			// 
			this.tabPage2.Controls.Add(this.textBox20);
			this.tabPage2.Controls.Add(this.textBox19);
			this.tabPage2.Controls.Add(this.button4);
			this.tabPage2.Controls.Add(this.button3);
			this.tabPage2.Controls.Add(this.label10);
			this.tabPage2.Controls.Add(this.label9);
			this.tabPage2.Controls.Add(this.label8);
			this.tabPage2.Controls.Add(this.label7);
			this.tabPage2.Controls.Add(this.label6);
			this.tabPage2.Controls.Add(this.label5);
			this.tabPage2.Controls.Add(this.textBox10);
			this.tabPage2.Controls.Add(this.textBox9);
			this.tabPage2.Controls.Add(this.textBox8);
			this.tabPage2.Controls.Add(this.textBox7);
			this.tabPage2.Controls.Add(this.textBox6);
			this.tabPage2.Controls.Add(this.textBox5);
			this.tabPage2.Location = new System.Drawing.Point(4, 21);
			this.tabPage2.Name = "tabPage2";
			this.tabPage2.Size = new System.Drawing.Size(336, 263);
			this.tabPage2.TabIndex = 1;
			this.tabPage2.Text = "修改圖書信息";
			// 
			// textBox20
			// 
			this.textBox20.Location = new System.Drawing.Point(256, 168);
			this.textBox20.Name = "textBox20";
			this.textBox20.Size = new System.Drawing.Size(56, 21);
			this.textBox20.TabIndex = 15;
			this.textBox20.Text = "textBox20";
			// 
			// textBox19
			// 
			this.textBox19.Location = new System.Drawing.Point(184, 168);
			this.textBox19.Name = "textBox19";
			this.textBox19.Size = new System.Drawing.Size(56, 21);
			this.textBox19.TabIndex = 14;
			this.textBox19.Text = "textBox19";
			// 
			// button4
			// 
			this.button4.Location = new System.Drawing.Point(200, 216);
			this.button4.Name = "button4";
			this.button4.TabIndex = 13;
			this.button4.Text = "取消";
			this.button4.Click += new System.EventHandler(this.button4_Click);
			// 
			// button3
			// 
			this.button3.Location = new System.Drawing.Point(56, 216);
			this.button3.Name = "button3";
			this.button3.TabIndex = 12;
			this.button3.Text = "更新";
			this.button3.Click += new System.EventHandler(this.button3_Click);
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(8, 168);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(72, 23);
			this.label10.TabIndex = 11;
			this.label10.Text = "出版日期:";
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(48, 136);
			this.label9.Name = "label9";
			this.label9.TabIndex = 10;
			this.label9.Text = "出版社:";
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(48, 104);
			this.label8.Name = "label8";
			this.label8.TabIndex = 9;
			this.label8.Text = "數量:";
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(48, 72);
			this.label7.Name = "label7";
			this.label7.TabIndex = 8;
			this.label7.Text = "單價:";
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(48, 40);
			this.label6.Name = "label6";
			this.label6.TabIndex = 7;
			this.label6.Text = "書名:";
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(48, 8);
			this.label5.Name = "label5";
			this.label5.TabIndex = 6;
			this.label5.Text = "圖書編號:";
			// 
			// textBox10
			// 
			this.textBox10.Location = new System.Drawing.Point(104, 168);
			this.textBox10.Name = "textBox10";
			this.textBox10.Size = new System.Drawing.Size(56, 21);
			this.textBox10.TabIndex = 5;
			this.textBox10.Text = "textBox10";
			// 
			// textBox9
			// 
			this.textBox9.Location = new System.Drawing.Point(200, 136);
			this.textBox9.Name = "textBox9";
			this.textBox9.TabIndex = 4;
			this.textBox9.Text = "textBox9";
			// 
			// textBox8
			// 
			this.textBox8.Location = new System.Drawing.Point(200, 104);
			this.textBox8.Name = "textBox8";
			this.textBox8.TabIndex = 3;
			this.textBox8.Text = "textBox8";
			// 
			// textBox7
			// 
			this.textBox7.Location = new System.Drawing.Point(200, 72);
			this.textBox7.Name = "textBox7";
			this.textBox7.TabIndex = 2;
			this.textBox7.Text = "textBox7";
			// 
			// textBox6
			// 
			this.textBox6.Location = new System.Drawing.Point(200, 40);
			this.textBox6.Name = "textBox6";
			this.textBox6.TabIndex = 1;
			this.textBox6.Text = "textBox6";
			// 
			// textBox5
			// 
			this.textBox5.Location = new System.Drawing.Point(200, 8);
			this.textBox5.Name = "textBox5";
			this.textBox5.TabIndex = 0;
			this.textBox5.Text = "textBox5";
			// 
			// tabPage3
			// 
			this.tabPage3.Controls.Add(this.textBox24);
			this.tabPage3.Controls.Add(this.textBox23);
			this.tabPage3.Controls.Add(this.textBox22);
			this.tabPage3.Controls.Add(this.textBox21);
			this.tabPage3.Controls.Add(this.label19);
			this.tabPage3.Controls.Add(this.button6);
			this.tabPage3.Controls.Add(this.button5);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
91美女视频网站| 精品久久久久久久久久久院品网 | 欧美一区三区二区| 国产欧美精品一区二区色综合朱莉 | 26uuu另类欧美亚洲曰本| 一区二区不卡在线播放| 国产成人亚洲精品青草天美| 91 com成人网| 一区2区3区在线看| 成人av在线电影| 国产亚洲精品bt天堂精选| 日韩av电影天堂| 欧美日韩视频在线一区二区| 亚洲卡通动漫在线| 99久久精品国产一区| 久久一区二区视频| 九九九久久久精品| 91麻豆精品国产| 图片区日韩欧美亚洲| 欧美丝袜丝交足nylons图片| 亚洲精品视频观看| 色综合久久综合网欧美综合网| 欧美激情一二三区| 风流少妇一区二区| 中文字幕乱码一区二区免费| 国产一区二区成人久久免费影院| 日韩欧美国产小视频| 另类专区欧美蜜桃臀第一页| 日韩欧美国产系列| 卡一卡二国产精品| 精品欧美久久久| 久久不见久久见免费视频7 | 欧美色区777第一页| 亚洲黄色在线视频| 欧美亚洲国产一区二区三区va | 国产一区二区三区美女| 精品av综合导航| 国产一区二区三区在线观看免费 | 欧美一区二区在线观看| 亚洲成人免费在线观看| 7777精品伊人久久久大香线蕉超级流畅 | 久久国产三级精品| 26uuuu精品一区二区| 国产精品18久久久久久久久久久久 | 成人黄色av电影| 一区在线中文字幕| 91久久一区二区| 日本中文在线一区| 久久久久综合网| av中文字幕亚洲| 亚洲精品va在线观看| 欧美日韩成人一区二区| 激情综合五月婷婷| 国产精品久久一卡二卡| 在线观看中文字幕不卡| 亚洲欧美日韩在线不卡| 欧美电影一区二区| 激情综合网天天干| 亚洲欧洲中文日韩久久av乱码| 欧美综合亚洲图片综合区| 捆绑调教一区二区三区| 国产精品网站在线播放| 欧美日韩国产一区二区三区地区| 久久99久久99小草精品免视看| 国产欧美一区二区三区在线看蜜臀| 91香蕉视频mp4| 日本亚洲电影天堂| 中文字幕一区二区三区四区不卡 | ...xxx性欧美| 欧美一区二区三区白人| 成人精品免费网站| 偷拍一区二区三区| 中文字幕在线免费不卡| 欧美一激情一区二区三区| 成人动漫在线一区| 男女性色大片免费观看一区二区| 国产亚洲精品aa午夜观看| 欧美日韩国产综合一区二区三区| 国产99久久久国产精品潘金| 日韩av中文在线观看| 国产精品乱人伦中文| 日韩一区二区精品葵司在线| 成人精品国产福利| 另类小说色综合网站| 一区二区三区免费观看| 国产视频一区在线播放| 欧美成人精品1314www| 色拍拍在线精品视频8848| 福利一区在线观看| 精久久久久久久久久久| 爽好久久久欧美精品| 一区二区三区不卡视频| 国产精品久久久久久久午夜片| 精品国产乱码久久| 欧美一区二区高清| 精品视频1区2区| 在线欧美小视频| aaa欧美色吧激情视频| 精品在线免费观看| 奇米色777欧美一区二区| 亚洲成人一二三| 亚洲成人在线观看视频| 亚洲午夜在线观看视频在线| 亚洲免费电影在线| 亚洲色图在线看| 中文字幕一区二区在线观看 | 婷婷夜色潮精品综合在线| 亚洲女同女同女同女同女同69| 欧美国产欧美综合| 亚洲国产高清aⅴ视频| 中文无字幕一区二区三区 | 国产精品一区在线| 韩国女主播一区二区三区| 久久se精品一区精品二区| 九九**精品视频免费播放| 久久99国产精品久久| 国产麻豆精品视频| 懂色av一区二区夜夜嗨| 成人黄色一级视频| 色婷婷激情综合| 欧美性生活一区| 欧美三级乱人伦电影| 欧美一区二区视频在线观看2022 | 色999日韩国产欧美一区二区| 日本久久精品电影| 欧美日韩亚洲综合在线 欧美亚洲特黄一级| 色综合视频在线观看| 欧美日韩在线三区| 日韩午夜激情av| 国产三级精品视频| 中文字幕亚洲成人| 亚洲福利视频一区| 蜜桃av噜噜一区| 粉嫩高潮美女一区二区三区| 97精品久久久久中文字幕| 欧美日韩一区小说| 精品国产一区二区在线观看| 久久精品一区二区三区不卡| 中文字幕中文字幕一区| 香蕉成人伊视频在线观看| 国产尤物一区二区| 91丨porny丨户外露出| 欧美日韩美女一区二区| 久久久久久久久久久久电影| 亚洲精品美国一| 伦理电影国产精品| 91老师国产黑色丝袜在线| 欧美久久久影院| 国产亚洲欧美激情| 午夜精品久久久久影视| 国产精品69久久久久水密桃| 在线日韩一区二区| 国产亚洲综合色| 亚洲午夜精品网| 国产成人av影院| 7878成人国产在线观看| 国产精品激情偷乱一区二区∴| 日韩精品欧美精品| 菠萝蜜视频在线观看一区| 日韩欧美你懂的| 亚洲激情在线播放| 国产精品白丝av| 日韩午夜激情av| 一区二区三区欧美在线观看| 国产一区二区在线观看免费| 欧美揉bbbbb揉bbbbb| 国产精品理论片| 精品一区二区在线观看| 欧美日韩免费观看一区二区三区| 国产欧美日韩综合精品一区二区| 五月婷婷久久综合| 91免费观看在线| 国产亚洲成av人在线观看导航 | 日韩欧美国产精品| 亚洲影视在线播放| 91蜜桃免费观看视频| 国产日韩欧美精品在线| 久久国产精品区| 制服丝袜成人动漫| 亚洲中国最大av网站| 99久久99久久精品免费看蜜桃| 国产色一区二区| 国产在线精品免费av| 欧美成va人片在线观看| 首页欧美精品中文字幕| 欧美撒尿777hd撒尿| 一区二区三区在线视频播放| 成人av动漫网站| 欧美激情在线一区二区三区| 国模少妇一区二区三区| 日韩免费高清电影| 麻豆91免费看| 欧美大片国产精品| 美日韩一区二区| 欧美成人免费网站| 国内精品国产成人国产三级粉色| 欧美一级二级三级乱码| 久久国产麻豆精品| 久久久久久久久久久黄色| 国产福利电影一区二区三区|