u_login.dfm

来自「Delphi 应用举例」· DFM 代码 · 共 175 行

DFM
175
字号
object formMainLogin: TformMainLogin
  Left = 0
  Top = 0
  Width = 720
  Height = 570
  Background.Fixed = False
  HandleTabs = False
  SupportedBrowsers = [brIE, brNetscape6]
  OnCreate = IWAppFormCreate
  DesignLeft = 131
  DesignTop = 85
  object IWEditID: TIWEdit
    Left = 72
    Top = 128
    Width = 105
    Height = 21
    ZIndex = 0
    BGColor = clNone
    DoSubmitValidation = True
    Editable = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 9
    Font.Style = []
    FriendlyName = 'IWEditID'
    MaxLength = 0
    ReadOnly = False
    Required = False
    ScriptEvents = <>
    TabOrder = 0
    PasswordPrompt = False
  end
  object IWEditpwd: TIWEdit
    Left = 72
    Top = 152
    Width = 105
    Height = 21
    ZIndex = 0
    BGColor = clNone
    DoSubmitValidation = True
    Editable = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 9
    Font.Style = []
    FriendlyName = 'IWEditpwd'
    MaxLength = 0
    ReadOnly = False
    Required = False
    ScriptEvents = <>
    TabOrder = 1
    PasswordPrompt = True
  end
  object IWButton1: TIWButton
    Left = 32
    Top = 200
    Width = 57
    Height = 25
    ZIndex = 0
    ButtonType = btButton
    Caption = #30331#38470
    Color = clBtnFace
    DoSubmitValidation = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 9
    Font.Style = []
    ScriptEvents = <>
    TabOrder = 2
    OnClick = IWButton1Click
  end
  object IWButton2: TIWButton
    Left = 116
    Top = 200
    Width = 59
    Height = 25
    ZIndex = 0
    ButtonType = btButton
    Caption = #26032#29992#25143
    Color = clBtnFace
    DoSubmitValidation = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 9
    Font.Style = []
    ScriptEvents = <>
    TabOrder = 3
    OnClick = IWButton2Click
  end
  object IWLabel2: TIWLabel
    Left = 24
    Top = 128
    Width = 36
    Height = 13
    ZIndex = 0
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 9
    Font.Style = []
    Caption = 'UserID'
  end
  object IWLabel3: TIWLabel
    Left = 16
    Top = 152
    Width = 50
    Height = 13
    ZIndex = 0
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 9
    Font.Style = []
    Caption = 'Password'
  end
  object IWLblinfo: TIWLabel
    Left = 16
    Top = 179
    Width = 104
    Height = 13
    Visible = False
    ZIndex = 0
    Font.Color = clRed
    Font.Enabled = True
    Font.Size = 9
    Font.Style = []
    Caption = #38169#35823#30340#21475#20196#25110#32773'ID'
  end
  object IWButton3: TIWButton
    Left = 24
    Top = 312
    Width = 153
    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 = IWButton3Click
  end
  inline Frame11: TFrame1
    Left = 224
    Top = 120
    Width = 467
    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 = 600
    Height = 86
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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