unit3.dfm

来自「SUISkin 是为Delphi和C++Builder开发的最易用的界面增强VC」· DFM 代码 · 共 41 行

DFM
41
字号
object Form3: TForm3
  Left = 269
  Top = 170
  AutoScroll = False
  Caption = 'Form3'
  ClientHeight = 434
  ClientWidth = 688
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Edit1: TEdit
    Left = 144
    Top = 0
    Width = 121
    Height = 21
    TabOrder = 2
    Text = 'Edit1'
  end
  object MainMenu1: TMainMenu
    Left = 344
    Top = 216
    object dffdsfsafddsf1: TMenuItem
      Caption = 'Form3'
      object Menu1: TMenuItem
        Caption = 'Menu'
      end
    end
  end
end

⌨️ 快捷键说明

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