📄 assess.cs
字号:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace bs
{
/// <summary>
/// assess 的摘要说明。
/// </summary>
public class assess : System.Windows.Forms.Form
{
private bs.AssessControl assessControl1;
private System.ComponentModel.IContainer components=null;
public assess()
{
//
// Windows 窗体设计器支持所必需的
//
InitializeComponent();
}
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
protected override void Dispose( bool disposing )
{
if( disposing )
{
if(components != null)
{
components.Dispose();
}
}
base.Dispose( disposing );
}
#region Windows Form Designer generated code
/// <summary>
/// 设计器支持所需的方法 - 不要使用代码编辑器修改
/// 此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.assessControl1 = new bs.AssessControl();
this.SuspendLayout();
//
// assessControl1
//
this.assessControl1.Location = new System.Drawing.Point(32, 24);
this.assessControl1.Name = "assessControl1";
this.assessControl1.Size = new System.Drawing.Size(424, 336);
this.assessControl1.TabIndex = 0;
//
// assess
//
this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
this.ClientSize = new System.Drawing.Size(496, 381);
this.Controls.AddRange(new System.Windows.Forms.Control[] {
this.assessControl1});
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "assess";
this.Text = "assess";
this.ResumeLayout(false);
}
#endregion
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -