unit1.dfm

来自「A diagram edit component for delphi/c++ 」· DFM 代码 · 共 46 行

DFM
46
字号
object Form1: TForm1
  Left = 191
  Top = 124
  Width = 597
  Height = 480
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 120
  TextHeight = 16
  object DrawBox1: TDrawBox
    Left = 0
    Top = 34
    Width = 589
    Height = 414
    HorzScrollBar.Margin = 8
    HorzScrollBar.Tracking = True
    VertScrollBar.Margin = 8
    VertScrollBar.Tracking = True
    Align = alClient
    Color = clAppWorkSpace
    ParentColor = False
    TabOrder = 0
    DrawingTool = dtSelect
    Paper = Custom
    PaperColor = clWhite
    PaperWidth = 210
    PaperHeight = 297
    Zoom = 100
    ShowGrid = True
  end
  object DrawBar1: TDrawBar
    Left = 0
    Top = 0
    Width = 589
    Height = 34
    Bands = <>
    DrawBox = DrawBox1
  end
end

⌨️ 快捷键说明

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