⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 exam.vb

📁 系统概要: 本系统采用VB.NET开发. 开发平台:Windows XP Professional SP2 (English Version) 开发环境:Visual Studio .NET
💻 VB
📖 第 1 页 / 共 5 页
字号:

'
'    Copyright(C)2006,济南大学材料科学与工程学院
'    All right reserved.
'
'    文件名称:Exam.vb
'    文件标识:
'    摘    要:考试
'
'    当前版本:1.0.0
'    作    者:梁  海
'    完成日期:2006-12-3
'
'    取代版本:
'    原作者  :
'    完成日期:
'
'    修改历史:
'

Public Class Exam
    Inherits System.Windows.Forms.Form

#Region " Windows Form Designer generated code "

    Public Sub New()
        MyBase.New()

        'This call is required by the Windows Form Designer.
        InitializeComponent()

        'Add any initialization after the InitializeComponent() call

    End Sub

    'Form overrides dispose to clean up the component list.
    Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
        If disposing Then
            If Not (components Is Nothing) Then
                components.Dispose()
            End If
        End If
        MyBase.Dispose(disposing)
    End Sub

    'Required by the Windows Form Designer
    Private components As System.ComponentModel.IContainer

    'NOTE: The following procedure is required by the Windows Form Designer
    'It can be modified using the Windows Form Designer.  
    'Do not modify it using the code editor.
    Friend WithEvents tpChoose As System.Windows.Forms.TabPage
    Friend WithEvents tpVacancy As System.Windows.Forms.TabPage
    Friend WithEvents tpDrawing As System.Windows.Forms.TabPage
    Friend WithEvents tcMain As System.Windows.Forms.TabControl
    Friend WithEvents lbSID As System.Windows.Forms.Label
    Friend WithEvents lbName As System.Windows.Forms.Label
    Friend WithEvents lbTeam As System.Windows.Forms.Label
    Friend WithEvents Panel1 As System.Windows.Forms.Panel
    Friend WithEvents lbSID1 As System.Windows.Forms.Label
    Friend WithEvents lbName1 As System.Windows.Forms.Label
    Friend WithEvents lbTeam1 As System.Windows.Forms.Label
    Friend WithEvents gpDrawing As System.Windows.Forms.GroupBox
    Friend WithEvents lbDrawing As System.Windows.Forms.Label
    Friend WithEvents btnRunCAD As System.Windows.Forms.Button
    Friend WithEvents gpPicture As System.Windows.Forms.GroupBox
    Friend WithEvents btnOpenWin As System.Windows.Forms.Button
    Friend WithEvents gbChoose As System.Windows.Forms.GroupBox
    Friend WithEvents gbChooseItem As System.Windows.Forms.GroupBox
    Friend WithEvents lbChoose As System.Windows.Forms.Label
    Friend WithEvents rbA As System.Windows.Forms.RadioButton
    Friend WithEvents rbB As System.Windows.Forms.RadioButton
    Friend WithEvents rbC As System.Windows.Forms.RadioButton
    Friend WithEvents rbD As System.Windows.Forms.RadioButton
    Friend WithEvents rbE As System.Windows.Forms.RadioButton
    Friend WithEvents rbF As System.Windows.Forms.RadioButton
    Friend WithEvents gbVacancy As System.Windows.Forms.GroupBox
    Friend WithEvents lbVacancy As System.Windows.Forms.Label
    Friend WithEvents gbAnswer As System.Windows.Forms.GroupBox
    Friend WithEvents tbAnswer As System.Windows.Forms.TextBox
    Friend WithEvents btnSubPaper As System.Windows.Forms.Button
    Friend WithEvents OPD As System.Windows.Forms.OpenFileDialog
    Friend WithEvents btnUpload As System.Windows.Forms.Button
    Friend WithEvents trClock As System.Timers.Timer
    Friend WithEvents lbTime2 As System.Windows.Forms.Label
    Friend WithEvents lbMin As System.Windows.Forms.Label
    Friend WithEvents btnReade As System.Windows.Forms.Button
    Friend WithEvents tvShoose As System.Windows.Forms.TreeView
    Friend WithEvents tvVacancy As System.Windows.Forms.TreeView
    Friend WithEvents lbTime As System.Windows.Forms.Label
    Friend WithEvents picTitle As System.Windows.Forms.PictureBox
    Friend WithEvents picDrawing As System.Windows.Forms.PictureBox
    Friend WithEvents oFileDial As System.Windows.Forms.OpenFileDialog
    Friend WithEvents trSavePaper As System.Timers.Timer
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
        Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(Exam))
        Me.tcMain = New System.Windows.Forms.TabControl
        Me.tpChoose = New System.Windows.Forms.TabPage
        Me.gbChooseItem = New System.Windows.Forms.GroupBox
        Me.rbF = New System.Windows.Forms.RadioButton
        Me.rbE = New System.Windows.Forms.RadioButton
        Me.rbD = New System.Windows.Forms.RadioButton
        Me.rbC = New System.Windows.Forms.RadioButton
        Me.rbB = New System.Windows.Forms.RadioButton
        Me.rbA = New System.Windows.Forms.RadioButton
        Me.gbChoose = New System.Windows.Forms.GroupBox
        Me.lbChoose = New System.Windows.Forms.Label
        Me.tvShoose = New System.Windows.Forms.TreeView
        Me.tpVacancy = New System.Windows.Forms.TabPage
        Me.gbAnswer = New System.Windows.Forms.GroupBox
        Me.tbAnswer = New System.Windows.Forms.TextBox
        Me.gbVacancy = New System.Windows.Forms.GroupBox
        Me.lbVacancy = New System.Windows.Forms.Label
        Me.tvVacancy = New System.Windows.Forms.TreeView
        Me.tpDrawing = New System.Windows.Forms.TabPage
        Me.btnReade = New System.Windows.Forms.Button
        Me.btnUpload = New System.Windows.Forms.Button
        Me.btnOpenWin = New System.Windows.Forms.Button
        Me.gpPicture = New System.Windows.Forms.GroupBox
        Me.picDrawing = New System.Windows.Forms.PictureBox
        Me.btnRunCAD = New System.Windows.Forms.Button
        Me.gpDrawing = New System.Windows.Forms.GroupBox
        Me.lbDrawing = New System.Windows.Forms.Label
        Me.lbSID1 = New System.Windows.Forms.Label
        Me.lbName1 = New System.Windows.Forms.Label
        Me.lbSID = New System.Windows.Forms.Label
        Me.lbName = New System.Windows.Forms.Label
        Me.lbTeam1 = New System.Windows.Forms.Label
        Me.lbTeam = New System.Windows.Forms.Label
        Me.Panel1 = New System.Windows.Forms.Panel
        Me.lbMin = New System.Windows.Forms.Label
        Me.lbTime = New System.Windows.Forms.Label
        Me.lbTime2 = New System.Windows.Forms.Label
        Me.btnSubPaper = New System.Windows.Forms.Button
        Me.OPD = New System.Windows.Forms.OpenFileDialog
        Me.trClock = New System.Timers.Timer
        Me.picTitle = New System.Windows.Forms.PictureBox
        Me.oFileDial = New System.Windows.Forms.OpenFileDialog
        Me.trSavePaper = New System.Timers.Timer
        Me.tcMain.SuspendLayout()
        Me.tpChoose.SuspendLayout()
        Me.gbChooseItem.SuspendLayout()
        Me.gbChoose.SuspendLayout()
        Me.tpVacancy.SuspendLayout()
        Me.gbAnswer.SuspendLayout()
        Me.gbVacancy.SuspendLayout()
        Me.tpDrawing.SuspendLayout()
        Me.gpPicture.SuspendLayout()
        Me.gpDrawing.SuspendLayout()
        Me.Panel1.SuspendLayout()
        CType(Me.trClock, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.trSavePaper, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        'tcMain
        '
        Me.tcMain.AccessibleDescription = resources.GetString("tcMain.AccessibleDescription")
        Me.tcMain.AccessibleName = resources.GetString("tcMain.AccessibleName")
        Me.tcMain.Alignment = CType(resources.GetObject("tcMain.Alignment"), System.Windows.Forms.TabAlignment)
        Me.tcMain.Anchor = CType(resources.GetObject("tcMain.Anchor"), System.Windows.Forms.AnchorStyles)
        Me.tcMain.Appearance = CType(resources.GetObject("tcMain.Appearance"), System.Windows.Forms.TabAppearance)
        Me.tcMain.BackgroundImage = CType(resources.GetObject("tcMain.BackgroundImage"), System.Drawing.Image)
        Me.tcMain.Controls.Add(Me.tpChoose)
        Me.tcMain.Controls.Add(Me.tpVacancy)
        Me.tcMain.Controls.Add(Me.tpDrawing)
        Me.tcMain.Dock = CType(resources.GetObject("tcMain.Dock"), System.Windows.Forms.DockStyle)
        Me.tcMain.Enabled = CType(resources.GetObject("tcMain.Enabled"), Boolean)
        Me.tcMain.Font = CType(resources.GetObject("tcMain.Font"), System.Drawing.Font)
        Me.tcMain.ImeMode = CType(resources.GetObject("tcMain.ImeMode"), System.Windows.Forms.ImeMode)
        Me.tcMain.ItemSize = CType(resources.GetObject("tcMain.ItemSize"), System.Drawing.Size)
        Me.tcMain.Location = CType(resources.GetObject("tcMain.Location"), System.Drawing.Point)
        Me.tcMain.Name = "tcMain"
        Me.tcMain.Padding = CType(resources.GetObject("tcMain.Padding"), System.Drawing.Point)
        Me.tcMain.RightToLeft = CType(resources.GetObject("tcMain.RightToLeft"), System.Windows.Forms.RightToLeft)
        Me.tcMain.SelectedIndex = 0

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -