unit2.dfm

来自「delphi图形开发工具BlockEngine」· DFM 代码 · 共 75 行

DFM
75
字号
object Form2: TForm2
  Left = 305
  Top = 200
  Width = 630
  Height = 404
  Caption = 'Preview'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  WindowState = wsMaximized
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 622
    Height = 29
    Caption = 'ToolBar1'
    EdgeBorders = []
    Images = Form1.ImageList1
    TabOrder = 0
    object SpeedButton1: TSpeedButton
      Left = 0
      Top = 2
      Width = 71
      Height = 22
      Caption = 'Close'
      OnClick = SpeedButton1Click
    end
    object ToolButton1: TToolButton
      Left = 71
      Top = 2
      Width = 8
      Caption = 'ToolButton1'
      Style = tbsSeparator
    end
    object ToolButton2: TToolButton
      Left = 79
      Top = 2
      Caption = 'ToolButton2'
      ImageIndex = 6
      OnClick = ToolButton2Click
    end
    object ToolButton3: TToolButton
      Left = 102
      Top = 2
      Caption = 'ToolButton3'
      ImageIndex = 7
      OnClick = ToolButton3Click
    end
  end
  object BlockViewer1: TBlockViewer
    Left = 0
    Top = 29
    Width = 622
    Height = 348
    Align = alClient
    DoubleBuffered = False
    Scale = 1
    GridKind = gkAuto
    GridVSize = 0.05
    GridHSize = 0.05
    ShowGrid = False
    ShowRulers = True
    ViewKind = vkPage
    UnitType = Inch
    Smooth = True
  end
end

⌨️ 快捷键说明

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