?? options.frm
字號(hào):
VERSION 5.00
Begin VB.Form Options
Caption = "Options"
ClientHeight = 4230
ClientLeft = 60
ClientTop = 450
ClientWidth = 5235
LinkTopic = "Form1"
ScaleHeight = 4230
ScaleWidth = 5235
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame1
Caption = "Ruler Options"
Height = 1575
Left = 240
TabIndex = 12
Top = 240
Width = 3135
Begin VB.OptionButton LineOption
Caption = "Line Style Ruler (Two Points)"
Height = 375
Left = 120
TabIndex = 15
Top = 240
Width = 2655
End
Begin VB.OptionButton PolyOption
Caption = "Polygon Style Ruler (Many Points)"
Height = 375
Left = 120
TabIndex = 14
Top = 600
Width = 3015
End
Begin VB.ComboBox UnitCombo
Height = 300
ItemData = "Options.frx":0000
Left = 600
List = "Options.frx":002E
Style = 2 'Dropdown List
TabIndex = 13
Top = 1080
Width = 2295
End
Begin VB.Label Label1
Caption = "Units:"
Height = 255
Left = 120
TabIndex = 16
Top = 1080
Width = 495
End
End
Begin VB.Frame Frame2
Caption = "Printing and Exporting Options"
Height = 1575
Left = 480
TabIndex = 3
Top = 2280
Width = 4335
Begin VB.TextBox HeightText
Height = 285
Left = 1320
TabIndex = 6
Top = 240
Width = 1695
End
Begin VB.TextBox WidthText
Height = 285
Left = 1320
TabIndex = 5
Top = 600
Width = 1695
End
Begin VB.ComboBox FormatCombo
Height = 300
ItemData = "Options.frx":00B8
Left = 1320
List = "Options.frx":00D1
Style = 2 'Dropdown List
TabIndex = 4
Top = 1080
Width = 2895
End
Begin VB.Label Label3
Caption = "Width:"
Height = 255
Left = 120
TabIndex = 11
Top = 645
Width = 735
Begin VB.Label Label4
Caption = "Height:"
Height = 255
Left = 120
TabIndex = 10
Top = 270
Width = 855
End
Begin VB.Label Label5
Caption = "Export Format:"
Height = 375
Left = 120
TabIndex = 9
Top = 1005
Width = 1095
End
Begin VB.Label Label6
Caption = "inches"
Height = 255
Left = 3120
TabIndex = 8
Top = 240
Width = 495
End
Begin VB.Label Label7
Caption = "inches"
Height = 255
Left = 3120
TabIndex = 7
Top = 600
Width = 495
End
End
Begin VB.CommandButton OKButton
Caption = "OK"
Default = -1 'True
Height = 375
Left = 3600
TabIndex = 2
Top = 240
Width = 1215
End
Begin VB.CommandButton cmdCancel
Cancel = -1 'True
Caption = "Cancel"
Height = 375
Left = 3600
TabIndex = 1
Top = 840
Width = 1215
End
Begin VB.CommandButton btnDefaults
Caption = "Defaults"
Height = 375
Left = 3600
TabIndex = 0
Top = 1440
Width = 1215
End
End
Attribute VB_Name = "Options"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -