打印本文 打印本文 关闭窗口 关闭窗口
用VB.net制作一个小程序(3)
作者:武汉SEO闵涛  文章来源:敏韬网  点击数3182  更新时间:2009/4/23 19:01:39  文章录入:mintao  责任编辑:mintao
e.GroupBox1 = New System.Windows.Forms.GroupBox()

        Me.RadioButton3 = New System.Windows.Forms.RadioButton()

        Me.RadioButton2 = New System.Windows.Forms.RadioButton()

        Me.RadioButton1 = New System.Windows.Forms.RadioButton()

        Me.GroupBox2 = New System.Windows.Forms.GroupBox()

        Me.CheckBox3 = New System.Windows.Forms.CheckBox()

        Me.CheckBox2 = New System.Windows.Forms.CheckBox()

        Me.CheckBox1 = New System.Windows.Forms.CheckBox()

        Me.Label1 = New System.Windows.Forms.Label()

        Me.ListBox1 = New System.Windows.Forms.ListBox()

        Me.Label2 = New System.Windows.Forms.Label()

        Me.Label3 = New System.Windows.Forms.Label()

        Me.Button1 = New System.Windows.Forms.Button()

        Me.ComboBox1 = New System.Windows.Forms.ComboBox()

        Me.Label4 = New System.Windows.Forms.Label()

        Me.PictureBox1 = New System.Windows.Forms.PictureBox()

        Me.PictureBox2 = New System.Windows.Forms.PictureBox()

        Me.PictureBox3 = New System.Windows.Forms.PictureBox()

        Me.PictureBox4 = New System.Windows.Forms.PictureBox()

        Me.PictureBox5 = New System.Windows.Forms.PictureBox()

        Me.GroupBox1.SuspendLayout()

        Me.GroupBox2.SuspendLayout()

        Me.SuspendLayout()

        ''''

        ''''GroupBox1

        ''''

        Me.GroupBox1.Controls.AddRange(New System.Windows.Forms.Control() {Me.RadioButton3, Me.RadioButton2, Me.RadioButton1})

        Me.GroupBox1.Location = New System.Drawing.Point(8, 120)

        Me.GroupBox1.Name = "GroupBox1"

        Me.GroupBox1.TabIndex = 0

        Me.GroupBox1.TabStop = False

        Me.GroupBox1.Text = "Computer[required]"

        ''''

        ''''RadioButton3

        ''''

        Me.RadioButton3.Location = New System.Drawing.Point(40, 64)

        Me.RadioButton3.Name = "RadioButton3"

        Me.RadioButton3.TabIndex = 2

        Me.RadioButton3.Text = "Laptop"

        ''''

        ''''RadioButton2

        ''''

        Me.RadioButton2.Location = New System.Drawing.Point(40, 40)

        Me.RadioButton2.Name = "RadioButton2"

        Me.RadioButton2.TabIndex = 1

        Me.RadioButton2.Text = "Macintosh"

        ''''

        ''''RadioButton1

        ''''

        Me.RadioButton1.Location = New System.Drawing.Point(40, 16)

上一页  [1] [2] [3]  下一页

打印本文 打印本文 关闭窗口 关闭窗口