📄 unit2.dfm
字号:
object frmDelay: TfrmDelay
Left = 559
Top = 290
Width = 275
Height = 224
Caption = 'PTT Delay'
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 Label1: TLabel
Left = 16
Top = 20
Width = 145
Height = 13
Caption = 'Before Transmit:'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 232
Top = 24
Width = 16
Height = 13
Caption = 'ms'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 16
Top = 52
Width = 145
Height = 13
Caption = 'After Transmit :'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier'
Font.Style = [fsBold]
ParentFont = False
end
object Label4: TLabel
Left = 232
Top = 56
Width = 16
Height = 13
Caption = 'ms'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label5: TLabel
Left = 16
Top = 84
Width = 145
Height = 13
Caption = 'Before Receive :'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier'
Font.Style = [fsBold]
ParentFont = False
end
object Label6: TLabel
Left = 232
Top = 88
Width = 16
Height = 13
Caption = 'ms'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label7: TLabel
Left = 16
Top = 116
Width = 145
Height = 13
Caption = 'After Receive :'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier'
Font.Style = [fsBold]
ParentFont = False
end
object Label8: TLabel
Left = 232
Top = 120
Width = 16
Height = 13
Caption = 'ms'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object SpinEdit1: TSpinEdit
Left = 168
Top = 16
Width = 57
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 0
Value = 0
end
object SpinEdit2: TSpinEdit
Left = 168
Top = 48
Width = 57
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 1
Value = 0
end
object SpinEdit3: TSpinEdit
Left = 168
Top = 80
Width = 57
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 2
Value = 0
end
object SpinEdit4: TSpinEdit
Left = 168
Top = 112
Width = 57
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 3
Value = 0
end
object Button1: TButton
Left = 16
Top = 152
Width = 75
Height = 25
Caption = 'Clear'
TabOrder = 4
OnClick = Button1Click
end
object Button2: TButton
Left = 176
Top = 152
Width = 75
Height = 25
Caption = 'OK'
TabOrder = 5
OnClick = Button2Click
end
object Button3: TButton
Left = 96
Top = 152
Width = 75
Height = 25
Caption = 'Default'
TabOrder = 6
OnClick = Button3Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -