www.pudn.com > jiudianguanli.rar > frmchaxunjieguo.frm


VERSION 5.00 
Begin VB.Form frmchaxunjieguo  
   BorderStyle     =   1  'Fixed Single 
   Caption         =   "查询结果" 
   ClientHeight    =   5730 
   ClientLeft      =   2295 
   ClientTop       =   3675 
   ClientWidth     =   7845 
   Icon            =   "frmchaxunjieguo.frx":0000 
   LinkTopic       =   "Form1" 
   MaxButton       =   0   'False 
   MinButton       =   0   'False 
   ScaleHeight     =   5730 
   ScaleWidth      =   7845 
   Begin VB.TextBox txtbianhao  
      Height          =   390 
      Left            =   6120 
      TabIndex        =   17 
      Top             =   3120 
      Width           =   1215 
   End 
   Begin VB.TextBox txtid  
      Height          =   375 
      Left            =   6360 
      TabIndex        =   16 
      Top             =   240 
      Width           =   855 
   End 
   Begin VB.TextBox txtxingming  
      Height          =   375 
      Left            =   1440 
      TabIndex        =   7 
      Top             =   240 
      Width           =   1815 
   End 
   Begin VB.TextBox txtxingbie  
      Height          =   390 
      Left            =   4680 
      TabIndex        =   6 
      Top             =   240 
      Width           =   495 
   End 
   Begin VB.TextBox txtdanwei  
      Height          =   375 
      Left            =   1440 
      TabIndex        =   5 
      Top             =   1680 
      Width           =   5895 
   End 
   Begin VB.TextBox txtshenfenzhenghao  
      Height          =   375 
      Left            =   1440 
      TabIndex        =   4 
      Top             =   960 
      Width           =   2055 
   End 
   Begin VB.TextBox txtnianling  
      Height          =   375 
      Left            =   5160 
      TabIndex        =   3 
      Top             =   960 
      Width           =   2055 
   End 
   Begin VB.TextBox txtbeizhu  
      Height          =   1455 
      Left            =   240 
      TabIndex        =   2 
      Text            =   "备注说明:" 
      Top             =   3960 
      Width           =   7455 
   End 
   Begin VB.TextBox txtzhuzhi  
      Height          =   375 
      Left            =   1440 
      TabIndex        =   1 
      Top             =   2400 
      Width           =   5895 
   End 
   Begin VB.TextBox txtruzhuriqi  
      Height          =   375 
      Left            =   1440 
      TabIndex        =   0 
      Top             =   3120 
      Width           =   3015 
   End 
   Begin VB.Label lblbianhao  
      Caption         =   "房间编号" 
      Height          =   375 
      Left            =   4800 
      TabIndex        =   18 
      Top             =   3240 
      Width           =   975 
   End 
   Begin VB.Label lblid  
      Caption         =   "客户编号" 
      Height          =   375 
      Left            =   5400 
      TabIndex        =   15 
      Top             =   360 
      Width           =   735 
   End 
   Begin VB.Label lblxingming  
      Caption         =   "客户姓名" 
      Height          =   375 
      Left            =   240 
      TabIndex        =   14 
      Top             =   360 
      Width           =   975 
   End 
   Begin VB.Label lbldanwei  
      Caption         =   "客户单位" 
      Height          =   375 
      Left            =   240 
      TabIndex        =   13 
      Top             =   1800 
      Width           =   975 
   End 
   Begin VB.Label lblxingbie  
      Caption         =   "客户性别" 
      Height          =   375 
      Left            =   3480 
      TabIndex        =   12 
      Top             =   360 
      Width           =   975 
   End 
   Begin VB.Label lblzhuzhi  
      Caption         =   "客户住址" 
      Height          =   375 
      Left            =   240 
      TabIndex        =   11 
      Top             =   2520 
      Width           =   975 
   End 
   Begin VB.Label lblshenfenzhenghao  
      Caption         =   "身份证号" 
      Height          =   375 
      Left            =   240 
      TabIndex        =   10 
      Top             =   1080 
      Width           =   975 
   End 
   Begin VB.Label lblnianling  
      Caption         =   "客户年龄" 
      Height          =   375 
      Left            =   3840 
      TabIndex        =   9 
      Top             =   1080 
      Width           =   975 
   End 
   Begin VB.Label lblruzhuriqi  
      Caption         =   "入住日期" 
      Height          =   375 
      Left            =   240 
      TabIndex        =   8 
      Top             =   3240 
      Width           =   975 
   End 
End 
Attribute VB_Name = "frmchaxunjieguo" 
Attribute VB_GlobalNameSpace = False 
Attribute VB_Creatable = False 
Attribute VB_PredeclaredId = True 
Attribute VB_Exposed = False 
Private Sub Form_Load() 
         
         
         txtid.Text = rct.Fields("kehuID").Value 
         txtxingming.Text = rct.Fields("kehuname").Value 
         txtdanwei.Text = rct.Fields("kehudanwei").Value 
         txtnianling.Text = rct.Fields("kehunianling").Value 
         txtxingbie.Text = rct.Fields("kehuxingbie").Value 
         txtzhuzhi.Text = rct.Fields("kehuzhuzhi").Value 
         txtshenfenzhenghao.Text = rct.Fields("shenfenzhenghao").Value 
         txtbeizhu.Text = rct.Fields("beizhu").Value 
         txtruzhuriqi.Text = rct.Fields("ruzhuriqi").Value 
         txtbianhao.Text = rct.Fields("fangjianbianhao").Value 
End Sub