⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 denglu.dfm

📁 简单的delphi udp聊天系统,简单的delphi udp聊天系统
💻 DFM
字号:
object LoginForm: TLoginForm
  Left = 382
  Top = 234
  Align = alCustom
  BorderIcons = [biSystemMenu, biMinimize, biHelp]
  BorderStyle = bsToolWindow
  Caption = #27426#36814#20351#29992#21556#33521#38155#32842#22825#31995#32479
  ClientHeight = 218
  ClientWidth = 292
  Color = clGradientActiveCaption
  Constraints.MaxHeight = 250
  Constraints.MaxWidth = 300
  Constraints.MinHeight = 245
  Constraints.MinWidth = 300
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  OnKeyPress = FormKeyPress
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 23
    Top = 40
    Width = 254
    Height = 20
    AutoSize = False
    Caption = #35831#36755#20837#27491#30830#30340#29992#25143#21517#19982#23494#30721
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clPurple
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 27
    Top = 83
    Width = 49
    Height = 18
    AutoSize = False
    Caption = #29992#25143#21517
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clPurple
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 36
    Top = 123
    Width = 39
    Height = 16
    AutoSize = False
    Caption = ' '#23494' '#30721
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clPurple
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 204
    Top = 82
    Width = 70
    Height = 18
    AutoSize = False
    Caption = #20813#36153#27880#20876
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clFuchsia
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = Label4Click
    OnMouseEnter = Label4MouseEnter
    OnMouseLeave = Label4MouseLeave
  end
  object User1: TEdit
    Left = 79
    Top = 80
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#35895#27468#25340#38899#36755#20837#27861
    TabOrder = 0
    OnKeyPress = FormKeyPress
  end
  object Password1: TEdit
    Left = 79
    Top = 120
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#35895#27468#25340#38899#36755#20837#27861
    PasswordChar = '*'
    TabOrder = 1
    OnKeyPress = FormKeyPress
  end
  object BitBtn1: TBitBtn
    Left = 40
    Top = 152
    Width = 63
    Height = 25
    Caption = #30331#24405
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clTeal
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 2
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 137
    Top = 152
    Width = 63
    Height = 25
    Caption = #36864#20986
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clTeal
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 3
    OnClick = BitBtn2Click
  end
end

⌨️ 快捷键说明

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