jianjie1.dfm

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

DFM
39
字号
object jianjie: Tjianjie
  Left = 486
  Top = 150
  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 = 0
    Top = 0
    Width = 536
    Height = 341
    Align = alClient
    Caption = 'Panel1'
    TabOrder = 0
    object Image1: TImage
      Left = 1
      Top = 1
      Width = 534
      Height = 339
      Align = alClient
    end
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 456
    Top = 176
  end
end

⌨️ 快捷键说明

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