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

📄 formsendcommand.dfm

📁 控制扫描仪源码 控制扫描仪源码
💻 DFM
📖 第 1 页 / 共 2 页
字号:
        'TWTY_UINT8'
        'TWTY_UINT16'
        'TWTY_UINT32'
        'TWTY_BOOL'
        'TWTY_FIX32'
        'TWTY_FRAME'
        'TWTY_STR32'
        'TWTY_STR64'
        'TWTY_STR128'
        'TWTY_STR255'
        'TWTY_STR1024')
    end
  end
  object GoSend: TButton
    Left = 8
    Top = 384
    Width = 75
    Height = 25
    Caption = '&Send...'
    Default = True
    TabOrder = 1
    OnClick = GoSendClick
  end
  object Results: TListBox
    Left = 216
    Top = 68
    Width = 217
    Height = 173
    ItemHeight = 13
    TabOrder = 2
  end
  object Container2: TGroupBox
    Left = 8
    Top = 248
    Width = 425
    Height = 129
    Caption = 'Setting the capability value'
    TabOrder = 3
    object SetPages: TNotebook
      Left = 8
      Top = 16
      Width = 401
      Height = 107
      PageIndex = 1
      TabOrder = 1
      object TPage
        Left = 0
        Top = 0
        Caption = 'Array'
        object GoAddArray: TButton
          Left = 164
          Top = 38
          Width = 75
          Height = 25
          Caption = '&Add'
          TabOrder = 0
          OnClick = GoAddItem
        end
        object GoRemoveArray: TButton
          Left = 164
          Top = 65
          Width = 75
          Height = 25
          Caption = '&Remove'
          TabOrder = 1
          OnClick = GoRemoveItem
        end
        object ArrayList: TListBox
          Left = 251
          Top = 7
          Width = 142
          Height = 91
          ItemHeight = 13
          TabOrder = 2
        end
      end
      object TPage
        Left = 0
        Top = 0
        Caption = 'Enumeration'
        object Label1: TLabel
          Left = 10
          Top = 54
          Width = 68
          Height = 13
          Caption = 'Current index: '
        end
        object Bevel1: TBevel
          Left = 8
          Top = 40
          Width = 233
          Height = 7
          Shape = bsTopLine
        end
        object GoRemoveEnumeration: TButton
          Left = 164
          Top = 74
          Width = 75
          Height = 25
          Caption = '&Remove'
          TabOrder = 0
          OnClick = GoRemoveItem
        end
        object GoAddEnumeration: TButton
          Left = 164
          Top = 47
          Width = 75
          Height = 25
          Caption = '&Add'
          TabOrder = 1
          OnClick = GoAddItem
        end
        object EnumerationList: TListBox
          Left = 251
          Top = 7
          Width = 142
          Height = 63
          ItemHeight = 13
          TabOrder = 2
        end
        object EnumDefault: TEdit
          Left = 79
          Top = 49
          Width = 58
          Height = 21
          TabOrder = 3
          Text = '0'
        end
        object EnumDefaultValue: TUpDown
          Left = 137
          Top = 49
          Width = 17
          Height = 21
          Associate = EnumDefault
          Min = 0
          Max = 32767
          Position = 0
          TabOrder = 4
          Thousands = False
          Wrap = False
        end
        object SetEnumDefault: TButton
          Left = 252
          Top = 74
          Width = 142
          Height = 25
          Caption = 'Set as current index'
          TabOrder = 5
          OnClick = SetEnumDefaultClick
        end
      end
      object TPage
        Left = 0
        Top = 0
        Caption = 'One value'
      end
      object TPage
        Left = 0
        Top = 0
        Caption = 'Range'
        object Label2: TLabel
          Left = 11
          Top = 53
          Width = 20
          Height = 13
          Caption = 'Min:'
        end
        object Label3: TLabel
          Left = 179
          Top = 53
          Width = 23
          Height = 13
          Caption = 'Max:'
        end
        object Label4: TLabel
          Left = 11
          Top = 79
          Width = 25
          Height = 13
          Caption = 'Step:'
        end
        object RangeMin: TEdit
          Left = 48
          Top = 48
          Width = 121
          Height = 21
          TabOrder = 0
        end
        object RangeMax: TEdit
          Left = 208
          Top = 48
          Width = 121
          Height = 21
          TabOrder = 1
        end
        object RangeStep: TEdit
          Left = 48
          Top = 72
          Width = 121
          Height = 21
          TabOrder = 2
        end
      end
    end
    object SetCombo: TComboBox
      Left = 56
      Top = 24
      Width = 193
      Height = 21
      Style = csSimple
      ItemHeight = 13
      TabOrder = 0
    end
    object Panel1: TPanel
      Left = 13
      Top = 24
      Width = 40
      Height = 21
      BevelOuter = bvNone
      Caption = 'Value:'
      TabOrder = 2
    end
  end
  object GoClose: TButton
    Left = 360
    Top = 384
    Width = 75
    Height = 25
    Cancel = True
    Caption = '&Close'
    ModalResult = 1
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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