namespace CSFrameworkV5.Library.UIForm
|
{
|
partial class frmBaseUI
|
{
|
/// <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(frmBaseUI));
|
this.titleBar = new System.Windows.Forms.Panel();
|
this.btnEXClose = new CSFrameworkV5.Library.UIForm.ucButtonEX();
|
this.btnEXMax = new CSFrameworkV5.Library.UIForm.ucButtonEX();
|
this.btnEXMin = new CSFrameworkV5.Library.UIForm.ucButtonEX();
|
this.title = new System.Windows.Forms.Label();
|
this.btnEXLogo = new CSFrameworkV5.Library.UIForm.ucButtonEX();
|
this.titleBar.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// titleBar
|
//
|
this.titleBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
this.titleBar.Controls.Add(this.btnEXClose);
|
this.titleBar.Controls.Add(this.btnEXMax);
|
this.titleBar.Controls.Add(this.btnEXMin);
|
this.titleBar.Controls.Add(this.title);
|
this.titleBar.Controls.Add(this.btnEXLogo);
|
this.titleBar.Dock = System.Windows.Forms.DockStyle.Top;
|
this.titleBar.Location = new System.Drawing.Point(0, 0);
|
this.titleBar.Name = "titleBar";
|
this.titleBar.Size = new System.Drawing.Size(500, 40);
|
this.titleBar.TabIndex = 0;
|
this.titleBar.DoubleClick += new System.EventHandler(this.titleBar_DoubleClick);
|
this.titleBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.titleBar_MouseDown);
|
this.titleBar.MouseMove += new System.Windows.Forms.MouseEventHandler(this.titleBar_MouseMove);
|
//
|
// btnEXClose
|
//
|
this.btnEXClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
this.btnEXClose.BackColorEX = System.Drawing.Color.Transparent;
|
this.btnEXClose.BackColorLeave = System.Drawing.Color.Transparent;
|
this.btnEXClose.BackColorMove = System.Drawing.Color.Gray;
|
this.btnEXClose.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnEXClose.FontM = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.btnEXClose.ImageDefault = ((System.Drawing.Image)(resources.GetObject("btnEXClose.ImageDefault")));
|
this.btnEXClose.ImageLeave = null;
|
this.btnEXClose.ImageMove = null;
|
this.btnEXClose.Location = new System.Drawing.Point(472, 11);
|
this.btnEXClose.Name = "btnEXClose";
|
this.btnEXClose.Size = new System.Drawing.Size(20, 20);
|
this.btnEXClose.TabIndex = 4;
|
this.btnEXClose.TextColor = System.Drawing.Color.Black;
|
this.btnEXClose.TextEX = "";
|
this.btnEXClose.ButtonClick += new System.EventHandler(this.btnEXClose_ButtonClick);
|
//
|
// btnEXMax
|
//
|
this.btnEXMax.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
this.btnEXMax.BackColorEX = System.Drawing.Color.Transparent;
|
this.btnEXMax.BackColorLeave = System.Drawing.Color.Transparent;
|
this.btnEXMax.BackColorMove = System.Drawing.Color.Gray;
|
this.btnEXMax.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnEXMax.FontM = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.btnEXMax.ImageDefault = ((System.Drawing.Image)(resources.GetObject("btnEXMax.ImageDefault")));
|
this.btnEXMax.ImageLeave = null;
|
this.btnEXMax.ImageMove = null;
|
this.btnEXMax.Location = new System.Drawing.Point(446, 11);
|
this.btnEXMax.Name = "btnEXMax";
|
this.btnEXMax.Size = new System.Drawing.Size(20, 20);
|
this.btnEXMax.TabIndex = 3;
|
this.btnEXMax.TextColor = System.Drawing.Color.Black;
|
this.btnEXMax.TextEX = "";
|
this.btnEXMax.ButtonClick += new System.EventHandler(this.btnEXMax_ButtonClick);
|
//
|
// btnEXMin
|
//
|
this.btnEXMin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
this.btnEXMin.BackColorEX = System.Drawing.Color.Transparent;
|
this.btnEXMin.BackColorLeave = System.Drawing.Color.Transparent;
|
this.btnEXMin.BackColorMove = System.Drawing.Color.Gray;
|
this.btnEXMin.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnEXMin.FontM = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.btnEXMin.ImageDefault = ((System.Drawing.Image)(resources.GetObject("btnEXMin.ImageDefault")));
|
this.btnEXMin.ImageLeave = null;
|
this.btnEXMin.ImageMove = null;
|
this.btnEXMin.Location = new System.Drawing.Point(420, 11);
|
this.btnEXMin.Name = "btnEXMin";
|
this.btnEXMin.Size = new System.Drawing.Size(20, 20);
|
this.btnEXMin.TabIndex = 2;
|
this.btnEXMin.TextColor = System.Drawing.Color.Black;
|
this.btnEXMin.TextEX = "";
|
this.btnEXMin.ButtonClick += new System.EventHandler(this.btnEXMin_ButtonClick);
|
//
|
// title
|
//
|
this.title.AutoSize = true;
|
this.title.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.title.ForeColor = System.Drawing.Color.White;
|
this.title.Location = new System.Drawing.Point(47, 10);
|
this.title.Name = "title";
|
this.title.Size = new System.Drawing.Size(37, 19);
|
this.title.TabIndex = 1;
|
this.title.Text = "标题";
|
//
|
// btnEXLogo
|
//
|
this.btnEXLogo.BackColorEX = System.Drawing.Color.Transparent;
|
this.btnEXLogo.BackColorLeave = System.Drawing.Color.Transparent;
|
this.btnEXLogo.BackColorMove = System.Drawing.Color.Transparent;
|
this.btnEXLogo.FontM = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.btnEXLogo.ImageDefault = ((System.Drawing.Image)(resources.GetObject("btnEXLogo.ImageDefault")));
|
this.btnEXLogo.ImageLeave = null;
|
this.btnEXLogo.ImageMove = null;
|
this.btnEXLogo.Location = new System.Drawing.Point(7, 4);
|
this.btnEXLogo.Name = "btnEXLogo";
|
this.btnEXLogo.Size = new System.Drawing.Size(32, 32);
|
this.btnEXLogo.TabIndex = 0;
|
this.btnEXLogo.TextColor = System.Drawing.Color.Black;
|
this.btnEXLogo.TextEX = "";
|
//
|
// frmBaseUI
|
//
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
this.BackColor = System.Drawing.SystemColors.Control;
|
this.ClientSize = new System.Drawing.Size(500, 285);
|
this.Controls.Add(this.titleBar);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
this.Name = "frmBaseUI";
|
this.RightToLeftLayout = true;
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "CSFramework.UI";
|
this.Resize += new System.EventHandler(this.FormEX_Resize);
|
this.titleBar.ResumeLayout(false);
|
this.titleBar.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
protected System.Windows.Forms.Panel titleBar;
|
protected ucButtonEX btnEXLogo;
|
protected System.Windows.Forms.Label title;
|
protected ucButtonEX btnEXClose;
|
protected ucButtonEX btnEXMax;
|
protected ucButtonEX btnEXMin;
|
}
|
}
|