📄 unit1.dfm
字号:
object Form1: TForm1
Left = 958
Top = 146
Width = 482
Height = 517
Caption = 'Max. Min. und AV Werte Rechner'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 32
Top = 8
Width = 222
Height = 26
Caption =
'Geben Sie eine Integer-Zahl ein und schlie'#223'en Sie die Eingabe mi' +
't <Enter>'
WordWrap = True
end
object Label2: TLabel
Left = 256
Top = 120
Width = 44
Height = 13
Caption = 'Maximum'
end
object Label3: TLabel
Left = 257
Top = 175
Width = 41
Height = 13
Caption = 'Minimum'
end
object Label4: TLabel
Left = 256
Top = 224
Width = 60
Height = 13
Caption = 'Durchschnitt'
end
object ListBox1: TListBox
Left = 32
Top = 96
Width = 169
Height = 273
ItemHeight = 13
TabOrder = 0
end
object Button1: TButton
Left = 320
Top = 264
Width = 97
Height = 33
Caption = 'Berechne'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 40
Top = 384
Width = 137
Height = 33
Caption = 'L'#246'schen'
TabOrder = 2
OnClick = Button2Click
end
object Edit1: TEdit
Left = 32
Top = 56
Width = 145
Height = 21
TabOrder = 3
OnKeyDown = Edit1KeyDown
end
object Panel1: TPanel
Left = 320
Top = 112
Width = 113
Height = 25
TabOrder = 4
end
object Panel2: TPanel
Left = 320
Top = 160
Width = 113
Height = 25
TabOrder = 5
end
object Panel3: TPanel
Left = 320
Top = 216
Width = 113
Height = 25
TabOrder = 6
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -