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

📄 frmshowdata.frm

📁 VB6.0下DataGrid控件的使用示例!
💻 FRM
字号:
VERSION 5.00
Begin VB.Form FrmShowData 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "显示当前数据"
   ClientHeight    =   5085
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   4245
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5085
   ScaleWidth      =   4245
   StartUpPosition =   2  '屏幕中心
   Begin VB.CommandButton Command1 
      Caption         =   "返回"
      Height          =   495
      Left            =   1320
      TabIndex        =   10
      Top             =   4440
      Width           =   1575
   End
   Begin VB.TextBox Text5 
      Alignment       =   1  'Right Justify
      Height          =   375
      Left            =   1680
      TabIndex        =   9
      Top             =   3720
      Width           =   1935
   End
   Begin VB.TextBox Text4 
      Alignment       =   1  'Right Justify
      Height          =   375
      Left            =   1680
      TabIndex        =   8
      Top             =   2880
      Width           =   1935
   End
   Begin VB.TextBox Text3 
      Alignment       =   1  'Right Justify
      Height          =   375
      Left            =   1680
      TabIndex        =   7
      Top             =   2040
      Width           =   1935
   End
   Begin VB.TextBox Text2 
      Alignment       =   1  'Right Justify
      Height          =   375
      Left            =   1680
      TabIndex        =   6
      Top             =   1200
      Width           =   1935
   End
   Begin VB.TextBox Text1 
      Alignment       =   1  'Right Justify
      Height          =   375
      Left            =   1680
      TabIndex        =   5
      Top             =   360
      Width           =   1935
   End
   Begin VB.Label Label5 
      Caption         =   "工资"
      Height          =   255
      Left            =   360
      TabIndex        =   4
      Top             =   3720
      Width           =   855
   End
   Begin VB.Label Label4 
      Caption         =   "移动电话"
      Height          =   255
      Left            =   360
      TabIndex        =   3
      Top             =   2910
      Width           =   855
   End
   Begin VB.Label Label3 
      Caption         =   "办公电话"
      Height          =   255
      Left            =   360
      TabIndex        =   2
      Top             =   2100
      Width           =   855
   End
   Begin VB.Label Label2 
      Caption         =   "职务"
      Height          =   255
      Left            =   360
      TabIndex        =   1
      Top             =   1290
      Width           =   855
   End
   Begin VB.Label Label1 
      Caption         =   "员工姓名"
      Height          =   255
      Left            =   360
      TabIndex        =   0
      Top             =   480
      Width           =   855
   End
End
Attribute VB_Name = "FrmShowData"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub

⌨️ 快捷键说明

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