📄 frmserappoinmnetcharges.frm
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{00025600-0000-0000-C000-000000000046}#5.2#0"; "Crystl32.OCX"
Object = "{935C9182-411B-4FFB-9512-97C8745743BC}#2.4#0"; "AResize.ocx"
Begin VB.Form frmSerAppoinmnetCharges
BackColor = &H00FF8080&
Caption = "MEDICAL SERVICE APPOINTMENT BILL PAYMENT"
ClientHeight = 11010
ClientLeft = 60
ClientTop = 450
ClientWidth = 13740
Icon = "frmSerAppoinmnetCharges.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form3"
MDIChild = -1 'True
ScaleHeight = 11010
ScaleWidth = 13740
WindowState = 2 'Maximized
Begin Crystal.CrystalReport SerInvoice
Left = 480
Top = 5520
_ExtentX = 741
_ExtentY = 741
_Version = 348160
PrintFileLinesPerPage= 60
End
Begin VB.CommandButton Command1
BackColor = &H00FFFFFF&
Caption = "&Print Invoice"
Enabled = 0 'False
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 915
Left = 6600
Picture = "frmSerAppoinmnetCharges.frx":57E2
Style = 1 'Graphical
TabIndex = 32
Top = 9720
Width = 1215
End
Begin VB.CommandButton cmdClose
BackColor = &H00FFFFFF&
Caption = "&CLOSE"
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 915
Left = 8040
Picture = "frmSerAppoinmnetCharges.frx":5C62
Style = 1 'Graphical
TabIndex = 31
ToolTipText = "Click To Close"
Top = 9720
Width = 1185
End
Begin VB.CommandButton cmdSave
BackColor = &H00FFFFFF&
Caption = "&SAVE"
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 915
Left = 5160
Picture = "frmSerAppoinmnetCharges.frx":6166
Style = 1 'Graphical
TabIndex = 30
ToolTipText = "Click To Save Bill Payment Information"
Top = 9720
Width = 1185
End
Begin VB.Frame Frame2
BackColor = &H00FF8080&
Caption = "Payment Info"
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 2535
Left = 1080
TabIndex = 8
Top = 6840
Width = 11745
Begin VB.TextBox txtPayingAmt
Alignment = 1 'Right Justify
Appearance = 0 'Flat
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000080&
Height = 315
Left = 2520
TabIndex = 35
Tag = "amt"
ToolTipText = "Enter The Paying Amount"
Top = 360
Width = 1755
End
Begin VB.TextBox txtBalAmt
Alignment = 1 'Right Justify
Appearance = 0 'Flat
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000080&
Height = 315
Left = 2520
Locked = -1 'True
TabIndex = 34
ToolTipText = "Bill Balance Amount"
Top = 840
Width = 1755
End
Begin VB.TextBox txtBillStatus
Alignment = 1 'Right Justify
Appearance = 0 'Flat
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000080&
Height = 315
Left = 2520
Locked = -1 'True
TabIndex = 33
ToolTipText = "Customer Bill Status"
Top = 1290
Width = 1755
End
Begin VB.OptionButton optCash
Appearance = 0 'Flat
BackColor = &H00FF8080&
Caption = "CASH"
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 195
Left = 6300
TabIndex = 14
ToolTipText = "Click Here If Payment Is Cash"
Top = 420
Value = -1 'True
Width = 825
End
Begin VB.OptionButton optDD
Appearance = 0 'Flat
BackColor = &H00FF8080&
Caption = "CREDIT CARD"
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 195
Left = 7320
TabIndex = 13
ToolTipText = "Click Here If Payment By DD"
Top = 420
Width = 1665
End
Begin VB.OptionButton optCheque
Appearance = 0 'Flat
BackColor = &H00FF8080&
Caption = "CHEQUE"
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 195
Left = 9120
TabIndex = 12
ToolTipText = "Click Here If Payment By Cheque"
Top = 420
Width = 1095
End
Begin VB.OptionButton optOthers
Appearance = 0 'Flat
BackColor = &H00FF8080&
Caption = "OTHERS"
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 195
Left = 10320
TabIndex = 11
ToolTipText = "Click Here If Payment By Others"
Top = 420
Width = 1155
End
Begin VB.ComboBox cmbBank
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000080&
Height = 315
Left = 7470
TabIndex = 10
ToolTipText = "Select The Bank Name"
Top = 1650
Width = 3585
End
Begin VB.TextBox txtDDNo
Appearance = 0 'Flat
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000080&
Height = 285
Left = 7470
TabIndex = 9
ToolTipText = "Enter the DD Number"
Top = 840
Width = 3585
End
Begin MSComCtl2.DTPicker dtpDDDate
Height = 285
Left = 7470
TabIndex = 15
Top = 1200
Width = 3585
_ExtentX = 6324
_ExtentY = 503
_Version = 393216
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Format = 45940737
CurrentDate = 38330
End
Begin MSComCtl2.DTPicker dtpPayDate
Height = 315
Left = 2520
TabIndex = 36
Top = 1800
Width = 1755
_ExtentX = 3096
_ExtentY = 556
_Version = 393216
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Format = 45940737
CurrentDate = 38330
End
Begin VB.Label Label20
Alignment = 1 'Right Justify
AutoSize = -1 'True
BackColor = &H00C96C59&
BackStyle = 0 'Transparent
Caption = "Bill Status :"
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 195
Left = 1320
TabIndex = 40
Top = 1320
Width = 1095
End
Begin VB.Label Label15
Alignment = 1 'Right Justify
AutoSize = -1 'True
BackColor = &H00C96C59&
BackStyle = 0 'Transparent
Caption = "Payment Date :"
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 195
Left = 930
TabIndex = 39
Top = 1800
Width = 1485
End
Begin VB.Label Label14
Alignment = 1 'Right Justify
AutoSize = -1 'True
BackColor = &H00C96C59&
BackStyle = 0 'Transparent
Caption = "Paying Amount :"
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 195
Left = 825
TabIndex = 38
Top = 450
Width = 1590
End
Begin VB.Label Label19
Alignment = 1 'Right Justify
AutoSize = -1 'True
BackColor = &H00C96C59&
BackStyle = 0 'Transparent
Caption = "Balance Amount :"
BeginProperty Font
Name = "Verdana"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -