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

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

?? warrentinput.cs

?? 用vs2003和SQLServer2000開發的財務管理系統
?? CS
?? 第 1 頁 / 共 4 頁
字號:
			// 
			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 = "日期";
			// 
			// dataGrid1
			// 
			this.dataGrid1.CaptionVisible = false;
			this.dataGrid1.DataMember = "憑證表";
			this.dataGrid1.DataSource = this.dataSet11;
			this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.dataGrid1.Location = new System.Drawing.Point(0, 104);
			this.dataGrid1.Name = "dataGrid1";
			this.dataGrid1.ReadOnly = true;
			this.dataGrid1.RowHeaderWidth = 20;
			this.dataGrid1.Size = new System.Drawing.Size(272, 416);
			this.dataGrid1.TabIndex = 30;
			this.dataGrid1.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
																								  this.dataGridTableStyle1});
			this.dataGrid1.CurrentCellChanged += new System.EventHandler(this.dataGrid1_CurrentCellChanged);
			// 
			// dataSet11
			// 
			this.dataSet11.DataSetName = "DataSet1";
			this.dataSet11.Locale = new System.Globalization.CultureInfo("zh-CN");
			// 
			// dataGridTableStyle1
			// 
			this.dataGridTableStyle1.DataGrid = this.dataGrid1;
			this.dataGridTableStyle1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
																												  this.dataGridTextBoxColumn1,
																												  this.dataGridTextBoxColumn2,
																												  this.dataGridTextBoxColumn3});
			this.dataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.dataGridTableStyle1.MappingName = "憑證表";
			this.dataGridTableStyle1.RowHeaderWidth = 20;
			// 
			// dataGridTextBoxColumn1
			// 
			this.dataGridTextBoxColumn1.Format = "";
			this.dataGridTextBoxColumn1.FormatInfo = null;
			this.dataGridTextBoxColumn1.HeaderText = "憑證編號";
			this.dataGridTextBoxColumn1.MappingName = "憑證編號";
			this.dataGridTextBoxColumn1.Width = 80;
			// 
			// dataGridTextBoxColumn2
			// 
			this.dataGridTextBoxColumn2.Format = "";
			this.dataGridTextBoxColumn2.FormatInfo = null;
			this.dataGridTextBoxColumn2.HeaderText = "會計期間";
			this.dataGridTextBoxColumn2.MappingName = "會計期間";
			this.dataGridTextBoxColumn2.Width = 60;
			// 
			// dataGridTextBoxColumn3
			// 
			this.dataGridTextBoxColumn3.Format = "";
			this.dataGridTextBoxColumn3.FormatInfo = null;
			this.dataGridTextBoxColumn3.HeaderText = "日期";
			this.dataGridTextBoxColumn3.MappingName = "日期";
			this.dataGridTextBoxColumn3.Width = 90;
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.comboBox1);
			this.groupBox2.Controls.Add(this.txt4);
			this.groupBox2.Controls.Add(this.label4);
			this.groupBox2.Controls.Add(this.label5);
			this.groupBox2.Controls.Add(this.txt5);
			this.groupBox2.Controls.Add(this.label6);
			this.groupBox2.Controls.Add(this.txt6);
			this.groupBox2.Controls.Add(this.label7);
			this.groupBox2.Controls.Add(this.label8);
			this.groupBox2.Controls.Add(this.txt7);
			this.groupBox2.Controls.Add(this.txt8);
			this.groupBox2.Controls.Add(this.label9);
			this.groupBox2.Controls.Add(this.label10);
			this.groupBox2.Controls.Add(this.txt9);
			this.groupBox2.Controls.Add(this.txt10);
			this.groupBox2.Controls.Add(this.label11);
			this.groupBox2.Location = new System.Drawing.Point(272, 104);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(456, 136);
			this.groupBox2.TabIndex = 31;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "憑證詳細信息";
			// 
			// comboBox1
			// 
			this.comboBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "憑證表.憑證字號"));
			this.comboBox1.Enabled = false;
			this.comboBox1.Items.AddRange(new object[] {
														   "付",
														   "收",
														   "轉"});
			this.comboBox1.Location = new System.Drawing.Point(144, 48);
			this.comboBox1.Name = "comboBox1";
			this.comboBox1.Size = new System.Drawing.Size(88, 20);
			this.comboBox1.TabIndex = 2;
			// 
			// txt4
			// 
			this.txt4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "憑證表.憑證編號"));
			this.txt4.Location = new System.Drawing.Point(24, 48);
			this.txt4.Name = "txt4";
			this.txt4.ReadOnly = true;
			this.txt4.TabIndex = 1;
			this.txt4.Text = "";
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(24, 32);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(72, 16);
			this.label4.TabIndex = 0;
			this.label4.Text = "憑證編號";
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(144, 32);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(72, 16);
			this.label5.TabIndex = 0;
			this.label5.Text = "憑證字號";
			// 
			// txt5
			// 
			this.txt5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "憑證表.日期"));
			this.txt5.Location = new System.Drawing.Point(256, 48);
			this.txt5.Name = "txt5";
			this.txt5.ReadOnly = true;
			this.txt5.TabIndex = 1;
			this.txt5.Text = "";
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(376, 32);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(72, 16);
			this.label6.TabIndex = 0;
			this.label6.Text = "制單人";
			// 
			// txt6
			// 
			this.txt6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "憑證表.制單"));
			this.txt6.Location = new System.Drawing.Point(376, 48);
			this.txt6.Name = "txt6";
			this.txt6.ReadOnly = true;
			this.txt6.Size = new System.Drawing.Size(72, 21);
			this.txt6.TabIndex = 1;
			this.txt6.Text = "";
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(256, 32);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(72, 16);
			this.label7.TabIndex = 0;
			this.label7.Text = "日期";
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(24, 88);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(72, 16);
			this.label8.TabIndex = 0;
			this.label8.Text = "會計期間";
			// 
			// txt7
			// 
			this.txt7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "憑證表.會計期間"));
			this.txt7.Location = new System.Drawing.Point(24, 104);
			this.txt7.Name = "txt7";
			this.txt7.ReadOnly = true;
			this.txt7.Size = new System.Drawing.Size(96, 21);
			this.txt7.TabIndex = 1;
			this.txt7.Text = "";
			// 
			// txt8
			// 
			this.txt8.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "憑證表.過賬狀態"));
			this.txt8.Location = new System.Drawing.Point(136, 104);
			this.txt8.Name = "txt8";
			this.txt8.ReadOnly = true;
			this.txt8.Size = new System.Drawing.Size(88, 21);
			this.txt8.TabIndex = 1;
			this.txt8.Text = "";
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(136, 88);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(72, 16);
			this.label9.TabIndex = 0;
			this.label9.Text = "過帳狀態";
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(240, 88);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(72, 16);
			this.label10.TabIndex = 0;
			this.label10.Text = "借方合計";
			// 
			// txt9
			// 
			this.txt9.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "憑證表.借方合計"));
			this.txt9.Location = new System.Drawing.Point(240, 104);
			this.txt9.Name = "txt9";
			this.txt9.ReadOnly = true;
			this.txt9.TabIndex = 1;
			this.txt9.Text = "";
			// 
			// txt10
			// 
			this.txt10.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "憑證表.貸方合計"));
			this.txt10.Location = new System.Drawing.Point(352, 104);
			this.txt10.Name = "txt10";
			this.txt10.ReadOnly = true;
			this.txt10.Size = new System.Drawing.Size(96, 21);
			this.txt10.TabIndex = 1;
			this.txt10.Text = "";
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(360, 88);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(72, 16);
			this.label11.TabIndex = 0;
			this.label11.Text = "貸方合計";
			// 
			// dataGrid2
			// 
			this.dataGrid2.CaptionVisible = false;
			this.dataGrid2.DataMember = "";
			this.dataGrid2.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.dataGrid2.Location = new System.Drawing.Point(280, 256);
			this.dataGrid2.Name = "dataGrid2";
			this.dataGrid2.ReadOnly = true;
			this.dataGrid2.Size = new System.Drawing.Size(448, 264);
			this.dataGrid2.TabIndex = 32;

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品国产三级国产| 国内精品伊人久久久久av一坑| 中国av一区二区三区| 精品少妇一区二区三区在线视频| 欧美精品久久一区| 精品视频全国免费看| 欧美亚洲国产一区二区三区| 日本韩国欧美一区二区三区| 在线视频欧美区| 欧美做爰猛烈大尺度电影无法无天| 91免费小视频| 欧美中文一区二区三区| 欧洲精品视频在线观看| 欧美精品色一区二区三区| 欧美日韩亚洲综合在线| 91精品国产综合久久国产大片| 3751色影院一区二区三区| 91精品国产综合久久香蕉的特点 | 欧美日韩欧美一区二区| 欧美日韩免费电影| 欧美精品久久一区二区三区| 日韩一二三区视频| 精品av久久707| 欧美国产一区视频在线观看| 亚洲三级视频在线观看| 午夜私人影院久久久久| 国产在线精品一区二区三区不卡| 国产美女视频91| 91最新地址在线播放| 在线视频国内自拍亚洲视频| 欧美一级专区免费大片| 久久久久久久av麻豆果冻| ...xxx性欧美| 五月天一区二区三区| 蜜桃视频一区二区三区在线观看| 国产一区二区三区日韩| 99久久精品国产麻豆演员表| 欧美日韩国产成人在线91| 精品国产免费久久| 国产精品高潮呻吟| 日韩二区在线观看| 成人一区二区三区| 制服视频三区第一页精品| 久久免费偷拍视频| 亚洲在线视频网站| 国模冰冰炮一区二区| 色综合天天狠狠| 日韩欧美精品在线视频| 中文字幕亚洲不卡| 玖玖九九国产精品| 色噜噜狠狠色综合中国| 日韩欧美在线123| 自拍偷拍欧美精品| 久久成人免费网| 在线观看日韩国产| 国产三级精品在线| 日本欧美一区二区三区| 97久久精品人人做人人爽50路| 91精品国产综合久久福利| 国产精品久久久久久久岛一牛影视| 午夜av电影一区| 一本久久综合亚洲鲁鲁五月天| 精品美女被调教视频大全网站| 一区二区视频在线| 国产成人精品一区二| 欧美日韩黄色影视| 日韩一区在线免费观看| 麻豆久久一区二区| 欧美日韩视频一区二区| 国产精品美女久久久久aⅴ国产馆| 奇米影视一区二区三区| 色噜噜狠狠成人网p站| 日本一区二区三区免费乱视频| 蜜臀91精品一区二区三区| 在线观看不卡视频| 综合激情成人伊人| 成人性色生活片免费看爆迷你毛片| 欧美一区二区日韩| 五月婷婷色综合| 91成人免费在线视频| 中文字幕日韩欧美一区二区三区| 久久超碰97中文字幕| 欧美巨大另类极品videosbest | 亚洲国产精品久久人人爱蜜臀| 丁香天五香天堂综合| 欧美成人aa大片| 日韩在线一区二区| 欧美日韩综合一区| 一区二区三区免费| 91麻豆国产在线观看| 国产精品毛片高清在线完整版 | 欧美一区日本一区韩国一区| 亚洲美女免费在线| 91在线观看高清| 亚洲欧洲另类国产综合| 丁香天五香天堂综合| 久久久久久麻豆| 国产麻豆午夜三级精品| 精品理论电影在线观看| 免播放器亚洲一区| 26uuu另类欧美亚洲曰本| 麻豆极品一区二区三区| 日韩欧美视频在线| 精品一区二区三区蜜桃| 日韩欧美国产一二三区| 久草这里只有精品视频| 欧美tickle裸体挠脚心vk| 麻豆久久一区二区| 久久夜色精品一区| 国产成人aaa| 国产欧美日韩亚州综合 | 精品无人码麻豆乱码1区2区| 日韩一级视频免费观看在线| 美女视频黄久久| 欧美不卡一区二区| 国产在线观看一区二区| 中文一区二区完整视频在线观看| 福利一区二区在线| 国产精品久久久久影视| 色综合久久88色综合天天| 亚洲国产日韩一级| 这里只有精品视频在线观看| 免费成人你懂的| 久久综合狠狠综合久久激情| 国产成a人亚洲精| 伊人一区二区三区| 欧美精品九九99久久| 狠狠色狠狠色合久久伊人| 国产精品午夜电影| 色婷婷狠狠综合| 肉色丝袜一区二区| 久久综合给合久久狠狠狠97色69| 成人污污视频在线观看| 亚洲精品乱码久久久久久久久| 欧美猛男超大videosgay| 麻豆精品一二三| 欧美激情一区二区三区不卡 | 91在线码无精品| 午夜精品福利一区二区三区av | 亚洲狠狠爱一区二区三区| 538在线一区二区精品国产| 激情图片小说一区| 日韩毛片高清在线播放| 欧美久久一区二区| 成人精品国产福利| 日韩黄色片在线观看| 久久久国际精品| 亚洲国产色一区| 日本不卡123| **欧美大码日韩| 日韩午夜在线影院| 91毛片在线观看| 麻豆成人免费电影| 亚洲人吸女人奶水| 精品国产不卡一区二区三区| 91网站视频在线观看| 麻豆精品新av中文字幕| 亚洲精选视频在线| 欧美va日韩va| 在线这里只有精品| 国产精品一区二区黑丝| 亚洲成人tv网| 中文字幕av一区 二区| 欧美一级片免费看| 色婷婷av久久久久久久| 韩国在线一区二区| 亚洲大片免费看| 中文乱码免费一区二区| 欧美一区二区人人喊爽| 色综合视频一区二区三区高清| 国产一区二区三区最好精华液 | 91免费精品国自产拍在线不卡 | 欧美理论片在线| www.视频一区| 激情五月激情综合网| 午夜国产精品影院在线观看| 中文字幕一区三区| 久久嫩草精品久久久精品| 91精品国产综合久久久久久| 99国产一区二区三精品乱码| 国产中文字幕精品| 免费不卡在线视频| 亚洲电影第三页| 亚洲美女屁股眼交| 国产精品久久久久影院老司 | 亚洲国产日韩一区二区| 亚洲欧美一区二区在线观看| 久久精品亚洲一区二区三区浴池| 91精品国产麻豆国产自产在线| 色呦呦国产精品| 成人性生交大片免费看在线播放 | 日本视频中文字幕一区二区三区| 亚洲精品v日韩精品| 国产精品午夜电影| 欧美韩国日本一区| 欧美极品另类videosde| 久久精品一区二区三区不卡牛牛| 精品91自产拍在线观看一区| 欧美一区二区网站| 在线电影一区二区三区|