unit2.dfm

来自「运用DELPHI开发的聊天工具」· DFM 代码 · 共 68 行

DFM
68
字号
object Form2: TForm2
  Left = 401
  Top = 248
  Width = 214
  Height = 155
  Caption = #22909#21451#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 66
    Height = 13
    Caption = #29992#25143#21517#65306'      '
    Transparent = True
  end
  object Label2: TLabel
    Left = 16
    Top = 56
    Width = 64
    Height = 13
    Caption = 'IP'#22320#22336#65306'      '
    Transparent = True
  end
  object Edit1: TEdit
    Left = 70
    Top = 13
    Width = 121
    Height = 21
    ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 70
    Top = 53
    Width = 121
    Height = 21
    ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
    TabOrder = 1
  end
  object Button1: TButton
    Left = 45
    Top = 88
    Width = 57
    Height = 25
    Caption = #20445#23384
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 109
    Top = 88
    Width = 57
    Height = 25
    Caption = #21462#28040
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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