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

📄 unit1.dfm

📁 本光盘是《Delphi 7应用教程》一书的配套光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 271
  Height = 223
  Caption = #22270#29255#21644#25991#26412#25991#20214#26597#30475
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 257
    Height = 185
    ActivePage = TabSheet2
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #25991#26412#25991#20214
      object Memo1: TMemo
        Left = 0
        Top = 0
        Width = 249
        Height = 121
        TabOrder = 0
      end
      object Button1: TButton
        Left = 96
        Top = 128
        Width = 65
        Height = 25
        Caption = #25171#24320
        TabOrder = 1
        OnClick = Button1Click
      end
    end
    object TabSheet2: TTabSheet
      Caption = #22270#29255#25991#20214
      ImageIndex = 1
      object Image1: TImage
        Left = 0
        Top = 0
        Width = 249
        Height = 121
        Stretch = True
      end
      object Button2: TButton
        Left = 80
        Top = 128
        Width = 73
        Height = 25
        Caption = #25171#24320
        TabOrder = 0
        OnClick = Button2Click
      end
    end
  end
  object OpenDialog1: TOpenDialog
    Left = 36
    Top = 152
  end
  object OpenPictureDialog1: TOpenPictureDialog
    Left = 180
    Top = 152
  end
end

⌨️ 快捷键说明

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