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

📄 user_reg.~dfm

📁 一个QQ的界面源码
💻 ~DFM
字号:
object FrmReg: TFrmReg
  Left = 435
  Top = 141
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #29992#25143#27880#20876#21521#23548
  ClientHeight = 261
  ClientWidth = 452
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Scaled = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object RxLabel1: TRxLabel
    Left = 339
    Top = 10
    Width = 101
    Height = 16
    Caption = 'Net Message'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = [fsBold, fsItalic]
    ParentFont = False
  end
  object Panel1: TPanel
    Left = 3
    Top = 3
    Width = 134
    Height = 255
    BorderStyle = bsSingle
    Caption = 'Panel1'
    TabOrder = 0
    object Image1: TImage
      Left = 1
      Top = 1
      Width = 128
      Height = 249
      Align = alClient
    end
  end
  object GroupBox1: TGroupBox
    Left = 142
    Top = 32
    Width = 305
    Height = 193
    Caption = #29992#25143#27880#20876
    TabOrder = 1
    object Label2: TLabel
      Left = 92
      Top = 48
      Width = 48
      Height = 12
      Caption = #29992#25143#22836#20687
    end
    object EdtUsername: TLabeledEdit
      Left = 176
      Top = 32
      Width = 121
      Height = 20
      EditLabel.Width = 48
      EditLabel.Height = 12
      EditLabel.Caption = #29992#25143#21517#65306
      LabelPosition = lpAbove
      LabelSpacing = 3
      MaxLength = 20
      TabOrder = 0
      OnKeyDown = EdtUsernameKeyDown
      OnKeyPress = EdtUsernameKeyPress
    end
    object EdtPassword: TLabeledEdit
      Left = 176
      Top = 80
      Width = 121
      Height = 20
      EditLabel.Width = 36
      EditLabel.Height = 12
      EditLabel.Caption = #23494#30721#65306
      LabelPosition = lpAbove
      LabelSpacing = 3
      MaxLength = 16
      PasswordChar = '*'
      TabOrder = 1
      OnKeyDown = EdtUsernameKeyDown
    end
    object EdtRepassword: TLabeledEdit
      Left = 176
      Top = 128
      Width = 121
      Height = 20
      EditLabel.Width = 60
      EditLabel.Height = 12
      EditLabel.Caption = #30830#35748#23494#30721#65306
      LabelPosition = lpAbove
      LabelSpacing = 3
      MaxLength = 16
      PasswordChar = '*'
      TabOrder = 2
      OnKeyDown = EdtUsernameKeyDown
    end
    object Panel2: TPanel
      Left = 8
      Top = 16
      Width = 58
      Height = 169
      Alignment = taLeftJustify
      TabOrder = 3
      object Label1: TLabel
        Left = 1
        Top = 1
        Width = 56
        Height = 14
        Align = alTop
        Alignment = taCenter
        Caption = #22836#20687
        Font.Charset = ANSI_CHARSET
        Font.Color = clBlue
        Font.Height = -14
        Font.Name = #23435#20307
        Font.Style = [fsBold]
        ParentFont = False
      end
      object ImgLstBox: TdxImageListBox
        Left = 1
        Top = 15
        Width = 56
        Height = 153
        Alignment = taLeftJustify
        ImageAlign = dxliLeft
        ItemHeight = 0
        MultiLines = False
        VertAlignment = tvaCenter
        Align = alClient
        TabOrder = 0
        OnClick = ImgLstBoxClick
        SaveStrings = ()
      end
    end
    object Panel3: TPanel
      Left = 97
      Top = 72
      Width = 37
      Height = 37
      BorderStyle = bsSingle
      Caption = 'Panel3'
      TabOrder = 4
      object ImgFace: TImage
        Left = 1
        Top = 1
        Width = 31
        Height = 31
        Align = alClient
      end
    end
  end
  object BtnOK: TBitBtn
    Left = 280
    Top = 232
    Width = 75
    Height = 25
    Caption = #30830#23450'(&O)'
    TabOrder = 2
    OnClick = BtnOKClick
    Glyph.Data = {
      F6000000424DF600000000000000760000002800000010000000100000000100
      04000000000080000000120B0000120B00001000000000000000000000000000
      8000008000000080800080000000800080008080000080808000C0C0C0000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
      8888888880000088888888880666660888888880666666088888880666666660
      8888806666666660888806666606666608888066608066660888880608806666
      60888880888806666088888888880666E608888888888066E60888888888806E
      E660888888888806600888888888888008888888888888888888}
  end
  object BtnCancle: TBitBtn
    Left = 368
    Top = 232
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040'(&C)'
    TabOrder = 3
    OnClick = BtnCancleClick
    Glyph.Data = {
      F6000000424DF600000000000000760000002800000010000000100000000100
      04000000000080000000120B0000120B00001000000000000000000000000000
      8000008000000080800080000000800080008080000080808000C0C0C0000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
      8888888888888888888880000008800000088099999009999908880999991977
      9088888099999979088888880999979088888888809999088888888880999908
      8888888807999990888888807979999908888807997199999088807777700799
      9908800000088000000888888888888888888888888888888888}
  end
end

⌨️ 快捷键说明

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