📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 210
Top = 112
Width = 646
Height = 498
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 8
Width = 201
Height = 33
AutoSize = False
Caption = 'Label1'
end
object Label2: TLabel
Left = 8
Top = 56
Width = 217
Height = 105
AutoSize = False
Caption = 'Label2'
Color = clMoneyGreen
ParentColor = False
end
object Label3: TLabel
Left = 224
Top = 200
Width = 81
Height = 25
AutoSize = False
Caption = 'Label3'
end
object Label4: TLabel
Left = 8
Top = 248
Width = 609
Height = 209
AutoSize = False
Caption = 'Label4'
Color = clMoneyGreen
ParentColor = False
end
object BitBtn1: TBitBtn
Left = 408
Top = 56
Width = 75
Height = 25
Caption = #19979#19968#20010
TabOrder = 0
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 408
Top = 104
Width = 73
Height = 25
Caption = #36816#31639
TabOrder = 1
OnClick = BitBtn2Click
end
object Edit1: TEdit
Left = 263
Top = 60
Width = 89
Height = 21
TabOrder = 2
Text = '0'
end
object BitBtn3: TBitBtn
Left = 528
Top = 80
Width = 81
Height = 25
Caption = #20851#38381
TabOrder = 3
OnClick = BitBtn3Click
end
object ComboBox1: TComboBox
Left = 261
Top = 101
Width = 92
Height = 21
ItemHeight = 13
TabOrder = 4
Text = #36873#25321#36816#31639
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -