📄 ecuacion_2do_grado.frm
字号:
VERSION 5.00
Begin VB.Form form_principal
Appearance = 0 'Flat
BackColor = &H00000000&
BorderStyle = 1 'Fixed Single
Caption = "Ecuaciones Cuadraticas TOTAL SOLVER v1.0"
ClientHeight = 4620
ClientLeft = 45
ClientTop = 735
ClientWidth = 8400
Icon = "ecuacion_2do_grado.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4620
ScaleWidth = 8400
StartUpPosition = 2 'CenterScreen
Begin VB.Timer Timer1
Interval = 200
Left = 0
Top = 4200
End
Begin VB.CommandButton btncalcular
BackColor = &H00404040&
Caption = "&Calcular"
BeginProperty Font
Name = "Arial Black"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3720
MaskColor = &H00000000&
Style = 1 'Graphical
TabIndex = 13
Top = 4080
Width = 2055
End
Begin VB.CommandButton btn_salir
BackColor = &H00404040&
Caption = "&Salir"
BeginProperty Font
Name = "Arial Black"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 6120
MaskColor = &H00000000&
Style = 1 'Graphical
TabIndex = 14
Top = 4080
Width = 2055
End
Begin VB.CommandButton btn_nuevo_calculo
BackColor = &H00404040&
Caption = "&Nuevo C醠culo"
BeginProperty Font
Name = "Arial Black"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1320
MaskColor = &H00000000&
Style = 1 'Graphical
TabIndex = 12
Top = 4080
Width = 2055
End
Begin VB.Frame frame_resultados
BackColor = &H00000000&
Caption = "Resultados"
BeginProperty Font
Name = "Arial Black"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 2535
Left = 240
TabIndex = 16
Top = 1320
Width = 7935
Begin VB.Label Label4
BackColor = &H00000000&
Caption = "2"
BeginProperty Font
Name = "Verdana"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FFFF&
Height = 255
Left = 4080
TabIndex = 36
Top = 840
Width = 135
End
Begin VB.Label Label1
BackColor = &H00000000&
Caption = "1"
BeginProperty Font
Name = "Verdana"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FFFF&
Height = 255
Left = 240
TabIndex = 35
Top = 840
Width = 135
End
Begin VB.Label lbl_observaciones
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "Analisis de la ecuacion:"
BeginProperty Font
Name = "Verdana"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FFFF&
Height = 255
Left = 120
TabIndex = 26
Top = 1320
Width = 2415
End
Begin VB.Label lbl_x2
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "X ="
BeginProperty Font
Name = "Verdana"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FFFF&
Height = 255
Left = 3960
TabIndex = 25
Top = 720
Width = 495
End
Begin VB.Label lbl_x1
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "X ="
BeginProperty Font
Name = "Verdana"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FFFF&
Height = 255
Left = 120
TabIndex = 24
Top = 720
Width = 495
End
Begin VB.Label lbltipos
Alignment = 2 'Center
BackStyle = 0 'Transparent
BeginProperty Font
Name = "Courier New"
Size = 14.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 735
Left = 720
TabIndex = 19
Top = 1680
Width = 7095
End
Begin VB.Label lblx2
Alignment = 2 'Center
BackColor = &H00E0E0E0&
BorderStyle = 1 'Fixed Single
Caption = "Raiz 2"
BeginProperty Font
Name = "Verdana"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 615
Left = 4560
TabIndex = 18
Top = 480
Width = 3015
End
Begin VB.Label lblx1
Alignment = 2 'Center
BackColor = &H00E0E0E0&
BorderStyle = 1 'Fixed Single
Caption = "Raiz 1"
BeginProperty Font
Name = "Verdana"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 615
Left = 720
TabIndex = 17
Top = 480
Width = 3015
End
End
Begin VB.PictureBox grafico
Appearance = 0 'Flat
AutoRedraw = -1 'True
BackColor = &H00FFFFFF&
ForeColor = &H80000008&
Height = 3120
Left = 6600
ScaleHeight = 3090
ScaleWidth = 5370
TabIndex = 15
Top = 7320
Width = 5400
End
Begin VB.Frame frame_ingreso
BackColor = &H00000000&
Caption = "Ingreso de Coeficientes"
BeginProperty Font
Name = "Arial Black"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FF00&
Height = 1095
Left = 240
TabIndex = 0
Top = 120
Width = 7935
Begin VB.TextBox txt_coef_c
BeginProperty Font
Name = "Times New Roman"
Size = 14.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00004080&
Height = 450
Left = 5040
TabIndex = 9
ToolTipText = "Utilice la coma (,) para separar enteros y decimales"
Top = 360
Width = 1575
End
Begin VB.TextBox txt_exp_c
BeginProperty Font
Name = "Times New Roman"
Size = 14.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00004080&
Height = 450
Left = 6720
TabIndex = 11
Text = "0"
ToolTipText = "Ingrese unicamente n鷐eros enteros"
Top = 5880
Width = 975
End
Begin VB.ComboBox cmb_signo_coef_c
BeginProperty Font
Name = "Times New Roman"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00004080&
Height = 405
Left = 1200
Style = 2 'Dropdown List
TabIndex = 8
Top = 5880
Width = 735
End
Begin VB.ComboBox cmb_signo_exp_c
BeginProperty Font
Name = "Times New Roman"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00004080&
Height = 405
Left = 5880
Style = 2 'Dropdown List
TabIndex = 10
Top = 5880
Width = 735
End
Begin VB.TextBox txt_coef_b
BeginProperty Font
Name = "Times New Roman"
Size = 14.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00004080&
Height = 450
Left = 2640
TabIndex = 5
ToolTipText = "Utilice la coma (,) para separar enteros y decimales"
Top = 360
Width = 1575
End
Begin VB.TextBox txt_exp_b
BeginProperty Font
Name = "Times New Roman"
Size = 14.25
Charset = 0
Weight = 400
Underline = 0 'False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -