?? show.~dfm
字號:
object Form2: TForm2
Left = 199
Top = 223
Width = 696
Height = 480
Caption = 'Form2'
Color = clHighlightText
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
Menu = MainMenu1
OldCreateOrder = False
Position = poDefault
Visible = True
OnClose = FormClose
OnMouseDown = FormMouseDown
OnPaint = FormPaint
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 13
object MainMenu1: TMainMenu
Left = 168
Top = 104
object N1: TMenuItem
Caption = '文件'
object Open: TMenuItem
Caption = '打開'
end
object Save: TMenuItem
Caption = '保存'
end
object N2: TMenuItem
Caption = '-'
end
object Exit: TMenuItem
Caption = '退出'
end
end
object Symbol: TMenuItem
Caption = '符號繪制'
object BitmapSym: TMenuItem
Caption = '位圖符號'
OnClick = BitmapSymClick
end
object FillStyle: TMenuItem
Caption = '多邊形樣式'
OnClick = FillStyleClick
end
object LineStyle: TMenuItem
Caption = '線樣式'
OnClick = LineStyleClick
end
end
end
object OpenDialog1: TOpenDialog
Filter = '位圖(*.bmp)|*.bmp'
Left = 232
Top = 48
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -