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

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

?? subjectsetting.cs

?? 用vs2003和SQLServer2000開發的財務管理系統
?? CS
?? 第 1 頁 / 共 3 頁
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;

namespace 財務管理系統
{
	/// <summary>
	/// SubjectSetting 的摘要說明。
	/// </summary>
	public class SubjectSetting : System.Windows.Forms.Form
	{
		private CurrencyManager cmOrders;
		private System.Windows.Forms.ImageList imageList1;
		private System.Windows.Forms.GroupBox groupBox1;
		private System.Windows.Forms.TextBox txt2;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.Button btnSearch;
		private System.Windows.Forms.TextBox txt1;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.TextBox txt3;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.ToolBar toolBar1;
		private System.Windows.Forms.ToolBarButton tBtnFirst;
		private System.Windows.Forms.ToolBarButton tBtnPre;
		private System.Windows.Forms.ToolBarButton tBtnNext;
		private System.Windows.Forms.ToolBarButton tBtnLast;
		private System.Windows.Forms.ToolBarButton tBtnNew;
		private System.Windows.Forms.ToolBarButton tBtnEdit;
		private System.Windows.Forms.ToolBarButton tBtnDelete;
		private System.Windows.Forms.ToolBarButton tBtnSubmit;
		private System.Windows.Forms.ToolBarButton tBtnCancel;
		private System.Windows.Forms.ToolBarButton tBtnQuit;
		private System.Data.SqlClient.SqlDataAdapter da1;
		private System.Data.SqlClient.SqlCommand sqlSelectCommand1;
		private System.Data.SqlClient.SqlCommand sqlInsertCommand1;
		private System.Data.SqlClient.SqlCommand sqlUpdateCommand1;
		private System.Data.SqlClient.SqlCommand sqlDeleteCommand1;
		private 財務管理系統.DataSet1 dataSet11;
		private System.Windows.Forms.DataGrid dataGrid1;
		private System.Windows.Forms.DataGridTableStyle dataGridTableStyle1;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn1;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn2;
		private System.Windows.Forms.GroupBox groupBox2;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.TextBox txt4;
		private System.Windows.Forms.TextBox txt5;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.TextBox txt6;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.ComboBox comboBox1;
		private System.Windows.Forms.Label label7;
		private System.Windows.Forms.Label label8;
		private System.Windows.Forms.ComboBox comboBox2;
		private System.Data.SqlClient.SqlConnection sqlConnection1;
		private System.ComponentModel.IContainer components;

