main.dfm

来自「是一个delphi的流程制作软件」· DFM 代码 · 共 66 行

DFM
66
字号
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 + =
减小字号Ctrl + -
显示快捷键?