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

📄 unit1.~dfm

📁 本光盘是《Delphi 7应用教程》一书的配套光盘
💻 ~DFM
字号:
object Form1: TForm1
  Left = 264
  Top = 116
  Width = 359
  Height = 203
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnMouseMove = FormMouseMove
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 16
    Width = 145
    Height = 29
    AutoSize = False
    Caption = #21647'       '#40517
    Color = clGreen
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
    Transparent = True
    OnClick = Label1Click
    OnMouseMove = Label1MouseMove
  end
  object Label2: TLabel
    Left = 192
    Top = 16
    Width = 137
    Height = 29
    AutoSize = False
    Caption = #26149'     '#26195
    Color = clGreen
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
    Transparent = True
    OnClick = Label2Click
    OnMouseMove = Label2MouseMove
  end
  object Label3: TLabel
    Left = 24
    Top = 72
    Width = 145
    Height = 29
    AutoSize = False
    Caption = #26149#22812#21916#38632
    Color = clGreen
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
    Transparent = True
    OnClick = Label3Click
    OnMouseMove = Label3MouseMove
  end
  object Label4: TLabel
    Left = 192
    Top = 72
    Width = 137
    Height = 29
    AutoSize = False
    Caption = #30331#40563#40522#27004
    Color = clGreen
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
    Transparent = True
    OnClick = Label4Click
    OnMouseMove = Label4MouseMove
  end
  object Button1: TButton
    Left = 208
    Top = 120
    Width = 105
    Height = 33
    Caption = #36864#20986
    TabOrder = 0
    OnClick = Button1Click
  end
  object MediaPlayer1: TMediaPlayer
    Left = 56
    Top = 144
    Width = 253
    Height = 33
    Visible = False
    TabOrder = 1
  end
  object Button2: TButton
    Left = 48
    Top = 120
    Width = 121
    Height = 33
    Caption = #36873#25321#32972#26223#38899#20048
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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