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

📄 unit1.dfm

📁 A diagram edit component for delphi/c++ builder with full source included
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -