VERSION 5.00
Begin VB.Form Form1
Caption = "字型變化"
ClientHeight = 2970
ClientLeft = 4185
ClientTop = 3795
ClientWidth = 6270
LinkTopic = "Form1"
ScaleHeight = 2970
ScaleWidth = 6270
Begin VB.CommandButton Command1
Caption = "結束"
BeginProperty Font
Name = "新細明體"
Size = 18
Charset = 136
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 4800
TabIndex = 11
Top = 2280
Width = 1335
End
Begin VB.ComboBox Combo1
BeginProperty Font
Name = "新細明體"
Size = 17
Charset = 136
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 405
Left = 4920
TabIndex = 10
Text = "18"
Top = 1800
Width = 735
End
Begin VB.Frame Frame2
Caption = "配色"
BeginProperty Font
Name = "新細明體"
Size = 16
Charset = 136
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1575
Left = 2400
TabIndex = 2
Top = 1320
Width = 2175
Begin VB.OptionButton Option3
Caption = "灰底紅字"
BeginProperty Font
Name = "新細明體"
Size = 18
Charset = 136
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 120
TabIndex = 8
Top = 1080
Width = 1695
End
Begin VB.OptionButton Option2
Caption = "黃底藍字"
BeginProperty Font
Name = "新細明體"
Size = 17
Charset = 136
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 120
TabIndex = 7
Top = 720
Width = 1695
End
Begin VB.OptionButton Option1
Caption = "白底黑字"
BeginProperty Font
Name = "新細明體"
Size = 16
Charset = 136
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 120
TabIndex = 6
Top = 360
Width = 1695
End
End
Begin VB.Frame Frame1
Caption = "效果"
BeginProperty Font
Name = "新細明體"
Size = 18
Charset = 136
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1575
Left = 120
TabIndex = 1
Top = 1320
Width = 2175
Begin VB.CheckBox Check3
Caption = "底線"
BeginProperty Font
Name = "新細明體"
Size = 17
Charset = 136
Weight = 700
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 240
TabIndex = 5
Top = 1080
Width = 1215
End
Begin VB.CheckBox Check2
Caption = "斜體"
BeginProperty Font
Name = "新細明體"
Size = 16
Charset = 136
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 240
TabIndex = 4
Top = 720
Width = 1455
End
Begin VB.CheckBox Check1
Caption = "粗體"
BeginProperty Font
Name = "新細明體"
Size = 18
Charset = 136
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 240
TabIndex = 3
Top = 360
Width = 1335
End
End
Begin VB.TextBox Text1
Height = 1095
Left = 240
MultiLine = -1 'True
ScrollBars = 3 'Both
TabIndex = 0
Top = 120
Width = 5775
End
Begin VB.Label Label1
Caption = "字體大小"
BeginProperty Font
Name = "新細明體"
Size = 18
Charset = 136
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 4680
TabIndex = 9
Top = 1320
Width = 1575
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
小弟是想要改變文字大小配色字體
配色要有:白底黑字.黃底藍字.灰底紅字
字體大小要有18.17.16
不知道這樣修改對不對.請各位大大幫小弟看看有沒有哪裡有錯的.謝謝!!