📄 frmdatadeleter.designer.cs
字号:
namespace SECompare.Forms
{
partial class FrmDataDeleter
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.threadMsgMonitor = new SECompare.Controls.ThreadMsgMonitor();
this.engineCheckBox = new SECompare.Controls.EngineCheckBox();
this.btnRun = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// threadMsgMonitor
//
this.threadMsgMonitor.Location = new System.Drawing.Point(9, 87);
this.threadMsgMonitor.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.threadMsgMonitor.Name = "threadMsgMonitor";
this.threadMsgMonitor.Size = new System.Drawing.Size(262, 84);
this.threadMsgMonitor.TabIndex = 28;
//
// engineCheckBox
//
this.engineCheckBox.Location = new System.Drawing.Point(9, 9);
this.engineCheckBox.Margin = new System.Windows.Forms.Padding(2);
this.engineCheckBox.Name = "engineCheckBox";
this.engineCheckBox.Size = new System.Drawing.Size(258, 48);
this.engineCheckBox.TabIndex = 27;
//
// btnRun
//
this.btnRun.Location = new System.Drawing.Point(189, 58);
this.btnRun.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnRun.Name = "btnRun";
this.btnRun.Size = new System.Drawing.Size(71, 26);
this.btnRun.TabIndex = 26;
this.btnRun.Text = "开始删除";
this.btnRun.Click += new System.EventHandler(this.btnRun_Click);
//
// FrmDataDeleter
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(278, 182);
this.Controls.Add(this.threadMsgMonitor);
this.Controls.Add(this.engineCheckBox);
this.Controls.Add(this.btnRun);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "FrmDataDeleter";
this.Text = "数据删除";
this.ResumeLayout(false);
}
#endregion
private SECompare.Controls.ThreadMsgMonitor threadMsgMonitor;
private SECompare.Controls.EngineCheckBox engineCheckBox;
private System.Windows.Forms.Button btnRun;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -