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

📄 addfield.vb

📁 一个小的数据库管理系统
💻 VB
📖 第 1 页 / 共 2 页
字号:
Public Class frmAddField
    Inherits System.Windows.Forms.Form

#Region " Windows 窗体设计器生成的代码 "

    Public Sub New()
        MyBase.New()

        '该调用是 Windows 窗体设计器所必需的。
        InitializeComponent()

        '在 InitializeComponent() 调用之后添加任何初始化

    End Sub

    '窗体重写处置以清理组件列表。
    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

    'Windows 窗体设计器所必需的
    Private components As System.ComponentModel.IContainer

    '注意:以下过程是 Windows 窗体设计器所必需的
    '可以使用 Windows 窗体设计器修改此过程。
    '不要使用代码编辑器修改它。
    Public WithEvents txtOrdinalPos As System.Windows.Forms.TextBox
    Public WithEvents txtFieldName As System.Windows.Forms.TextBox
    Public WithEvents cboFieldType As System.Windows.Forms.ComboBox
    Public WithEvents txtFieldSize As System.Windows.Forms.TextBox
    Public WithEvents txtValidationText As System.Windows.Forms.TextBox
    Public WithEvents txtValidationRule As System.Windows.Forms.TextBox
    Public WithEvents txtDefaultValue As System.Windows.Forms.TextBox
    Public WithEvents cmdOK As System.Windows.Forms.Button
    Public WithEvents cmdClose As System.Windows.Forms.Button
    Public WithEvents _lblLabels_4 As System.Windows.Forms.Label
    Public WithEvents _lblLabels_0 As System.Windows.Forms.Label
    Public WithEvents _lblLabels_2 As System.Windows.Forms.Label
    Public WithEvents _lblLabels_3 As System.Windows.Forms.Label
    Public WithEvents _lblLabels_5 As System.Windows.Forms.Label
    Public WithEvents _lblLabels_6 As System.Windows.Forms.Label
    Public WithEvents _lblLabels_7 As System.Windows.Forms.Label
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
        Me.txtOrdinalPos = New System.Windows.Forms.TextBox()
        Me.txtFieldName = New System.Windows.Forms.TextBox()
        Me.cboFieldType = New System.Windows.Forms.ComboBox()
        Me.txtFieldSize = New System.Windows.Forms.TextBox()
        Me.txtValidationText = New System.Windows.Forms.TextBox()
        Me.txtValidationRule = New System.Windows.Forms.TextBox()
        Me.txtDefaultValue = New System.Windows.Forms.TextBox()
        Me.cmdOK = New System.Windows.Forms.Button()
        Me.cmdClose = New System.Windows.Forms.Button()
        Me._lblLabels_4 = New System.Windows.Forms.Label()
        Me._lblLabels_0 = New System.Windows.Forms.Label()
        Me._lblLabels_2 = New System.Windows.Forms.Label()
        Me._lblLabels_3 = New System.Windows.Forms.Label()
        Me._lblLabels_5 = New System.Windows.Forms.Label()
        Me._lblLabels_6 = New System.Windows.Forms.Label()
        Me._lblLabels_7 = New System.Windows.Forms.Label()
        Me.SuspendLayout()
        '
        'txtOrdinalPos
        '
        Me.txtOrdinalPos.AcceptsReturn = True
        Me.txtOrdinalPos.AutoSize = False
        Me.txtOrdinalPos.BackColor = System.Drawing.SystemColors.Window
        Me.txtOrdinalPos.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.txtOrdinalPos.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.txtOrdinalPos.ForeColor = System.Drawing.SystemColors.WindowText
        Me.txtOrdinalPos.Location = New System.Drawing.Point(144, 24)
        Me.txtOrdinalPos.MaxLength = 0
        Me.txtOrdinalPos.Name = "txtOrdinalPos"
        Me.txtOrdinalPos.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.txtOrdinalPos.Size = New System.Drawing.Size(113, 19)
        Me.txtOrdinalPos.TabIndex = 30
        Me.txtOrdinalPos.Text = ""
        '
        'txtFieldName
        '
        Me.txtFieldName.AcceptsReturn = True
        Me.txtFieldName.AutoSize = False
        Me.txtFieldName.BackColor = System.Drawing.SystemColors.Window
        Me.txtFieldName.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.txtFieldName.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.txtFieldName.ForeColor = System.Drawing.SystemColors.WindowText
        Me.txtFieldName.Location = New System.Drawing.Point(16, 24)
        Me.txtFieldName.MaxLength = 0
        Me.txtFieldName.Name = "txtFieldName"
        Me.txtFieldName.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.txtFieldName.Size = New System.Drawing.Size(113, 19)
        Me.txtFieldName.TabIndex = 16
        Me.txtFieldName.Text = ""
        '
        'cboFieldType
        '
        Me.cboFieldType.BackColor = System.Drawing.SystemColors.Window
        Me.cboFieldType.Cursor = System.Windows.Forms.Cursors.Default
        Me.cboFieldType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.cboFieldType.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.cboFieldType.ForeColor = System.Drawing.SystemColors.WindowText
        Me.cboFieldType.Location = New System.Drawing.Point(16, 64)
        Me.cboFieldType.Name = "cboFieldType"
        Me.cboFieldType.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.cboFieldType.Size = New System.Drawing.Size(113, 20)
        Me.cboFieldType.TabIndex = 17
        '
        'txtFieldSize
        '
        Me.txtFieldSize.AcceptsReturn = True
        Me.txtFieldSize.AutoSize = False
        Me.txtFieldSize.BackColor = System.Drawing.SystemColors.Window
        Me.txtFieldSize.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.txtFieldSize.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.txtFieldSize.ForeColor = System.Drawing.SystemColors.WindowText
        Me.txtFieldSize.Location = New System.Drawing.Point(16, 104)
        Me.txtFieldSize.MaxLength = 0
        Me.txtFieldSize.Name = "txtFieldSize"
        Me.txtFieldSize.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.txtFieldSize.Size = New System.Drawing.Size(113, 19)
        Me.txtFieldSize.TabIndex = 18
        Me.txtFieldSize.Text = ""
        '
        'txtValidationText
        '
        Me.txtValidationText.AcceptsReturn = True
        Me.txtValidationText.AutoSize = False
        Me.txtValidationText.BackColor = System.Drawing.SystemColors.Window
        Me.txtValidationText.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.txtValidationText.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.txtValidationText.ForeColor = System.Drawing.SystemColors.WindowText
        Me.txtValidationText.Location = New System.Drawing.Point(144, 64)
        Me.txtValidationText.MaxLength = 0
        Me.txtValidationText.Name = "txtValidationText"
        Me.txtValidationText.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.txtValidationText.Size = New System.Drawing.Size(113, 19)
        Me.txtValidationText.TabIndex = 19
        Me.txtValidationText.Text = ""
        '
        'txtValidationRule
        '
        Me.txtValidationRule.AcceptsReturn = True
        Me.txtValidationRule.AutoSize = False
        Me.txtValidationRule.BackColor = System.Drawing.SystemColors.Window
        Me.txtValidationRule.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.txtValidationRule.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.txtValidationRule.ForeColor = System.Drawing.SystemColors.WindowText
        Me.txtValidationRule.Location = New System.Drawing.Point(144, 104)
        Me.txtValidationRule.MaxLength = 0
        Me.txtValidationRule.Name = "txtValidationRule"
        Me.txtValidationRule.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.txtValidationRule.Size = New System.Drawing.Size(113, 19)
        Me.txtValidationRule.TabIndex = 20
        Me.txtValidationRule.Text = ""
        '
        'txtDefaultValue
        '
        Me.txtDefaultValue.AcceptsReturn = True
        Me.txtDefaultValue.AutoSize = False
        Me.txtDefaultValue.BackColor = System.Drawing.SystemColors.Window
        Me.txtDefaultValue.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.txtDefaultValue.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.txtDefaultValue.ForeColor = System.Drawing.SystemColors.WindowText
        Me.txtDefaultValue.Location = New System.Drawing.Point(144, 144)
        Me.txtDefaultValue.MaxLength = 0
        Me.txtDefaultValue.Name = "txtDefaultValue"
        Me.txtDefaultValue.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.txtDefaultValue.Size = New System.Drawing.Size(113, 19)
        Me.txtDefaultValue.TabIndex = 21
        Me.txtDefaultValue.Text = ""
        '
        'cmdOK
        '
        Me.cmdOK.BackColor = System.Drawing.SystemColors.Control
        Me.cmdOK.Cursor = System.Windows.Forms.Cursors.Default
        Me.cmdOK.Enabled = False
        Me.cmdOK.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.cmdOK.ForeColor = System.Drawing.SystemColors.ControlText
        Me.cmdOK.Location = New System.Drawing.Point(8, 176)
        Me.cmdOK.Name = "cmdOK"
        Me.cmdOK.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.cmdOK.Size = New System.Drawing.Size(121, 25)
        Me.cmdOK.TabIndex = 22
        Me.cmdOK.Text = "确定(&O)"
        '
        'cmdClose
        '
        Me.cmdClose.BackColor = System.Drawing.SystemColors.Control
        Me.cmdClose.Cursor = System.Windows.Forms.Cursors.Default
        Me.cmdClose.DialogResult = System.Windows.Forms.DialogResult.Cancel
        Me.cmdClose.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.cmdClose.ForeColor = System.Drawing.SystemColors.ControlText
        Me.cmdClose.Location = New System.Drawing.Point(144, 176)
        Me.cmdClose.Name = "cmdClose"
        Me.cmdClose.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.cmdClose.Size = New System.Drawing.Size(113, 25)
        Me.cmdClose.TabIndex = 23
        Me.cmdClose.Text = "关闭(&C)"
        '
        '_lblLabels_4
        '
        Me._lblLabels_4.AutoSize = True
        Me._lblLabels_4.BackColor = System.Drawing.SystemColors.Control
        Me._lblLabels_4.Cursor = System.Windows.Forms.Cursors.Default
        Me._lblLabels_4.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me._lblLabels_4.ForeColor = System.Drawing.SystemColors.ControlText
        Me._lblLabels_4.Location = New System.Drawing.Point(144, 8)
        Me._lblLabels_4.Name = "_lblLabels_4"
        Me._lblLabels_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._lblLabels_4.Size = New System.Drawing.Size(66, 14)

⌨️ 快捷键说明

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