serverunit1.dfm

来自「Delphi6分布式开发例程7 )」· DFM 代码 · 共 32 行

DFM
32
字号
object Form1: TForm1
  Left = 201
  Top = 178
  Width = 353
  Height = 218
  Caption = 'CORBA'#26381#21153#22120
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 16
    Width = 145
    Height = 13
    Caption = 'CORBA'#26381#21153#22120#25552#20379#30340#26381#21153#65306
  end
  object Memo1: TMemo
    Left = 32
    Top = 48
    Width = 281
    Height = 113
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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