📄 assessprogress3.cs
字号:
using System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Windows.Forms;
namespace bs
{
/// <summary>
/// AssessProgress3 的摘要说明。
/// </summary>
public class AssessProgress3 : System.Windows.Forms.UserControl
{
public System.Windows.Forms.Label label1;
private System.Windows.Forms.Splitter splitter1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Splitter splitter2;
private System.Windows.Forms.Label label3;
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.Container components = null;
public AssessProgress3()
{
// 该调用是 Windows.Forms 窗体设计器所必需的。
InitializeComponent();
// TODO: 在 InitializeComponent 调用后添加任何初始化
}
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
protected override void Dispose( bool disposing )
{
if( disposing )
{
if(components != null)
{
components.Dispose();
}
}
base.Dispose( disposing );
}
#region Component Designer generated code
/// <summary>
/// 设计器支持所需的方法 - 不要使用代码编辑器
/// 修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.splitter1 = new System.Windows.Forms.Splitter();
this.label2 = new System.Windows.Forms.Label();
this.splitter2 = new System.Windows.Forms.Splitter();
this.label3 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.BackColor = System.Drawing.Color.Red;
this.label1.Dock = System.Windows.Forms.DockStyle.Left;
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 10);
this.label1.TabIndex = 0;
//
// splitter1
//
this.splitter1.Cursor = System.Windows.Forms.Cursors.SizeWE;
this.splitter1.Location = new System.Drawing.Point(53, 0);
this.splitter1.MinExtra = 0;
this.splitter1.MinSize = 0;
this.splitter1.Name = "splitter1";
this.splitter1.Size = new System.Drawing.Size(1, 10);
this.splitter1.TabIndex = 1;
this.splitter1.TabStop = false;
//
// label2
//
this.label2.BackColor = System.Drawing.Color.Yellow;
this.label2.Dock = System.Windows.Forms.DockStyle.Left;
this.label2.Location = new System.Drawing.Point(54, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 10);
this.label2.TabIndex = 2;
//
// splitter2
//
this.splitter2.Cursor = System.Windows.Forms.Cursors.SizeWE;
this.splitter2.Location = new System.Drawing.Point(107, 0);
this.splitter2.MinExtra = 0;
this.splitter2.MinSize = 0;
this.splitter2.Name = "splitter2";
this.splitter2.Size = new System.Drawing.Size(1, 10);
this.splitter2.TabIndex = 3;
this.splitter2.TabStop = false;
//
// label3
//
this.label3.BackColor = System.Drawing.Color.LawnGreen;
this.label3.Dock = System.Windows.Forms.DockStyle.Left;
this.label3.Location = new System.Drawing.Point(108, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(2, 10);
this.label3.TabIndex = 4;
//
// AssessProgress3
//
this.Controls.AddRange(new System.Windows.Forms.Control[] {
this.label3,
this.splitter2,
this.label2,
this.splitter1,
this.label1});
this.Name = "AssessProgress3";
this.Size = new System.Drawing.Size(110, 10);
this.ResumeLayout(false);
}
#endregion
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -