unit1.dfm

来自「<<C++Builder 6实用编程100例>>随书光盘」· DFM 代码 · 共 68 行

DFM
68
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 345
  Height = 312
  Caption = 'Roll & Pull'
  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 Image1: TImage
    Left = 18
    Top = 18
    Width = 300
    Height = 225
    AutoSize = True
    Visible = False
  end
  object OpenPictureDialog1: TOpenPictureDialog
    Left = 136
    Top = 48
  end
  object MainMenu1: TMainMenu
    Left = 64
    Top = 48
    object File: TMenuItem
      Caption = #25991#20214'(&F)'
      object Open: TMenuItem
        Caption = #25171#24320#22270#20687'(&O)'
        OnClick = OpenClick
      end
      object Exit: TMenuItem
        Caption = #36864#20986'(&X)'
        OnClick = ExitClick
      end
    end
    object Picture: TMenuItem
      Caption = #22270#20687#25928#26524'(&E)'
      object Left_Roll: TMenuItem
        Caption = #24038#20391#28378#21160#25928#26524
        Enabled = False
        OnClick = Left_RollClick
      end
      object Right_Roll: TMenuItem
        Caption = #21491#20391#28378#21160#25928#26524
        Enabled = False
        OnClick = Right_RollClick
      end
      object Top_Pull: TMenuItem
        Caption = #21521#19978#25512#25289#25928#26524
        Enabled = False
        OnClick = Top_PullClick
      end
      object Bottom_Pull: TMenuItem
        Caption = #21521#19979#25512#25289#25928#26524
        Enabled = False
        OnClick = Bottom_PullClick
      end
    end
  end
end

⌨️ 快捷键说明

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