CEL_Payroll/Ease.UICreator/FrmBasicEntryForm.designer.cs

126 lines
6.1 KiB
C#
Raw Permalink Normal View History

2024-09-17 14:30:13 +06:00
namespace Ease.UICreator
{
partial class FrmBasicEntryForm
{
/// <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.pnlBottom = new System.Windows.Forms.Panel();
this.tstrBottom = new System.Windows.Forms.ToolStrip();
this.tlbClose = new System.Windows.Forms.ToolStripButton();
this.tlbSave = new System.Windows.Forms.ToolStripButton();
this.pnlBottom.SuspendLayout();
this.tstrBottom.SuspendLayout();
this.SuspendLayout();
//
// pnlBottom
//
this.pnlBottom.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pnlBottom.Controls.Add(this.tstrBottom);
this.pnlBottom.Location = new System.Drawing.Point(-2, 228);
this.pnlBottom.Name = "pnlBottom";
this.pnlBottom.Size = new System.Drawing.Size(506, 35);
this.pnlBottom.TabIndex = 101;
this.pnlBottom.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlBottom_Paint);
//
// tstrBottom
//
this.tstrBottom.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.tstrBottom.AutoSize = false;
this.tstrBottom.BackColor = System.Drawing.Color.Transparent;
this.tstrBottom.BackgroundImage = global::Ease.UICreator.Properties.Resources.MatadorEdit;
this.tstrBottom.Dock = System.Windows.Forms.DockStyle.None;
this.tstrBottom.GripMargin = new System.Windows.Forms.Padding(0);
this.tstrBottom.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.tstrBottom.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tlbClose,
this.tlbSave});
this.tstrBottom.Location = new System.Drawing.Point(240, 2);
this.tstrBottom.Name = "tstrBottom";
this.tstrBottom.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.tstrBottom.Size = new System.Drawing.Size(263, 38);
this.tstrBottom.TabIndex = 100;
this.tstrBottom.Text = "toolStrip1";
//
// tlbClose
//
this.tlbClose.AutoSize = false;
this.tlbClose.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tlbClose.ForeColor = System.Drawing.Color.DarkSlateGray;
this.tlbClose.Image = global::Ease.UICreator.Properties.Resources.Exit;
this.tlbClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tlbClose.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tlbClose.Name = "tlbClose";
this.tlbClose.Size = new System.Drawing.Size(75, 35);
this.tlbClose.Text = "&Close";
this.tlbClose.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
this.tlbClose.Click += new System.EventHandler(this.btnCncl_Click);
//
// tlbSave
//
this.tlbSave.AutoSize = false;
this.tlbSave.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tlbSave.ForeColor = System.Drawing.Color.DarkSlateGray;
this.tlbSave.Image = global::Ease.UICreator.Properties.Resources.Save;
this.tlbSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tlbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tlbSave.Name = "tlbSave";
this.tlbSave.Size = new System.Drawing.Size(75, 35);
this.tlbSave.Text = "&Save";
this.tlbSave.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
this.tlbSave.Click += new System.EventHandler(this.btnSave_Click);
//
// FrmBasicEntryForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.GhostWhite;
this.ClientSize = new System.Drawing.Size(501, 267);
this.Controls.Add(this.pnlBottom);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmBasicEntryForm";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.Text = "Caption";
this.Load += new System.EventHandler(this.FrmBasicEntryForm_Load);
this.Paint += new System.Windows.Forms.PaintEventHandler(this.FrmBasicEntryForm_Paint);
this.pnlBottom.ResumeLayout(false);
this.tstrBottom.ResumeLayout(false);
this.tstrBottom.PerformLayout();
this.ResumeLayout(false);
}
#endregion
protected System.Windows.Forms.Panel pnlBottom;
protected System.Windows.Forms.ToolStrip tstrBottom;
protected System.Windows.Forms.ToolStripButton tlbClose;
protected System.Windows.Forms.ToolStripButton tlbSave;
}
}