clientu1.dfm

来自「基于Delphi6的WebServices及其实现」· DFM 代码 · 共 84 行

DFM
84
字号
object Form1: TForm1
  Left = 326
  Top = 107
  Width = 254
  Height = 148
  Caption = 'Form1'
  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 = 8
    Top = 18
    Width = 41
    Height = 17
    Caption = #25972#25968'1'
  end
  object Label2: TLabel
    Left = 112
    Top = 18
    Width = 38
    Height = 13
    Caption = #25972#25968'2'
  end
  object Label3: TLabel
    Left = 19
    Top = 59
    Width = 12
    Height = 13
    Caption = #21644
  end
  object Label4: TLabel
    Left = 128
    Top = 58
    Width = 12
    Height = 13
    Caption = #24046
  end
  object Edit1: TEdit
    Left = 48
    Top = 16
    Width = 57
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 152
    Top = 16
    Width = 65
    Height = 21
    TabOrder = 1
  end
  object Button1: TButton
    Left = 64
    Top = 88
    Width = 97
    Height = 25
    Caption = 'Button1'
    TabOrder = 2
    OnClick = Button1Click
  end
  object Edit3: TEdit
    Left = 48
    Top = 56
    Width = 57
    Height = 21
    ReadOnly = True
    TabOrder = 3
  end
  object Edit4: TEdit
    Left = 152
    Top = 56
    Width = 65
    Height = 21
    ReadOnly = True
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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