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

📄 a_user.dfm

📁 2004090611144625767.rar 资源名称:通用工资管理
💻 DFM
字号:
object userb: Tuserb
  Left = 222
  Top = 187
  Width = 380
  Height = 216
  Caption = '用户管理'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 16
    Width = 73
    Height = 13
    AutoSize = False
    Caption = '用  户  名:'
  end
  object Label2: TLabel
    Left = 24
    Top = 48
    Width = 73
    Height = 13
    AutoSize = False
    Caption = '密         码:'
  end
  object Label3: TLabel
    Left = 24
    Top = 80
    Width = 81
    Height = 13
    AutoSize = False
    BiDiMode = bdLeftToRight
    Caption = '密码确认:'
    ParentBiDiMode = False
  end
  object Label4: TLabel
    Left = 24
    Top = 112
    Width = 73
    Height = 13
    AutoSize = False
    Caption = '原  密   码:'
  end
  object Label5: TLabel
    Left = 128
    Top = 0
    Width = 185
    Height = 13
    AutoSize = False
    Caption = #39'+'#39'为新增,'#39'-'#39'为删除,'#39'e'#39'为修改'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 88
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
    OnEnter = Edit1Enter
    OnExit = Edit1Exit
    OnKeyUp = Edit1KeyUp
  end
  object Edit2: TEdit
    Left = 88
    Top = 48
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
    OnEnter = Edit1Enter
    OnExit = Edit1Exit
    OnKeyUp = Edit2KeyUp
  end
  object Edit3: TEdit
    Left = 88
    Top = 80
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 2
    OnEnter = Edit1Enter
    OnExit = Edit1Exit
    OnKeyUp = Edit3KeyUp
  end
  object Button1: TButton
    Left = 48
    Top = 136
    Width = 50
    Height = 25
    Caption = '确认'
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 112
    Top = 136
    Width = 50
    Height = 25
    Caption = '新增'
    TabOrder = 4
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 176
    Top = 136
    Width = 50
    Height = 25
    Caption = '修改'
    TabOrder = 5
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 240
    Top = 136
    Width = 50
    Height = 25
    Caption = '删除'
    TabOrder = 6
    OnClick = Button4Click
  end
  object Edit4: TEdit
    Left = 88
    Top = 112
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 7
    OnEnter = Edit1Enter
    OnExit = Edit1Exit
    OnKeyUp = Edit4KeyUp
  end
  object ListBox1: TListBox
    Left = 216
    Top = 16
    Width = 113
    Height = 113
    ItemHeight = 13
    TabOrder = 8
    OnClick = ListBox1Click
    OnKeyUp = ListBox1KeyUp
  end
  object DataSource1: TDataSource
    DataSet = DataModule1.user
  end
end

⌨️ 快捷键说明

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