namespace Itrycn_Project2
{
partial class FrmTest
{
///
/// 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.buttonEx1 = new ryControls.ButtonEx();
this.SuspendLayout();
//
// buttonEx1
//
this.buttonEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
this.buttonEx1.Location = new System.Drawing.Point(320, 357);
this.buttonEx1.Name = "buttonEx1";
this.buttonEx1.Size = new System.Drawing.Size(75, 50);
this.buttonEx1.TabIndex = 0;
this.buttonEx1.Text = "buttonEx1";
this.buttonEx1.UseVisualStyleBackColor = true;
//
// FrmTest
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(403, 417);
this.Controls.Add(this.buttonEx1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.IconSize = new System.Drawing.Size(20, 20);
this.Name = "FrmTest";
this.Text = "FrmTest";
this.ResumeLayout(false);
}
#endregion
private ryControls.ButtonEx buttonEx1;
}
}