📄 uasciiconstructorform.dfm
字号:
inherited AsciiConstructorForm: TAsciiConstructorForm
Left = 248
Top = 185
ActiveControl = edtInput
ClientHeight = 462
ClientWidth = 551
OldCreateOrder = True
OnActivate = FormActivate
OnPaint = FormPaint
PixelsPerInch = 96
TextHeight = 12
inherited btnClose: TButton
Left = 463
Top = 434
end
inherited btnHelp: TButton
Left = 384
Top = 434
end
object TabControl1: TTabControl
Left = 8
Top = 8
Width = 537
Height = 417
TabHeight = 20
TabOrder = 2
Tabs.Strings = (
'ASCII'#30721#27983#35272#35810'Lo'
'ASCII'#30721#27983#35272#35810'Hi')
TabIndex = 1
OnChange = TabControl1Change
object GroupBox1: TGroupBox
Left = 4
Top = 371
Width = 529
Height = 42
Align = alBottom
Caption = 'ASCII'#30721#26597#35810
TabOrder = 0
object Label1: TLabel
Left = 115
Top = 22
Width = 54
Height = 12
Caption = #32467#26524#26174#31034':'
end
object Label2: TLabel
Left = 11
Top = 22
Width = 30
Height = 12
Caption = #36755#20837':'
end
object lblShow: TLabel
Left = 176
Top = 18
Width = 42
Height = 20
AutoSize = False
end
object edtInput: TEdit
Left = 46
Top = 18
Width = 49
Height = 20
MaxLength = 3
TabOrder = 0
OnChange = edtInputChange
OnKeyPress = edtInputKeyPress
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -