📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 251
Top = 462
AutoScroll = False
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'GPIO Test for LE-366'
ClientHeight = 175
ClientWidth = 338
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 220
Top = 96
Width = 4
Height = 16
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Label2: TLabel
Left = 264
Top = 96
Width = 4
Height = 16
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object led1: TAbLED
Left = 196
Top = 8
Width = 29
Height = 37
Caption = '1'
LED.ColorOn = clRed
LED.ColorOff = clMaroon
LED.Height = 18
LED_Position = lpBottom
Spacing = 5
Checked = False
Flashing = False
Frequency = ff1Hz
StatusInt = 0
StatusBit = 0
GroupIndex = 0
Mode = mIndicator
end
object led2: TAbLED
Left = 220
Top = 8
Width = 29
Height = 37
Caption = '2'
LED.ColorOn = clRed
LED.ColorOff = clMaroon
LED.Height = 18
LED_Position = lpBottom
Spacing = 5
Checked = False
Flashing = False
Frequency = ff1Hz
StatusInt = 0
StatusBit = 0
GroupIndex = 0
Mode = mIndicator
end
object led3: TAbLED
Left = 244
Top = 8
Width = 29
Height = 37
Caption = '3'
LED.ColorOn = clRed
LED.ColorOff = clMaroon
LED.Height = 18
LED_Position = lpBottom
Spacing = 5
Checked = False
Flashing = False
Frequency = ff1Hz
StatusInt = 0
StatusBit = 0
GroupIndex = 0
Mode = mIndicator
end
object led4: TAbLED
Left = 268
Top = 8
Width = 29
Height = 37
Caption = '4'
LED.ColorOn = clRed
LED.ColorOff = clMaroon
LED.Height = 18
LED_Position = lpBottom
Spacing = 5
Checked = False
Flashing = False
Frequency = ff1Hz
StatusInt = 0
StatusBit = 0
GroupIndex = 0
Mode = mIndicator
end
object led5: TAbLED
Left = 196
Top = 52
Width = 29
Height = 37
Caption = '1'
LED.ColorOn = clRed
LED.ColorOff = clMaroon
LED.Height = 18
LED_Position = lpBottom
Spacing = 5
Checked = False
Flashing = False
Frequency = ff1Hz
StatusInt = 0
StatusBit = 0
GroupIndex = 0
Mode = mSwitch
OnClick = led5Click
end
object led6: TAbLED
Left = 220
Top = 52
Width = 29
Height = 37
Caption = '2'
LED.ColorOn = clRed
LED.ColorOff = clMaroon
LED.Height = 18
LED_Position = lpBottom
Spacing = 5
Checked = False
Flashing = False
Frequency = ff1Hz
StatusInt = 0
StatusBit = 0
GroupIndex = 0
Mode = mSwitch
OnClick = led6Click
end
object led7: TAbLED
Left = 244
Top = 52
Width = 29
Height = 37
Caption = '3'
LED.ColorOn = clRed
LED.ColorOff = clMaroon
LED.Height = 18
LED_Position = lpBottom
Spacing = 5
Checked = False
Flashing = False
Frequency = ff1Hz
StatusInt = 0
StatusBit = 0
GroupIndex = 0
Mode = mSwitch
OnClick = led7Click
end
object led8: TAbLED
Left = 268
Top = 52
Width = 29
Height = 37
Caption = '4'
LED.ColorOn = clRed
LED.ColorOff = clMaroon
LED.Height = 18
LED_Position = lpBottom
Spacing = 5
Checked = False
Flashing = False
Frequency = ff1Hz
StatusInt = 0
StatusBit = 0
GroupIndex = 0
Mode = mSwitch
OnClick = led8Click
end
object Label3: TLabel
Left = 296
Top = 28
Width = 30
Height = 13
Caption = 'Input'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Label4: TLabel
Left = 296
Top = 72
Width = 39
Height = 13
Caption = 'Output'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Memo1: TMemo
Left = 8
Top = 8
Width = 185
Height = 153
Ctl3D = False
ParentCtl3D = False
ReadOnly = True
TabOrder = 0
end
object Button4: TButton
Left = 200
Top = 124
Width = 133
Height = 37
Caption = 'Exit'
TabOrder = 1
OnClick = Button4Click
end
object Button1: TButton
Left = 224
Top = 96
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 2
OnClick = Button1Click
end
object Timer1: TTimer
Enabled = False
Interval = 100
OnTimer = Timer1Timer
Left = 12
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -