unit_login.dfm

来自「这是一个用Delphi开发的MP3播放器的源码」· DFM 代码 · 共 77 行

DFM
77
字号
object Frm_Login: TFrm_Login
  Left = 343
  Top = 268
  BorderStyle = bsNone
  Caption = 'Frm_Login'
  ClientHeight = 94
  ClientWidth = 277
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 261
    Height = 64
    Caption = #38899#20048#22825#22320
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -64
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    Transparent = True
  end
  object Label2: TLabel
    Left = 5
    Top = 5
    Width = 261
    Height = 64
    Caption = #38899#20048#22825#22320
    Font.Charset = GB2312_CHARSET
    Font.Color = clYellow
    Font.Height = -64
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    Transparent = True
  end
  object Panel_Main: TPanel
    Left = 8
    Top = 82
    Width = 257
    Height = 9
    Color = clLime
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Panel_Zi: TPanel
      Left = 1
      Top = 1
      Width = 255
      Height = 7
      BevelOuter = bvNone
      Color = clRed
      TabOrder = 0
    end
  end
  object Timer: TTimer
    Enabled = False
    Interval = 20
    OnTimer = TimerTimer
    Left = 56
    Top = 112
  end
end

⌨️ 快捷键说明

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