📄 formdatabase.designer.cs
字号:
namespace View
{
partial class FormDatabase
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (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.btnCancel = new System.Windows.Forms.Button();
this.btnBackUp = new System.Windows.Forms.Button();
this.txtBackTime = new System.Windows.Forms.TextBox();
this.txtRemarks = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.btnQuite = new System.Windows.Forms.Button();
this.btnComeBack = new System.Windows.Forms.Button();
this.BackUpTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.btnDelete = new System.Windows.Forms.Button();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(397, 234);
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.btnCancel);
this.tabPage1.Controls.Add(this.btnBackUp);
this.tabPage1.Controls.Add(this.txtBackTime);
this.tabPage1.Controls.Add(this.txtRemarks);
this.tabPage1.Controls.Add(this.label2);
this.tabPage1.Controls.Add(this.label1);
this.tabPage1.Location = new System.Drawing.Point(4, 21);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(389, 209);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "备份数据";
this.tabPage1.UseVisualStyleBackColor = true;
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(248, 140);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 6;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
//
// btnBackUp
//
this.btnBackUp.Location = new System.Drawing.Point(68, 140);
this.btnBackUp.Name = "btnBackUp";
this.btnBackUp.Size = new System.Drawing.Size(75, 23);
this.btnBackUp.TabIndex = 6;
this.btnBackUp.Text = "备份";
this.btnBackUp.UseVisualStyleBackColor = true;
//
// txtBackTime
//
this.txtBackTime.Location = new System.Drawing.Point(149, 40);
this.txtBackTime.Name = "txtBackTime";
this.txtBackTime.ReadOnly = true;
this.txtBackTime.Size = new System.Drawing.Size(174, 21);
this.txtBackTime.TabIndex = 4;
//
// txtRemarks
//
this.txtRemarks.Location = new System.Drawing.Point(149, 82);
this.txtRemarks.Name = "txtRemarks";
this.txtRemarks.Size = new System.Drawing.Size(174, 21);
this.txtRemarks.TabIndex = 5;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(66, 85);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 2;
this.label2.Text = "备 注:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(66, 43);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 3;
this.label1.Text = "备份时间:";
//
// tabPage2
//
this.tabPage2.Controls.Add(this.dataGridView1);
this.tabPage2.Controls.Add(this.btnQuite);
this.tabPage2.Controls.Add(this.btnDelete);
this.tabPage2.Controls.Add(this.btnComeBack);
this.tabPage2.Location = new System.Drawing.Point(4, 21);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(389, 209);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "恢复数据";
this.tabPage2.UseVisualStyleBackColor = true;
//
// dataGridView1
//
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.BackUpTime,
this.Remarks});
this.dataGridView1.Location = new System.Drawing.Point(32, 19);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(314, 133);
this.dataGridView1.TabIndex = 2;
//
// btnQuite
//
this.btnQuite.Location = new System.Drawing.Point(271, 167);
this.btnQuite.Name = "btnQuite";
this.btnQuite.Size = new System.Drawing.Size(75, 23);
this.btnQuite.TabIndex = 1;
this.btnQuite.Text = "取消";
this.btnQuite.UseVisualStyleBackColor = true;
//
// btnComeBack
//
this.btnComeBack.Location = new System.Drawing.Point(32, 167);
this.btnComeBack.Name = "btnComeBack";
this.btnComeBack.Size = new System.Drawing.Size(75, 23);
this.btnComeBack.TabIndex = 1;
this.btnComeBack.Text = "恢复";
this.btnComeBack.UseVisualStyleBackColor = true;
//
// BackUpTime
//
this.BackUpTime.DataPropertyName = "BackUpTime";
this.BackUpTime.HeaderText = "备份时间";
this.BackUpTime.Name = "BackUpTime";
this.BackUpTime.ReadOnly = true;
//
// Remarks
//
this.Remarks.DataPropertyName = "Remarks";
this.Remarks.HeaderText = "备注";
this.Remarks.Name = "Remarks";
this.Remarks.ReadOnly = true;
//
// btnDelete
//
this.btnDelete.Location = new System.Drawing.Point(153, 167);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(75, 23);
this.btnDelete.TabIndex = 1;
this.btnDelete.Text = "删除";
this.btnDelete.UseVisualStyleBackColor = true;
//
// FormDatabase
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(397, 234);
this.Controls.Add(this.tabControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FormDatabase";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = " 数据备份/恢复";
this.Load += new System.EventHandler(this.FormDatabase_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.tabPage2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TextBox txtBackTime;
private System.Windows.Forms.TextBox txtRemarks;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnBackUp;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Button btnQuite;
private System.Windows.Forms.Button btnComeBack;
private System.Windows.Forms.DataGridViewTextBoxColumn BackUpTime;
private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
private System.Windows.Forms.Button btnDelete;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -