?? form10.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 + -