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

📄 frmaddhouse.designer.vb

📁 由VB开发的基于SQL的小区物业管理系统
💻 VB
📖 第 1 页 / 共 2 页
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class FrmAddHouse
    Inherits System.Windows.Forms.Form
#Region "Windows 窗体设计器生成的代码 "
    ' <System.Diagnostics.DebuggerNonUserCode()> Public Sub New()
    '   MyBase.New()
    '此调用是 Windows 窗体设计器所必需的。
    '  InitializeComponent()
    '此窗体是 MDI 子窗体。

    ' 的自动加载和显示
    ' MDI 子级的父级
    ' 的功能。
    '  
    '  
    ' End Sub
    '窗体重写释放,以清理组件列表。
    <System.Diagnostics.DebuggerNonUserCode()> 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
    Public WithEvents cancelCommand As System.Windows.Forms.Button
    Public WithEvents BtnOK As System.Windows.Forms.Button
    Public WithEvents txtHouseType As System.Windows.Forms.TextBox
    Public WithEvents txtConstructArea As System.Windows.Forms.TextBox
    Public WithEvents txtMemo As System.Windows.Forms.TextBox
    Public WithEvents TxtUsingArea As System.Windows.Forms.TextBox
    Public WithEvents Label2 As System.Windows.Forms.Label
    Public WithEvents Label4 As System.Windows.Forms.Label
    Public WithEvents Label5 As System.Windows.Forms.Label
    Public WithEvents Label9 As System.Windows.Forms.Label
    '注意: 以下过程是 Windows 窗体设计器所必需的
    '可以使用 Windows 窗体设计器来修改它。
    '不要使用代码编辑器修改它。
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
        Me.cancelCommand = New System.Windows.Forms.Button
        Me.BtnOK = New System.Windows.Forms.Button
        Me.txtHouseType = New System.Windows.Forms.TextBox
        Me.txtConstructArea = New System.Windows.Forms.TextBox
        Me.txtMemo = New System.Windows.Forms.TextBox
        Me.TxtUsingArea = New System.Windows.Forms.TextBox
        Me.Label2 = New System.Windows.Forms.Label
        Me.Label4 = New System.Windows.Forms.Label
        Me.Label5 = New System.Windows.Forms.Label
        Me.Label9 = New System.Windows.Forms.Label
        Me.Label6 = New System.Windows.Forms.Label
        Me.Label7 = New System.Windows.Forms.Label
        Me.TxtRoom = New System.Windows.Forms.TextBox
        Me.Label3 = New System.Windows.Forms.Label
        Me.TxtLiverID = New System.Windows.Forms.TextBox
        Me.TxtName = New System.Windows.Forms.TextBox
        Me.Label8 = New System.Windows.Forms.Label
        Me.Label10 = New System.Windows.Forms.Label
        Me.TxtPhone = New System.Windows.Forms.TextBox
        Me.Label12 = New System.Windows.Forms.Label
        Me.ComboUnit = New System.Windows.Forms.ComboBox
        Me.ComboBuilding = New System.Windows.Forms.ComboBox
        Me.SuspendLayout()
        '
        'cancelCommand
        '
        Me.cancelCommand.BackColor = System.Drawing.SystemColors.Control
        Me.cancelCommand.Cursor = System.Windows.Forms.Cursors.Default
        Me.cancelCommand.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.cancelCommand.ForeColor = System.Drawing.SystemColors.ControlText
        Me.cancelCommand.Location = New System.Drawing.Point(268, 273)
        Me.cancelCommand.Name = "cancelCommand"
        Me.cancelCommand.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.cancelCommand.Size = New System.Drawing.Size(94, 33)
        Me.cancelCommand.TabIndex = 13
        Me.cancelCommand.Text = "退出"
        Me.cancelCommand.UseVisualStyleBackColor = False
        '
        'BtnOK
        '
        Me.BtnOK.BackColor = System.Drawing.SystemColors.Control
        Me.BtnOK.Cursor = System.Windows.Forms.Cursors.Default
        Me.BtnOK.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.BtnOK.ForeColor = System.Drawing.SystemColors.ControlText
        Me.BtnOK.Location = New System.Drawing.Point(91, 273)
        Me.BtnOK.Name = "BtnOK"
        Me.BtnOK.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.BtnOK.Size = New System.Drawing.Size(95, 33)
        Me.BtnOK.TabIndex = 12
        Me.BtnOK.Text = "确定"
        Me.BtnOK.UseVisualStyleBackColor = False
        '
        'txtHouseType
        '
        Me.txtHouseType.AcceptsReturn = True
        Me.txtHouseType.BackColor = System.Drawing.SystemColors.Window
        Me.txtHouseType.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.txtHouseType.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtHouseType.ForeColor = System.Drawing.SystemColors.WindowText
        Me.txtHouseType.Location = New System.Drawing.Point(322, 56)
        Me.txtHouseType.MaxLength = 0
        Me.txtHouseType.Name = "txtHouseType"
        Me.txtHouseType.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.txtHouseType.Size = New System.Drawing.Size(85, 21)
        Me.txtHouseType.TabIndex = 3
        '
        'txtConstructArea
        '
        Me.txtConstructArea.AcceptsReturn = True
        Me.txtConstructArea.BackColor = System.Drawing.SystemColors.Window
        Me.txtConstructArea.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.txtConstructArea.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtConstructArea.ForeColor = System.Drawing.SystemColors.WindowText
        Me.txtConstructArea.Location = New System.Drawing.Point(116, 94)
        Me.txtConstructArea.MaxLength = 0
        Me.txtConstructArea.Name = "txtConstructArea"
        Me.txtConstructArea.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.txtConstructArea.Size = New System.Drawing.Size(70, 21)
        Me.txtConstructArea.TabIndex = 2
        '
        'txtMemo
        '
        Me.txtMemo.AcceptsReturn = True
        Me.txtMemo.BackColor = System.Drawing.SystemColors.Window
        Me.txtMemo.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.txtMemo.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtMemo.ForeColor = System.Drawing.SystemColors.WindowText
        Me.txtMemo.Location = New System.Drawing.Point(116, 205)
        Me.txtMemo.MaxLength = 0
        Me.txtMemo.Multiline = True
        Me.txtMemo.Name = "txtMemo"
        Me.txtMemo.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.txtMemo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
        Me.txtMemo.Size = New System.Drawing.Size(291, 49)
        Me.txtMemo.TabIndex = 1
        '
        'TxtUsingArea
        '
        Me.TxtUsingArea.AcceptsReturn = True
        Me.TxtUsingArea.BackColor = System.Drawing.SystemColors.Window
        Me.TxtUsingArea.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.TxtUsingArea.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.TxtUsingArea.ForeColor = System.Drawing.SystemColors.WindowText
        Me.TxtUsingArea.Location = New System.Drawing.Point(322, 93)
        Me.TxtUsingArea.MaxLength = 0
        Me.TxtUsingArea.Name = "TxtUsingArea"
        Me.TxtUsingArea.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.TxtUsingArea.Size = New System.Drawing.Size(85, 21)
        Me.TxtUsingArea.TabIndex = 0
        '
        'Label2
        '
        Me.Label2.BackColor = System.Drawing.SystemColors.Control
        Me.Label2.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label2.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label2.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label2.Location = New System.Drawing.Point(242, 59)
        Me.Label2.Name = "Label2"
        Me.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label2.Size = New System.Drawing.Size(73, 17)
        Me.Label2.TabIndex = 8
        Me.Label2.Text = "房屋类型:"
        Me.Label2.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'Label4
        '
        Me.Label4.BackColor = System.Drawing.SystemColors.Control
        Me.Label4.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label4.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label4.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label4.Location = New System.Drawing.Point(233, 96)
        Me.Label4.Name = "Label4"
        Me.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label4.Size = New System.Drawing.Size(94, 17)
        Me.Label4.TabIndex = 7
        Me.Label4.Text = "居住面积:"
        Me.Label4.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'Label5
        '
        Me.Label5.BackColor = System.Drawing.SystemColors.Control
        Me.Label5.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label5.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label5.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label5.Location = New System.Drawing.Point(30, 99)
        Me.Label5.Name = "Label5"
        Me.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label5.Size = New System.Drawing.Size(81, 17)
        Me.Label5.TabIndex = 6
        Me.Label5.Text = "建筑面积:"
        Me.Label5.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'Label9
        '
        Me.Label9.BackColor = System.Drawing.SystemColors.Control
        Me.Label9.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label9.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label9.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label9.Location = New System.Drawing.Point(46, 207)
        Me.Label9.Name = "Label9"
        Me.Label9.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label9.Size = New System.Drawing.Size(73, 25)
        Me.Label9.TabIndex = 5
        Me.Label9.Text = "备注:"
        Me.Label9.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'Label6
        '
        Me.Label6.BackColor = System.Drawing.SystemColors.Control
        Me.Label6.Cursor = System.Windows.Forms.Cursors.Default

⌨️ 快捷键说明

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