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

📄 frmmain.designer.vb

📁 软件用于升级SQL数据库
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmMain
    Inherits System.Windows.Forms.Form

    'Form overrides dispose to clean up the component list.
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
        Try
            If disposing AndAlso components IsNot Nothing Then
                components.Dispose()
            End If
        Finally
            MyBase.Dispose(disposing)
        End Try
    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.
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain))
        Me.btnLaunch = New System.Windows.Forms.Button
        Me.lbl1 = New System.Windows.Forms.Label
        Me.btnExit = New System.Windows.Forms.Button
        Me.lbl2 = New System.Windows.Forms.Label
        Me.lbl3 = New System.Windows.Forms.Label
        Me.txtDatabaseFileName = New System.Windows.Forms.TextBox
        Me.lblCount = New System.Windows.Forms.Label
        Me.btnFindDatabase = New System.Windows.Forms.Button
        Me.ctlFileDialog = New System.Windows.Forms.OpenFileDialog
        Me.btnFindScript = New System.Windows.Forms.Button
        Me.txtScriptFileName = New System.Windows.Forms.TextBox
        Me.lbl4 = New System.Windows.Forms.Label
        Me.SuspendLayout()
        '
        'btnLaunch
        '
        Me.btnLaunch.Location = New System.Drawing.Point(82, 94)
        Me.btnLaunch.Name = "btnLaunch"
        Me.btnLaunch.Size = New System.Drawing.Size(146, 24)
        Me.btnLaunch.TabIndex = 2
        Me.btnLaunch.Text = "&Launch Upgrade"
        Me.btnLaunch.UseVisualStyleBackColor = True
        '
        'lbl1
        '
        Me.lbl1.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lbl1.Location = New System.Drawing.Point(4, 4)
        Me.lbl1.Name = "lbl1"
        Me.lbl1.Size = New System.Drawing.Size(274, 22)
        Me.lbl1.TabIndex = 99
        Me.lbl1.Text = "Database Upgrade Processing"
        '
        'btnExit
        '
        Me.btnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel
        Me.btnExit.Location = New System.Drawing.Point(356, 94)
        Me.btnExit.Name = "btnExit"
        Me.btnExit.Size = New System.Drawing.Size(148, 24)
        Me.btnExit.TabIndex = 3
        Me.btnExit.Text = "E&xit"
        Me.btnExit.UseVisualStyleBackColor = True
        '
        'lbl2
        '
        Me.lbl2.AutoSize = True
        Me.lbl2.Location = New System.Drawing.Point(-57, 139)
        Me.lbl2.Name = "lbl2"
        Me.lbl2.Size = New System.Drawing.Size(49, 13)
        Me.lbl2.TabIndex = 102
        Me.lbl2.Text = "HL7 File:"
        '
        'lbl3
        '
        Me.lbl3.Location = New System.Drawing.Point(4, 34)
        Me.lbl3.Name = "lbl3"
        Me.lbl3.Size = New System.Drawing.Size(76, 16)
        Me.lbl3.TabIndex = 104
        Me.lbl3.Text = "Database File:"
        '
        'txtDatabaseFileName
        '
        Me.txtDatabaseFileName.Location = New System.Drawing.Point(82, 32)
        Me.txtDatabaseFileName.Name = "txtDatabaseFileName"
        Me.txtDatabaseFileName.Size = New System.Drawing.Size(422, 20)
        Me.txtDatabaseFileName.TabIndex = 4
        Me.txtDatabaseFileName.TabStop = False
        '
        'lblCount
        '
        Me.lblCount.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.lblCount.Location = New System.Drawing.Point(16, 100)
        Me.lblCount.Name = "lblCount"
        Me.lblCount.Size = New System.Drawing.Size(48, 16)
        Me.lblCount.TabIndex = 106
        Me.lblCount.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        Me.lblCount.Visible = False
        '
        'btnFindDatabase
        '
        Me.btnFindDatabase.DialogResult = System.Windows.Forms.DialogResult.Cancel
        Me.btnFindDatabase.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.btnFindDatabase.Location = New System.Drawing.Point(514, 30)
        Me.btnFindDatabase.Name = "btnFindDatabase"
        Me.btnFindDatabase.Size = New System.Drawing.Size(34, 24)
        Me.btnFindDatabase.TabIndex = 0
        Me.btnFindDatabase.Text = "..."
        Me.btnFindDatabase.UseVisualStyleBackColor = True
        '
        'ctlFileDialog
        '
        Me.ctlFileDialog.FileName = "OpenFileDialog1"
        '
        'btnFindScript
        '
        Me.btnFindScript.DialogResult = System.Windows.Forms.DialogResult.Cancel
        Me.btnFindScript.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.btnFindScript.Location = New System.Drawing.Point(514, 60)
        Me.btnFindScript.Name = "btnFindScript"
        Me.btnFindScript.Size = New System.Drawing.Size(34, 24)
        Me.btnFindScript.TabIndex = 1
        Me.btnFindScript.Text = "..."
        Me.btnFindScript.UseVisualStyleBackColor = True
        '
        'txtScriptFileName
        '
        Me.txtScriptFileName.Location = New System.Drawing.Point(82, 62)
        Me.txtScriptFileName.Name = "txtScriptFileName"
        Me.txtScriptFileName.Size = New System.Drawing.Size(422, 20)
        Me.txtScriptFileName.TabIndex = 5
        Me.txtScriptFileName.TabStop = False
        '
        'lbl4
        '
        Me.lbl4.Location = New System.Drawing.Point(4, 66)
        Me.lbl4.Name = "lbl4"
        Me.lbl4.Size = New System.Drawing.Size(74, 16)
        Me.lbl4.TabIndex = 108
        Me.lbl4.Text = "Script File:"
        '
        'frmMain
        '
        Me.AcceptButton = Me.btnLaunch
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.CancelButton = Me.btnExit
        Me.ClientSize = New System.Drawing.Size(555, 125)
        Me.Controls.Add(Me.btnFindScript)
        Me.Controls.Add(Me.txtScriptFileName)
        Me.Controls.Add(Me.lbl4)
        Me.Controls.Add(Me.btnFindDatabase)
        Me.Controls.Add(Me.lblCount)
        Me.Controls.Add(Me.txtDatabaseFileName)
        Me.Controls.Add(Me.lbl3)
        Me.Controls.Add(Me.lbl2)
        Me.Controls.Add(Me.btnExit)
        Me.Controls.Add(Me.lbl1)
        Me.Controls.Add(Me.btnLaunch)
        Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
        Me.MaximizeBox = False
        Me.MinimizeBox = False
        Me.Name = "frmMain"
        Me.Text = "Database Upgrader"
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents btnLaunch As System.Windows.Forms.Button
    Friend WithEvents lbl1 As System.Windows.Forms.Label
    Friend WithEvents btnExit As System.Windows.Forms.Button
    Friend WithEvents lbl2 As System.Windows.Forms.Label
    Friend WithEvents lbl3 As System.Windows.Forms.Label
    Friend WithEvents txtDatabaseFileName As System.Windows.Forms.TextBox
    Friend WithEvents lblCount As System.Windows.Forms.Label
    Friend WithEvents btnFindDatabase As System.Windows.Forms.Button
    Friend WithEvents ctlFileDialog As System.Windows.Forms.OpenFileDialog
    Friend WithEvents btnFindScript As System.Windows.Forms.Button
    Friend WithEvents txtScriptFileName As System.Windows.Forms.TextBox
    Friend WithEvents lbl4 As System.Windows.Forms.Label
End Class

⌨️ 快捷键说明

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