unit1.dfm

来自「ADO+DCOM例程 服务器与客户端 有源码 请大家指点」· DFM 代码 · 共 45 行

DFM
45
字号
object Form1: TForm1
  Left = 245
  Top = 180
  Width = 281
  Height = 175
  Caption = 'Form1'
  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 = 64
    Top = 40
    Width = 48
    Height = 13
    Caption = '客户数:'
  end
  object Label2: TLabel
    Left = 64
    Top = 96
    Width = 48
    Height = 13
    Caption = '查询数:'
  end
  object clientcount: TLabel
    Left = 144
    Top = 40
    Width = 6
    Height = 13
    Caption = '0'
  end
  object querycount: TLabel
    Left = 144
    Top = 96
    Width = 6
    Height = 13
    Caption = '0'
  end
end

⌨️ 快捷键说明

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