📄 unitxtpz.dfm
字号:
object Formxtpz: TFormxtpz
Left = 407
Top = 228
Width = 298
Height = 191
Caption = #31995#32479#37197#32622
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 3
Width = 279
Height = 127
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 0
object Label1: TLabel
Left = 40
Top = 20
Width = 18
Height = 12
Caption = #21015'1'
end
object Label2: TLabel
Left = 40
Top = 47
Width = 18
Height = 12
Caption = #21015'2'
end
object Label3: TLabel
Left = 41
Top = 69
Width = 18
Height = 12
Caption = #21015'3'
end
object Label4: TLabel
Left = 41
Top = 94
Width = 18
Height = 12
Caption = #21015'4'
end
object Ed1: TEdit
Left = 70
Top = 17
Width = 201
Height = 20
TabOrder = 1
OnKeyDown = Ed1KeyDown
end
object Ed2: TEdit
Left = 70
Top = 43
Width = 201
Height = 20
TabOrder = 2
OnKeyDown = Ed2KeyDown
end
object Ed3: TEdit
Left = 70
Top = 67
Width = 201
Height = 20
TabOrder = 3
OnKeyDown = Ed3KeyDown
end
object Ed4: TEdit
Left = 70
Top = 93
Width = 201
Height = 20
TabOrder = 4
OnKeyDown = Ed4KeyDown
end
object GroupBox2: TGroupBox
Left = 4
Top = 6
Width = 32
Height = 114
TabOrder = 0
object Cr1: TCheckBox
Left = 11
Top = 12
Width = 97
Height = 17
TabOrder = 0
OnClick = Cr1Click
end
object Cr2: TCheckBox
Left = 11
Top = 36
Width = 97
Height = 17
TabOrder = 1
OnClick = Cr2Click
end
object Cr3: TCheckBox
Left = 11
Top = 60
Width = 97
Height = 17
TabOrder = 2
OnClick = Cr3Click
end
object Cr4: TCheckBox
Left = 11
Top = 85
Width = 97
Height = 17
TabOrder = 3
OnClick = Cr4Click
end
end
end
object Button1: TButton
Left = 52
Top = 135
Width = 109
Height = 25
Caption = #30830#23450
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 172
Top = 134
Width = 106
Height = 25
Caption = #36864#20986
TabOrder = 2
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -