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

📄 unit2.dfm

📁 delphi课程设计的内容,包括源代码,文本的设计,菜单的设计等.
💻 DFM
字号:
object Form2: TForm2
  Left = 192
  Top = 107
  Width = 544
  Height = 375
  Caption = '关于记事本'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clRed
  Font.Height = -19
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 24
  object Label1: TLabel
    Left = 80
    Top = 24
    Width = 194
    Height = 24
    Caption = 'Microsoft (R)       记事本'
  end
  object Label2: TLabel
    Left = 88
    Top = 64
    Width = 108
    Height = 24
    Caption = 'Windows  98'
  end
  object Label3: TLabel
    Left = 88
    Top = 112
    Width = 319
    Height = 24
    Caption = '版权所有   1981-1998   Microsoft   Corp'
  end
  object Label4: TLabel
    Left = 96
    Top = 168
    Width = 180
    Height = 24
    Caption = '本产品的使用权属于:'
  end
  object Label5: TLabel
    Left = 104
    Top = 208
    Width = 57
    Height = 24
    Caption = 'legovo'
  end
  object Button1: TButton
    Left = 424
    Top = 288
    Width = 75
    Height = 41
    Caption = '确定'
    TabOrder = 0
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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