📄 newsystem.designer.cs
字号:
//
// checkMark
//
this.checkMark.AutoSize = true;
this.checkMark.Location = new System.Drawing.Point(246, 137);
this.checkMark.Name = "checkMark";
this.checkMark.Size = new System.Drawing.Size(60, 16);
this.checkMark.TabIndex = 9;
this.checkMark.Text = "成绩表";
this.checkMark.UseVisualStyleBackColor = true;
//
// checkzuoci
//
this.checkzuoci.AutoSize = true;
this.checkzuoci.Location = new System.Drawing.Point(246, 80);
this.checkzuoci.Name = "checkzuoci";
this.checkzuoci.Size = new System.Drawing.Size(60, 16);
this.checkzuoci.TabIndex = 8;
this.checkzuoci.Text = "座次表";
this.checkzuoci.UseVisualStyleBackColor = true;
//
// checkshiti
//
this.checkshiti.AutoSize = true;
this.checkshiti.Location = new System.Drawing.Point(134, 137);
this.checkshiti.Name = "checkshiti";
this.checkshiti.Size = new System.Drawing.Size(84, 16);
this.checkshiti.TabIndex = 7;
this.checkshiti.Text = "试题信息表";
this.checkshiti.UseVisualStyleBackColor = true;
//
// checkAll
//
this.checkAll.AutoSize = true;
this.checkAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkAll.Location = new System.Drawing.Point(358, 80);
this.checkAll.Name = "checkAll";
this.checkAll.Size = new System.Drawing.Size(89, 16);
this.checkAll.TabIndex = 6;
this.checkAll.Text = "所有数据表";
this.checkAll.UseVisualStyleBackColor = true;
//
// checkpaper
//
this.checkpaper.AutoSize = true;
this.checkpaper.Location = new System.Drawing.Point(28, 137);
this.checkpaper.Name = "checkpaper";
this.checkpaper.Size = new System.Drawing.Size(84, 16);
this.checkpaper.TabIndex = 5;
this.checkpaper.Text = "试卷信息表";
this.checkpaper.UseVisualStyleBackColor = true;
//
// checkuser
//
this.checkuser.AutoSize = true;
this.checkuser.Location = new System.Drawing.Point(134, 51);
this.checkuser.Name = "checkuser";
this.checkuser.Size = new System.Drawing.Size(84, 16);
this.checkuser.TabIndex = 4;
this.checkuser.Text = "用户信息表";
this.checkuser.UseVisualStyleBackColor = true;
//
// checkprogram
//
this.checkprogram.AutoSize = true;
this.checkprogram.Location = new System.Drawing.Point(246, 24);
this.checkprogram.Name = "checkprogram";
this.checkprogram.Size = new System.Drawing.Size(96, 16);
this.checkprogram.TabIndex = 3;
this.checkprogram.Text = "程序设计题表";
this.checkprogram.UseVisualStyleBackColor = true;
//
// checkstudent
//
this.checkstudent.AutoSize = true;
this.checkstudent.Location = new System.Drawing.Point(28, 51);
this.checkstudent.Name = "checkstudent";
this.checkstudent.Size = new System.Drawing.Size(84, 16);
this.checkstudent.TabIndex = 2;
this.checkstudent.Text = "学生信息表";
this.checkstudent.UseVisualStyleBackColor = true;
//
// checkPanduan
//
this.checkPanduan.AutoSize = true;
this.checkPanduan.Location = new System.Drawing.Point(134, 24);
this.checkPanduan.Name = "checkPanduan";
this.checkPanduan.Size = new System.Drawing.Size(72, 16);
this.checkPanduan.TabIndex = 1;
this.checkPanduan.Text = "判断题表";
this.checkPanduan.UseVisualStyleBackColor = true;
//
// checkchoose
//
this.checkchoose.AutoSize = true;
this.checkchoose.Location = new System.Drawing.Point(28, 24);
this.checkchoose.Name = "checkchoose";
this.checkchoose.Size = new System.Drawing.Size(72, 16);
this.checkchoose.TabIndex = 0;
this.checkchoose.Text = "选择题表";
this.checkchoose.UseVisualStyleBackColor = true;
//
// checkpanswer
//
this.checkpanswer.AutoSize = true;
this.checkpanswer.Location = new System.Drawing.Point(358, 24);
this.checkpanswer.Name = "checkpanswer";
this.checkpanswer.Size = new System.Drawing.Size(84, 16);
this.checkpanswer.TabIndex = 16;
this.checkpanswer.Text = "程序答案表";
this.checkpanswer.UseVisualStyleBackColor = true;
//
// checkanswer
//
this.checkanswer.AutoSize = true;
this.checkanswer.Location = new System.Drawing.Point(358, 51);
this.checkanswer.Name = "checkanswer";
this.checkanswer.Size = new System.Drawing.Size(60, 16);
this.checkanswer.TabIndex = 17;
this.checkanswer.Text = "答案表";
this.checkanswer.UseVisualStyleBackColor = true;
//
// NewSystem
//
this.AcceptButton = this.btnOk;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(492, 287);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "NewSystem";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "系统数据初始化";
this.Load += new System.EventHandler(this.NewSystem_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnOk;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.CheckBox checkshiti;
private System.Windows.Forms.CheckBox checkAll;
private System.Windows.Forms.CheckBox checkpaper;
private System.Windows.Forms.CheckBox checkuser;
private System.Windows.Forms.CheckBox checkprogram;
private System.Windows.Forms.CheckBox checkstudent;
private System.Windows.Forms.CheckBox checkPanduan;
private System.Windows.Forms.CheckBox checkchoose;
private System.Windows.Forms.CheckBox checkzuoci;
private System.Windows.Forms.CheckBox checkmuban;
private System.Windows.Forms.CheckBox checkkchang;
private System.Windows.Forms.CheckBox checkweiji;
private System.Windows.Forms.CheckBox checkMark;
private System.Windows.Forms.CheckBox checkDepart;
private System.Windows.Forms.CheckBox checkprofession;
private System.Windows.Forms.CheckBox checkclass;
private System.Windows.Forms.CheckBox checkanswer;
private System.Windows.Forms.CheckBox checkpanswer;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -