⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 movieserver1.dfm

📁 Delphi XML & XPATH源代码
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -