unit1.~dfm
来自「本光盘是《Delphi 7应用教程》一书的配套光盘」· ~DFM 代码 · 共 108 行
~DFM
108 行
object Form1: TForm1
Left = 192
Top = 124
Width = 299
Height = 215
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -20
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 120
TextHeight = 25
object Label1: TLabel
Left = 19
Top = 46
Width = 30
Height = 25
AutoSize = False
Caption = 'a='
end
object Label2: TLabel
Left = 19
Top = 93
Width = 30
Height = 25
AutoSize = False
Caption = 'b='
end
object Label3: TLabel
Left = 54
Top = 15
Width = 75
Height = 25
AutoSize = False
Caption = #27604#36739#21069
end
object Label4: TLabel
Left = 152
Top = 48
Width = 23
Height = 25
AutoSize = False
Caption = 'a='
end
object Label5: TLabel
Left = 152
Top = 96
Width = 23
Height = 25
AutoSize = False
Caption = 'b='
end
object Label6: TLabel
Left = 184
Top = 15
Width = 75
Height = 25
AutoSize = False
Caption = #27604#36739#21518
end
object Edit1: TEdit
Left = 42
Top = 44
Width = 95
Height = 33
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
TabOrder = 0
end
object Edit2: TEdit
Left = 42
Top = 90
Width = 95
Height = 33
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
TabOrder = 1
end
object Button1: TButton
Left = 108
Top = 142
Width = 75
Height = 25
Caption = #21028' '#26029
TabOrder = 2
OnClick = Button1Click
end
object Edit3: TEdit
Left = 175
Top = 45
Width = 95
Height = 33
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
ReadOnly = True
TabOrder = 3
end
object Edit4: TEdit
Left = 175
Top = 91
Width = 95
Height = 33
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
ReadOnly = True
TabOrder = 4
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?