this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Location = new System.Drawing.Point(80, 10);
+ this.Location = new System.Drawing.Point(70, 5);
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.TopMost = true;