📄 frmmain.frm
字号:
VERSION 5.00
Begin VB.Form frmMain
Caption = "Selector de Color"
ClientHeight = 6900
ClientLeft = 165
ClientTop = 735
ClientWidth = 7440
ClipControls = 0 'False
Icon = "frmMain.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 6900
ScaleWidth = 7440
StartUpPosition = 3 'Windows Default
Begin VB.Frame Frame3
Caption = "Valor de Color "
Height = 1800
Left = 105
TabIndex = 18
Top = 1260
Width = 5580
Begin VB.OptionButton optHex
Caption = "Hex"
Height = 330
Left = 2835
TabIndex = 26
Top = 210
Width = 960
End
Begin VB.OptionButton optLong
Caption = "Long"
Height = 330
Left = 1785
TabIndex = 25
Top = 210
Width = 1065
End
Begin VB.CommandButton cmdCopiaTexto
Caption = "Copiar al portapapeles"
Height = 330
Left = 105
TabIndex = 20
Top = 1365
Width = 2640
End
Begin VB.CommandButton cmdCopiaFondo
Caption = "Copiar al portapapeles"
Height = 330
Left = 2835
TabIndex = 19
Top = 1365
Width = 2640
End
Begin VB.Label lblValorTexto
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 1 'Fixed Single
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 330
Left = 105
TabIndex = 24
Top = 945
Width = 2640
End
Begin VB.Label Label1
Alignment = 2 'Center
Caption = "Color del Texto "
Height = 225
Left = 210
TabIndex = 23
Top = 630
Width = 2430
End
Begin VB.Label Label5
Alignment = 2 'Center
Caption = "Color del Fondo "
Height = 225
Left = 2940
TabIndex = 22
Top = 630
Width = 2430
End
Begin VB.Label lblValorFondo
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 1 'Fixed Single
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 330
Left = 2835
TabIndex = 21
Top = 945
Width = 2640
End
End
Begin VB.CommandButton cmdSalir
Caption = "Salir"
Height = 435
Left = 5775
TabIndex = 14
Top = 6405
Width = 1590
End
Begin VB.Frame Frame2
Height = 3270
Left = 105
TabIndex = 4
Top = 3045
Width = 7260
Begin VB.HScrollBar hscrRojo
Height = 375
Left = 420
TabIndex = 10
Top = 570
Width = 5010
End
Begin VB.HScrollBar hscrVerde
Height = 375
Left = 420
TabIndex = 9
Top = 1530
Width = 5010
End
Begin VB.HScrollBar hscrAzul
Height = 375
Left = 420
TabIndex = 8
Top = 2520
Width = 5010
End
Begin VB.TextBox txtRojo
Height = 375
Left = 5565
TabIndex = 7
Top = 570
Width = 735
End
Begin VB.TextBox txtVerde
Height = 375
Left = 5565
TabIndex = 6
Top = 1530
Width = 735
End
Begin VB.TextBox txtAzul
Height = 375
Left = 5565
TabIndex = 5
Top = 2520
Width = 735
End
Begin VB.Label lblAzul
Alignment = 2 'Center
BorderStyle = 1 'Fixed Single
Height = 330
Left = 6405
TabIndex = 17
Top = 2565
Width = 645
End
Begin VB.Label lblVerde
Alignment = 2 'Center
BorderStyle = 1 'Fixed Single
Height = 330
Left = 6405
TabIndex = 16
Top = 1575
Width = 645
End
Begin VB.Label lblRojo
Alignment = 2 'Center
BorderStyle = 1 'Fixed Single
Height = 330
Left = 6405
TabIndex = 15
Top = 630
Width = 645
End
Begin VB.Label Label2
Caption = "Rojo"
Height = 255
Left = 420
TabIndex = 13
Top = 210
Width = 855
End
Begin VB.Label Label3
Caption = "Verde"
Height = 255
Left = 420
TabIndex = 12
Top = 1170
Width = 855
End
Begin VB.Label Label4
Caption = "Azul"
Height = 255
Left = 420
TabIndex = 11
Top = 2130
Width = 975
End
End
Begin VB.Frame Frame1
Caption = "Modificar "
Height = 1800
Left = 5775
TabIndex = 1
Top = 1260
Width = 1605
Begin VB.OptionButton optTexto
Caption = "Texto"
Height = 255
Left = 135
TabIndex = 3
Top = 1020
Width = 975
End
Begin VB.OptionButton optFondo
Caption = "Fondo"
Height = 255
Left = 135
TabIndex = 2
Top = 660
Width = 975
End
End
Begin VB.Label lblTexto
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 1 'Fixed Single
Caption = "Yet Another Color Picker"
BeginProperty Font
Name = "Playbill"
Size = 48
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 1230
Left = 105
TabIndex = 0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -