📄 analogset.dfm
字号:
object AnalogSetForm: TAnalogSetForm
Left = 262
Top = 185
BorderStyle = bsDialog
Caption = #27169#25311#21442#25968#35774#32622
ClientHeight = 143
ClientWidth = 349
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 13
object PrecisionLabel: TLabel
Left = 24
Top = 32
Width = 24
Height = 13
Caption = #31934#24230
end
object IterativeNumberLabel: TLabel
Left = 168
Top = 32
Width = 48
Height = 13
Caption = #36845#20195#27425#25968
end
object PrecisionEdit: TEdit
Left = 88
Top = 24
Width = 49
Height = 21
TabOrder = 0
Text = '1'
end
object IterativeNumberEdit: TEdit
Left = 232
Top = 24
Width = 49
Height = 21
TabOrder = 1
Text = '12'
end
object BOKButton: TBitBtn
Left = 173
Top = 96
Width = 66
Height = 33
Caption = #30830#23450
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = BOKButtonClick
Kind = bkOK
end
object BCancelButton: TBitBtn
Left = 261
Top = 96
Width = 66
Height = 33
Caption = #20851#38381
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 3
Kind = bkCancel
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -