📄 examonline.designer.cs
字号:
namespace Myschool
{
partial class ExamOnline
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExamOnline));
this.lblkaokao = new System.Windows.Forms.Label();
this.pictu = new System.Windows.Forms.PictureBox();
this.lblsub = new System.Windows.Forms.Label();
this.comsub = new System.Windows.Forms.ComboBox();
this.groinfo = new System.Windows.Forms.GroupBox();
this.lbl4 = new System.Windows.Forms.Label();
this.lbl3 = new System.Windows.Forms.Label();
this.lbl2 = new System.Windows.Forms.Label();
this.lbl1 = new System.Windows.Forms.Label();
this.btnstart = new System.Windows.Forms.Button();
this.btngiveup = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.pictu)).BeginInit();
this.groinfo.SuspendLayout();
this.SuspendLayout();
//
// lblkaokao
//
this.lblkaokao.AutoSize = true;
this.lblkaokao.Location = new System.Drawing.Point(199, 44);
this.lblkaokao.Name = "lblkaokao";
this.lblkaokao.Size = new System.Drawing.Size(125, 12);
this.lblkaokao.TabIndex = 0;
this.lblkaokao.Text = "考考自己 看学的怎样";
//
// pictu
//
this.pictu.Image = ((System.Drawing.Image)(resources.GetObject("pictu.Image")));
this.pictu.Location = new System.Drawing.Point(130, 33);
this.pictu.Name = "pictu";
this.pictu.Size = new System.Drawing.Size(40, 32);
this.pictu.TabIndex = 1;
this.pictu.TabStop = false;
//
// lblsub
//
this.lblsub.AutoSize = true;
this.lblsub.Location = new System.Drawing.Point(94, 95);
this.lblsub.Name = "lblsub";
this.lblsub.Size = new System.Drawing.Size(29, 12);
this.lblsub.TabIndex = 2;
this.lblsub.Text = "科目";
//
// comsub
//
this.comsub.FormattingEnabled = true;
this.comsub.Location = new System.Drawing.Point(176, 92);
this.comsub.Name = "comsub";
this.comsub.Size = new System.Drawing.Size(233, 20);
this.comsub.TabIndex = 3;
//
// groinfo
//
this.groinfo.Controls.Add(this.lbl4);
this.groinfo.Controls.Add(this.lbl3);
this.groinfo.Controls.Add(this.lbl2);
this.groinfo.Controls.Add(this.lbl1);
this.groinfo.Location = new System.Drawing.Point(29, 129);
this.groinfo.Name = "groinfo";
this.groinfo.Size = new System.Drawing.Size(468, 130);
this.groinfo.TabIndex = 4;
this.groinfo.TabStop = false;
this.groinfo.Text = "说明";
//
// lbl4
//
this.lbl4.AutoSize = true;
this.lbl4.Font = new System.Drawing.Font("楷体_GB2312", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl4.Location = new System.Drawing.Point(19, 111);
this.lbl4.Name = "lbl4";
this.lbl4.Size = new System.Drawing.Size(87, 14);
this.lbl4.TabIndex = 3;
this.lbl4.Text = "Good Luck!";
//
// lbl3
//
this.lbl3.AutoSize = true;
this.lbl3.Font = new System.Drawing.Font("楷体_GB2312", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl3.Location = new System.Drawing.Point(19, 80);
this.lbl3.Name = "lbl3";
this.lbl3.Size = new System.Drawing.Size(144, 14);
this.lbl3.TabIndex = 2;
this.lbl3.Text = "3.答题时间味20分钟";
//
// lbl2
//
this.lbl2.AutoSize = true;
this.lbl2.Font = new System.Drawing.Font("楷体_GB2312", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl2.Location = new System.Drawing.Point(19, 54);
this.lbl2.Name = "lbl2";
this.lbl2.Size = new System.Drawing.Size(99, 14);
this.lbl2.TabIndex = 1;
this.lbl2.Text = "2.题量为20题";
//
// lbl1
//
this.lbl1.AutoSize = true;
this.lbl1.Font = new System.Drawing.Font("楷体_GB2312", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl1.Location = new System.Drawing.Point(19, 25);
this.lbl1.Name = "lbl1";
this.lbl1.Size = new System.Drawing.Size(188, 14);
this.lbl1.TabIndex = 0;
this.lbl1.Text = "1.所有题目均为单项选择题";
//
// btnstart
//
this.btnstart.Location = new System.Drawing.Point(251, 276);
this.btnstart.Name = "btnstart";
this.btnstart.Size = new System.Drawing.Size(88, 30);
this.btnstart.TabIndex = 5;
this.btnstart.Text = "开始答题";
this.btnstart.UseVisualStyleBackColor = true;
this.btnstart.Click += new System.EventHandler(this.btnstart_Click);
//
// btngiveup
//
this.btngiveup.Location = new System.Drawing.Point(375, 276);
this.btngiveup.Name = "btngiveup";
this.btngiveup.Size = new System.Drawing.Size(85, 30);
this.btngiveup.TabIndex = 6;
this.btngiveup.Text = "放弃";
this.btngiveup.UseVisualStyleBackColor = true;
this.btngiveup.Click += new System.EventHandler(this.btngiveup_Click);
//
// ExamOnline
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(519, 320);
this.Controls.Add(this.btngiveup);
this.Controls.Add(this.btnstart);
this.Controls.Add(this.groinfo);
this.Controls.Add(this.comsub);
this.Controls.Add(this.lblsub);
this.Controls.Add(this.pictu);
this.Controls.Add(this.lblkaokao);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "ExamOnline";
this.Text = "在线答题";
this.Load += new System.EventHandler(this.ExamOnline_Load);
((System.ComponentModel.ISupportInitialize)(this.pictu)).EndInit();
this.groinfo.ResumeLayout(false);
this.groinfo.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblkaokao;
private System.Windows.Forms.PictureBox pictu;
private System.Windows.Forms.Label lblsub;
private System.Windows.Forms.ComboBox comsub;
private System.Windows.Forms.GroupBox groinfo;
private System.Windows.Forms.Label lbl4;
private System.Windows.Forms.Label lbl3;
private System.Windows.Forms.Label lbl2;
private System.Windows.Forms.Label lbl1;
private System.Windows.Forms.Button btnstart;
private System.Windows.Forms.Button btngiveup;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -