untservermain.dfm

来自「关于书籍《Borland c++Builder工程实践》的源代码」· DFM 代码 · 共 43 行

DFM
43
字号
object frmServerMain: TfrmServerMain
  Left = 192
  Top = 107
  Width = 511
  Height = 253
  Caption = #36828#31243#23454#39564#39044#32422#31995#32479#26381#21153#31243#24207
  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 Label1: TLabel
    Left = 64
    Top = 40
    Width = 384
    Height = 51
    Caption = #36828#31243#23454#39564#39044#32422#31995#32479
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -48
    Font.Name = #21326#25991#34892#26999
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 72
    Top = 112
    Width = 336
    Height = 51
    Caption = #24212#29992#31243#24207#26381#21153#22120
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -48
    Font.Name = #21326#25991#34892#26999
    Font.Style = []
    ParentFont = False
  end
end

⌨️ 快捷键说明

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