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

📄 signalcontrol.~dfm

📁 自己做的一个基于arm7+linux的条码终端系统的源代码
💻 ~DFM
字号:
object Form5: TForm5
  Left = 330
  Top = 232
  Width = 438
  Height = 312
  Caption = '信号控制'
  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 BitBtn1: TBitBtn
    Left = 24
    Top = 192
    Width = 75
    Height = 25
    Caption = '信号设置'
    TabOrder = 0
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 328
    Top = 192
    Width = 75
    Height = 25
    Caption = '取消'
    TabOrder = 1
    OnClick = BitBtn2Click
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 24
    Width = 145
    Height = 137
    Caption = '获取信号显示:'
    TabOrder = 2
    object Label2: TLabel
      Left = 16
      Top = 116
      Width = 97
      Height = 13
      AutoSize = False
      Caption = '选中表示使能'
    end
    object InputSig1: TCheckBox
      Left = 16
      Top = 32
      Width = 97
      Height = 17
      Caption = '输入信号1'
      Color = clWhite
      ParentColor = False
      TabOrder = 0
    end
    object InputSig2: TCheckBox
      Left = 16
      Top = 80
      Width = 97
      Height = 17
      Caption = '输入信号2'
      Color = clHighlightText
      ParentColor = False
      TabOrder = 1
    end
  end
  object GroupBox2: TGroupBox
    Left = 176
    Top = 24
    Width = 161
    Height = 137
    Caption = '设置信号控制:'
    TabOrder = 3
    object Label1: TLabel
      Left = 24
      Top = 116
      Width = 97
      Height = 13
      AutoSize = False
      Caption = '选中表示使能'
    end
    object OutputSig1: TCheckBox
      Left = 24
      Top = 32
      Width = 97
      Height = 17
      Caption = '输出信号1'
      TabOrder = 0
      OnClick = OutputSig1Click
    end
    object OutputSig2: TCheckBox
      Left = 24
      Top = 80
      Width = 97
      Height = 17
      Caption = '输出信号2'
      TabOrder = 1
      OnClick = OutputSig2Click
    end
  end
  object BitBtn3: TBitBtn
    Left = 176
    Top = 192
    Width = 75
    Height = 25
    Caption = '信号获取'
    TabOrder = 4
    OnClick = BitBtn3Click
  end
end

⌨️ 快捷键说明

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