u_myinfo.dfm

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

DFM
198
字号
object formMainMyInfo: TformMainMyInfo
  Left = 0
  Top = 0
  Width = 615
  Height = 524
  Background.Fixed = False
  HandleTabs = False
  SupportedBrowsers = [brIE, brNetscape6]
  OnCreate = IWAppFormCreate
  DesignLeft = 243
  DesignTop = 152
  object IWEditID: TIWEdit
    Left = 216
    Top = 144
    Width = 121
    Height = 21
    ZIndex = 0
    BGColor = clNone
    DoSubmitValidation = True
    Editable = False
    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 IWEditPWDOld: TIWEdit
    Left = 216
    Top = 176
    Width = 121
    Height = 21
    ZIndex = 0
    BGColor = clNone
    DoSubmitValidation = True
    Editable = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 9
    Font.Style = []
    FriendlyName = 'IWEditPWDOld'
    MaxLength = 0
    ReadOnly = False
    Required = False
    ScriptEvents = <>
    TabOrder = 1
    PasswordPrompt = True
  end
  object IWEditMail: TIWEdit
    Left = 216
    Top = 240
    Width = 345
    Height = 21
    ZIndex = 0
    BGColor = clNone
    DoSubmitValidation = True
    Editable = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 9
    Font.Style = []
    FriendlyName = 'IWEditMail'
    MaxLength = 0
    ReadOnly = False
    Required = False
    ScriptEvents = <>
    TabOrder = 2
    PasswordPrompt = False
  end
  object IWLabel1: TIWLabel
    Left = 160
    Top = 146
    Width = 36
    Height = 13
    ZIndex = 0
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 9
    Font.Style = []
    Caption = 'UserID'
  end
  object IWLabel2: TIWLabel
    Left = 160
    Top = 179
    Width = 46
    Height = 13
    ZIndex = 0
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 9
    Font.Style = []
    Caption = #26087#21475#20196
  end
  object IWLabel3: TIWLabel
    Left = 166
    Top = 245
    Width = 26
    Height = 13
    ZIndex = 0
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 9
    Font.Style = []
    Caption = 'email'
  end
  object IWButton1: TIWButton
    Left = 216
    Top = 280
    Width = 75
    Height = 25
    ZIndex = 0
    ButtonType = btButton
    Caption = #25552#20132
    Color = clBtnFace
    DoSubmitValidation = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 9
    Font.Style = []
    ScriptEvents = <>
    TabOrder = 3
    OnClick = IWButton1Click
  end
  object IWEditPWDNew: TIWEdit
    Left = 216
    Top = 208
    Width = 121
    Height = 21
    ZIndex = 0
    BGColor = clNone
    DoSubmitValidation = True
    Editable = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 9
    Font.Style = []
    FriendlyName = 'IWEditPWDNew'
    MaxLength = 0
    ReadOnly = False
    Required = False
    ScriptEvents = <>
    TabOrder = 4
    PasswordPrompt = True
  end
  object IWEditPWDNew1: TIWEdit
    Left = 352
    Top = 208
    Width = 121
    Height = 21
    ZIndex = 0
    BGColor = clNone
    DoSubmitValidation = True
    Editable = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 9
    Font.Style = []
    FriendlyName = 'IWEditPWDNew1'
    MaxLength = 0
    ReadOnly = False
    Required = False
    ScriptEvents = <>
    TabOrder = 5
    PasswordPrompt = True
  end
  object IWLabel4: TIWLabel
    Left = 160
    Top = 214
    Width = 46
    Height = 13
    ZIndex = 0
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 9
    Font.Style = []
    Caption = #26032#21475#20196
  end
  inline Frame21: TFrame2
    Left = 24
    Top = 104
    Width = 97
    Height = 372
    TabOrder = 0
  end
  inline Frame31: TFrame3
    Left = 8
    Top = 16
    Width = 767
    Height = 81
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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