//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:2.0.50727.1433 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace asd { #region Windows Form Designer generated code public partial class Form1 { private void InitializeComponent() { this.button2 = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.button1 = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); // // button2 // this.button2.TabIndex = 1; this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.UseVisualStyleBackColor = true; this.button2.Text = "button2"; this.button2.Location = new System.Drawing.Point(27, 30); // // panel1 // this.panel1.Text = "panel1"; this.panel1.TabIndex = 1; this.panel1.Controls.Add(this.button1); this.panel1.Location = new System.Drawing.Point(8, 16); this.panel1.Name = "panel1"; // // button1 // this.button1.TabIndex = 0; this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.UseVisualStyleBackColor = true; this.button1.Text = "button1"; this.button1.Location = new System.Drawing.Point(16, 12); // // Form1 // this.Location = new System.Drawing.Point(48, 16); this.Text = "Form1"; this.Controls.Add(this.panel1); this.Name = "Form1"; this.ClientSize = new System.Drawing.Size(262, 239); this.panel1.ResumeLayout(false); } private System.Windows.Forms.Button button2; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button button1; } #endregion }