You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
125 lines
6.0 KiB
C#
125 lines
6.0 KiB
C#
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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BaseFormHeader));
|
|
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);
|
|
resources.ApplyResources(this.panel_head, "panel_head");
|
|
this.panel_head.Name = "panel_head";
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(62)))), ((int)(((byte)(124)))));
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
|
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.Name = "tableLayoutPanel1";
|
|
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
|
|
//
|
|
resources.ApplyResources(this.lblHeaderText, "lblHeaderText");
|
|
this.lblHeaderText.ForeColor = System.Drawing.Color.White;
|
|
this.lblHeaderText.Name = "lblHeaderText";
|
|
//
|
|
// btnMin
|
|
//
|
|
this.btnMin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(62)))), ((int)(((byte)(124)))));
|
|
this.btnMin.ButtonType = Rs.Controls.EButtonMode.MIN;
|
|
resources.ApplyResources(this.btnMin, "btnMin");
|
|
this.btnMin.FlatAppearance.BorderSize = 0;
|
|
this.btnMin.ForeColor = System.Drawing.Color.White;
|
|
this.btnMin.Name = "btnMin";
|
|
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;
|
|
resources.ApplyResources(this.btnMax, "btnMax");
|
|
this.btnMax.FlatAppearance.BorderSize = 0;
|
|
this.btnMax.ForeColor = System.Drawing.Color.White;
|
|
this.btnMax.Name = "btnMax";
|
|
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;
|
|
resources.ApplyResources(this.btnClose, "btnClose");
|
|
this.btnClose.FlatAppearance.BorderSize = 0;
|
|
this.btnClose.ForeColor = System.Drawing.Color.White;
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.UseVisualStyleBackColor = false;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// BaseFormHeader
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
|
|
this.Controls.Add(this.panel_head);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "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;
|
|
}
|
|
} |