📄 newsystem.designer.cs
字号:
namespace WindowsApplication1
{
partial class NewSystem
{
/// <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.label1 = new System.Windows.Forms.Label();
this.btnOk = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.checkDepart = new System.Windows.Forms.CheckBox();
this.checkprofession = new System.Windows.Forms.CheckBox();
this.checkclass = new System.Windows.Forms.CheckBox();
this.checkmuban = new System.Windows.Forms.CheckBox();
this.checkkchang = new System.Windows.Forms.CheckBox();
this.checkweiji = new System.Windows.Forms.CheckBox();
this.checkMark = new System.Windows.Forms.CheckBox();
this.checkzuoci = new System.Windows.Forms.CheckBox();
this.checkshiti = new System.Windows.Forms.CheckBox();
this.checkAll = new System.Windows.Forms.CheckBox();
this.checkpaper = new System.Windows.Forms.CheckBox();
this.checkuser = new System.Windows.Forms.CheckBox();
this.checkprogram = new System.Windows.Forms.CheckBox();
this.checkstudent = new System.Windows.Forms.CheckBox();
this.checkPanduan = new System.Windows.Forms.CheckBox();
this.checkchoose = new System.Windows.Forms.CheckBox();
this.checkpanswer = new System.Windows.Forms.CheckBox();
this.checkanswer = new System.Windows.Forms.CheckBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(73, 191);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(354, 56);
this.label1.TabIndex = 0;
this.label1.Text = " 注意:系统数据初始化,根据用户选择进行系统\r\n全部清理,或选择性的清理部分数据表,在系统数据\r\n初始化前,请事先做好备份工作,否则造成大量数据\r\n丢失,带" +
"来不必要的损失。";
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(134, 259);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(75, 23);
this.btnOk.TabIndex = 1;
this.btnOk.Text = "初始化";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.button1_Click);
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(315, 259);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 23);
this.btnClose.TabIndex = 2;
this.btnClose.Text = "关闭";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.checkanswer);
this.groupBox1.Controls.Add(this.checkpanswer);
this.groupBox1.Controls.Add(this.checkDepart);
this.groupBox1.Controls.Add(this.checkprofession);
this.groupBox1.Controls.Add(this.checkclass);
this.groupBox1.Controls.Add(this.checkmuban);
this.groupBox1.Controls.Add(this.checkkchang);
this.groupBox1.Controls.Add(this.checkweiji);
this.groupBox1.Controls.Add(this.checkMark);
this.groupBox1.Controls.Add(this.checkzuoci);
this.groupBox1.Controls.Add(this.checkshiti);
this.groupBox1.Controls.Add(this.checkAll);
this.groupBox1.Controls.Add(this.checkpaper);
this.groupBox1.Controls.Add(this.checkuser);
this.groupBox1.Controls.Add(this.checkprogram);
this.groupBox1.Controls.Add(this.checkstudent);
this.groupBox1.Controls.Add(this.checkPanduan);
this.groupBox1.Controls.Add(this.checkchoose);
this.groupBox1.Location = new System.Drawing.Point(15, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(466, 168);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "数据表信息";
//
// checkDepart
//
this.checkDepart.AutoSize = true;
this.checkDepart.Location = new System.Drawing.Point(246, 51);
this.checkDepart.Name = "checkDepart";
this.checkDepart.Size = new System.Drawing.Size(60, 16);
this.checkDepart.TabIndex = 15;
this.checkDepart.Text = "院系表";
this.checkDepart.UseVisualStyleBackColor = true;
//
// checkprofession
//
this.checkprofession.AutoSize = true;
this.checkprofession.Location = new System.Drawing.Point(28, 80);
this.checkprofession.Name = "checkprofession";
this.checkprofession.Size = new System.Drawing.Size(60, 16);
this.checkprofession.TabIndex = 14;
this.checkprofession.Text = "专业表";
this.checkprofession.UseVisualStyleBackColor = true;
//
// checkclass
//
this.checkclass.AutoSize = true;
this.checkclass.Location = new System.Drawing.Point(134, 80);
this.checkclass.Name = "checkclass";
this.checkclass.Size = new System.Drawing.Size(60, 16);
this.checkclass.TabIndex = 13;
this.checkclass.Text = "班级表";
this.checkclass.UseVisualStyleBackColor = true;
//
// checkmuban
//
this.checkmuban.AutoSize = true;
this.checkmuban.Location = new System.Drawing.Point(246, 110);
this.checkmuban.Name = "checkmuban";
this.checkmuban.Size = new System.Drawing.Size(84, 16);
this.checkmuban.TabIndex = 12;
this.checkmuban.Text = "模板信息表";
this.checkmuban.UseVisualStyleBackColor = true;
//
// checkkchang
//
this.checkkchang.AutoSize = true;
this.checkkchang.Location = new System.Drawing.Point(134, 110);
this.checkkchang.Name = "checkkchang";
this.checkkchang.Size = new System.Drawing.Size(84, 16);
this.checkkchang.TabIndex = 11;
this.checkkchang.Text = "考场信息表";
this.checkkchang.UseVisualStyleBackColor = true;
//
// checkweiji
//
this.checkweiji.AutoSize = true;
this.checkweiji.Location = new System.Drawing.Point(28, 110);
this.checkweiji.Name = "checkweiji";
this.checkweiji.Size = new System.Drawing.Size(84, 16);
this.checkweiji.TabIndex = 10;
this.checkweiji.Text = "违纪信息表";
this.checkweiji.UseVisualStyleBackColor = true;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -