📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 345
Height = 312
Caption = 'Window Blind'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 18
Top = 18
Width = 300
Height = 225
AutoSize = True
Visible = False
end
object OpenPictureDialog1: TOpenPictureDialog
Left = 136
Top = 48
end
object MainMenu1: TMainMenu
Left = 64
Top = 48
object File: TMenuItem
Caption = #25991#20214'(&F)'
object Open: TMenuItem
Caption = #25171#24320#22270#20687'(&O)'
OnClick = OpenClick
end
object Exit: TMenuItem
Caption = #36864#20986'(&X)'
OnClick = ExitClick
end
end
object Picture: TMenuItem
Caption = #22270#20687#25928#26524'(&E)'
object Horizontal: TMenuItem
Caption = #27700#24179#30334#21494#31383#25928#26524
Enabled = False
OnClick = HorizontalClick
end
object Vertical: TMenuItem
Caption = #22402#30452#30334#21494#31383#25928#26524
Enabled = False
OnClick = VerticalClick
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -