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

📄 form10.frm

📁 会员管理系统 功能自己扩展把! 如果有改进给我发一份quweijie8@126.com 这个比较适合初学者``` Q:151693707 msn:quweijie8@hotmail.com
💻 FRM
字号:
VERSION 5.00
Object = "{9A226D6F-2658-4445-8D35-5C19D42676FE}#1.0#0"; "xp.ocx"
Begin VB.Form Form10 
   BackColor       =   &H00E7F7FF&
   Caption         =   "储存卡设置"
   ClientHeight    =   3195
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4680
   ControlBox      =   0   'False
   LinkTopic       =   "Form10"
   ScaleHeight     =   3195
   ScaleWidth      =   4680
   Begin BSE_Engine.BSE BSE1 
      Left            =   3780
      Top             =   2520
      _ExtentX        =   6588
      _ExtentY        =   1085
   End
   Begin VB.CommandButton Command2 
      Caption         =   "取消(F4)"
      Height          =   435
      Left            =   2640
      TabIndex        =   9
      Top             =   2460
      Width           =   975
   End
   Begin VB.CommandButton Command1 
      Caption         =   "保存(F5)"
      Height          =   435
      Left            =   1020
      TabIndex        =   8
      Top             =   2460
      Width           =   975
   End
   Begin VB.ComboBox Combo1 
      Height          =   300
      Left            =   1860
      TabIndex        =   7
      Text            =   "Combo1"
      Top             =   1440
      Width           =   2235
   End
   Begin VB.TextBox Text3 
      Height          =   315
      Left            =   2460
      TabIndex        =   6
      Top             =   1920
      Width           =   1635
   End
   Begin VB.TextBox Text2 
      Height          =   315
      Left            =   1860
      TabIndex        =   5
      Top             =   900
      Width           =   2235
   End
   Begin VB.TextBox Text1 
      Height          =   315
      Left            =   1860
      TabIndex        =   4
      Top             =   360
      Width           =   2235
   End
   Begin VB.Label Label4 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "实际存款=所付金额X"
      Height          =   180
      Left            =   660
      TabIndex        =   3
      Top             =   1980
      Width           =   1620
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "优惠的种类:"
      Height          =   180
      Left            =   660
      TabIndex        =   2
      Top             =   1440
      Width           =   1080
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "会员卡名称:"
      Height          =   180
      Left            =   660
      TabIndex        =   1
      Top             =   960
      Width           =   1080
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "会员卡编号:"
      Height          =   180
      Left            =   660
      TabIndex        =   0
      Top             =   420
      Width           =   1080
   End
End
Attribute VB_Name = "Form10"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command2_Click()
Unload Me
End Sub

Private Sub Form_Load()
Form10.Top = (MDIForm1.ScaleHeight - Form10.Height) / 2
Form10.Left = (MDIForm1.ScaleWidth - Form10.Width) / 2

BSE1.SchemeStyle = 0
BSE1.EndSubClassing
BSE1.InitSubClassing
End Sub


⌨️ 快捷键说明

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