欢迎来到虫虫下载站 | 资源下载 资源专辑 关于我们
虫虫下载站

frmz.vb

需要在.net环境下运行需要安装框架
VB
第 1 页 / 共 2 页
字号:
Public Class FRMZ
    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 窗体设计器修改此过程。
    '不要使用代码编辑器修改它。
    Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
    Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents Label4 As System.Windows.Forms.Label
    Friend WithEvents Label5 As System.Windows.Forms.Label
    Friend WithEvents Label6 As System.Windows.Forms.Label
    Friend WithEvents Label7 As System.Windows.Forms.Label
    Friend WithEvents Label8 As System.Windows.Forms.Label
    Friend WithEvents tbHOName1 As System.Windows.Forms.TextBox
    Friend WithEvents tbHOIDCard1 As System.Windows.Forms.TextBox
    Friend WithEvents tbHOName2 As System.Windows.Forms.TextBox
    Friend WithEvents tbHOIDCard2 As System.Windows.Forms.TextBox
    Friend WithEvents tbHOTel2 As System.Windows.Forms.TextBox
    Friend WithEvents tbHOAddress2 As System.Windows.Forms.TextBox
    Friend WithEvents tbHORemark2 As System.Windows.Forms.TextBox
    Friend WithEvents cbHOSex2 As System.Windows.Forms.ComboBox
    Friend WithEvents btnZ As System.Windows.Forms.Button
    Friend WithEvents btnF As System.Windows.Forms.Button
    Friend WithEvents Label9 As System.Windows.Forms.Label
    Friend WithEvents nudHID As System.Windows.Forms.NumericUpDown
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
        Me.GroupBox1 = New System.Windows.Forms.GroupBox()
        Me.tbHOIDCard1 = New System.Windows.Forms.TextBox()
        Me.tbHOName1 = New System.Windows.Forms.TextBox()
        Me.Label2 = New System.Windows.Forms.Label()
        Me.Label1 = New System.Windows.Forms.Label()
        Me.GroupBox2 = New System.Windows.Forms.GroupBox()
        Me.cbHOSex2 = New System.Windows.Forms.ComboBox()
        Me.tbHORemark2 = New System.Windows.Forms.TextBox()
        Me.tbHOAddress2 = New System.Windows.Forms.TextBox()
        Me.tbHOTel2 = New System.Windows.Forms.TextBox()
        Me.tbHOIDCard2 = New System.Windows.Forms.TextBox()
        Me.tbHOName2 = New System.Windows.Forms.TextBox()
        Me.Label8 = New System.Windows.Forms.Label()
        Me.Label7 = New System.Windows.Forms.Label()
        Me.Label6 = New System.Windows.Forms.Label()
        Me.Label5 = New System.Windows.Forms.Label()
        Me.Label4 = New System.Windows.Forms.Label()
        Me.Label3 = New System.Windows.Forms.Label()
        Me.btnZ = New System.Windows.Forms.Button()
        Me.btnF = New System.Windows.Forms.Button()
        Me.Label9 = New System.Windows.Forms.Label()
        Me.nudHID = New System.Windows.Forms.NumericUpDown()
        Me.GroupBox1.SuspendLayout()
        Me.GroupBox2.SuspendLayout()
        CType(Me.nudHID, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        'GroupBox1
        '
        Me.GroupBox1.Controls.AddRange(New System.Windows.Forms.Control() {Me.tbHOIDCard1, Me.tbHOName1, Me.Label2, Me.Label1})
        Me.GroupBox1.Location = New System.Drawing.Point(2, 40)
        Me.GroupBox1.Name = "GroupBox1"
        Me.GroupBox1.Size = New System.Drawing.Size(516, 48)
        Me.GroupBox1.TabIndex = 0
        Me.GroupBox1.TabStop = False
        Me.GroupBox1.Text = "原房主信息"
        '
        'tbHOIDCard1
        '
        Me.tbHOIDCard1.Location = New System.Drawing.Point(352, 16)
        Me.tbHOIDCard1.Name = "tbHOIDCard1"
        Me.tbHOIDCard1.Size = New System.Drawing.Size(152, 21)
        Me.tbHOIDCard1.TabIndex = 3
        Me.tbHOIDCard1.Text = ""
        '
        'tbHOName1
        '
        Me.tbHOName1.Location = New System.Drawing.Point(80, 16)
        Me.tbHOName1.Name = "tbHOName1"
        Me.tbHOName1.Size = New System.Drawing.Size(152, 21)
        Me.tbHOName1.TabIndex = 2
        Me.tbHOName1.Text = ""
        '
        'Label2
        '
        Me.Label2.Location = New System.Drawing.Point(288, 16)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(32, 16)
        Me.Label2.TabIndex = 1
        Me.Label2.Text = "证件"
        '
        'Label1
        '
        Me.Label1.Location = New System.Drawing.Point(16, 24)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(32, 16)
        Me.Label1.TabIndex = 0
        Me.Label1.Text = "姓名"
        '
        'GroupBox2
        '
        Me.GroupBox2.Controls.AddRange(New System.Windows.Forms.Control() {Me.cbHOSex2, Me.tbHORemark2, Me.tbHOAddress2, Me.tbHOTel2, Me.tbHOIDCard2, Me.tbHOName2, Me.Label8, Me.Label7, Me.Label6, Me.Label5, Me.Label4, Me.Label3})
        Me.GroupBox2.Location = New System.Drawing.Point(2, 88)
        Me.GroupBox2.Name = "GroupBox2"
        Me.GroupBox2.Size = New System.Drawing.Size(516, 256)
        Me.GroupBox2.TabIndex = 1
        Me.GroupBox2.TabStop = False
        Me.GroupBox2.Text = "新房主信息"
        '
        'cbHOSex2
        '
        Me.cbHOSex2.Items.AddRange(New Object() {"男", "女"})
        Me.cbHOSex2.Location = New System.Drawing.Point(80, 56)
        Me.cbHOSex2.Name = "cbHOSex2"
        Me.cbHOSex2.Size = New System.Drawing.Size(152, 20)
        Me.cbHOSex2.TabIndex = 11
        Me.cbHOSex2.Text = "男"
        '
        'tbHORemark2
        '
        Me.tbHORemark2.Location = New System.Drawing.Point(14, 136)
        Me.tbHORemark2.Multiline = True
        Me.tbHORemark2.Name = "tbHORemark2"
        Me.tbHORemark2.Size = New System.Drawing.Size(488, 112)
        Me.tbHORemark2.TabIndex = 10
        Me.tbHORemark2.Text = ""
        '
        'tbHOAddress2
        '
        Me.tbHOAddress2.Location = New System.Drawing.Point(80, 87)
        Me.tbHOAddress2.Name = "tbHOAddress2"
        Me.tbHOAddress2.Size = New System.Drawing.Size(152, 21)
        Me.tbHOAddress2.TabIndex = 9
        Me.tbHOAddress2.Text = ""
        '
        'tbHOTel2
        '
        Me.tbHOTel2.Location = New System.Drawing.Point(352, 56)
        Me.tbHOTel2.Name = "tbHOTel2"
        Me.tbHOTel2.Size = New System.Drawing.Size(152, 21)
        Me.tbHOTel2.TabIndex = 8
        Me.tbHOTel2.Text = ""
        '
        'tbHOIDCard2
        '
        Me.tbHOIDCard2.Location = New System.Drawing.Point(352, 24)
        Me.tbHOIDCard2.Name = "tbHOIDCard2"
        Me.tbHOIDCard2.Size = New System.Drawing.Size(152, 21)
        Me.tbHOIDCard2.TabIndex = 7
        Me.tbHOIDCard2.Text = ""
        '
        'tbHOName2
        '
        Me.tbHOName2.Location = New System.Drawing.Point(80, 24)
        Me.tbHOName2.Name = "tbHOName2"
        Me.tbHOName2.Size = New System.Drawing.Size(152, 21)
        Me.tbHOName2.TabIndex = 6
        Me.tbHOName2.Text = ""
        '
        'Label8
        '
        Me.Label8.Location = New System.Drawing.Point(16, 120)
        Me.Label8.Name = "Label8"
        Me.Label8.Size = New System.Drawing.Size(32, 16)
        Me.Label8.TabIndex = 5
        Me.Label8.Text = "备注"
        '
        'Label7
        '
        Me.Label7.Location = New System.Drawing.Point(16, 89)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(32, 16)
        Me.Label7.TabIndex = 4
        Me.Label7.Text = "地址"
        '
        'Label6
        '
        Me.Label6.Location = New System.Drawing.Point(288, 58)
        Me.Label6.Name = "Label6"
        Me.Label6.Size = New System.Drawing.Size(32, 16)
        Me.Label6.TabIndex = 3
        Me.Label6.Text = "电话"
        '
        'Label5
        '
        Me.Label5.Location = New System.Drawing.Point(16, 58)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(32, 16)
        Me.Label5.TabIndex = 2
        Me.Label5.Text = "性别"
        '
        'Label4
        '
        Me.Label4.Location = New System.Drawing.Point(288, 26)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(32, 16)
        Me.Label4.TabIndex = 1
        Me.Label4.Text = "证件"
        '
        'Label3
        '
        Me.Label3.Location = New System.Drawing.Point(16, 26)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(32, 16)
        Me.Label3.TabIndex = 0
        Me.Label3.Text = "姓名"

⌨️ 快捷键说明

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