unit1.dfm

来自「本软件是用delphi编写的小区或停车场收费系统」· DFM 代码 · 共 55 行

DFM
55
字号
object Form1: TForm1
  Left = 187
  Top = 168
  Width = 544
  Height = 375
  Caption = 'Form1'
  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 pnlCapture: TPanel
    Left = 0
    Top = 0
    Width = 536
    Height = 348
    Align = alClient
    Caption = 'pnlCapture'
    TabOrder = 0
    inline famCaptureFee: TfamCapture
      Left = 1
      Top = 1
      Width = 534
      Height = 346
      Align = alClient
      inherited ToolBar: TToolBar
        Width = 534
        inherited btnSnapOne: TToolButton
          Visible = False
        end
        inherited btnPlayBack: TToolButton
          Visible = False
        end
        inherited btnSaveFromMem: TToolButton
          Visible = False
        end
        inherited ToolButton1: TToolButton
          Visible = False
        end
        inherited ToolButton3: TToolButton
          Visible = False
        end
      end
      inherited VideoPanel: TPanel
        Width = 534
        Height = 317
      end
    end
  end
end

⌨️ 快捷键说明

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