📄 beifen.cs
字号:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
//using System.Data ;//using System.Data .SqlClient ;
using System.IO;
namespace lzl061111152357good5
{
/// <summary>
/// beifen 的摘要说明。
/// </summary>
public class beifen : System.Windows.Forms.Form
{
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private FolderBrowserDialog find;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.OpenFileDialog openFileDialog2;
private System.Windows.Forms.Button button5;
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.Container components = null;
public beifen()
{
//
// 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()
{
System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(beifen));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog();
this.button5 = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(136, 128);
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.button5);
this.groupBox1.Controls.Add(this.button4);
this.groupBox1.Controls.Add(this.button3);
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(136, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(256, 120);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
//
// button4
//
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button4.Location = new System.Drawing.Point(8, 40);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(48, 24);
this.button4.TabIndex = 5;
this.button4.Text = "还原";
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button3
//
this.button3.BackColor = System.Drawing.Color.Indigo;
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button3.ForeColor = System.Drawing.SystemColors.ControlLight;
this.button3.Location = new System.Drawing.Point(176, 40);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(72, 24);
this.button3.TabIndex = 4;
this.button3.Text = "浏览文件";
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.Location = new System.Drawing.Point(200, 88);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(48, 24);
this.button2.TabIndex = 3;
this.button2.Text = "取消";
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Location = new System.Drawing.Point(56, 40);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(48, 24);
this.button1.TabIndex = 2;
this.button1.Text = "备份";
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// textBox1
//
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBox1.Location = new System.Drawing.Point(8, 64);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(240, 21);
this.textBox1.TabIndex = 1;
this.textBox1.Text = "";
//
// label1
//
this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label1.Location = new System.Drawing.Point(8, 16);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(72, 24);
this.label1.TabIndex = 0;
this.label1.Text = "目标路径";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// openFileDialog2
//
this.openFileDialog2.Filter = "dat files (*.dat)|*.dat|All files (*.*)|*.*";
//
// button5
//
this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button5.Location = new System.Drawing.Point(144, 88);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(48, 24);
this.button5.TabIndex = 6;
this.button5.Text = "确定";
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// beifen
//
this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
this.ClientSize = new System.Drawing.Size(400, 126);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.pictureBox1);
this.Name = "beifen";
this.Text = "数据库备份";
this.Load += new System.EventHandler(this.beifen_Load);
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
int i=2;
private void button1_Click(object sender, System.EventArgs e)
{
i=0;
this.button5.Enabled=true;
}
private void button2_Click(object sender, System.EventArgs e)
{
this.Close();
}
private void button3_Click(object sender, System.EventArgs e)
{
if(i==0)
{
this.find = new System.Windows.Forms.FolderBrowserDialog();
//find.ShowDialog();
if (find.ShowDialog() == DialogResult.OK)
{
this.textBox1.Text =this.find.SelectedPath ;
}
else
{
this.textBox1.Text ="";
}
}
if(i==1)
{
if(this.openFileDialog2.ShowDialog()==DialogResult.OK)
{
this.textBox1.Text=this.openFileDialog2.FileName+"_"+System.DateTime.Today.ToString();
}
else
{
this.textBox1.Text ="";
}
}
}
private void button4_Click(object sender, System.EventArgs e)
{
i=1;
this.button5.Enabled=true;
}
private void button5_Click(object sender, System.EventArgs e)
{
if(i==0)
{
string texb=this.textBox1.Text;
searchall s=new searchall();
s.sqlbf(texb);
}
if(i==1)
{
string texb=this.textBox1.Text ;
searchall s=new searchall();
s.sqlhy(texb);
}
}
private void beifen_Load(object sender, System.EventArgs e)
{
this.button5.Enabled=false;
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -