fmssoapclient.dfm

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

DFM
71
字号
object Form2: TForm2
  Left = 151
  Top = 167
  Width = 544
  Height = 352
  Caption = 'Form2'
  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 = 208
    Top = 280
    Width = 233
    Height = 21
    Caption = #30001'MS SOAP Toolkit '#21628#21483
    Font.Charset = CHINESEBIG5_CHARSET
    Font.Color = clRed
    Font.Height = -21
    Font.Name = #26032#32048#26126#39636
    Font.Style = [fsBold]
    ParentFont = False
  end
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 536
    Height = 265
    ActivePage = TabSheet2
    Align = alTop
    TabIndex = 1
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = 'TabSheet1'
      object Memo1: TMemo
        Left = 0
        Top = 0
        Width = 528
        Height = 237
        Align = alClient
        TabOrder = 0
      end
    end
    object TabSheet2: TTabSheet
      Caption = 'TabSheet2'
      ImageIndex = 1
      object Image1: TImage
        Left = 8
        Top = 8
        Width = 273
        Height = 217
        Stretch = True
      end
    end
  end
  object Button1: TButton
    Left = 8
    Top = 272
    Width = 169
    Height = 41
    Caption = 'Button1'
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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