|
|
|
|
namespace Rs.MotionPlat
|
|
|
|
|
{
|
|
|
|
|
partial class BaseFormHeader
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.panel_head = new Rs.Controls.PanelEx();
|
|
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.lblHeaderText = new System.Windows.Forms.Label();
|
|
|
|
|
this.btnMin = new Rs.Controls.IconButton();
|
|
|
|
|
this.btnMax = new Rs.Controls.IconButton();
|
|
|
|
|
this.btnClose = new Rs.Controls.IconButton();
|
|
|
|
|
this.panel_head.SuspendLayout();
|
|
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// panel_head
|
|
|
|
|
//
|
|
|
|
|
this.panel_head.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
|
|
|
|
this.panel_head.Controls.Add(this.tableLayoutPanel1);
|
|
|
|
|
this.panel_head.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
this.panel_head.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.panel_head.Name = "panel_head";
|
|
|
|
|
this.panel_head.Size = new System.Drawing.Size(800, 40);
|
|
|
|
|
this.panel_head.TabIndex = 2;
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel1
|
|
|
|
|
//
|
|
|
|
|
this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(62)))), ((int)(((byte)(124)))));
|
|
|
|
|
this.tableLayoutPanel1.ColumnCount = 5;
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.lblHeaderText, 0, 0);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.btnMin, 2, 0);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.btnMax, 3, 0);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.btnClose, 4, 0);
|
|
|
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
|
|
this.tableLayoutPanel1.RowCount = 1;
|
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(800, 40);
|
|
|
|
|
this.tableLayoutPanel1.TabIndex = 1;
|
|
|
|
|
this.tableLayoutPanel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Head_MouseDown);
|
|
|
|
|
this.tableLayoutPanel1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Head_MouseMove);
|
|
|
|
|
this.tableLayoutPanel1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Head_MouseUp);
|
|
|
|
|
//
|
|
|
|
|
// lblHeaderText
|
|
|
|
|
//
|
|
|
|
|
this.lblHeaderText.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.lblHeaderText.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.lblHeaderText.Location = new System.Drawing.Point(3, 0);
|
|
|
|
|
this.lblHeaderText.Name = "lblHeaderText";
|
|
|
|
|
this.lblHeaderText.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
|
|
|
this.lblHeaderText.Size = new System.Drawing.Size(94, 40);
|
|
|
|
|
this.lblHeaderText.TabIndex = 1;
|
|
|
|
|
this.lblHeaderText.Text = "平台移动";
|
|
|
|
|
this.lblHeaderText.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// btnMin
|
|
|
|
|
//
|
|
|
|
|
this.btnMin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(62)))), ((int)(((byte)(124)))));
|
|
|
|
|
this.btnMin.ButtonType = Rs.Controls.EButtonMode.MIN;
|
|
|
|
|
this.btnMin.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.btnMin.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.btnMin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.btnMin.Font = new System.Drawing.Font("宋体", 7F);
|
|
|
|
|
this.btnMin.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.btnMin.Location = new System.Drawing.Point(653, 3);
|
|
|
|
|
this.btnMin.Name = "btnMin";
|
|
|
|
|
this.btnMin.Size = new System.Drawing.Size(44, 34);
|
|
|
|
|
this.btnMin.TabIndex = 2;
|
|
|
|
|
this.btnMin.UseVisualStyleBackColor = false;
|
|
|
|
|
this.btnMin.Click += new System.EventHandler(this.btnMin_Click);
|
|
|
|
|
//
|
|
|
|
|
// btnMax
|
|
|
|
|
//
|
|
|
|
|
this.btnMax.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(62)))), ((int)(((byte)(124)))));
|
|
|
|
|
this.btnMax.ButtonType = Rs.Controls.EButtonMode.MAX;
|
|
|
|
|
this.btnMax.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.btnMax.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.btnMax.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.btnMax.Font = new System.Drawing.Font("宋体", 7F);
|
|
|
|
|
this.btnMax.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.btnMax.Location = new System.Drawing.Point(703, 3);
|
|
|
|
|
this.btnMax.Name = "btnMax";
|
|
|
|
|
this.btnMax.Size = new System.Drawing.Size(44, 34);
|
|
|
|
|
this.btnMax.TabIndex = 2;
|
|
|
|
|
this.btnMax.UseVisualStyleBackColor = false;
|
|
|
|
|
this.btnMax.Click += new System.EventHandler(this.btnMax_Click);
|
|
|
|
|
//
|
|
|
|
|
// btnClose
|
|
|
|
|
//
|
|
|
|
|
this.btnClose.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(62)))), ((int)(((byte)(124)))));
|
|
|
|
|
this.btnClose.ButtonType = Rs.Controls.EButtonMode.CLOSE;
|
|
|
|
|
this.btnClose.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.btnClose.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.btnClose.Font = new System.Drawing.Font("宋体", 7F);
|
|
|
|
|
this.btnClose.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.btnClose.Location = new System.Drawing.Point(753, 3);
|
|
|
|
|
this.btnClose.Name = "btnClose";
|
|
|
|
|
this.btnClose.Size = new System.Drawing.Size(44, 34);
|
|
|
|
|
this.btnClose.TabIndex = 2;
|
|
|
|
|
this.btnClose.UseVisualStyleBackColor = false;
|
|
|
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
|
|
|
//
|
|
|
|
|
// BaseFormHeader
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
|
|
|
this.Controls.Add(this.panel_head);
|
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
|
|
this.Name = "BaseFormHeader";
|
|
|
|
|
this.Text = "BaseFormHeader";
|
|
|
|
|
this.Load += new System.EventHandler(this.BaseFormHeader_Load);
|
|
|
|
|
this.panel_head.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private Controls.PanelEx panel_head;
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
|
|
private System.Windows.Forms.Label lblHeaderText;
|
|
|
|
|
private Controls.IconButton btnMin;
|
|
|
|
|
private Controls.IconButton btnMax;
|
|
|
|
|
private Controls.IconButton btnClose;
|
|
|
|
|
}
|
|
|
|
|
}
|