?? pinsetform.dfm
字號(hào):
object PinSet: TPinSet
Left = 294
Top = 149
Width = 413
Height = 239
HorzScrollBar.Range = 417
HorzScrollBar.Visible = False
AutoScroll = False
Caption = 'Pin Set'
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 = 72
Top = 176
Width = 243
Height = 13
Caption = 'Note:You can Set the Pins of the Parrel Port on PC'
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 96
Top = 192
Width = 149
Height = 13
Caption = 'to configure the Pins of I2C Bus'
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object LabelPortSelect: TLabel
Left = 24
Top = 96
Width = 93
Height = 13
Caption = 'Port Address Select'
end
object Label3: TLabel
Left = 8
Top = 160
Width = 661
Height = 16
Caption =
'----------------------------------------------------------------' +
'----------------------------------------------------------------' +
'----'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object IDCOK: TButton
Left = 344
Top = 104
Width = 49
Height = 20
Caption = 'OK'
TabOrder = 0
OnClick = IDCOKClick
end
object IDCancel: TButton
Left = 344
Top = 128
Width = 49
Height = 20
Caption = 'Cancel'
TabOrder = 1
OnClick = IDCancelClick
end
object GroupBox_SCL: TGroupBox
Left = 144
Top = 8
Width = 65
Height = 153
Caption = 'SCLPin'
TabOrder = 2
object SCL_D0: TCheckBox
Left = 8
Top = 16
Width = 49
Height = 17
Caption = 'Pin2'
TabOrder = 0
end
object SCL_D1: TCheckBox
Left = 8
Top = 32
Width = 49
Height = 17
Caption = 'Pin3'
TabOrder = 1
end
object SCL_D2: TCheckBox
Left = 8
Top = 48
Width = 49
Height = 17
Caption = 'Pin4'
TabOrder = 2
end
object SCL_D3: TCheckBox
Left = 8
Top = 64
Width = 41
Height = 17
Caption = 'Pin5'
TabOrder = 3
end
object SCL_D4: TCheckBox
Left = 8
Top = 80
Width = 49
Height = 17
Caption = 'Pin6'
TabOrder = 4
end
object SCL_D5: TCheckBox
Left = 8
Top = 96
Width = 49
Height = 17
Caption = 'Pin7'
TabOrder = 5
end
object SCL_D6: TCheckBox
Left = 8
Top = 112
Width = 49
Height = 17
Caption = 'Pin8'
TabOrder = 6
end
object SCL_D7: TCheckBox
Left = 8
Top = 128
Width = 49
Height = 17
Caption = 'Pin9'
TabOrder = 7
end
end
object GroupBox_SDI: TGroupBox
Left = 208
Top = 8
Width = 65
Height = 153
Caption = 'SDI Pin'
TabOrder = 3
object SDI_D0: TCheckBox
Left = 8
Top = 16
Width = 49
Height = 17
Caption = 'Pin2'
TabOrder = 0
end
object SDI_D1: TCheckBox
Left = 8
Top = 32
Width = 49
Height = 17
Caption = 'Pin3'
TabOrder = 1
end
object SDI_D2: TCheckBox
Left = 8
Top = 48
Width = 49
Height = 17
Caption = 'Pin4'
TabOrder = 2
end
object SDI_D3: TCheckBox
Left = 8
Top = 64
Width = 49
Height = 17
Caption = 'Pin5'
TabOrder = 3
end
object SDI_D4: TCheckBox
Left = 8
Top = 80
Width = 49
Height = 17
Caption = 'Pin6'
TabOrder = 4
end
object SDI_D5: TCheckBox
Left = 8
Top = 96
Width = 49
Height = 17
Caption = 'Pin7'
TabOrder = 5
end
object SDI_D6: TCheckBox
Left = 8
Top = 112
Width = 49
Height = 17
Caption = 'Pin8'
TabOrder = 6
end
object SDI_D7: TCheckBox
Left = 8
Top = 128
Width = 49
Height = 17
Caption = 'Pin9'
TabOrder = 7
end
end
object GroupBox_SDO: TGroupBox
Left = 272
Top = 8
Width = 65
Height = 153
Caption = 'SDO Pin'
TabOrder = 4
object SDO_D0: TCheckBox
Left = 8
Top = 16
Width = 41
Height = 17
Caption = 'Pin2'
TabOrder = 0
end
object SDO_D1: TCheckBox
Left = 8
Top = 32
Width = 41
Height = 17
Caption = 'Pin3'
TabOrder = 1
end
object SDO_D2: TCheckBox
Left = 8
Top = 48
Width = 41
Height = 17
Caption = 'Pin4'
TabOrder = 2
end
object SDO_D3: TCheckBox
Left = 8
Top = 64
Width = 41
Height = 17
Caption = 'Pin5'
TabOrder = 3
end
object SDO_D4: TCheckBox
Left = 8
Top = 80
Width = 41
Height = 17
Caption = 'Pin6'
TabOrder = 4
end
object SDO_D5: TCheckBox
Left = 8
Top = 96
Width = 41
Height = 17
Caption = 'Pin7'
TabOrder = 5
end
object SDO_D6: TCheckBox
Left = 8
Top = 112
Width = 41
Height = 17
Caption = 'Pin8'
TabOrder = 6
end
object SDO_D7: TCheckBox
Left = 8
Top = 128
Width = 41
Height = 17
Caption = 'Pin9'
TabOrder = 7
end
end
object EPP_Port_Addr: TComboBox
Left = 24
Top = 112
Width = 113
Height = 21
ItemHeight = 13
TabOrder = 5
Text = 'EPP_Port_Addr'
end
object RadioGroup1: TRadioGroup
Left = 16
Top = 16
Width = 121
Height = 73
Caption = 'SPP'
TabOrder = 6
end
object Mode_SPP: TRadioButton
Left = 32
Top = 32
Width = 73
Height = 17
Caption = 'Mode SPP'
TabOrder = 7
end
object Mode_EPC: TRadioButton
Left = 32
Top = 64
Width = 73
Height = 17
Caption = 'Mode EPC'
TabOrder = 8
end
object Mode_EPP: TRadioButton
Left = 32
Top = 48
Width = 73
Height = 17
Caption = 'Mode EPP'
TabOrder = 9
end
end
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -