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

📄 screendigits.~dfm

📁 Controled counter delphi
💻 ~DFM
字号:
object FormDigits: TFormDigits
  Left = 179
  Top = 137
  Align = alClient
  BorderIcons = []
  BorderStyle = bsNone
  Caption = 'Digits'
  ClientHeight = 525
  ClientWidth = 954
  Color = clRed
  TransparentColorValue = clWhite
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poDefault
  WindowState = wsMaximized
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object LabelBMP: TLabel
    Left = 6
    Top = 71
    Width = 23
    Height = 13
    Caption = 'BMP'
  end
  object ImageBMP: TImage
    Left = 224
    Top = 200
    Width = 585
    Height = 169
    Align = alCustom
    Transparent = True
  end
  object LabelNumber: TLabel
    Left = 446
    Top = 282
    Width = 21
    Height = 13
    Caption = 'Text'
  end
  object ImageJPG: TImage
    Left = 360
    Top = 341
    Width = 417
    Height = 52
  end
  object LabelJPG: TLabel
    Left = 6
    Top = 221
    Width = 20
    Height = 13
    Caption = 'JPG'
  end
  object LabelJPGSize: TLabel
    Left = 46
    Top = 221
    Width = 24
    Height = 13
    Caption = 'NNN'
  end
  object ImageGIF: TImage
    Left = 86
    Top = 315
    Width = 507
    Height = 134
  end
  object LabelGIF: TLabel
    Left = 6
    Top = 315
    Width = 17
    Height = 13
    Caption = 'GIF'
  end
  object LabelGIFSize: TLabel
    Left = 46
    Top = 315
    Width = 24
    Height = 13
    Caption = 'NNN'
  end
  object ImageAllDigits: TImage
    Left = 240
    Top = 15
    Width = 569
    Height = 73
    Visible = False
  end
  object SpinEditDigits: TSpinEdit
    Left = 486
    Top = 274
    Width = 97
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 0
    Value = 9245678
    OnChange = SpinEditDigitsChange
  end
end

⌨️ 快捷键说明

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