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

📄 ufmainform.dfm

📁 EXE+BPL+DLL+Interface項目解決方案演示 經典
💻 DFM
字号:
object FMainForm: TFMainForm
  Left = 86
  Top = 43
  Width = 615
  Height = 475
  Caption = 'FMainForm'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  Menu = MnuMain
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object pgcMain: TPageControl
    Left = 0
    Top = 0
    Width = 607
    Height = 429
    ActivePage = tsMain
    Align = alClient
    TabOrder = 0
    object tsMain: TTabSheet
      Caption = 'tsMain'
      object redtMain: TRichEdit
        Left = 0
        Top = 0
        Width = 599
        Height = 401
        Align = alClient
        Lines.Strings = (
          'redtMain')
        TabOrder = 0
      end
    end
  end
  object MnuMain: TMainMenu
    Left = 144
    Top = 48
    object MuiDLLOperator: TMenuItem
      Tag = 1
      Caption = 'DLL'#35013#20837#21644#21368#36733
      object MuiLoadDLL: TMenuItem
        Tag = 1
        Caption = #35013#20837'DLL'
        OnClick = MuiLoadDLLClick
      end
      object MuiFreeDLL: TMenuItem
        Tag = 2
        Caption = #21368#36733'DLL'
        OnClick = MuiFreeDLLClick
      end
    end
    object MuiOpenForm: TMenuItem
      Caption = #25171#24320'DLL'#20013#31383#20307'(L)'
      object MuiBGroup: TMenuItem
        Caption = #25171#24320'B'#32452#31383#20307
        OnClick = MuiBGroupClick
      end
      object MuiDGroup: TMenuItem
        Caption = #25171#24320'D'#32452#31383#20307
        OnClick = MuiDGroupClick
      end
    end
    object MuiCloseForm: TMenuItem
      Caption = #20851#38381'DLL'#31383#20307'(&U)'
      object MuiBGroupClose: TMenuItem
        Caption = #20851#38381'B'#32452#31383#20307
        OnClick = MuiBGroupCloseClick
      end
      object MuiDGroupClose: TMenuItem
        Caption = #20851#38381'D'#32452#31383#20307
        OnClick = MuiDGroupCloseClick
      end
    end
  end
end

⌨️ 快捷键说明

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