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

📄 mainformunit.dfm

📁 USB技术大全-54.8M.zip
💻 DFM
📖 第 1 页 / 共 2 页
字号:
      Top = 120
      Width = 80
      Height = 17
      Caption = 'Direction7'
      TabOrder = 7
      OnClick = DataDirectionCheckBox0Click
    end
  end
  object DataInGroupBox: TGroupBox
    Left = 240
    Top = 4
    Width = 73
    Height = 145
    Hint = 'State of data pins'
    Caption = 'Data port In:'
    Color = clBtnFace
    ParentColor = False
    ParentShowHint = False
    ShowHint = True
    TabOrder = 4
    object DataInCheckBox0: TCheckBox
      Tag = 1
      Left = 16
      Top = 16
      Width = 45
      Height = 17
      Caption = 'In0'
      TabOrder = 0
    end
    object DataInCheckBox1: TCheckBox
      Tag = 2
      Left = 16
      Top = 31
      Width = 45
      Height = 17
      Caption = 'In1'
      TabOrder = 1
    end
    object DataInCheckBox2: TCheckBox
      Tag = 4
      Left = 16
      Top = 46
      Width = 45
      Height = 17
      Caption = 'In2'
      TabOrder = 2
    end
    object DataInCheckBox3: TCheckBox
      Tag = 8
      Left = 16
      Top = 61
      Width = 45
      Height = 17
      Caption = 'In3'
      TabOrder = 3
    end
    object DataInCheckBox4: TCheckBox
      Tag = 16
      Left = 16
      Top = 75
      Width = 45
      Height = 17
      Caption = 'In4'
      TabOrder = 4
    end
    object DataInCheckBox5: TCheckBox
      Tag = 32
      Left = 16
      Top = 90
      Width = 45
      Height = 17
      Caption = 'In5'
      TabOrder = 5
    end
    object DataInCheckBox6: TCheckBox
      Tag = 64
      Left = 16
      Top = 105
      Width = 45
      Height = 17
      Caption = 'In6'
      TabOrder = 6
    end
    object DataInCheckBox7: TCheckBox
      Tag = 128
      Left = 16
      Top = 120
      Width = 45
      Height = 17
      Caption = 'In7'
      TabOrder = 7
    end
  end
  object RS232BufferMemo: TMemo
    Left = 0
    Top = 384
    Width = 121
    Height = 274
    Hint = 'Received data: DEC->HEX->ASCII'
    Lines.Strings = (
      'DEC->HEX->ASCII')
    ParentShowHint = False
    ScrollBars = ssVertical
    ShowHint = True
    TabOrder = 5
    WordWrap = False
  end
  object TerminalMemo: TMemo
    Left = 128
    Top = 384
    Width = 289
    Height = 273
    Hint = 'Text to transmit/Received text'
    Lines.Strings = (
      'Text to transmit/Received text')
    ParentShowHint = False
    ScrollBars = ssBoth
    ShowHint = True
    TabOrder = 6
    WantTabs = True
  end
  object RS232GroupBox: TGroupBox
    Left = 8
    Top = 192
    Width = 241
    Height = 113
    Hint = 'RS232 settings'
    Caption = 'RS232:'
    Color = clBtnFace
    ParentColor = False
    ParentShowHint = False
    ShowHint = True
    TabOrder = 7
    object RS232BaudLabel: TLabel
      Left = 8
      Top = 21
      Width = 28
      Height = 13
      Caption = 'Baud:'
    end
    object RS232ReadBaudLabel: TLabel
      Left = 106
      Top = 19
      Width = 56
      Height = 13
      Hint = 'exact setted baudrate'
      Caption = '(True Baud)'
      ParentShowHint = False
      ShowHint = True
    end
    object TransmittingLabel: TLabel
      Left = 168
      Top = 48
      Width = 66
      Height = 13
      Caption = 'Transmitting...'
      Color = clYellow
      ParentColor = False
      Visible = False
    end
    object ParityLabel: TLabel
      Left = 8
      Top = 69
      Width = 29
      Height = 13
      Caption = 'Parity:'
    end
    object StopBitsLabel: TLabel
      Left = 8
      Top = 93
      Width = 42
      Height = 13
      Caption = 'StopBits:'
    end
    object DataBitsLabel: TLabel
      Left = 8
      Top = 46
      Width = 43
      Height = 13
      Caption = 'DataBits:'
    end
    object ReceivingLabel: TLabel
      Left = 168
      Top = 64
      Width = 57
      Height = 13
      Caption = 'Receiving...'
      Color = clFuchsia
      ParentColor = False
      Visible = False
    end
    object RS232ReadIntervalLabel: TLabel
      Left = 202
      Top = 92
      Width = 31
      Height = 13
      Hint = 'Refresh time for serial parameters polling'
      Caption = '200ms'
      Color = clWhite
      ParentColor = False
      ParentShowHint = False
      ShowHint = True
    end
    object RS232SendButton: TButton
      Left = 166
      Top = 16
      Width = 67
      Height = 25
      Hint = 'Send text to device RS232'
      Caption = 'RS232 send'
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
      OnClick = RS232SendButtonClick
    end
    object RS232BaudrateSpinEdit: TSpinEdit
      Left = 37
      Top = 16
      Width = 65
      Height = 22
      Hint = 'Set baudrate on device RS232'
      Increment = 100
      MaxLength = 7
      MaxValue = 1500000
      MinValue = 300
      ParentShowHint = False
      ShowHint = True
      TabOrder = 1
      Value = 57600
      OnChange = RS232BaudrateSpinEditChange
    end
    object ParityComboBox: TComboBox
      Left = 48
      Top = 64
      Width = 57
      Height = 21
      Hint = 'Set parity on device RS232'
      Style = csDropDownList
      ItemHeight = 13
      ParentShowHint = False
      ShowHint = True
      TabOrder = 2
      OnChange = ParityComboBoxChange
      Items.Strings = (
        'none'
        'odd'
        'even'
        'mark'
        'space')
    end
    object StopBitsComboBox: TComboBox
      Left = 56
      Top = 88
      Width = 49
      Height = 21
      Hint = 'Set stopbits on device RS232'
      Style = csDropDownList
      ItemHeight = 13
      ParentShowHint = False
      ShowHint = True
      TabOrder = 3
      OnChange = StopBitsComboBoxChange
      Items.Strings = (
        '1'
        '2')
    end
    object DataBitsComboBox: TComboBox
      Left = 56
      Top = 41
      Width = 49
      Height = 21
      Hint = 'Set databits on device RS232'
      Style = csDropDownList
      ItemHeight = 13
      ParentShowHint = False
      ShowHint = True
      TabOrder = 4
      OnChange = DataBitsComboBoxChange
      Items.Strings = (
        '5'
        '6'
        '7'
        '8')
    end
  end
  object EEPROMGroupBox: TGroupBox
    Left = 320
    Top = 192
    Width = 97
    Height = 100
    Hint = 'Data EEPROM'
    Caption = 'EEPROM:'
    Color = clBtnFace
    ParentColor = False
    ParentShowHint = False
    ShowHint = True
    TabOrder = 8
    object EEPROMSizeLabel: TLabel
      Left = 12
      Top = 77
      Width = 21
      Height = 13
      Caption = 'size:'
    end
    object EEPROMReadButton: TButton
      Left = 8
      Top = 16
      Width = 81
      Height = 25
      Hint = 'Read full EEPROM to cells'
      Caption = 'EEPROM read'
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
      OnClick = EEPROMReadButtonClick
    end
    object EEPROMWriteButton: TButton
      Left = 8
      Top = 44
      Width = 81
      Height = 25
      Hint = 'Write all cells to EEPROM'
      Caption = 'EEPROM write'
      ParentShowHint = False
      ShowHint = True
      TabOrder = 1
      OnClick = EEPROMWriteButtonClick
    end
    object EEPROMSizeSpinEdit: TSpinEdit
      Left = 40
      Top = 72
      Width = 49
      Height = 22
      Hint = 'EEPROM size (AT90S23x3=128, ATmega8=512)'
      Increment = 128
      MaxLength = 4
      MaxValue = 9999
      MinValue = 0
      ParentShowHint = False
      ShowHint = True
      TabOrder = 2
      Value = 128
      OnChange = EEPROMSizeSpinEditChange
    end
  end
  object InfraTimer: TTimer
    Interval = 50
    OnTimer = InfraTimerTimer
    Left = 384
    Top = 328
  end
  object DataInTimer: TTimer
    Interval = 200
    OnTimer = DataInTimerTimer
    Left = 296
    Top = 120
  end
  object RS232BufferTimer: TTimer
    Interval = 100
    OnTimer = RS232BufferTimerTimer
    Left = 168
    Top = 424
  end
  object RS232ReadTimer: TTimer
    Interval = 500
    OnTimer = RS232ReadTimerTimer
    Left = 128
    Top = 232
  end
end

⌨️ 快捷键说明

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