📄 frmdataclear.designer.cs
字号:
namespace CRM.SysManage
{
partial class frmDataClear
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.chkOppInfo = new System.Windows.Forms.CheckBox();
this.chkEventInfo = new System.Windows.Forms.CheckBox();
this.chkEmployeeInfo = new System.Windows.Forms.CheckBox();
this.chkAreaInfo = new System.Windows.Forms.CheckBox();
this.chkClientInfo = new System.Windows.Forms.CheckBox();
this.chkGoodsInfo = new System.Windows.Forms.CheckBox();
this.chkCInfo = new System.Windows.Forms.CheckBox();
this.btnExit = new System.Windows.Forms.Button();
this.btnClear = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.chkOppInfo);
this.groupBox1.Controls.Add(this.chkEventInfo);
this.groupBox1.Controls.Add(this.chkEmployeeInfo);
this.groupBox1.Controls.Add(this.chkAreaInfo);
this.groupBox1.Controls.Add(this.chkClientInfo);
this.groupBox1.Controls.Add(this.chkGoodsInfo);
this.groupBox1.Controls.Add(this.chkCInfo);
this.groupBox1.Location = new System.Drawing.Point(7, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(216, 104);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "数据表信息";
//
// chkOppInfo
//
this.chkOppInfo.AutoSize = true;
this.chkOppInfo.ForeColor = System.Drawing.Color.Blue;
this.chkOppInfo.Location = new System.Drawing.Point(10, 36);
this.chkOppInfo.Name = "chkOppInfo";
this.chkOppInfo.Size = new System.Drawing.Size(108, 16);
this.chkOppInfo.TabIndex = 0;
this.chkOppInfo.Text = "竞争对手信息表";
this.chkOppInfo.UseVisualStyleBackColor = true;
//
// chkEventInfo
//
this.chkEventInfo.AutoSize = true;
this.chkEventInfo.ForeColor = System.Drawing.Color.Blue;
this.chkEventInfo.Location = new System.Drawing.Point(124, 56);
this.chkEventInfo.Name = "chkEventInfo";
this.chkEventInfo.Size = new System.Drawing.Size(84, 16);
this.chkEventInfo.TabIndex = 0;
this.chkEventInfo.Text = "历史事件表";
this.chkEventInfo.UseVisualStyleBackColor = true;
//
// chkEmployeeInfo
//
this.chkEmployeeInfo.AutoSize = true;
this.chkEmployeeInfo.ForeColor = System.Drawing.Color.Blue;
this.chkEmployeeInfo.Location = new System.Drawing.Point(124, 36);
this.chkEmployeeInfo.Name = "chkEmployeeInfo";
this.chkEmployeeInfo.Size = new System.Drawing.Size(84, 16);
this.chkEmployeeInfo.TabIndex = 0;
this.chkEmployeeInfo.Text = "员工信息表";
this.chkEmployeeInfo.UseVisualStyleBackColor = true;
//
// chkAreaInfo
//
this.chkAreaInfo.AutoSize = true;
this.chkAreaInfo.ForeColor = System.Drawing.Color.Blue;
this.chkAreaInfo.Location = new System.Drawing.Point(10, 78);
this.chkAreaInfo.Name = "chkAreaInfo";
this.chkAreaInfo.Size = new System.Drawing.Size(84, 16);
this.chkAreaInfo.TabIndex = 0;
this.chkAreaInfo.Text = "区域信息表";
this.chkAreaInfo.UseVisualStyleBackColor = true;
//
// chkClientInfo
//
this.chkClientInfo.AutoSize = true;
this.chkClientInfo.ForeColor = System.Drawing.Color.Blue;
this.chkClientInfo.Location = new System.Drawing.Point(124, 15);
this.chkClientInfo.Name = "chkClientInfo";
this.chkClientInfo.Size = new System.Drawing.Size(84, 16);
this.chkClientInfo.TabIndex = 0;
this.chkClientInfo.Text = "客户信息表";
this.chkClientInfo.UseVisualStyleBackColor = true;
//
// chkGoodsInfo
//
this.chkGoodsInfo.AutoSize = true;
this.chkGoodsInfo.ForeColor = System.Drawing.Color.Blue;
this.chkGoodsInfo.Location = new System.Drawing.Point(10, 56);
this.chkGoodsInfo.Name = "chkGoodsInfo";
this.chkGoodsInfo.Size = new System.Drawing.Size(84, 16);
this.chkGoodsInfo.TabIndex = 0;
this.chkGoodsInfo.Text = "货物信息表";
this.chkGoodsInfo.UseVisualStyleBackColor = true;
//
// chkCInfo
//
this.chkCInfo.AutoSize = true;
this.chkCInfo.ForeColor = System.Drawing.Color.Blue;
this.chkCInfo.Location = new System.Drawing.Point(10, 15);
this.chkCInfo.Name = "chkCInfo";
this.chkCInfo.Size = new System.Drawing.Size(108, 16);
this.chkCInfo.TabIndex = 0;
this.chkCInfo.Text = "企业基本信息表";
this.chkCInfo.UseVisualStyleBackColor = true;
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(9, 57);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(76, 23);
this.btnExit.TabIndex = 4;
this.btnExit.Text = "退出";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btnClear
//
this.btnClear.Location = new System.Drawing.Point(9, 24);
this.btnClear.Name = "btnClear";
this.btnClear.Size = new System.Drawing.Size(76, 23);
this.btnClear.TabIndex = 3;
this.btnClear.Text = "清理";
this.btnClear.UseVisualStyleBackColor = true;
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
//
// textBox1
//
this.textBox1.ForeColor = System.Drawing.Color.Red;
this.textBox1.Location = new System.Drawing.Point(7, 111);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(317, 64);
this.textBox1.TabIndex = 5;
this.textBox1.Text = " \r\n 注意:系统数据清理,将清理数据库中所有相关表的数据,因此在系统数据清理前" +
",请作好备份工作,以免造成大量数据丢失,带来不必要的损失。";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnClear);
this.groupBox2.Controls.Add(this.btnExit);
this.groupBox2.Location = new System.Drawing.Point(230, 4);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(94, 102);
this.groupBox2.TabIndex = 6;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "操作";
//
// frmDataClear
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(330, 180);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.Name = "frmDataClear";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "数据清理";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.CheckBox chkOppInfo;
private System.Windows.Forms.CheckBox chkEventInfo;
private System.Windows.Forms.CheckBox chkEmployeeInfo;
private System.Windows.Forms.CheckBox chkAreaInfo;
private System.Windows.Forms.CheckBox chkClientInfo;
private System.Windows.Forms.CheckBox chkGoodsInfo;
private System.Windows.Forms.CheckBox chkCInfo;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Button btnClear;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.GroupBox groupBox2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -