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

📄 unit1.nfm.~1~

📁 Delphi 2005程序设计教程_实例源文件和教学课件
💻 ~1~
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -