jianjie1.~dfm

来自「湖滨小区物业管理系统主要是针对湖滨小区的物业管理公司作为使用对象而开发的」· ~DFM 代码 · 共 37 行

~DFM
37
字号
object jianjie: Tjianjie
  Left = 192
  Top = 107
  Width = 544
  Height = 375
  Caption = #20316#32773#31616#20171
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 32
    Top = 16
    Width = 497
    Height = 321
    Caption = 'Panel1'
    TabOrder = 0
    object Image1: TImage
      Left = 0
      Top = 0
      Width = 497
      Height = 321
    end
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 456
    Top = 176
  end
end

⌨️ 快捷键说明

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