|
|
namespace Rs.Controls
|
|
|
{
|
|
|
partial class SlotOffsetCtl
|
|
|
{
|
|
|
/// <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 组件设计器生成的代码
|
|
|
|
|
|
/// <summary>
|
|
|
/// 设计器支持所需的方法 - 不要修改
|
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.panelEx3 = new Rs.Controls.PanelEx();
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.panelEx2 = new Rs.Controls.PanelEx();
|
|
|
this.tlpRowHeader = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.panelEx1 = new Rs.Controls.PanelEx();
|
|
|
this.panelEx5 = new Rs.Controls.PanelEx();
|
|
|
this.tlpColHeader = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.panelEx4 = new Rs.Controls.PanelEx();
|
|
|
this.panelEx3.SuspendLayout();
|
|
|
this.panelEx2.SuspendLayout();
|
|
|
this.panelEx1.SuspendLayout();
|
|
|
this.panelEx5.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// panelEx3
|
|
|
//
|
|
|
this.panelEx3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
this.panelEx3.Controls.Add(this.tableLayoutPanel1);
|
|
|
this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.panelEx3.Location = new System.Drawing.Point(20, 20);
|
|
|
this.panelEx3.Name = "panelEx3";
|
|
|
this.panelEx3.Size = new System.Drawing.Size(597, 377);
|
|
|
this.panelEx3.TabIndex = 2;
|
|
|
//
|
|
|
// tableLayoutPanel1
|
|
|
//
|
|
|
this.tableLayoutPanel1.ColumnCount = 2;
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
this.tableLayoutPanel1.RowCount = 2;
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(597, 377);
|
|
|
this.tableLayoutPanel1.TabIndex = 1;
|
|
|
this.tableLayoutPanel1.Paint += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel1_Paint);
|
|
|
this.tableLayoutPanel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tableLayoutPanel1_MouseDown);
|
|
|
this.tableLayoutPanel1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.tableLayoutPanel1_MouseMove);
|
|
|
this.tableLayoutPanel1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tableLayoutPanel1_MouseUp);
|
|
|
//
|
|
|
// panelEx2
|
|
|
//
|
|
|
this.panelEx2.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.panelEx2.Controls.Add(this.tlpRowHeader);
|
|
|
this.panelEx2.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
this.panelEx2.Location = new System.Drawing.Point(0, 20);
|
|
|
this.panelEx2.Name = "panelEx2";
|
|
|
this.panelEx2.Size = new System.Drawing.Size(20, 377);
|
|
|
this.panelEx2.TabIndex = 1;
|
|
|
//
|
|
|
// tlpRowHeader
|
|
|
//
|
|
|
this.tlpRowHeader.ColumnCount = 1;
|
|
|
this.tlpRowHeader.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
this.tlpRowHeader.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.tlpRowHeader.Location = new System.Drawing.Point(0, 0);
|
|
|
this.tlpRowHeader.Name = "tlpRowHeader";
|
|
|
this.tlpRowHeader.RowCount = 2;
|
|
|
this.tlpRowHeader.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
this.tlpRowHeader.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
this.tlpRowHeader.Size = new System.Drawing.Size(20, 377);
|
|
|
this.tlpRowHeader.TabIndex = 0;
|
|
|
//
|
|
|
// panelEx1
|
|
|
//
|
|
|
this.panelEx1.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.panelEx1.Controls.Add(this.panelEx5);
|
|
|
this.panelEx1.Controls.Add(this.panelEx4);
|
|
|
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
this.panelEx1.Location = new System.Drawing.Point(0, 0);
|
|
|
this.panelEx1.Name = "panelEx1";
|
|
|
this.panelEx1.Size = new System.Drawing.Size(617, 20);
|
|
|
this.panelEx1.TabIndex = 0;
|
|
|
//
|
|
|
// panelEx5
|
|
|
//
|
|
|
this.panelEx5.Controls.Add(this.tlpColHeader);
|
|
|
this.panelEx5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.panelEx5.Location = new System.Drawing.Point(20, 0);
|
|
|
this.panelEx5.Name = "panelEx5";
|
|
|
this.panelEx5.Size = new System.Drawing.Size(597, 20);
|
|
|
this.panelEx5.TabIndex = 1;
|
|
|
//
|
|
|
// tlpColHeader
|
|
|
//
|
|
|
this.tlpColHeader.ColumnCount = 2;
|
|
|
this.tlpColHeader.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
this.tlpColHeader.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
this.tlpColHeader.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.tlpColHeader.Location = new System.Drawing.Point(0, 0);
|
|
|
this.tlpColHeader.Name = "tlpColHeader";
|
|
|
this.tlpColHeader.RowCount = 1;
|
|
|
this.tlpColHeader.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
this.tlpColHeader.Size = new System.Drawing.Size(597, 20);
|
|
|
this.tlpColHeader.TabIndex = 0;
|
|
|
//
|
|
|
// panelEx4
|
|
|
//
|
|
|
this.panelEx4.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
this.panelEx4.Location = new System.Drawing.Point(0, 0);
|
|
|
this.panelEx4.Name = "panelEx4";
|
|
|
this.panelEx4.Size = new System.Drawing.Size(20, 20);
|
|
|
this.panelEx4.TabIndex = 0;
|
|
|
//
|
|
|
// SlotOffsetCtl
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.Controls.Add(this.panelEx3);
|
|
|
this.Controls.Add(this.panelEx2);
|
|
|
this.Controls.Add(this.panelEx1);
|
|
|
this.Name = "SlotOffsetCtl";
|
|
|
this.Size = new System.Drawing.Size(617, 397);
|
|
|
this.Load += new System.EventHandler(this.SlotOffsetCtl_Load);
|
|
|
this.panelEx3.ResumeLayout(false);
|
|
|
this.panelEx2.ResumeLayout(false);
|
|
|
this.panelEx1.ResumeLayout(false);
|
|
|
this.panelEx5.ResumeLayout(false);
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private PanelEx panelEx1;
|
|
|
private PanelEx panelEx2;
|
|
|
private PanelEx panelEx5;
|
|
|
private PanelEx panelEx4;
|
|
|
private PanelEx panelEx3;
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
private System.Windows.Forms.TableLayoutPanel tlpRowHeader;
|
|
|
private System.Windows.Forms.TableLayoutPanel tlpColHeader;
|
|
|
}
|
|
|
}
|