mainunit1.dfm

来自「多层数据库应用开发示例」· DFM 代码 · 共 31 行

DFM
31
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 288
  Height = 176
  Caption = '应用程序服务器编程示例'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 40
    Top = 72
    Width = 154
    Height = 14
    Caption = '应用程序服务器正在运行'
  end
  object ServerState: TLabel
    Left = 40
    Top = 40
    Width = 70
    Height = 14
    Caption = '服务器状态'
  end
end

⌨️ 快捷键说明

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