namespace ImpulseVision
{
partial class FormTemp
{
///
/// 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.TileUser = new ImpulseVision.RPanel();
this.LblNameUser = new System.Windows.Forms.Label();
this.TileUser.SuspendLayout();
this.SuspendLayout();
//
// TileUser
//
this.TileUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.TileUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(235)))), ((int)(((byte)(120)))));
this.TileUser.BackColorAdditional = System.Drawing.Color.Gray;
this.TileUser.BackColorGradientEnabled = false;
this.TileUser.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
this.TileUser.BorderColor = System.Drawing.Color.Tomato;
this.TileUser.BorderColorEnabled = false;
this.TileUser.BorderColorOnHover = System.Drawing.Color.Tomato;
this.TileUser.BorderColorOnHoverEnabled = false;
this.TileUser.Controls.Add(this.LblNameUser);
this.TileUser.Cursor = System.Windows.Forms.Cursors.Default;
this.TileUser.Font = new System.Drawing.Font("Verdana", 8.25F);
this.TileUser.ForeColor = System.Drawing.Color.White;
this.TileUser.Location = new System.Drawing.Point(12, 29);
this.TileUser.Name = "TileUser";
this.TileUser.RippleColor = System.Drawing.Color.Black;
this.TileUser.RoundingEnable = true;
this.TileUser.Size = new System.Drawing.Size(505, 43);
this.TileUser.TabIndex = 0;
this.TileUser.TextHover = null;
this.TileUser.UseDownPressEffectOnClick = false;
this.TileUser.UseRippleEffect = true;
this.TileUser.UseZoomEffectOnHover = false;
//
// LblNameUser
//
this.LblNameUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.LblNameUser.BackColor = System.Drawing.Color.Transparent;
this.LblNameUser.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
this.LblNameUser.ForeColor = System.Drawing.Color.Black;
this.LblNameUser.Location = new System.Drawing.Point(3, 0);
this.LblNameUser.Name = "LblNameUser";
this.LblNameUser.Size = new System.Drawing.Size(499, 43);
this.LblNameUser.TabIndex = 0;
this.LblNameUser.Text = "Сидоров Иван Игоревич";
this.LblNameUser.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// FormTemp
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(582, 282);
this.Controls.Add(this.TileUser);
this.Name = "FormTemp";
this.Text = "FormTemp";
this.TileUser.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
public RPanel TileUser;
public System.Windows.Forms.Label LblNameUser;
}
}