?? buttons.frm
字號:
Index = 3
Left = 3840
TabIndex = 13
Top = 3150
Width = 1155
_ExtentX = 2037
_ExtentY = 873
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Picture = "Buttons.frx":033A
PictureAlign = 1
Caption = "Soft Button"
MaskColor = -2147483633
End
Begin FLWCtrls.FWCoolButton FWCoolButton1
Height = 495
Index = 4
Left = 5040
TabIndex = 14
Top = 3150
Width = 1155
_ExtentX = 2037
_ExtentY = 873
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Picture = "Buttons.frx":0444
PictureAlign = 3
Caption = "Standard"
MaskColor = -2147483633
Style = 2
End
Begin FLWCtrls.FWCoolButton FWCoolButton1
Height = 495
Index = 5
Left = 240
TabIndex = 15
Top = 3690
Width = 1155
_ExtentX = 2037
_ExtentY = 873
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Picture = "Buttons.frx":0556
Caption = "Standard"
MaskColor = -2147483633
Style = 2
DropDown = -1 'True
End
Begin FLWCtrls.FWCoolButton FWCoolButton1
Height = 495
Index = 6
Left = 1440
TabIndex = 16
Top = 3690
Width = 1155
_ExtentX = 2037
_ExtentY = 873
Enabled = 0 'False
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Picture = "Buttons.frx":0668
PictureAlign = 1
Caption = "Soft Button"
MaskColor = -2147483633
DropDown = -1 'True
End
Begin FLWCtrls.FWCoolButton FWCoolButton1
Height = 495
Index = 7
Left = 2640
TabIndex = 17
Top = 3690
Width = 1155
_ExtentX = 2037
_ExtentY = 873
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Picture = "Buttons.frx":0772
PictureAlign = 1
Caption = "Cool Button"
MaskColor = -2147483633
Style = 1
End
Begin FLWCtrls.FWCoolButton FWCoolButton1
Height = 495
Index = 8
Left = 3840
TabIndex = 18
Top = 3690
Width = 1155
_ExtentX = 2037
_ExtentY = 873
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Picture = "Buttons.frx":0884
PictureAlign = 1
Caption = "Cool Button"
MaskColor = -2147483633
Style = 1
DropDown = -1 'True
End
Begin FLWCtrls.FWCoolButton FWCoolButton1
Height = 495
Index = 9
Left = 5040
TabIndex = 19
Top = 3690
Width = 1155
_ExtentX = 2037
_ExtentY = 873
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Picture = "Buttons.frx":098E
Caption = "Soft Button"
MaskColor = -2147483633
DropDown = -1 'True
End
Begin FLWCtrls.FWLabel FWLabel1
Height = 345
Index = 1
Left = 270
Top = 150
Width = 5955
_ExtentX = 10504
_ExtentY = 609
Enabled = -1 'True
Caption = "FWButton"
FirstColor = 16777152
SecondColor = 8421504
Angle = 0
ForeColor = -2147483635
FontBold = -1 'True
FontSize = 12
End
Begin FLWCtrls.FWLabel FWLabel1
Height = 345
Index = 2
Left = 270
Top = 1440
Width = 5955
_ExtentX = 10504
_ExtentY = 609
Enabled = -1 'True
Caption = "FWRealButton"
FirstColor = 12632256
SecondColor = 33023
Angle = 0
ForeColor = -2147483635
FontBold = -1 'True
FontSize = 12
Alignment = 1
End
Begin VB.Menu mnuParent
Caption = "Parent"
Visible = 0 'False
Begin VB.Menu mnuExample
Caption = "Example 1"
Index = 1
End
Begin VB.Menu mnuExample
Caption = "-"
Index = 2
End
Begin VB.Menu mnuExample
Caption = "Example2"
Index = 3
End
End
End
Attribute VB_Name = "frmButtons"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub FWCoolButton1_DropDownClick(Index As Integer)
Call PopupMenu(mnuParent, 0, _
FWCoolButton1(Index).Left, _
FWCoolButton1(Index).Top + FWCoolButton1(Index).Height)
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -