movieserver1.dfm

来自「Delphi XML & XPATH源代码」· DFM 代码 · 共 49 行

DFM
49
字号
object frmMovieServer: TfrmMovieServer
  Left = 328
  Top = 517
  BorderStyle = bsDialog
  Caption = 'Movie Data Server'
  ClientHeight = 50
  ClientWidth = 134
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 8
    Width = 34
    Height = 13
    Caption = 'Clients:'
  end
  object lblClients: TLabel
    Left = 96
    Top = 8
    Width = 6
    Height = 13
    Alignment = taRightJustify
    Caption = '0'
  end
  object Label3: TLabel
    Left = 32
    Top = 28
    Width = 39
    Height = 13
    Caption = 'Queries:'
  end
  object lblQueries: TLabel
    Left = 96
    Top = 28
    Width = 6
    Height = 13
    Alignment = taRightJustify
    Caption = '0'
  end
end

⌨️ 快捷键说明

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