unit1.dfm
来自「个人写的一个简单的Delphi程序」· DFM 代码 · 共 77 行
DFM
77 行
object Form1: TForm1
Left = 315
Top = 200
Width = 202
Height = 325
Caption = 'List Techniik'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnActivate = FormActivate
OnDeactivate = FormDeactivate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 96
Top = 48
Width = 3
Height = 13
end
object Edit1: TEdit
Left = 40
Top = 24
Width = 121
Height = 21
TabOrder = 0
end
object Button1: TButton
Left = 40
Top = 64
Width = 75
Height = 25
Caption = 'Neu'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 40
Top = 96
Width = 75
Height = 25
Caption = 'L'#246'schen'
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 40
Top = 128
Width = 75
Height = 25
Caption = 'Vor'
TabOrder = 3
OnClick = Button3Click
end
object Button4: TButton
Left = 40
Top = 160
Width = 75
Height = 25
Caption = 'Zur'#252'ck'
TabOrder = 4
OnClick = Button4Click
end
object Button5: TButton
Left = 40
Top = 192
Width = 75
Height = 25
Caption = #196'ndern'
TabOrder = 5
OnClick = Button5Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?