CEL_Payroll/Payroll.Controls/CustomControls/ctlFormBorder.Designer.cs
2024-09-17 14:30:13 +06:00

168 lines
8.2 KiB
C#

namespace Payroll.Controls
{
partial class ctlFormBorder
{
/// <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 Component 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.btnMax = new System.Windows.Forms.Button();
this.btnMin = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.lblHeadLine = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.panel1 = new System.Windows.Forms.Panel();
this.picHeader = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.picHeader)).BeginInit();
this.SuspendLayout();
//
// btnMax
//
this.btnMax.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnMax.BackColor = System.Drawing.Color.Transparent;
this.btnMax.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnMax.Font = new System.Drawing.Font("Wingdings", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
this.btnMax.ForeColor = System.Drawing.Color.White;
this.btnMax.Location = new System.Drawing.Point(365, 1);
this.btnMax.Name = "btnMax";
this.btnMax.Size = new System.Drawing.Size(18, 17);
this.btnMax.TabIndex = 5;
this.btnMax.Text = "o";
this.btnMax.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.btnMax.UseVisualStyleBackColor = false;
this.btnMax.Visible = false;
this.btnMax.Click += new System.EventHandler(this.btnMax_Click);
//
// btnMin
//
this.btnMin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnMin.BackColor = System.Drawing.Color.Transparent;
this.btnMin.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnMin.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnMin.ForeColor = System.Drawing.Color.White;
this.btnMin.Location = new System.Drawing.Point(384, 1);
this.btnMin.Name = "btnMin";
this.btnMin.Size = new System.Drawing.Size(18, 17);
this.btnMin.TabIndex = 4;
this.btnMin.Text = "-";
this.btnMin.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.btnMin.UseVisualStyleBackColor = false;
this.btnMin.Visible = false;
this.btnMin.Click += new System.EventHandler(this.btnMin_Click);
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnClose.BackColor = System.Drawing.Color.Transparent;
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnClose.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnClose.ForeColor = System.Drawing.Color.White;
this.btnClose.Location = new System.Drawing.Point(403, 1);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(18, 17);
this.btnClose.TabIndex = 3;
this.btnClose.Text = "X";
this.btnClose.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.btnClose.UseVisualStyleBackColor = false;
this.btnClose.Visible = false;
this.btnClose.Click += new System.EventHandler(this.tlbClose_Click);
//
// lblHeadLine
//
this.lblHeadLine.AutoSize = true;
this.lblHeadLine.BackColor = System.Drawing.Color.Transparent;
this.lblHeadLine.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblHeadLine.ForeColor = System.Drawing.Color.White;
this.lblHeadLine.Location = new System.Drawing.Point(38, 0);
this.lblHeadLine.Name = "lblHeadLine";
this.lblHeadLine.Size = new System.Drawing.Size(82, 18);
this.lblHeadLine.TabIndex = 113;
this.lblHeadLine.Text = "BaseForm";
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.Transparent;
this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(2, 57);
this.panel2.TabIndex = 115;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Green;
this.panel1.BackgroundImage = global::Payroll.Controls.Properties.Resources.HeadBack;
this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
this.panel1.Location = new System.Drawing.Point(421, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(2, 57);
this.panel1.TabIndex = 114;
//
// picHeader
//
this.picHeader.BackColor = System.Drawing.Color.Transparent;
this.picHeader.Image = global::Payroll.Controls.Properties.Resources.Finish;
this.picHeader.Location = new System.Drawing.Point(0, 0);
this.picHeader.Name = "picHeader";
this.picHeader.Size = new System.Drawing.Size(35, 24);
this.picHeader.TabIndex = 112;
this.picHeader.TabStop = false;
//
// ctlFormBorder
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.btnMax);
this.Controls.Add(this.btnMin);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.lblHeadLine);
this.Controls.Add(this.picHeader);
this.DoubleBuffered = true;
this.Name = "ctlFormBorder";
this.Size = new System.Drawing.Size(423, 57);
((System.ComponentModel.ISupportInitialize)(this.picHeader)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnMax;
private System.Windows.Forms.Button btnMin;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.PictureBox picHeader;
private System.Windows.Forms.Label lblHeadLine;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
}
}