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

📄 unit1.~dfm

📁 LED数码管编码读写
💻 ~DFM
字号:
object Form1: TForm1
  Left = 227
  Top = 130
  BorderStyle = bsDialog
  Caption = 'LED&HEX       Write By Davy  2002.9.18'
  ClientHeight = 346
  ClientWidth = 368
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clRed
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 248
    Width = 118
    Height = 20
    Caption = '显示码(HEX):'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clPurple
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 64
    Top = 280
    Width = 58
    Height = 20
    Caption = 'FFFFH'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 240
    Top = 280
    Width = 36
    Height = 20
    Caption = 'FFH'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Button1: TButton
    Left = 56
    Top = 312
    Width = 75
    Height = 25
    Caption = '完整显示'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 224
    Top = 312
    Width = 75
    Height = 25
    Caption = '完整显示'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = Button2Click
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 368
    Height = 241
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 2
    object Panel2: TPanel
      Left = 50
      Top = 10
      Width = 90
      Height = 11
      TabOrder = 0
      OnMouseDown = Panel2MouseDown
    end
    object Panel3: TPanel
      Left = 144
      Top = 24
      Width = 12
      Height = 90
      TabOrder = 1
      OnMouseDown = Panel3MouseDown
    end
    object Panel4: TPanel
      Left = 144
      Top = 128
      Width = 12
      Height = 90
      TabOrder = 2
      OnMouseDown = Panel4MouseDown
    end
    object Panel5: TPanel
      Left = 50
      Top = 220
      Width = 90
      Height = 11
      TabOrder = 3
      OnMouseDown = Panel5MouseDown
    end
    object Panel6: TPanel
      Left = 32
      Top = 128
      Width = 12
      Height = 90
      TabOrder = 4
      OnMouseDown = Panel6MouseDown
    end
    object Panel7: TPanel
      Left = 32
      Top = 24
      Width = 12
      Height = 90
      TabOrder = 5
      OnMouseDown = Panel7MouseDown
    end
    object Panel8: TPanel
      Left = 48
      Top = 116
      Width = 41
      Height = 11
      TabOrder = 6
      OnMouseDown = Panel8MouseDown
    end
    object Panel9: TPanel
      Left = 160
      Top = 224
      Width = 12
      Height = 17
      TabOrder = 7
      OnMouseDown = Panel9MouseDown
    end
    object Panel10: TPanel
      Left = 88
      Top = 24
      Width = 12
      Height = 89
      TabOrder = 8
      OnMouseDown = Panel10MouseDown
    end
    object Panel11: TPanel
      Left = 48
      Top = 32
      Width = 12
      Height = 17
      TabOrder = 9
      OnMouseDown = Panel11MouseDown
    end
    object Panel12: TPanel
      Left = 56
      Top = 52
      Width = 12
      Height = 17
      TabOrder = 10
      OnMouseDown = Panel11MouseDown
    end
    object Panel13: TPanel
      Left = 64
      Top = 70
      Width = 12
      Height = 17
      TabOrder = 11
      OnMouseDown = Panel11MouseDown
    end
    object Panel14: TPanel
      Left = 72
      Top = 88
      Width = 12
      Height = 17
      TabOrder = 12
      OnMouseDown = Panel11MouseDown
    end
    object Panel15: TPanel
      Left = 104
      Top = 136
      Width = 12
      Height = 17
      TabOrder = 13
      OnMouseDown = Panel15MouseDown
    end
    object Panel16: TPanel
      Left = 112
      Top = 156
      Width = 12
      Height = 17
      TabOrder = 14
      OnMouseDown = Panel15MouseDown
    end
    object Panel17: TPanel
      Left = 120
      Top = 174
      Width = 12
      Height = 17
      TabOrder = 15
      OnMouseDown = Panel15MouseDown
    end
    object Panel18: TPanel
      Left = 128
      Top = 192
      Width = 12
      Height = 17
      TabOrder = 16
      OnMouseDown = Panel15MouseDown
    end
    object Panel19: TPanel
      Left = 128
      Top = 32
      Width = 12
      Height = 17
      TabOrder = 17
      OnMouseDown = Panel19MouseDown
    end
    object Panel20: TPanel
      Left = 120
      Top = 52
      Width = 12
      Height = 17
      TabOrder = 18
      OnMouseDown = Panel19MouseDown
    end
    object Panel21: TPanel
      Left = 112
      Top = 70
      Width = 12
      Height = 17
      TabOrder = 19
      OnMouseDown = Panel19MouseDown
    end
    object Panel22: TPanel
      Left = 104
      Top = 88
      Width = 12
      Height = 17
      TabOrder = 20
      OnMouseDown = Panel19MouseDown
    end
    object Panel23: TPanel
      Left = 72
      Top = 136
      Width = 12
      Height = 17
      TabOrder = 21
      OnMouseDown = Panel23MouseDown
    end
    object Panel24: TPanel
      Left = 64
      Top = 156
      Width = 12
      Height = 17
      TabOrder = 22
      OnMouseDown = Panel23MouseDown
    end
    object Panel25: TPanel
      Left = 56
      Top = 174
      Width = 12
      Height = 17
      TabOrder = 23
      OnMouseDown = Panel23MouseDown
    end
    object Panel26: TPanel
      Left = 48
      Top = 192
      Width = 12
      Height = 17
      TabOrder = 24
      OnMouseDown = Panel23MouseDown
    end
    object Panel27: TPanel
      Left = 88
      Top = 128
      Width = 12
      Height = 89
      TabOrder = 25
      OnMouseDown = Panel27MouseDown
    end
    object Panel28: TPanel
      Left = 98
      Top = 116
      Width = 39
      Height = 11
      TabOrder = 26
      OnMouseDown = Panel28MouseDown
    end
    object Panel29: TPanel
      Left = 218
      Top = 10
      Width = 90
      Height = 11
      TabOrder = 27
      OnMouseDown = Panel29MouseDown
    end
    object Panel30: TPanel
      Left = 312
      Top = 24
      Width = 12
      Height = 90
      TabOrder = 28
      OnMouseDown = Panel30MouseDown
    end
    object Panel31: TPanel
      Left = 312
      Top = 128
      Width = 12
      Height = 90
      TabOrder = 29
      OnMouseDown = Panel31MouseDown
    end
    object Panel32: TPanel
      Left = 218
      Top = 220
      Width = 90
      Height = 11
      TabOrder = 30
      OnMouseDown = Panel32MouseDown
    end
    object Panel33: TPanel
      Left = 200
      Top = 128
      Width = 12
      Height = 90
      TabOrder = 31
      OnMouseDown = Panel33MouseDown
    end
    object Panel34: TPanel
      Left = 200
      Top = 24
      Width = 12
      Height = 90
      TabOrder = 32
      OnMouseDown = Panel34MouseDown
    end
    object Panel35: TPanel
      Left = 216
      Top = 116
      Width = 94
      Height = 11
      TabOrder = 33
      OnMouseDown = Panel35MouseDown
    end
    object Panel36: TPanel
      Left = 328
      Top = 224
      Width = 12
      Height = 17
      TabOrder = 34
      OnMouseDown = Panel36MouseDown
    end
  end
  object RadioButton1: TRadioButton
    Left = 168
    Top = 256
    Width = 49
    Height = 17
    Caption = '共阳'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = RadioButton1Click
  end
  object RadioButton2: TRadioButton
    Left = 232
    Top = 256
    Width = 65
    Height = 17
    Caption = '共阴'
    Checked = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    TabStop = True
    OnClick = RadioButton1Click
  end
end

⌨️ 快捷键说明

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