unit2.~dfm

来自「Calculator with delphi7」· ~DFM 代码 · 共 46 行

~DFM
46
字号
object Form2: TForm2
  Left = 284
  Top = 263
  Width = 163
  Height = 113
  BorderIcons = [biSystemMenu]
  Caption = 'Informacija'
  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 Label1: TLabel
    Left = 8
    Top = 8
    Width = 134
    Height = 20
    Caption = 'Made by: Justas '#174' '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    OnClick = Label1Click
  end
  object Label2: TLabel
    Left = 8
    Top = 64
    Width = 104
    Height = 13
    Caption = 'vartotojas@gmail.com'
  end
  object Label3: TLabel
    Left = 8
    Top = 40
    Width = 75
    Height = 13
    Caption = 'file size: 506 KB'
  end
end

⌨️ 快捷键说明

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