this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Location = new System.Drawing.Point(70, 5);
+ this.Location = new System.Drawing.Point(70, 3);
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.TopMost = true;
this.Location = new System.Drawing.Point(1, 50);
this.Name = "Form5";
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
+ this.TopMost = true;
this.Load += new System.EventHandler(this.Form5_Load);
this.ResumeLayout(false);
this.PerformLayout();