unit1.nfm.~1~

来自「Delphi 2005程序设计教程_实例源文件和教学课件」· ~1~ 代码 · 共 39 行

~1~
39
字号
object Form3: TForm3
  Caption = 'Form3'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  Height = 350
  Width = 532
  Left = 0
  Top = 0
  PixelsPerInch = 96
  TextHeight = 13
  object Image1: TImage
    Stretch = True
    Left = 312
    Top = 8
    Width = 209
    Height = 273
  end
  object Button1: TButton
    Caption = #25171#24320#22270#29255
    TabOrder = 0
    Left = 384
    Top = 296
    Width = 75
    Height = 25
    OnClick = Button1Click
  end
  object OpenPictureDialog1: TOpenPictureDialog
    Filter = 
      'All (*.bmp;*.ico;*.wmf)|*.bmp;*.ico;*.wmf|Bitmaps (*.bmp)|*.bmp|' +
      'Icons (*.ico)|*.ico|Metafiles (*.wmf)|*.wmf'
    Left = 328
    Top = 296
  end
end

⌨️ 快捷键说明

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