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

📄 edituser.dfm

📁 MysqlFront的源码
💻 DFM
字号:
object FormEditUser: TFormEditUser
  Left = 792
  Top = 134
  AutoSize = True
  BorderStyle = bsDialog
  BorderWidth = 5
  Caption = 'Edit User...'
  ClientHeight = 168
  ClientWidth = 313
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 237
    Top = 143
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 154
    Top = 143
    Width = 75
    Height = 25
    Caption = 'Save'
    Default = True
    TabOrder = 1
    OnClick = Button2Click
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 313
    Height = 137
    Caption = 'Edit users credentials'
    TabOrder = 2
    object Label1: TLabel
      Left = 24
      Top = 32
      Width = 51
      Height = 13
      Caption = 'Username:'
    end
    object Label2: TLabel
      Left = 24
      Top = 56
      Width = 25
      Height = 13
      Caption = 'Host:'
    end
    object Label3: TLabel
      Left = 24
      Top = 80
      Width = 74
      Height = 13
      Caption = 'New Password:'
    end
    object Label4: TLabel
      Left = 24
      Top = 104
      Width = 86
      Height = 13
      Caption = 'Retype Password:'
    end
    object EditUsername: TEdit
      Left = 125
      Top = 28
      Width = 150
      Height = 21
      TabOrder = 0
    end
    object EditHost: TEdit
      Left = 125
      Top = 52
      Width = 150
      Height = 21
      TabOrder = 1
    end
    object EditPassword1: TEdit
      Left = 125
      Top = 76
      Width = 150
      Height = 21
      PasswordChar = '*'
      TabOrder = 2
    end
    object EditPassword2: TEdit
      Left = 125
      Top = 100
      Width = 150
      Height = 21
      PasswordChar = '*'
      TabOrder = 3
    end
  end
end

⌨️ 快捷键说明

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