frm_find.frm

来自「公寓信息管理系统: 公寓的住宿、 退房等 水电费管理」· FRM 代码 · 共 35 行

FRM
35
字号
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form Frm_find 
   Caption         =   "Form1"
   ClientHeight    =   5550
   ClientLeft      =   60
   ClientTop       =   405
   ClientWidth     =   7635
   LinkTopic       =   "Form1"
   ScaleHeight     =   5550
   ScaleWidth      =   7635
   StartUpPosition =   3  '窗口缺省
   Begin MSFlexGridLib.MSFlexGrid MSFlexGrid1 
      Height          =   3015
      Left            =   240
      TabIndex        =   0
      Top             =   240
      Width           =   4455
      _ExtentX        =   7858
      _ExtentY        =   5318
      _Version        =   393216
   End
End
Attribute VB_Name = "Frm_find"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub MSFlexGrid1_DblClick()
If strfind = "two" Then
Frm_xsgx.Txt_xbdm.Text = Me.MSFlexGrid1.TextMatrix(Me.MSFlexGrid1.Row, 1)
Unload Me
End If
End Sub

⌨️ 快捷键说明

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