📄 d_lmddesignmanager1.dfm
字号:
object Form2: TForm2
Left = 443
Top = 112
Width = 432
Height = 320
Caption = 'Form2'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Visible = True
PixelsPerInch = 96
TextHeight = 13
object Edit1: TEdit
Left = 24
Top = 8
Width = 121
Height = 21
TabOrder = 0
Text = 'Edit1'
end
object Memo1: TMemo
Left = 200
Top = 16
Width = 185
Height = 89
Lines.Strings = (
'Memo1')
TabOrder = 1
end
object Button1: TButton
Left = 56
Top = 56
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 2
end
object StringGrid1: TStringGrid
Left = 24
Top = 112
Width = 249
Height = 105
TabOrder = 3
end
object PopupMenu1: TPopupMenu
Left = 32
Top = 240
object Item12: TMenuItem
Caption = 'Item1'
end
object Item22: TMenuItem
Caption = 'Item2'
end
end
object PopupMenu2: TPopupMenu
Left = 112
Top = 232
object Item11: TMenuItem
Caption = 'Item1'
end
object Item21: TMenuItem
Caption = 'Item2'
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -