?? 水準網2.frm
字號:
VERSION 5.00
Begin VB.Form form2
Caption = "水準網網形顯示"
ClientHeight = 5970
ClientLeft = 60
ClientTop = 450
ClientWidth = 7770
LinkTopic = "Form2"
ScaleHeight = 5970
ScaleWidth = 7770
StartUpPosition = 3 '窗口缺省
Begin VB.OptionButton Option2
Caption = "Option2"
Height = 255
Index = 2
Left = 6240
TabIndex = 9
Top = 3840
Width = 1095
End
Begin VB.OptionButton Option2
Caption = "Option2"
Height = 255
Index = 1
Left = 6240
TabIndex = 8
Top = 3360
Width = 1095
End
Begin VB.OptionButton Option2
Caption = "Option2"
Height = 255
Index = 0
Left = 6240
TabIndex = 7
Top = 2880
Width = 1095
End
Begin VB.Frame Frame1
Caption = "線條顏色"
ForeColor = &H00FF00FF&
Height = 1935
Left = 6120
TabIndex = 2
Top = 240
Width = 1455
Begin VB.OptionButton Option1
Caption = "藍色"
Height = 255
Index = 2
Left = 120
TabIndex = 5
Top = 1320
Width = 1095
End
Begin VB.OptionButton Option1
Caption = "綠色"
Height = 255
Index = 1
Left = 120
TabIndex = 4
Top = 840
Width = 1095
End
Begin VB.OptionButton Option1
Caption = "紅色"
Height = 255
Index = 0
Left = 120
TabIndex = 3
Top = 360
Width = 1095
End
End
Begin VB.CommandButton Command1
Caption = "確 定"
Height = 495
Left = 6360
TabIndex = 1
Top = 5040
Width = 1215
End
Begin VB.PictureBox Picture1
Height = 5415
Left = 120
ScaleHeight = 5355
ScaleWidth = 5835
TabIndex = 0
Top = 120
Width = 5895
End
Begin VB.Label Label1
Caption = "線條樣式"
ForeColor = &H000080FF&
Height = 1695
Left = 6240
TabIndex = 6
Top = 2520
Width = 1215
End
End
Attribute VB_Name = "form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -