📄 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 + -