📄 uautocode.dfm
字号:
Top = 12
Width = 64
Height = 16
Caption = 'MCU type'
Font.Charset = ANSI_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
OnMouseDown = FormMouseDown
end
object Label5: TLabel
Left = 396
Top = 134
Width = 25
Height = 13
Caption = 'byte'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Label6: TLabel
Left = 396
Top = 62
Width = 16
Height = 13
Caption = 'Hz'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Label7: TLabel
Left = 396
Top = 158
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
Transparent = True
end
object btnReload: TSpeedButton
Left = 393
Top = 8
Width = 23
Height = 22
Flat = True
Glyph.Data = {
36030000424D3603000000000000360000002800000010000000100000000100
1800000000000003000000000000000000000000000000000000FF00FFFF00FF
FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF
FF00FFFF00FFFF00FFFF00FFA29D9AC1C1BEC6C5C4BAB8B5FF00FFFF00FFFF00
FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF9BA1A67AA2C476
A3D880AFEB9AC9F7DCEDF9CCC9C7FF00FFFF00FFFF00FFFF00FFFF00FFFF00FF
FF00FFFF00FFFF00FF40617C227AC5077ADF0072EC057AF4449BF9CFE8FAD4D3
D0FF00FFFF00FFFF00FFFF00FFFF00FFFF00FF9C97928D8985FF00FF667D8DBB
CFD6B7DAEE4BA7F40785FA44A5FDDCF1FDC2BDB9FF00FFFF00FFFF00FFFF00FF
BBB8B4E9F4FBEEF7FF7A8E9FFF00FF9D9289DCD9D3E9F6F657B3FC0085FE9AD5
FEF2F2F1BBB6B1FF00FFFF00FFB7B2ADECF3F860ADFF3B9AFFE3EDF4ADACA9FF
00FFEAE8E7FDFDFCCAEDFE0090FE66C1FEF6FCFFFCFDFDFBFBFAB5B0AAF0F8FC
4BAFFF0085FF008BFF1B8FFFB8E6FAD5D3CFF5F6F6BBE7FF72C9FF44B9FF08A0
FF34A6FFDDFBFFE7E5E2FBFAF9E9F8FF96CEFF3DB2FF0093FE74CCFFBBE4FEF6
FAF9B4ADA7ECF0EEB7E4FF57C2FF3CB4FFB5EAFFF3F2F1B9B0A8EAE8E6F3F1F0
FDFDFDAFE0FE1A9EFD91D9FDF7FAF9CDCAC6FF00FFC3BFB7F0F5F5DAF5FFDAF6
FFF5F5F4C1BAB3FF00FFFF00FF9F958BE8E6E4DCF2FF63C3FF2AA8FC9EDFF9EC
F9F9E2E3DE99A1A0A5AEACF6F5F3F5F2F1C4BEB7FF00FFFF00FFFF00FFFF00FF
CBC6C0FCFCFCCCEFFE3FB6FD17A5FB4AB7F850BAF033A1DA698DA0BFB4A9CEC5
BCFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFD8D3CDF9F9F9DFF4FC65CBFB2F
A2F92F9EF33EA9EB9DCCD8C2B4AAAA9E92FF00FFFF00FFFF00FFFF00FFFF00FF
FF00FFFF00FFD7D1CBF2F0EEFBFBFAFCFDFAFAFBF6F6F6EEE9E2DBC7BEB5FF00
FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFC8BEB4CDC4BBCF
C6BDCEC5BCCCC3BAC6BBB0FF00FFFF00FFFF00FFFF00FFFF00FF}
Visible = False
end
object GroupBox1: TGroupBox
Left = 8
Top = 112
Width = 137
Height = 89
TabOrder = 22
OnMouseDown = FormMouseDown
object lbLEDPORT: TLabel
Left = 16
Top = 28
Width = 19
Height = 13
Caption = 'Port'
OnMouseDown = FormMouseDown
end
object lbLEDPIN: TLabel
Left = 16
Top = 56
Width = 15
Height = 13
Caption = 'Pin'
OnMouseDown = FormMouseDown
end
object cbbPortLED: TComboBox
Left = 72
Top = 24
Width = 49
Height = 21
ItemHeight = 13
MaxLength = 1
TabOrder = 0
Text = 'D'
Items.Strings = (
'A'
'B'
'C'
'D'
'E'
'F'
'G')
end
object cbbPINLED: TComboBox
Left = 72
Top = 52
Width = 49
Height = 21
Style = csDropDownList
ItemHeight = 13
MaxLength = 1
TabOrder = 1
Items.Strings = (
'0'
'1'
'2'
'3'
'4'
'5'
'6'
'7')
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 8
Width = 137
Height = 89
TabOrder = 21
OnMouseDown = FormMouseDown
object lbRS485PORT: TLabel
Left = 16
Top = 28
Width = 19
Height = 13
Caption = 'Port'
OnMouseDown = FormMouseDown
end
object lbRS485PIN: TLabel
Left = 16
Top = 56
Width = 15
Height = 13
Caption = 'Pin'
OnMouseDown = FormMouseDown
end
object cbbPortRS485: TComboBox
Left = 72
Top = 24
Width = 49
Height = 21
ItemHeight = 13
MaxLength = 1
TabOrder = 0
Text = 'D'
Items.Strings = (
'A'
'B'
'C'
'D'
'E'
'F'
'G')
end
object cbbPINRS485: TComboBox
Left = 72
Top = 52
Width = 49
Height = 21
Style = csDropDownList
ItemHeight = 13
MaxLength = 1
TabOrder = 1
Items.Strings = (
'0'
'1'
'2'
'3'
'4'
'5'
'6'
'7')
end
end
object chkRS485En: TCheckBox
Left = 16
Top = 6
Width = 17
Height = 17
TabStop = False
TabOrder = 24
end
object chkLED: TCheckBox
Left = 16
Top = 110
Width = 17
Height = 17
TabStop = False
TabOrder = 25
OnClick = chkLEDClick
end
object Panel1: TPanel
Left = 33
Top = 112
Width = 40
Height = 13
AutoSize = True
BevelOuter = bvNone
TabOrder = 26
object lbLEDEn: TLabel
Left = 0
Top = 0
Width = 40
Height = 13
Caption = 'LEDEn'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
OnClick = lbLEDEnClick
end
end
object Panel2: TPanel
Left = 33
Top = 8
Width = 83
Height = 13
AutoSize = True
BevelOuter = bvNone
TabOrder = 27
object lbRS485En: TLabel
Left = 0
Top = 0
Width = 83
Height = 13
Caption = 'RS485/RS422'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
OnClick = lbRS485EnClick
end
end
object GroupBox3: TGroupBox
Left = 8
Top = 216
Width = 137
Height = 113
TabOrder = 23
OnMouseDown = FormMouseDown
object lbBOOTPORT: TLabel
Left = 16
Top = 28
Width = 19
Height = 13
Caption = 'Port'
OnMouseDown = FormMouseDown
end
object lbBOOTPIN: TLabel
Left = 16
Top = 56
Width = 15
Height = 13
Caption = 'Pin'
OnMouseDown = FormMouseDown
end
object lbBOOTLEVEL: TLabel
Left = 16
Top = 84
Width = 26
Height = 13
Caption = 'Level'
OnMouseDown = FormMouseDown
end
object cbbPortLevel: TComboBox
Left = 72
Top = 24
Width = 49
Height = 21
ItemHeight = 13
MaxLength = 1
TabOrder = 0
Text = 'D'
Items.Strings = (
'A'
'B'
'C'
'D'
'E'
'F'
'G')
end
object cbbPINLevel: TComboBox
Left = 72
Top = 52
Width = 49
Height = 21
Style = csDropDownList
ItemHeight = 13
MaxLength = 1
TabOrder = 1
Items.Strings = (
'0'
'1'
'2'
'3'
'4'
'5'
'6'
'7')
end
object cbbBootLevel: TComboBox
Left = 72
Top = 80
Width = 49
Height = 21
Style = csDropDownList
ItemHeight = 13
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -