📄 faktorial.frm
字号:
VERSION 5.00
Begin VB.Form Form1
BackColor = &H00808080&
Caption = "Form1"
ClientHeight = 7905
ClientLeft = 60
ClientTop = 450
ClientWidth = 10860
LinkTopic = "Form1"
ScaleHeight = 7905
ScaleWidth = 10860
StartUpPosition = 2 'CenterScreen
Begin VB.CommandButton Command2
BackColor = &H00FF8080&
Caption = "KELUAR"
Height = 495
Left = 4560
Style = 1 'Graphical
TabIndex = 14
Top = 5760
Width = 1455
End
Begin VB.Timer Timer1
Interval = 300
Left = 5160
Top = 5760
End
Begin VB.TextBox Text5
Alignment = 2 'Center
BackColor = &H00C0C0FF&
BeginProperty Font
Name = "Courier New"
Size = 18
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 495
Left = 4560
TabIndex = 5
Text = "0"
Top = 5160
Width = 1455
End
Begin VB.TextBox Text4
Alignment = 2 'Center
BackColor = &H00C0FFC0&
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FF00&
Height = 375
Left = 5400
TabIndex = 4
Text = "0"
Top = 4080
Width = 975
End
Begin VB.TextBox Text3
Alignment = 2 'Center
BackColor = &H00C0FFC0&
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FF00&
Height = 375
Left = 4200
TabIndex = 3
Text = "0"
Top = 4080
Width = 975
End
Begin VB.CommandButton Command1
Caption = "HITUNG PERMUTASI"
Height = 495
Left = 4200
TabIndex = 2
Top = 3000
Width = 2175
End
Begin VB.TextBox Text2
Alignment = 2 'Center
BackColor = &H00C0FFC0&
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FF00&
Height = 375
Left = 5400
TabIndex = 1
Text = "0"
Top = 2280
Width = 975
End
Begin VB.TextBox Text1
Alignment = 2 'Center
BackColor = &H00C0FFC0&
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FF00&
Height = 375
Left = 4200
TabIndex = 0
Text = "0"
Top = 2280
Width = 975
End
Begin VB.Label Label14
BackColor = &H00FFFF80&
BackStyle = 0 'Transparent
Caption = "Nilai M,N harus ""POSITIF"""
ForeColor = &H00FFFFFF&
Height = 255
Left = 2160
TabIndex = 19
Top = 6100
Width = 1935
End
Begin VB.Line Line12
BorderColor = &H00FFFFFF&
X1 = 8160
X2 = 8640
Y1 = 5970
Y2 = 5970
End
Begin VB.Label Label13
BackColor = &H00FFFF80&
BackStyle = 0 'Transparent
Caption = "RUMUS"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 255
Left = 6720
TabIndex = 18
Top = 5865
Width = 735
End
Begin VB.Label Label12
BackColor = &H00FFFF80&
BackStyle = 0 'Transparent
Caption = "(M-N) !"
ForeColor = &H00FFFFFF&
Height = 255
Left = 8160
TabIndex = 17
Top = 6000
Width = 495
End
Begin VB.Label Label11
BackColor = &H00FFFF80&
BackStyle = 0 'Transparent
Caption = "M !"
ForeColor = &H00FFFFFF&
Height = 255
Left = 8280
TabIndex = 16
Top = 5760
Width = 255
End
Begin VB.Label Label10
BackColor = &H00FFFF80&
BackStyle = 0 'Transparent
Caption = "P(M,N) ="
ForeColor = &H00FFFFFF&
Height = 255
Left = 7440
TabIndex = 15
Top = 5865
Width = 735
End
Begin VB.Line Line11
BorderColor = &H80000005&
X1 = 6840
X2 = 6120
Y1 = 5640
Y2 = 6300
End
Begin VB.Line Line10
BorderColor = &H80000005&
X1 = 6840
X2 = 8730
Y1 = 5640
Y2 = 5640
End
Begin VB.Line Line9
BorderColor = &H80000005&
X1 = 4440
X2 = 6150
Y1 = 6300
Y2 = 6300
End
Begin VB.Line Line8
BorderColor = &H80000005&
X1 = 3960
X2 = 4440
Y1 = 5640
Y2 = 6300
End
Begin VB.Line Line7
BorderColor = &H80000005&
X1 = 2070
X2 = 3960
Y1 = 5640
Y2 = 5640
End
Begin VB.Label Label9
BackColor = &H00FFFF80&
BackStyle = 0 'Transparent
Caption = "Nilai M,N >= 0 dan M>=N"
ForeColor = &H00FFFFFF&
Height = 255
Left = 2160
TabIndex = 13
Top = 5890
Width = 1935
End
Begin VB.Label Label8
BackColor = &H00FFFF80&
BackStyle = 0 'Transparent
Caption = "KETERANGAN:"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -