serverdemo.~dfm

来自「Delphi7数据库开发教程,包含该书21套实例」· ~DFM 代码 · 共 57 行

~DFM
57
字号
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 297
  Height = 184
  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 lblClientNum: TLabel
    Left = 136
    Top = 16
    Width = 65
    Height = 17
    AutoSize = False
    Caption = '0'
  end
  object lblQueryNum: TLabel
    Left = 136
    Top = 56
    Width = 65
    Height = 17
    AutoSize = False
    Caption = '0'
  end
  object Label1: TLabel
    Left = 24
    Top = 16
    Width = 105
    Height = 13
    AutoSize = False
    Caption = #36830#25509#23458#25143#31471#25968#37327#65306
  end
  object Label2: TLabel
    Left = 24
    Top = 56
    Width = 89
    Height = 13
    AutoSize = False
    Caption = #26597#35810#25968#37327#65306
  end
  object btnRun: TButton
    Left = 88
    Top = 104
    Width = 137
    Height = 25
    Caption = #36816#34892#28436#31034#25968#25454#24211
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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