namespace Azylee.WinformSkin.FormUI.CustomTitle
{
partial class BigIconForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.BigIconFormPNHead = new System.Windows.Forms.Panel();
this.BigIconFormPNHeadTitle = new System.Windows.Forms.Panel();
this.BigIconFormLBHeadTitle = new System.Windows.Forms.Label();
this.BigIconFormPNHeadButton = new System.Windows.Forms.Panel();
this.BigIconFormBTFormMinBox = new System.Windows.Forms.Button();
this.BigIconFormBTFormMaxBox = new System.Windows.Forms.Button();
this.BigIconFormBTFormCloseBox = new System.Windows.Forms.Button();
this.BigIconFormPNHeadIcon = new System.Windows.Forms.Panel();
this.BigIconFormPBHeadIcon = new System.Windows.Forms.PictureBox();
this.BigIconFormPNContainer = new System.Windows.Forms.Panel();
this.TMRefresh = new System.Windows.Forms.Timer(this.components);
this.TTMain = new System.Windows.Forms.ToolTip(this.components);
this.BigIconFormPNHead.SuspendLayout();
this.BigIconFormPNHeadTitle.SuspendLayout();
this.BigIconFormPNHeadButton.SuspendLayout();
this.BigIconFormPNHeadIcon.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.BigIconFormPBHeadIcon)).BeginInit();
this.SuspendLayout();
//
// BigIconFormPNHead
//
this.BigIconFormPNHead.Controls.Add(this.BigIconFormPNHeadTitle);
this.BigIconFormPNHead.Controls.Add(this.BigIconFormPNHeadButton);
this.BigIconFormPNHead.Controls.Add(this.BigIconFormPNHeadIcon);
this.BigIconFormPNHead.Dock = System.Windows.Forms.DockStyle.Top;
this.BigIconFormPNHead.Location = new System.Drawing.Point(0, 0);
this.BigIconFormPNHead.Name = "BigIconFormPNHead";
this.BigIconFormPNHead.Size = new System.Drawing.Size(971, 68);
this.BigIconFormPNHead.TabIndex = 5;
//
// BigIconFormPNHeadTitle
//
this.BigIconFormPNHeadTitle.BackColor = System.Drawing.Color.Transparent;
this.BigIconFormPNHeadTitle.Controls.Add(this.BigIconFormLBHeadTitle);
this.BigIconFormPNHeadTitle.Dock = System.Windows.Forms.DockStyle.Fill;
this.BigIconFormPNHeadTitle.Location = new System.Drawing.Point(150, 0);
this.BigIconFormPNHeadTitle.Name = "BigIconFormPNHeadTitle";
this.BigIconFormPNHeadTitle.Size = new System.Drawing.Size(704, 68);
this.BigIconFormPNHeadTitle.TabIndex = 7;
//
// BigIconFormLBHeadTitle
//
this.BigIconFormLBHeadTitle.BackColor = System.Drawing.Color.Transparent;
this.BigIconFormLBHeadTitle.Dock = System.Windows.Forms.DockStyle.Fill;
this.BigIconFormLBHeadTitle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BigIconFormLBHeadTitle.ForeColor = System.Drawing.Color.Black;
this.BigIconFormLBHeadTitle.Location = new System.Drawing.Point(0, 0);
this.BigIconFormLBHeadTitle.Name = "BigIconFormLBHeadTitle";
this.BigIconFormLBHeadTitle.Size = new System.Drawing.Size(704, 68);
this.BigIconFormLBHeadTitle.TabIndex = 0;
this.BigIconFormLBHeadTitle.Text = "BigIconForm";
this.BigIconFormLBHeadTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.BigIconFormLBHeadTitle.DoubleClick += new System.EventHandler(this.BigIconFormLBHeadTitle_DoubleClick);
this.BigIconFormLBHeadTitle.MouseMove += new System.Windows.Forms.MouseEventHandler(this.BigIconFormLBHeadTitle_MouseMove);
//
// BigIconFormPNHeadButton
//
this.BigIconFormPNHeadButton.BackColor = System.Drawing.Color.Transparent;
this.BigIconFormPNHeadButton.Controls.Add(this.BigIconFormBTFormMinBox);
this.BigIconFormPNHeadButton.Controls.Add(this.BigIconFormBTFormMaxBox);
this.BigIconFormPNHeadButton.Controls.Add(this.BigIconFormBTFormCloseBox);
this.BigIconFormPNHeadButton.Dock = System.Windows.Forms.DockStyle.Right;
this.BigIconFormPNHeadButton.Location = new System.Drawing.Point(854, 0);
this.BigIconFormPNHeadButton.Name = "BigIconFormPNHeadButton";
this.BigIconFormPNHeadButton.Size = new System.Drawing.Size(117, 68);
this.BigIconFormPNHeadButton.TabIndex = 6;
//
// BigIconFormBTFormMinBox
//
this.BigIconFormBTFormMinBox.FlatAppearance.BorderSize = 0;
this.BigIconFormBTFormMinBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BigIconFormBTFormMinBox.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BigIconFormBTFormMinBox.ForeColor = System.Drawing.Color.Black;
this.BigIconFormBTFormMinBox.Location = new System.Drawing.Point(6, 7);
this.BigIconFormBTFormMinBox.Name = "BigIconFormBTFormMinBox";
this.BigIconFormBTFormMinBox.Size = new System.Drawing.Size(32, 26);
this.BigIconFormBTFormMinBox.TabIndex = 2;
this.BigIconFormBTFormMinBox.Text = "-";
this.TTMain.SetToolTip(this.BigIconFormBTFormMinBox, "最小化");
this.BigIconFormBTFormMinBox.UseVisualStyleBackColor = true;
this.BigIconFormBTFormMinBox.Click += new System.EventHandler(this.BigIconFormBTFormMinBox_Click);
//
// BigIconFormBTFormMaxBox
//
this.BigIconFormBTFormMaxBox.FlatAppearance.BorderSize = 0;
this.BigIconFormBTFormMaxBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BigIconFormBTFormMaxBox.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BigIconFormBTFormMaxBox.ForeColor = System.Drawing.Color.Black;
this.BigIconFormBTFormMaxBox.Location = new System.Drawing.Point(44, 7);
this.BigIconFormBTFormMaxBox.Name = "BigIconFormBTFormMaxBox";
this.BigIconFormBTFormMaxBox.Size = new System.Drawing.Size(32, 26);
this.BigIconFormBTFormMaxBox.TabIndex = 1;
this.BigIconFormBTFormMaxBox.Text = "□";
this.TTMain.SetToolTip(this.BigIconFormBTFormMaxBox, "最大化");
this.BigIconFormBTFormMaxBox.UseVisualStyleBackColor = true;
this.BigIconFormBTFormMaxBox.Click += new System.EventHandler(this.BigIconFormBTFormMaxBox_Click);
//
// BigIconFormBTFormCloseBox
//
this.BigIconFormBTFormCloseBox.FlatAppearance.BorderSize = 0;
this.BigIconFormBTFormCloseBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BigIconFormBTFormCloseBox.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BigIconFormBTFormCloseBox.ForeColor = System.Drawing.Color.Black;
this.BigIconFormBTFormCloseBox.Location = new System.Drawing.Point(82, 7);
this.BigIconFormBTFormCloseBox.Name = "BigIconFormBTFormCloseBox";
this.BigIconFormBTFormCloseBox.Size = new System.Drawing.Size(32, 26);
this.BigIconFormBTFormCloseBox.TabIndex = 0;
this.BigIconFormBTFormCloseBox.Text = "×";
this.TTMain.SetToolTip(this.BigIconFormBTFormCloseBox, "关闭");
this.BigIconFormBTFormCloseBox.UseVisualStyleBackColor = true;
this.BigIconFormBTFormCloseBox.Click += new System.EventHandler(this.BigIconFormBTFormCloseBox_Click);
//
// BigIconFormPNHeadIcon
//
this.BigIconFormPNHeadIcon.BackColor = System.Drawing.Color.Transparent;
this.BigIconFormPNHeadIcon.Controls.Add(this.BigIconFormPBHeadIcon);
this.BigIconFormPNHeadIcon.Dock = System.Windows.Forms.DockStyle.Left;
this.BigIconFormPNHeadIcon.Location = new System.Drawing.Point(0, 0);
this.BigIconFormPNHeadIcon.Name = "BigIconFormPNHeadIcon";
this.BigIconFormPNHeadIcon.Size = new System.Drawing.Size(150, 68);
this.BigIconFormPNHeadIcon.TabIndex = 5;
//
// BigIconFormPBHeadIcon
//
this.BigIconFormPBHeadIcon.BackColor = System.Drawing.Color.Transparent;
this.BigIconFormPBHeadIcon.Dock = System.Windows.Forms.DockStyle.Fill;
this.BigIconFormPBHeadIcon.Location = new System.Drawing.Point(0, 0);
this.BigIconFormPBHeadIcon.Name = "BigIconFormPBHeadIcon";
this.BigIconFormPBHeadIcon.Size = new System.Drawing.Size(150, 68);
this.BigIconFormPBHeadIcon.TabIndex = 0;
this.BigIconFormPBHeadIcon.TabStop = false;
//
// BigIconFormPNContainer
//
this.BigIconFormPNContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.BigIconFormPNContainer.Location = new System.Drawing.Point(0, 68);
this.BigIconFormPNContainer.Name = "BigIconFormPNContainer";
this.BigIconFormPNContainer.Size = new System.Drawing.Size(971, 461);
this.BigIconFormPNContainer.TabIndex = 6;
//
// TMRefresh
//
this.TMRefresh.Interval = 1000;
this.TMRefresh.Tick += new System.EventHandler(this.TMRefresh_Tick);
//
// BigIconForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(971, 529);
this.Controls.Add(this.BigIconFormPNContainer);
this.Controls.Add(this.BigIconFormPNHead);
this.Name = "BigIconForm";
this.Text = "BigIconForm";
this.Load += new System.EventHandler(this.BigIconForm_Load);
this.SizeChanged += new System.EventHandler(this.BigIconFormBigIconForm_SizeChanged);
this.BigIconFormPNHead.ResumeLayout(false);
this.BigIconFormPNHeadTitle.ResumeLayout(false);
this.BigIconFormPNHeadButton.ResumeLayout(false);
this.BigIconFormPNHeadIcon.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.BigIconFormPBHeadIcon)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel BigIconFormPNHeadTitle;
public System.Windows.Forms.Label BigIconFormLBHeadTitle;
private System.Windows.Forms.Panel BigIconFormPNHeadIcon;
public System.Windows.Forms.PictureBox BigIconFormPBHeadIcon;
public System.Windows.Forms.Panel BigIconFormPNContainer;
public System.Windows.Forms.Panel BigIconFormPNHead;
public System.Windows.Forms.Panel BigIconFormPNHeadButton;
public System.Windows.Forms.Button BigIconFormBTFormMinBox;
public System.Windows.Forms.Button BigIconFormBTFormMaxBox;
public System.Windows.Forms.Button BigIconFormBTFormCloseBox;
private System.Windows.Forms.Timer TMRefresh;
private System.Windows.Forms.ToolTip TTMain;
}
}