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

📄 u_newuser.dfm

📁 Delphi 应用举例
💻 DFM
字号:
object formMainNewUser: TformMainNewUser
  Left = 0
  Top = 0
  Width = 880
  Height = 588
  Background.Fixed = False
  HandleTabs = False
  SupportedBrowsers = [brIE, brNetscape6]
  OnCreate = IWAppFormCreate
  DesignLeft = 87
  DesignTop = 85
  object IWEditID: TIWEdit
    Left = 88
    Top = 168
    Width = 161
    Height = 21
    ZIndex = 0
    BGColor = clNone
    DoSubmitValidation = True
    Editable = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    FriendlyName = 'IWEditID'
    MaxLength = 0
    ReadOnly = False
    Required = False
    ScriptEvents = <>
    TabOrder = 0
    PasswordPrompt = False
  end
  object IWEditPWD: TIWEdit
    Left = 88
    Top = 200
    Width = 161
    Height = 21
    ZIndex = 0
    BGColor = clNone
    DoSubmitValidation = True
    Editable = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    FriendlyName = 'IWEditPWD'
    MaxLength = 0
    ReadOnly = False
    Required = False
    ScriptEvents = <>
    TabOrder = 1
    PasswordPrompt = True
  end
  object IWEditMail: TIWEdit
    Left = 16
    Top = 272
    Width = 233
    Height = 21
    ZIndex = 0
    BGColor = clNone
    DoSubmitValidation = True
    Editable = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    FriendlyName = 'IWEditMail'
    MaxLength = 0
    ReadOnly = False
    Required = False
    ScriptEvents = <>
    TabOrder = 2
    PasswordPrompt = False
  end
  object IWLabel1: TIWLabel
    Left = 32
    Top = 168
    Width = 46
    Height = 16
    ZIndex = 0
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    Caption = 'UserID'
  end
  object IWLabel2: TIWLabel
    Left = 12
    Top = 200
    Width = 66
    Height = 16
    ZIndex = 0
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    Caption = 'Password'
  end
  object IWLabel3: TIWLabel
    Left = 14
    Top = 249
    Width = 36
    Height = 16
    ZIndex = 0
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    Caption = 'email'
  end
  object IWButton1: TIWButton
    Left = 40
    Top = 304
    Width = 75
    Height = 25
    ZIndex = 0
    ButtonType = btButton
    Caption = #25552#20132
    Color = clBtnFace
    DoSubmitValidation = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    ScriptEvents = <>
    TabOrder = 3
    OnClick = IWButton1Click
  end
  object IWButton2: TIWButton
    Left = 168
    Top = 304
    Width = 81
    Height = 25
    ZIndex = 0
    ButtonType = btButton
    Caption = #36864#20986
    Color = clBtnFace
    DoSubmitValidation = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    ScriptEvents = <>
    TabOrder = 4
    OnClick = IWButton2Click
  end
  object IWEditPWD1: TIWEdit
    Left = 88
    Top = 224
    Width = 161
    Height = 21
    ZIndex = 0
    BGColor = clNone
    DoSubmitValidation = True
    Editable = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    FriendlyName = 'IWEditPWD1'
    MaxLength = 0
    ReadOnly = False
    Required = False
    ScriptEvents = <>
    TabOrder = 5
    PasswordPrompt = True
  end
  inline Frame11: TFrame1
    Left = 268
    Top = 128
    Width = 579
    Height = 437
    TabOrder = 0
    inherited IWLink1: TIWLink
      Enabled = False
    end
    inherited IWLink2: TIWLink
      Enabled = False
    end
    inherited IWLink3: TIWLink
      Enabled = False
    end
    inherited IWLink4: TIWLink
      Enabled = False
    end
    inherited IWLink5: TIWLink
      Enabled = False
    end
  end
  inline Frame31: TFrame3
    Left = 16
    Top = 8
    Width = 767
    Height = 81
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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