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

📄 e25.dfm

📁 delphi的学习资料
💻 DFM
字号:
object fmE25: TfmE25
  Left = 377
  Top = 621
  Width = 378
  Height = 331
  Caption = ' '#26102#38388#31867#22411
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 16
  object LbHH: TLabel
    Left = 38
    Top = 40
    Width = 56
    Height = 53
    Caption = 'HH'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -53
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object LbMM: TLabel
    Left = 132
    Top = 39
    Width = 56
    Height = 53
    Caption = 'MM'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -53
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object LbSS: TLabel
    Left = 225
    Top = 40
    Width = 56
    Height = 53
    Caption = 'SS'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -53
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object img0: TImage
    Left = 10
    Top = 97
    Width = 184
    Height = 188
    Stretch = True
  end
  object img2: TImage
    Left = 214
    Top = 149
    Width = 76
    Height = 134
    ParentShowHint = False
    ShowHint = False
    Stretch = True
  end
  object BitBtn1: TBitBtn
    Left = 204
    Top = 105
    Width = 58
    Height = 29
    Caption = 'BitBtn1'
    TabOrder = 0
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 274
    Top = 107
    Width = 75
    Height = 25
    Caption = 'BitBtn2'
    TabOrder = 1
    OnClick = BitBtn2Click
  end
  object Timer1: TTimer
    Interval = 100
    OnTimer = Timer1Timer
    Left = 93
    Top = 4
  end
  object OpenPicDial: TOpenPictureDialog
    Left = 155
    Top = 165
  end
end

⌨️ 快捷键说明

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