fcomuncompressormain.dfm

来自「Delphi开发webservice的一套例子」· DFM 代码 · 共 30 行

DFM
30
字号
object Form1: TForm1
  Left = 163
  Top = 152
  Width = 687
  Height = 120
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = CHINESEBIG5_CHARSET
  Font.Color = clWindowText
  Font.Height = -47
  Font.Name = #26032#32048#26126#39636
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 120
  TextHeight = 47
  object Label1: TLabel
    Left = 40
    Top = 16
    Width = 583
    Height = 47
    Caption = #22739#32302'/'#35299#22739#32302' Web Service'#31684#20363
    Font.Charset = CHINESEBIG5_CHARSET
    Font.Color = clBlue
    Font.Height = -47
    Font.Name = #26032#32048#26126#39636
    Font.Style = []
    ParentFont = False
  end
end

⌨️ 快捷键说明

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