ip.~dfm

来自「基于delphi的聊天室工具」· ~DFM 代码 · 共 94 行

~DFM
94
字号
object frmIp: TfrmIp
  Left = 383
  Top = 269
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #24314#31435#36830#25509
  ClientHeight = 144
  ClientWidth = 258
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 64
    Width = 168
    Height = 12
    Caption = #35831#36755#20837#26381#21153#22120#30340'IP'#22320#22336#25110#21517#31216#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 16
    Top = 8
    Width = 72
    Height = 12
    Caption = #35831#36755#20837#29992#25143#21517
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object edIP: TEdit
    Left = 16
    Top = 80
    Width = 225
    Height = 21
    TabOrder = 0
    Text = '125.217.234.30'
    OnKeyPress = edIPKeyPress
  end
  object Button1: TButton
    Left = 40
    Top = 112
    Width = 75
    Height = 25
    Caption = #30830#23450
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 152
    Top = 112
    Width = 75
    Height = 25
    Caption = #21462#28040
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 16
    Top = 32
    Width = 225
    Height = 21
    TabOrder = 3
    Text = '123'
    OnKeyPress = edIPKeyPress
  end
end

⌨️ 快捷键说明

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