Advertisement
Guest User

bottun

a guest
Jun 14th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  Me.AutoSize = True : Me.Text = "Graph by Your ID"
  2.         PictureBox1.Top = 0 : PictureBox1.Left = 0
  3.         PictureBox1.Width = 500 : PictureBox1.Height = 500
  4.         Button1.Text = "Draw" : Button1.Font = New Font("Courier", 20)
  5.         Button1.Width = 100 : Button1.Height = 50
  6.         Button1.Top = 10 : Button1.Left = PictureBox1.Width + 50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement