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

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

?? backuprestoremanage.cs

?? c#編寫的汽車銷售公司erp進銷存系統(tǒng)
?? CS
字號:
using System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Windows.Forms;
using CallCenter.BusinessLayer;

namespace CallCenter.BusinessInterfaces.MainForms
{
	/// <summary>
	/// BackupRestoreManage 的摘要說明。
	/// </summary>
	public class BackupRestoreManage : System.Windows.Forms.UserControl
	{
		private DevExpress.XtraEditors.PanelControl panelControl1;
		private DevExpress.XtraEditors.TextEdit textEdit1;
		private DevExpress.XtraEditors.TextEdit textEdit2;
		private DevExpress.XtraEditors.SimpleButton simpleButton1;
		private DevExpress.XtraEditors.SimpleButton simpleButton2;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.Label label2;
		private DevExpress.XtraEditors.SimpleButton simpleButton3;
		private DevExpress.XtraEditors.SimpleButton simpleButton4;
		private System.Windows.Forms.SaveFileDialog saveFileDialog1;
		private System.Windows.Forms.OpenFileDialog openFileDialog1;
		/// <summary> 
		/// 必需的設計器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;

		public BackupRestoreManage()
		{
			// 該調(diào)用是 Windows.Forms 窗體設計器所必需的。
			InitializeComponent();

			// TODO: 在 InitializeComponent 調(diào)用后添加任何初始化

		}

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

		#region 組件設計器生成的代碼
		/// <summary> 
		/// 設計器支持所需的方法 - 不要使用代碼編輯器 
		/// 修改此方法的內(nèi)容。
		/// </summary>
		private void InitializeComponent()
		{
			this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
			this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
			this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
			this.label2 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
			this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
			this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
			this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
			this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
			this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
			((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
			this.panelControl1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
			this.SuspendLayout();
			// 
			// panelControl1
			// 
			this.panelControl1.Controls.Add(this.simpleButton4);
			this.panelControl1.Controls.Add(this.simpleButton3);
			this.panelControl1.Controls.Add(this.label2);
			this.panelControl1.Controls.Add(this.label1);
			this.panelControl1.Controls.Add(this.simpleButton2);
			this.panelControl1.Controls.Add(this.simpleButton1);
			this.panelControl1.Controls.Add(this.textEdit2);
			this.panelControl1.Controls.Add(this.textEdit1);
			this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panelControl1.Location = new System.Drawing.Point(0, 0);
			this.panelControl1.Name = "panelControl1";
			this.panelControl1.Size = new System.Drawing.Size(656, 360);
			this.panelControl1.TabIndex = 0;
			this.panelControl1.Text = "panelControl1";
			// 
			// simpleButton4
			// 
			this.simpleButton4.Location = new System.Drawing.Point(496, 88);
			this.simpleButton4.Name = "simpleButton4";
			this.simpleButton4.Size = new System.Drawing.Size(32, 23);
			this.simpleButton4.TabIndex = 7;
			this.simpleButton4.Text = "...";
			this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click);
			// 
			// simpleButton3
			// 
			this.simpleButton3.Location = new System.Drawing.Point(496, 48);
			this.simpleButton3.Name = "simpleButton3";
			this.simpleButton3.Size = new System.Drawing.Size(32, 23);
			this.simpleButton3.TabIndex = 6;
			this.simpleButton3.Text = "...";
			this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(8, 88);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(80, 23);
			this.label2.TabIndex = 5;
			this.label2.Text = "恢復路徑";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(8, 48);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(80, 23);
			this.label1.TabIndex = 4;
			this.label1.Text = "備份路徑";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// simpleButton2
			// 
			this.simpleButton2.Location = new System.Drawing.Point(544, 88);
			this.simpleButton2.Name = "simpleButton2";
			this.simpleButton2.TabIndex = 3;
			this.simpleButton2.Text = "恢復數(shù)據(jù)庫";
			this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
			// 
			// simpleButton1
			// 
			this.simpleButton1.Location = new System.Drawing.Point(544, 48);
			this.simpleButton1.Name = "simpleButton1";
			this.simpleButton1.TabIndex = 2;
			this.simpleButton1.Text = "備份數(shù)據(jù)庫";
			this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
			// 
			// textEdit2
			// 
			this.textEdit2.EditValue = "";
			this.textEdit2.Location = new System.Drawing.Point(96, 88);
			this.textEdit2.Name = "textEdit2";
			// 
			// textEdit2.Properties
			// 
			this.textEdit2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
			this.textEdit2.Size = new System.Drawing.Size(400, 21);
			this.textEdit2.TabIndex = 1;
			// 
			// textEdit1
			// 
			this.textEdit1.EditValue = "";
			this.textEdit1.Location = new System.Drawing.Point(96, 48);
			this.textEdit1.Name = "textEdit1";
			// 
			// textEdit1.Properties
			// 
			this.textEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
			this.textEdit1.Size = new System.Drawing.Size(400, 21);
			this.textEdit1.TabIndex = 0;
			// 
			// BackupRestoreManage
			// 
			this.Controls.Add(this.panelControl1);
			this.Name = "BackupRestoreManage";
			this.Size = new System.Drawing.Size(656, 360);
			((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
			this.panelControl1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
			this.ResumeLayout(false);

		}
		#endregion

		private void simpleButton3_Click(object sender, System.EventArgs e)
		{
			try
			{
				this.saveFileDialog1.Filter="所有文件(*.bak)|*.bak";
				this.saveFileDialog1.Title="備份文件";
				DialogResult dresult=this.saveFileDialog1.ShowDialog();
				if(dresult==DialogResult.OK)
				{
					this.textEdit1.Text=this.saveFileDialog1.FileName;
					
				}
			}
			catch(Exception ex)
			{
				MessageBox.Show(ex.Message);
			}
		}

		private void simpleButton1_Click(object sender, System.EventArgs e)
		{
			try
			{
				SysoperatorBLL sbll=new SysoperatorBLL();
				sbll.BackupDatabase(this.textEdit1.Text);
				MessageBox.Show("備份成功");
			}
			catch(Exception ex)
			{
				MessageBox.Show(ex.Message);
			}
		}

		private void simpleButton4_Click(object sender, System.EventArgs e)
		{
			try
			{
				this.openFileDialog1.Filter="所有文件(*.bak)|*.bak";
				this.openFileDialog1.Title="恢復文件";
				DialogResult dresult=this.openFileDialog1.ShowDialog();
				if(dresult==DialogResult.OK)
				{
					this.textEdit2.Text=this.openFileDialog1.FileName;
					
				}
			}
			catch(Exception ex)
			{
				MessageBox.Show(ex.Message);
			}
		}

		private void simpleButton2_Click(object sender, System.EventArgs e)
		{
			try
			{
				SysoperatorBLL sbll=new SysoperatorBLL();
				sbll.RestoreDatabase(this.textEdit2.Text);
				MessageBox.Show("恢復成功");
			}
			catch(Exception ex)
			{
				MessageBox.Show(ex.Message);
			}
		}
	}
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲欧美日韩在线播放| 国产成人三级在线观看| av一区二区三区四区| 日本一区二区动态图| 99在线精品免费| 一区二区三区日本| 欧美日韩精品一区二区在线播放| 亚洲综合色区另类av| 国产精品午夜在线| 成人动漫中文字幕| 亚洲综合成人网| 一区二区三区四区蜜桃| 欧美午夜一区二区三区免费大片| 性久久久久久久久久久久| 欧美一级免费大片| 国产不卡视频一区| 亚洲黄色小视频| 日韩欧美一区中文| 国产成人在线看| 一区二区三区中文字幕在线观看| 欧美日韩国产美| 国产美女主播视频一区| 亚洲视频一区二区在线| 在线观看日韩精品| 精品一区二区在线视频| 中文字幕永久在线不卡| 欧美日本视频在线| 成人美女视频在线观看18| 亚洲国产精品麻豆| 国产偷国产偷精品高清尤物 | 久久久精品欧美丰满| 欧美激情一区二区三区| 91女人视频在线观看| 蜜臀国产一区二区三区在线播放 | 欧美日韩另类国产亚洲欧美一级| 免费精品视频在线| 亚洲蜜臀av乱码久久精品| 日韩一区国产二区欧美三区| 成人激情免费视频| 日韩精品欧美精品| 亚洲视频1区2区| 亚洲精品在线观看视频| 欧美在线视频你懂得| 国产999精品久久| 免费成人在线播放| 一区二区三区国产精华| 欧美激情在线看| 日韩亚洲欧美综合| 在线视频国内一区二区| 懂色av一区二区三区免费看| 日本免费新一区视频| 亚洲女厕所小便bbb| 久久婷婷成人综合色| 欧美日本在线播放| 欧美在线观看一二区| 成人黄色国产精品网站大全在线免费观看| 日韩激情一区二区| 一级日本不卡的影视| 国产精品久久三区| 国产欧美精品一区二区三区四区| 欧美精品第1页| 欧美性受xxxx黑人xyx| 91丨九色porny丨蝌蚪| 国产xxx精品视频大全| 激情av综合网| 国内精品视频一区二区三区八戒| 日本亚洲天堂网| 午夜精品aaa| 亚洲成人免费av| 一区二区三区在线观看网站| 亚洲色图视频网| 国产精品久久久久久福利一牛影视| 欧美精品一区二区高清在线观看| 日韩一区二区电影在线| 欧美一级久久久| 欧美高清性hdvideosex| 欧美日韩国产成人在线91| 欧美性xxxxxxxx| 欧美日韩亚洲综合| 欧美日韩日日摸| 9191久久久久久久久久久| 欧美日韩电影在线播放| 欧美卡1卡2卡| 91精品国产免费久久综合| 欧美精品久久99久久在免费线 | 国产在线播放一区| 国产一区二区在线视频| 国产美女精品一区二区三区| 国产一区二区三区精品欧美日韩一区二区三区 | 久久99在线观看| 激情小说亚洲一区| 国产成人在线视频网站| 成人性生交大合| 91网上在线视频| 欧美亚洲日本一区| 91麻豆精品国产91久久久久久| 欧美丰满美乳xxx高潮www| 日韩一区二区三区观看| 精品免费视频一区二区| 欧美国产激情二区三区| 亚洲色图另类专区| 亚洲第一激情av| 久久99在线观看| 成人av在线电影| 欧美日本一道本| 欧美精品一区二区高清在线观看| 国产精品乱人伦中文| 亚洲精品高清在线| 美女在线观看视频一区二区| 国产精品 日产精品 欧美精品| 成人ar影院免费观看视频| 色婷婷一区二区| 日韩午夜av电影| 中文在线资源观看网站视频免费不卡| 亚洲人成在线观看一区二区| 亚洲不卡一区二区三区| 国产黄人亚洲片| 欧美性感一类影片在线播放| 精品免费国产一区二区三区四区| 国产精品青草久久| 日本午夜精品一区二区三区电影| 国产精品综合二区| 欧美系列一区二区| 国产日韩欧美精品一区| 亚洲第一主播视频| 成人污污视频在线观看| 在线一区二区三区四区五区| 精品国产一区二区三区av性色| 国产精品成人一区二区三区夜夜夜| 丝袜亚洲精品中文字幕一区| 粉嫩久久99精品久久久久久夜| 欧美日韩小视频| 国产精品久久一卡二卡| 另类中文字幕网| 91久久精品一区二区二区| 精品国产精品网麻豆系列| 亚洲一区二区三区爽爽爽爽爽| 激情深爱一区二区| 欧美精品免费视频| 亚洲欧美日韩在线不卡| 国产v综合v亚洲欧| 日韩一区二区精品在线观看| 一区二区三区在线视频免费| 国产麻豆日韩欧美久久| 91精选在线观看| 亚洲愉拍自拍另类高清精品| 成人精品视频一区二区三区| 精品国产成人在线影院| 肉丝袜脚交视频一区二区| 日本伦理一区二区| 国产精品乱码久久久久久| 经典三级一区二区| 91精品在线麻豆| 亚洲国产精品久久一线不卡| 日本乱人伦aⅴ精品| 中文字幕一区二区三区色视频| 激情综合一区二区三区| 91精品免费观看| 午夜精品一区二区三区免费视频| 色屁屁一区二区| 亚洲人成影院在线观看| 99这里只有精品| 1024亚洲合集| 成人久久18免费网站麻豆| 中文字幕欧美三区| 国产传媒欧美日韩成人| 久久人人97超碰com| 国产一区不卡精品| 久久精品网站免费观看| 国产专区综合网| 国产三级精品三级| 国产成人免费视频精品含羞草妖精| xvideos.蜜桃一区二区| 欧美亚洲自拍偷拍| 亚洲韩国精品一区| 在线不卡欧美精品一区二区三区| 婷婷开心激情综合| 日韩视频免费直播| 国产在线播放一区| 亚洲国产精品ⅴa在线观看| 国产电影一区在线| 亚洲欧美综合在线精品| 色综合久久天天综合网| 一二三四社区欧美黄| 欧美精品一卡二卡| 韩国视频一区二区| 日本一区二区三区四区在线视频| 成人丝袜18视频在线观看| 亚洲视频一区二区免费在线观看 | 亚洲男人电影天堂| 欧美午夜电影一区| 日本午夜一区二区| 久久久激情视频| 成人18精品视频| 亚洲v中文字幕| 国产视频在线观看一区二区三区| 成人h精品动漫一区二区三区| 一区二区三区四区av| 欧美高清视频在线高清观看mv色露露十八| 青娱乐精品视频在线|