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

📄 frmsrtx.frm

📁 朋友给的
💻 FRM
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form frmSRTX 
   Caption         =   "客户生日提醒"
   ClientHeight    =   7170
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   10155
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   ScaleHeight     =   7170
   ScaleWidth      =   10155
   Begin VB.Frame Frame1 
      Caption         =   "7天内客户生日提醒——到生日当天为止"
      Height          =   7020
      Left            =   30
      TabIndex        =   0
      Top             =   90
      Width           =   10080
      Begin VB.CommandButton Command2 
         Caption         =   "退出"
         Height          =   435
         Left            =   8460
         TabIndex        =   3
         Top             =   2520
         Width           =   1305
      End
      Begin VB.CommandButton Command1 
         Caption         =   "确定"
         Height          =   435
         Left            =   8460
         TabIndex        =   2
         Top             =   1590
         Width           =   1305
      End
      Begin MSFlexGridLib.MSFlexGrid MSFlexGrid1 
         Height          =   6570
         Left            =   120
         TabIndex        =   1
         Top             =   330
         Width           =   7905
         _ExtentX        =   13944
         _ExtentY        =   11589
         _Version        =   393216
         Cols            =   5
         FormatString    =   "姓名              |  生日                    |性别  |电话                        |"
      End
   End
End
Attribute VB_Name = "frmSRTX"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
    If Me.WindowState = 0 Then Me.Move 0, 0, 10320, 7575
End Sub

⌨️ 快捷键说明

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