namespace ButcherFactory
{
partial class Form1
{
///
/// 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.uWeightControl1 = new ButcherFactory.Controls.WeightControl();
this.roundPanel1 = new ButcherFactory.Controls.RoundPanel(this.components);
this.uWeightControl1.SuspendLayout();
this.SuspendLayout();
//
// uWeightControl1
//
this.uWeightControl1.BackColor = System.Drawing.Color.Transparent;
this.uWeightControl1.Controls.Add(this.roundPanel1);
this.uWeightControl1.Location = new System.Drawing.Point(269, 188);
this.uWeightControl1.Name = "uWeightControl1";
this.uWeightControl1.Size = new System.Drawing.Size(262, 74);
this.uWeightControl1.TabIndex = 18;
this.uWeightControl1.WeightFalg = null;
//
// roundPanel1
//
this.roundPanel1._setRoundRadius = 15;
this.roundPanel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.roundPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.roundPanel1.Location = new System.Drawing.Point(0, 0);
this.roundPanel1.Margin = new System.Windows.Forms.Padding(0);
this.roundPanel1.Name = "roundPanel1";
this.roundPanel1.Size = new System.Drawing.Size(262, 74);
this.roundPanel1.TabIndex = 0;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.uWeightControl1);
this.Name = "Form1";
this.Text = "Form1";
this.uWeightControl1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Controls.WeightControl uWeightControl1;
private Controls.RoundPanel roundPanel1;
}
}