📄 unit1_bak.dfm
字号:
object Form1: TForm1
Left = 192
Top = 114
Width = 696
Height = 480
Caption = 'Form1'
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 Button1: TButton
Left = 576
Top = 24
Width = 81
Height = 41
Caption = 'Button1'
TabOrder = 0
end
object Edit1: TEdit
Left = 168
Top = 8
Width = 377
Height = 32
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
Visible = False
OnChange = Edit1Change
OnKeyPress = Edit1KeyPress
end
object Button2: TButton
Left = 576
Top = 88
Width = 81
Height = 33
Caption = 'Button2'
TabOrder = 2
end
object RadioGroup1: TRadioGroup
Left = 16
Top = 8
Width = 121
Height = 201
Caption = 'RadioGroup1'
ItemIndex = 1
Items.Strings = (
'16'
'10'
'8'
'2')
TabOrder = 3
OnClick = RadioGroup1Click
end
object Button3: TButton
Left = 600
Top = 280
Width = 73
Height = 33
Caption = 'Button3'
TabOrder = 4
end
object Button4: TButton
Left = 600
Top = 328
Width = 73
Height = 33
Caption = 'Button4'
TabOrder = 5
end
object Edit2: TEdit
Left = 168
Top = 56
Width = 377
Height = 32
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 6
Text = '0'
OnChange = Edit2Change
OnKeyPress = Edit2KeyPress
end
object Edit3: TEdit
Left = 168
Top = 96
Width = 377
Height = 32
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 7
Visible = False
OnChange = Edit3Change
OnKeyPress = Edit3KeyPress
end
object Edit4: TEdit
Left = 168
Top = 136
Width = 377
Height = 32
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 8
Visible = False
OnChange = Edit4Change
OnKeyPress = Edit4KeyPress
end
object Memo1: TMemo
Left = 176
Top = 280
Width = 121
Height = 65
ScrollBars = ssBoth
TabOrder = 9
end
object Edit5: TEdit
Left = 168
Top = 177
Width = 377
Height = 32
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 10
Text = '0'
end
object Edit6: TEdit
Left = 168
Top = 217
Width = 377
Height = 32
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 11
Text = '0'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -