www.pudn.com > studen.rar > Form6.Designer.vb


 _ 
Partial Class 新建班级 
    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.Label2 = New System.Windows.Forms.Label 
        Me.Button1 = New System.Windows.Forms.Button 
        Me.Button2 = New System.Windows.Forms.Button 
        Me.ComboBox1 = New System.Windows.Forms.ComboBox 
        Me.ComboBox2 = New System.Windows.Forms.ComboBox 
        Me.SuspendLayout() 
        ' 
        'Label1 
        ' 
        Me.Label1.AutoSize = True 
        Me.Label1.Location = New System.Drawing.Point(36, 36) 
        Me.Label1.Name = "Label1" 
        Me.Label1.Size = New System.Drawing.Size(65, 12) 
        Me.Label1.TabIndex = 0 
        Me.Label1.Text = "请选择年级" 
        ' 
        'Label2 
        ' 
        Me.Label2.AutoSize = True 
        Me.Label2.Location = New System.Drawing.Point(37, 82) 
        Me.Label2.Name = "Label2" 
        Me.Label2.Size = New System.Drawing.Size(65, 12) 
        Me.Label2.TabIndex = 1 
        Me.Label2.Text = "请选择班级" 
        ' 
        'Button1 
        ' 
        Me.Button1.Location = New System.Drawing.Point(58, 151) 
        Me.Button1.Name = "Button1" 
        Me.Button1.Size = New System.Drawing.Size(63, 25) 
        Me.Button1.TabIndex = 2 
        Me.Button1.Text = "确定" 
        Me.Button1.UseVisualStyleBackColor = True 
        ' 
        'Button2 
        ' 
        Me.Button2.Location = New System.Drawing.Point(206, 153) 
        Me.Button2.Name = "Button2" 
        Me.Button2.Size = New System.Drawing.Size(75, 23) 
        Me.Button2.TabIndex = 3 
        Me.Button2.Text = "Button2" 
        Me.Button2.UseVisualStyleBackColor = True 
        ' 
        'ComboBox1 
        ' 
        Me.ComboBox1.FormattingEnabled = True 
        Me.ComboBox1.Location = New System.Drawing.Point(219, 33) 
        Me.ComboBox1.Name = "ComboBox1" 
        Me.ComboBox1.Size = New System.Drawing.Size(118, 20) 
        Me.ComboBox1.TabIndex = 4 
        ' 
        'ComboBox2 
        ' 
        Me.ComboBox2.FormattingEnabled = True 
        Me.ComboBox2.Location = New System.Drawing.Point(219, 79) 
        Me.ComboBox2.Name = "ComboBox2" 
        Me.ComboBox2.Size = New System.Drawing.Size(121, 20) 
        Me.ComboBox2.TabIndex = 5 
        ' 
        '新建班级 
        ' 
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) 
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font 
        Me.ClientSize = New System.Drawing.Size(376, 231) 
        Me.Controls.Add(Me.ComboBox2) 
        Me.Controls.Add(Me.ComboBox1) 
        Me.Controls.Add(Me.Button2) 
        Me.Controls.Add(Me.Button1) 
        Me.Controls.Add(Me.Label2) 
        Me.Controls.Add(Me.Label1) 
        Me.Name = "新建班级" 
        Me.Text = "新建班级" 
        Me.ResumeLayout(False) 
        Me.PerformLayout() 
 
    End Sub 
    Friend WithEvents Label1 As System.Windows.Forms.Label 
    Friend WithEvents Label2 As System.Windows.Forms.Label 
    Friend WithEvents Button1 As System.Windows.Forms.Button 
    Friend WithEvents Button2 As System.Windows.Forms.Button 
    Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox 
    Friend WithEvents ComboBox2 As System.Windows.Forms.ComboBox 
End Class