www.pudn.com > studen.rar > Form3.Designer.vb
_ Partial Class Form3 Inherits System.Windows.Forms.Form 'Form 重写 Dispose,以清理组件列表。 _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) If disposing AndAlso components IsNot Nothing Then components.Dispose() End If MyBase.Dispose(disposing) End Sub 'Windows 窗体设计器所必需的 Private components As System.ComponentModel.IContainer '注意: 以下过程是 Windows 窗体设计器所必需的 '可以使用 Windows 窗体设计器修改它。 '不要使用代码编辑器修改它。 _ Private Sub InitializeComponent() Me.Label1 = New System.Windows.Forms.Label Me.Button1 = New System.Windows.Forms.Button Me.Button2 = New System.Windows.Forms.Button Me.Button3 = New System.Windows.Forms.Button Me.TextBox1 = New System.Windows.Forms.TextBox Me.Label2 = New System.Windows.Forms.Label Me.Label3 = New System.Windows.Forms.Label Me.Label5 = New System.Windows.Forms.Label Me.ComboBox1 = New System.Windows.Forms.ComboBox Me.GroupBox2 = New System.Windows.Forms.GroupBox Me.GroupBox2.SuspendLayout() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(15, 28) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(191, 12) Me.Label1.TabIndex = 0 Me.Label1.Text = "请输入或者选择要建立的年级名称:" ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(3, 157) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(68, 23) Me.Button1.TabIndex = 1 Me.Button1.Text = "确定" Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(111, 157) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(63, 23) Me.Button2.TabIndex = 2 Me.Button2.Text = "详细设置" Me.Button2.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.Location = New System.Drawing.Point(215, 157) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(69, 23) Me.Button3.TabIndex = 3 Me.Button3.Text = "关闭" Me.Button3.UseVisualStyleBackColor = True ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(74, 92) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(121, 21) Me.TextBox1.TabIndex = 4 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(196, 52) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(83, 12) Me.Label2.TabIndex = 5 Me.Label2.Text = "(列如:2005级)" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.ForeColor = System.Drawing.Color.Red Me.Label3.Location = New System.Drawing.Point(15, 57) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(11, 12) Me.Label3.TabIndex = 6 Me.Label3.Text = "*" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(9, 101) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(59, 12) Me.Label5.TabIndex = 8 Me.Label5.Text = "班级名称:" ' 'ComboBox1 ' Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Location = New System.Drawing.Point(74, 49) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(121, 20) Me.ComboBox1.TabIndex = 10 ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.ComboBox1) Me.GroupBox2.Controls.Add(Me.Label5) Me.GroupBox2.Controls.Add(Me.TextBox1) Me.GroupBox2.Controls.Add(Me.Label1) Me.GroupBox2.Controls.Add(Me.Label3) Me.GroupBox2.Controls.Add(Me.Label2) Me.GroupBox2.Location = New System.Drawing.Point(3, 2) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(296, 128) Me.GroupBox2.TabIndex = 13 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "建立年级" ' 'Form3 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(305, 195) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Name = "Form3" Me.Text = "Form3" Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox End Class