Advertisement
LastMalware

Untitled

Jul 15th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.63 KB | None | 0 0
  1. private void InitializeComponent()
  2.         {
  3.             this.button1 = new Button();
  4.             base.SuspendLayout();
  5.             this.button1.Location = new Point(284, 190);
  6.             this.button1.Name = "button1";
  7.             this.button1.Size = new Size(206, 73);
  8.             this.button1.TabIndex = 0;
  9.             this.button1.Text = "button1";
  10.             this.button1.UseVisualStyleBackColor = true;
  11.             this.button1.Click += this.button1_Click;
  12.             base.AutoScaleDimensions = new SizeF(8f, 16f);
  13.             base.AutoScaleMode = AutoScaleMode.Font;
  14.             base.ClientSize = new Size(800, 450);
  15.             base.Controls.Add(this.button1);
  16.             base.Name = "Form1";
  17.             this.Text = "Form1";
  18.             base.ResumeLayout(false);
  19.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement