uconfig.dfm

来自「开发的一个仿QQ的UDP聊天的程序源代码」· DFM 代码 · 共 56 行

DFM
56
字号
object frmConfig: TfrmConfig
  Left = 321
  Top = 251
  BorderStyle = bsSingle
  Caption = #21021#22987#37197#32622
  ClientHeight = 177
  ClientWidth = 338
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 80
    Width = 111
    Height = 13
    Caption = #35831#36755#20837#26381#21153#22120#22320#22336':'
  end
  object Label2: TLabel
    Left = 24
    Top = 40
    Width = 104
    Height = 13
    Caption = #35831#36755#20837#24744#30340#26165#31216#65306
  end
  object etServerIp: TEdit
    Left = 136
    Top = 77
    Width = 161
    Height = 21
    TabOrder = 1
  end
  object etNick: TEdit
    Left = 136
    Top = 37
    Width = 161
    Height = 21
    TabOrder = 0
  end
  object Button1: TButton
    Left = 208
    Top = 128
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 2
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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