param_frm.dfm

来自「一个简单的RICH聊天程序」· DFM 代码 · 共 66 行

DFM
66
字号
object frmParam: TfrmParam
  Left = 406
  Top = 295
  Width = 264
  Height = 184
  Caption = #21442#25968
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -19
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 19
  object Label1: TLabel
    Left = 8
    Top = 24
    Width = 68
    Height = 19
    Caption = 'IP'#22320#22336':'
  end
  object Label2: TLabel
    Left = 26
    Top = 64
    Width = 48
    Height = 19
    Caption = #31471#21475':'
  end
  object edtIP: TEdit
    Left = 76
    Top = 20
    Width = 165
    Height = 27
    TabOrder = 0
    Text = '127.0.0.1'
  end
  object edtPort: TEdit
    Left = 76
    Top = 60
    Width = 165
    Height = 27
    TabOrder = 1
    Text = '1111'
  end
  object btnOK: TButton
    Left = 80
    Top = 108
    Width = 75
    Height = 25
    Caption = #30830#23450
    ModalResult = 13
    TabOrder = 2
  end
  object btnCancel: TButton
    Left = 168
    Top = 108
    Width = 75
    Height = 25
    Caption = #21462#28040
    ModalResult = 10
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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