unit1.dfm

来自「视频采集卡」· DFM 代码 · 共 54 行

DFM
54
字号
object formMain: TformMain
  Left = 442
  Top = 180
  Width = 380
  Height = 374
  Caption = 'formMain'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  WindowState = wsMaximized
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object btnRecord: TButton
    Left = 48
    Top = 304
    Width = 75
    Height = 25
    Caption = #24405#20687
    TabOrder = 0
    OnClick = btnRecordClick
  end
  object btnSnap: TButton
    Left = 272
    Top = 304
    Width = 75
    Height = 25
    Caption = #25293#29031
    TabOrder = 1
    OnClick = btnSnapClick
  end
  object wndShow: TPanel
    Left = 8
    Top = 8
    Width = 352
    Height = 288
    TabOrder = 2
  end
  object btnStop: TButton
    Left = 152
    Top = 304
    Width = 75
    Height = 25
    Caption = #20572#24405
    Enabled = False
    TabOrder = 3
    OnClick = btnStopClick
  end
end

⌨️ 快捷键说明

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