📄 unit1.dfm
字号:
object Form1: TForm1
Left = 459
Top = 313
BorderStyle = bsDialog
Caption = #20998#25315#29579#36719#20214#27880#20876#29305#24449#30721
ClientHeight = 181
ClientWidth = 411
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 16
Width = 169
Height = 24
AutoSize = False
Caption = #26412#26426#29305#24449#30721
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Button1: TButton
Left = 64
Top = 128
Width = 121
Height = 41
Caption = #29305#24449#30721'A'#22411
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
Left = 8
Top = 152
Width = 17
Height = 21
TabOrder = 1
OnChange = Edit1Change
end
object Button2: TButton
Left = 312
Top = 128
Width = 89
Height = 41
Caption = 'Button2'
TabOrder = 2
Visible = False
OnClick = Button2Click
end
object Button3: TButton
Left = 208
Top = 128
Width = 105
Height = 41
Caption = #29305#24449#30721'B'#22411
TabOrder = 3
OnClick = Button3Click
end
object Edit2: TEdit
Left = 16
Top = 96
Width = 369
Height = 28
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 4
Text = 'Edit2'
Visible = False
end
object Edit3: TEdit
Left = 32
Top = 48
Width = 321
Height = 32
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -24
Font.Name = #24188#22278
Font.Style = [fsBold]
ParentFont = False
TabOrder = 5
Text = '------------------------------------------------'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -