testmainform.dfm

来自「Form from DLL (Delphi source code)」· DFM 代码 · 共 93 行

DFM
93
字号
object TestForm: TTestForm
  Left = 281
  Top = 119
  Width = 699
  Height = 429
  Caption = 'Test Project'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIForm
  Menu = MainMenu1
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object btnTestMsg: TButton
    Left = 49
    Top = 16
    Width = 150
    Height = 25
    Caption = 'Teszt'#252'zenet'
    TabOrder = 0
    OnClick = btnTestMsgClick
  end
  object btnModelessFormDestroy: TButton
    Left = 49
    Top = 126
    Width = 150
    Height = 25
    Caption = 'Modeless Form t'#246'rl'#233'se'
    TabOrder = 1
    OnClick = btnModelessFormDestroyClick
  end
  object Button1: TButton
    Left = 49
    Top = 52
    Width = 150
    Height = 25
    Caption = 'Mod'#225'lis Form'
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 49
    Top = 89
    Width = 150
    Height = 25
    Caption = 'Modeless Form l'#233'trehoz'#225'sa'
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button4: TButton
    Left = 49
    Top = 163
    Width = 150
    Height = 25
    Caption = 'MDI Child l'#233'trehoz'#225'sa'
    TabOrder = 4
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 49
    Top = 200
    Width = 150
    Height = 25
    Caption = 'MDI Child Form t'#246'rl'#233'se'
    TabOrder = 5
    OnClick = Button5Click
  end
  object cbUseTScreen: TCheckBox
    Left = 209
    Top = 20
    Width = 119
    Height = 17
    Caption = 'TScreen haszn'#225'lata'
    Checked = True
    State = cbChecked
    TabOrder = 6
  end
  object MainMenu1: TMainMenu
    Left = 4
    Top = 4
    object Main1: TMenuItem
      Caption = 'F'#337'men'#252'...'
    end
  end
end

⌨️ 快捷键说明

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