		public SubjectSetting()
		{
			//
			// 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.components = new System.ComponentModel.Container();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(SubjectSetting));
			this.imageList1 = new System.Windows.Forms.ImageList(this.components);
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.txt2 = new System.Windows.Forms.TextBox();
			this.label1 = new System.Windows.Forms.Label();
			this.btnSearch = new System.Windows.Forms.Button();
			this.txt1 = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.txt3 = new System.Windows.Forms.TextBox();
			this.label3 = new System.Windows.Forms.Label();
			this.toolBar1 = new System.Windows.Forms.ToolBar();
			this.tBtnFirst = new System.Windows.Forms.ToolBarButton();
			this.tBtnPre = new System.Windows.Forms.ToolBarButton();
			this.tBtnNext = new System.Windows.Forms.ToolBarButton();
			this.tBtnLast = new System.Windows.Forms.ToolBarButton();
			this.tBtnNew = new System.Windows.Forms.ToolBarButton();
			this.tBtnEdit = new System.Windows.Forms.ToolBarButton();
			this.tBtnDelete = new System.Windows.Forms.ToolBarButton();
			this.tBtnSubmit = new System.Windows.Forms.ToolBarButton();
			this.tBtnCancel = new System.Windows.Forms.ToolBarButton();
			this.tBtnQuit = new System.Windows.Forms.ToolBarButton();
			this.da1 = new System.Data.SqlClient.SqlDataAdapter();
			this.sqlDeleteCommand1 = new System.Data.SqlClient.SqlCommand();
			this.sqlInsertCommand1 = new System.Data.SqlClient.SqlCommand();
			this.sqlSelectCommand1 = new System.Data.SqlClient.SqlCommand();
			this.sqlUpdateCommand1 = new System.Data.SqlClient.SqlCommand();
			this.dataSet11 = new 財務管理系統.DataSet1();
			this.dataGrid1 = new System.Windows.Forms.DataGrid();
			this.dataGridTableStyle1 = new System.Windows.Forms.DataGridTableStyle();
			this.dataGridTextBoxColumn1 = new System.Windows.Forms.DataGridTextBoxColumn();
			this.dataGridTextBoxColumn2 = new System.Windows.Forms.DataGridTextBoxColumn();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.comboBox1 = new System.Windows.Forms.ComboBox();
			this.txt4 = new System.Windows.Forms.TextBox();
			this.label4 = new System.Windows.Forms.Label();
			this.txt5 = new System.Windows.Forms.TextBox();
			this.label5 = new System.Windows.Forms.Label();
			this.txt6 = new System.Windows.Forms.TextBox();
			this.label6 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.comboBox2 = new System.Windows.Forms.ComboBox();
			this.sqlConnection1 = new System.Data.SqlClient.SqlConnection();
			this.groupBox1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
			this.groupBox2.SuspendLayout();
			this.SuspendLayout();
			// 
			// imageList1
			// 
			this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
			this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
			this.imageList1.TransparentColor = System.Drawing.SystemColors.ControlLightLight;
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.txt2);
			this.groupBox1.Controls.Add(this.label1);
			this.groupBox1.Controls.Add(this.btnSearch);
			this.groupBox1.Controls.Add(this.txt1);
			this.groupBox1.Controls.Add(this.label2);
			this.groupBox1.Controls.Add(this.txt3);
			this.groupBox1.Controls.Add(this.label3);
			this.groupBox1.Location = new System.Drawing.Point(0, 40);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(616, 56);
			this.groupBox1.TabIndex = 26;
			this.groupBox1.TabStop = false;
			// 
			// txt2
			// 
			this.txt2.Location = new System.Drawing.Point(328, 24);
			this.txt2.Name = "txt2";
			this.txt2.TabIndex = 2;
			this.txt2.Text = "";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(272, 28);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(56, 16);
			this.label1.TabIndex = 1;
			this.label1.Text = "科目名稱";
			// 
			// btnSearch
			// 
			this.btnSearch.Image = ((System.Drawing.Image)(resources.GetObject("btnSearch.Image")));
			this.btnSearch.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.btnSearch.Location = new System.Drawing.Point(16, 24);
			this.btnSearch.Name = "btnSearch";
			this.btnSearch.Size = new System.Drawing.Size(72, 23);
			this.btnSearch.TabIndex = 0;
			this.btnSearch.Text = " 搜索";
			this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
			// 
			// txt1
			// 
			this.txt1.Location = new System.Drawing.Point(168, 24);
			this.txt1.Name = "txt1";
			this.txt1.TabIndex = 2;
			this.txt1.Text = "";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(104, 28);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(56, 16);
			this.label2.TabIndex = 1;
			this.label2.Text = "科目代碼";
			// 
			// txt3
			// 
			this.txt3.Location = new System.Drawing.Point(504, 24);
			this.txt3.Name = "txt3";
			this.txt3.TabIndex = 2;
			this.txt3.Text = "";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(448, 28);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(56, 16);
			this.label3.TabIndex = 1;
			this.label3.Text = "科目類別";
			// 
			// toolBar1
			// 
			this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
																						this.tBtnFirst,
																						this.tBtnPre,
																						this.tBtnNext,
																						this.tBtnLast,
																						this.tBtnNew,
																						this.tBtnEdit,
																						this.tBtnDelete,
																						this.tBtnSubmit,
																						this.tBtnCancel,
																						this.tBtnQuit});
			this.toolBar1.DropDownArrows = true;
			this.toolBar1.ImageList = this.imageList1;
			this.toolBar1.Location = new System.Drawing.Point(0, 0);
			this.toolBar1.Name = "toolBar1";
			this.toolBar1.ShowToolTips = true;
			this.toolBar1.Size = new System.Drawing.Size(616, 41);
			this.toolBar1.TabIndex = 27;
			this.toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
			// 
			// tBtnFirst
			// 
			this.tBtnFirst.ImageIndex = 0;
			this.tBtnFirst.Text = "首記錄";

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久久久久久久97黄色工厂| 国产色产综合色产在线视频| 91亚洲国产成人精品一区二三| 男人的j进女人的j一区| 亚洲自拍与偷拍| 亚洲综合无码一区二区| 伊人婷婷欧美激情| 亚洲午夜日本在线观看| 亚洲电影一区二区| 日日夜夜免费精品| 久久99国产精品尤物| 精品中文av资源站在线观看| 秋霞成人午夜伦在线观看| 日韩va欧美va亚洲va久久| 蜜臀va亚洲va欧美va天堂| 麻豆精品国产传媒mv男同| 久久福利资源站| 粉嫩aⅴ一区二区三区四区| heyzo一本久久综合| 欧美午夜影院一区| 日韩视频一区在线观看| 久久久另类综合| 1024成人网| 日韩精品免费专区| 国产在线精品一区在线观看麻豆| 国产精品1024| 色综合久久综合网欧美综合网 | 精品动漫一区二区三区在线观看| 精品国产乱码久久久久久免费| 久久久精品国产99久久精品芒果| 综合激情成人伊人| 日韩制服丝袜av| 国产二区国产一区在线观看| 色菇凉天天综合网| 亚洲精品一区二区三区福利| 亚洲婷婷在线视频| 久久精品国产秦先生| 成人av电影在线| 欧美一级爆毛片| 日韩美女精品在线| 免费精品视频最新在线| 99久久精品费精品国产一区二区| 在线不卡欧美精品一区二区三区| 久久免费视频色| 婷婷成人激情在线网| 大胆亚洲人体视频| 91麻豆精品国产91久久久| 国产精品久久久久影院亚瑟| 美女国产一区二区三区| 色综合久久66| 国产精品久久久久影院色老大| 无码av免费一区二区三区试看| 国产精品亚洲人在线观看| 欧美日韩国产在线播放网站| 国产精品激情偷乱一区二区∴| 精品无人区卡一卡二卡三乱码免费卡| 色综合亚洲欧洲| 国产日韩成人精品| 免费高清在线一区| 欧美亚洲综合网| 亚洲色图一区二区三区| 国产丶欧美丶日本不卡视频| 日韩精品一区二区三区四区视频| 午夜国产不卡在线观看视频| 色狠狠色噜噜噜综合网| 中文一区在线播放| 国产乱国产乱300精品| 日韩精品一区二区三区在线观看| 亚洲国产精品尤物yw在线观看| 99久精品国产| 国产精品毛片a∨一区二区三区| 国产精品一二二区| 国产日韩亚洲欧美综合| 国产乱理伦片在线观看夜一区| 精品久久国产老人久久综合| 久久国产精品99久久人人澡| 日韩欧美国产1| 精品一区二区三区在线观看 | 亚洲免费av观看| 成人黄色大片在线观看| 中文字幕的久久| 成人黄色软件下载| 亚洲特黄一级片| 91麻豆自制传媒国产之光| 亚洲老妇xxxxxx| 欧美日韩久久一区二区| 丝袜亚洲精品中文字幕一区| 91精品国产综合久久香蕉麻豆| 欧美bbbbb| 欧美国产精品一区二区| 成人精品视频一区| 一区二区三区在线观看网站| 欧美视频你懂的| 免费观看一级特黄欧美大片| 欧美一区二区视频网站| 狠狠色狠狠色综合日日91app| 久久久国际精品| 色综合欧美在线视频区| 日韩在线观看一区二区| 精品日韩欧美在线| www.激情成人| 午夜视频在线观看一区二区三区| 欧美狂野另类xxxxoooo| 黄一区二区三区| 亚洲欧美另类久久久精品| 欧美美女黄视频| 粉嫩一区二区三区性色av| 亚洲影视在线观看| 精品国免费一区二区三区| 成人av综合一区| 亚洲成人av电影| 日本一区二区在线不卡| 欧美日韩精品一区二区天天拍小说 | 日韩免费观看高清完整版在线观看| 国产精品一区二区不卡| 亚洲欧美日韩国产另类专区| 欧美不卡一区二区三区| 色综合久久久久综合| 九九在线精品视频| 亚洲免费三区一区二区| 精品国产乱码久久久久久闺蜜| 97精品久久久午夜一区二区三区| 日韩精品一二三| 国产精品久久久久久久久动漫| 欧美一区二区三区白人| 91视视频在线直接观看在线看网页在线看| 午夜久久久久久电影| 中文字幕日韩一区二区| 久久久久久久网| 91精品国产麻豆| 在线亚洲欧美专区二区| 波多野结衣在线一区| 毛片av一区二区| 午夜精品一区二区三区三上悠亚| 国产精品第四页| 欧美韩日一区二区三区| 久久亚洲一区二区三区明星换脸 | 免费成人在线观看| 悠悠色在线精品| 国产精品久久久久久久久搜平片| 日韩精品一区二区三区蜜臀| 717成人午夜免费福利电影| 在线视频观看一区| 91天堂素人约啪| av福利精品导航| 成人黄色小视频| 国产精品99久久久| 高清在线观看日韩| 国产一区二区三区| 国产中文一区二区三区| 日本女人一区二区三区| 日韩va亚洲va欧美va久久| 无码av免费一区二区三区试看| 亚洲图片一区二区| 婷婷成人激情在线网| 日韩av一级片| 青青草伊人久久| 奇米色一区二区三区四区| 免费成人av在线| 久久er99热精品一区二区| 国内外成人在线| 国产精品综合二区| 丁香婷婷深情五月亚洲| 成人听书哪个软件好| 99热这里都是精品| 在线看不卡av| 欧美一级爆毛片| 国产亚洲美州欧州综合国| 国产精品二区一区二区aⅴ污介绍| 国产精品久久久久影院亚瑟 | 91丨porny丨首页| 欧美少妇bbb| 欧美一区二区大片| 国产日韩一级二级三级| 亚洲视频一区二区免费在线观看| 国产精品欧美久久久久一区二区 | 日韩国产欧美在线播放| 久久99精品国产| 91啪在线观看| 日韩欧美一二区| 国产精品三级视频| 亚洲国产精品久久艾草纯爱 | 成人aa视频在线观看| 91福利视频在线| 精品99一区二区三区| 综合欧美亚洲日本| 免费成人美女在线观看.| 福利一区福利二区| 欧美在线视频不卡| 国产日韩欧美在线一区| 午夜一区二区三区在线观看| 国产一区欧美一区| 欧美人xxxx| 国产女人18毛片水真多成人如厕 | 日韩av一区二| 成人av集中营| 日韩欧美中文字幕制服| 亚洲老司机在线| 粉嫩av一区二区三区粉嫩| 欧美精品一卡二卡|