⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pinsetform.~dfm

📁 并口的EPP模式模拟IIC接口
💻 ~DFM
字号:
object PinSet: TPinSet
  Left = 227
  Top = 120
  Width = 357
  Height = 289
  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 Line: TLabel
    Left = 8
    Top = 200
    Width = 337
    Height = 17
    Caption = 
      '________________________________________________________________' +
      '_________'
  end
  object Label1: TLabel
    Left = 40
    Top = 224
    Width = 243
    Height = 13
    Caption = 'Note:You can Set the Pins of  the Parrel Port on PC'
  end
  object Label2: TLabel
    Left = 64
    Top = 240
    Width = 149
    Height = 13
    Caption = 'to configure the Pins of I2C Bus'
  end
  object LabelPortSelect: TLabel
    Left = 16
    Top = 8
    Width = 76
    Height = 13
    Caption = 'EPP Port Select'
  end
  object IDCOK: TButton
    Left = 128
    Top = 176
    Width = 49
    Height = 20
    Caption = 'OK'
    TabOrder = 0
    OnClick = IDCOKClick
  end
  object IDCancel: TButton
    Left = 192
    Top = 176
    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 = 16
    Top = 24
    Width = 113
    Height = 21
    ItemHeight = 13
    TabOrder = 5
    Text = 'EPP_Port_Addr'
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -