serverunit1.~dfm

来自「Delphi6分布式开发例程4 :)」· ~DFM 代码 · 共 31 行

~DFM
31
字号
object Form1: TForm1
  Left = 196
  Top = 121
  Width = 338
  Height = 142
  Caption = 'DCOM Server'
  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 = 177
    Height = 29
    AutoSize = False
    Caption = #31561#24453#23458#25143#30331#38470#65281
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
  end
end

⌨️ 快捷键说明

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