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

📄 servmain.dfm

📁 Delphi_7.0数据库开发源代码。有内容十一章节
💻 DFM
字号:
object MainForm: TMainForm
  Left = 508
  Top = 297
  AutoScroll = False
  Caption = 'Application Server'
  ClientHeight = 144
  ClientWidth = 230
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 16
    Top = 16
    Width = 193
    Height = 111
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 21
      Top = 47
      Width = 42
      Height = 13
      Alignment = taRightJustify
      Caption = 'Queries: '
    end
    object Label2: TLabel
      Left = 26
      Top = 22
      Width = 37
      Height = 13
      Alignment = taRightJustify
      Caption = 'Clients: '
    end
    object QueryCount: TLabel
      Left = 72
      Top = 48
      Width = 6
      Height = 13
      Caption = '0'
    end
    object ClientCount: TLabel
      Left = 72
      Top = 23
      Width = 6
      Height = 13
      Caption = '0'
    end
  end
end

⌨️ 快捷键说明

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