namespace Error { 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.buttonTest = new System.Windows.Forms.Button(); this.SuspendLayout(); // // buttonTest // this.buttonTest.Location = new System.Drawing.Point(64, 53); this.buttonTest.Name = "buttonTest"; this.buttonTest.Size = new System.Drawing.Size(117, 30); this.buttonTest.TabIndex = 0; this.buttonTest.Text = "Test"; this.buttonTest.Click += new System.EventHandler(this.buttonTest_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(247, 145); this.Controls.Add(this.buttonTest); this.Location = new System.Drawing.Point(300, 400); this.Name = "Form1"; this.Text = "Error"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button buttonTest; } }