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

📄 main.dfm

📁 是一个delphi的流程制作软件
💻 DFM
字号:
object Form1: TForm1
  Left = 46
  Top = 85
  Width = 616
  Height = 478
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 281
    Top = 0
    Width = 24
    Height = 432
    Cursor = crHSplit
  end
  object Memo1: TMemo
    Left = 0
    Top = 0
    Width = 281
    Height = 432
    Align = alLeft
    TabOrder = 0
  end
  object ListBox1: TListBox
    Left = 305
    Top = 0
    Width = 303
    Height = 432
    Align = alClient
    ItemHeight = 13
    TabOrder = 1
  end
  object DOMDocument1: TDOMDocument
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    Left = 56
    Top = 24
  end
  object MainMenu1: TMainMenu
    Left = 16
    Top = 24
    object File1: TMenuItem
      Caption = 'File'
      object Run1: TMenuItem
        Caption = 'Run'
        OnClick = Run1Click
      end
      object N1: TMenuItem
        Caption = '-'
      end
      object Exit1: TMenuItem
        Caption = 'E&xit'
        OnClick = Exit1Click
      end
    end
  end
end

⌨️ 快捷键说明

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