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

📄 dispcontrol.~dfm

📁 自己做的一个基于arm7+linux的条码终端系统的源代码
💻 ~DFM
字号:
object Form2: TForm2
  Left = 206
  Top = 180
  Width = 720
  Height = 427
  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 Label1: TLabel
    Left = 200
    Top = 312
    Width = 209
    Height = 49
    AutoSize = False
    Caption = 'Label1'
  end
  object Label2: TLabel
    Left = 472
    Top = 320
    Width = 145
    Height = 41
    Caption = 'Label2'
  end
  object RadioGroup1: TRadioGroup
    Left = 8
    Top = 21
    Width = 345
    Height = 228
    Caption = '终端在线ID显示:'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 73
    Top = 279
    Width = 76
    Height = 26
    Caption = '确定'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
  end
  object BitBtn2: TBitBtn
    Left = 418
    Top = 279
    Width = 75
    Height = 25
    Caption = '取消'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = BitBtn2Click
  end
  object GroupBox2: TGroupBox
    Left = 352
    Top = 24
    Width = 225
    Height = 225
    Caption = '功能选择:'
    Color = clSilver
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentColor = False
    ParentFont = False
    TabOrder = 3
    object BitBtn_SignalCont: TBitBtn
      Left = 57
      Top = 38
      Width = 121
      Height = 33
      Caption = '信号控制'
      TabOrder = 0
      OnClick = BitBtn_SignalContClick
    end
    object ComBitBtnSet: TBitBtn
      Left = 57
      Top = 70
      Width = 121
      Height = 33
      Caption = '串口设置'
      TabOrder = 1
      OnClick = ComBitBtnSetClick
    end
    object TimeBitBtnSet: TBitBtn
      Left = 57
      Top = 102
      Width = 121
      Height = 33
      Caption = '时间设置'
      TabOrder = 2
      OnClick = TimeBitBtnSetClick
    end
    object BackLightBitBtn: TBitBtn
      Left = 57
      Top = 134
      Width = 121
      Height = 33
      Caption = '背光设置'
      TabOrder = 3
      OnClick = BackLightBitBtnClick
    end
    object BitBtn3: TBitBtn
      Left = 57
      Top = 166
      Width = 121
      Height = 33
      Caption = '网络设置'
      TabOrder = 4
      OnClick = BitBtn3Click
    end
  end
  object IDListBox: TListBox
    Left = 8
    Top = 40
    Width = 345
    Height = 209
    Color = clAqua
    ItemHeight = 13
    TabOrder = 4
    OnClick = IDListBoxClick
  end
end

⌨️ 快捷键说明

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