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

📄 unit1.dfm

📁 saa713xDiagram.src.zip saa713x芯片的底层功能测试
💻 DFM
字号:
object Form1: TForm1
  Left = 265
  Top = 394
  VertScrollBar.ParentColor = False
  Caption = 'Get MyCinema remote signal'
  ClientHeight = 160
  ClientWidth = 556
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  DesignSize = (
    556
    160)
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 129
    Width = 461
    Height = 24
    Anchors = [akLeft, akRight, akBottom]
    AutoSize = False
    Caption = 'Value:'
    Transparent = True
  end
  object ScrollBox1: TScrollBox
    Left = 8
    Top = 8
    Width = 542
    Height = 115
    HorzScrollBar.Tracking = True
    VertScrollBar.Tracking = True
    Anchors = [akLeft, akTop, akRight, akBottom]
    TabOrder = 0
    object Image1: TImage
      Left = 0
      Top = 0
      Width = 538
      Height = 110
    end
  end
  object Button1: TButton
    Left = 475
    Top = 128
    Width = 75
    Height = 25
    Anchors = [akRight, akBottom]
    Caption = '&Save BMP'
    TabOrder = 1
    OnClick = Button1Click
  end
  object XPManifest1: TXPManifest
  end
end

⌨️ 快捷键说明

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