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

📄 regform.dfm

📁 delphi开发
💻 DFM
字号:
object regfrm: Tregfrm
  Left = 284
  Top = 170
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #30331#35760#25163#26426#29992#25143
  ClientHeight = 192
  ClientWidth = 343
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnMouseMove = FormMouseMove
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Shape3: TShape
    Left = 251
    Top = 159
    Width = 75
    Height = 25
    Brush.Style = bsClear
    Pen.Color = clBlue
  end
  object Shape6: TShape
    Left = 154
    Top = 159
    Width = 75
    Height = 25
    Brush.Style = bsClear
    Pen.Color = clBlue
  end
  object SpeedButton2: TSpeedButton
    Left = 155
    Top = 160
    Width = 73
    Height = 23
    Caption = #30830#23450
    Flat = True
    OnClick = SpeedButton2Click
  end
  object SpeedButton1: TSpeedButton
    Left = 252
    Top = 160
    Width = 73
    Height = 23
    Caption = #21462#28040
    Flat = True
    OnClick = SpeedButton1Click
  end
  object Shape1: TShape
    Left = 12
    Top = 149
    Width = 320
    Height = 1
  end
  object Shape2: TShape
    Left = 12
    Top = 150
    Width = 320
    Height = 1
    Pen.Color = clWhite
  end
  object Shape4: TShape
    Left = 153
    Top = 158
    Width = 77
    Height = 27
    Brush.Style = bsClear
    Pen.Color = clBtnText
    OnMouseMove = Shape4MouseMove
  end
  object Shape5: TShape
    Left = 250
    Top = 158
    Width = 77
    Height = 27
    Brush.Style = bsClear
    Pen.Color = clBtnText
    OnMouseMove = Shape5MouseMove
  end
  object username: TLabeledEdit
    Left = 91
    Top = 18
    Width = 219
    Height = 18
    Ctl3D = False
    EditLabel.Width = 48
    EditLabel.Height = 12
    EditLabel.Caption = #29992#25143#21517#65306
    LabelPosition = lpLeft
    LabelSpacing = 3
    ParentCtl3D = False
    TabOrder = 0
    OnKeyPress = usernameKeyPress
  end
  object userpwd: TLabeledEdit
    Left = 91
    Top = 78
    Width = 219
    Height = 18
    Ctl3D = False
    EditLabel.Width = 60
    EditLabel.Height = 12
    EditLabel.Caption = #29992#25143#23494#30721#65306
    LabelPosition = lpLeft
    LabelSpacing = 3
    ParentCtl3D = False
    PasswordChar = '*'
    TabOrder = 2
    OnKeyPress = userpwdKeyPress
  end
  object userphone: TLabeledEdit
    Left = 91
    Top = 47
    Width = 219
    Height = 18
    Ctl3D = False
    EditLabel.Width = 60
    EditLabel.Height = 12
    EditLabel.Caption = #25163#26426#21495#30721#65306
    LabelPosition = lpLeft
    LabelSpacing = 3
    ParentCtl3D = False
    TabOrder = 1
    OnKeyPress = userphoneKeyPress
  end
  object userpwd1: TLabeledEdit
    Left = 91
    Top = 109
    Width = 219
    Height = 18
    Ctl3D = False
    EditLabel.Width = 84
    EditLabel.Height = 12
    EditLabel.Caption = #30830#35748#29992#25143#23494#30721#65306
    LabelPosition = lpLeft
    LabelSpacing = 3
    ParentCtl3D = False
    PasswordChar = '*'
    TabOrder = 3
    OnKeyPress = userpwd1KeyPress
  end
end

⌨️ 快捷键说明

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