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

📄 unit3.dfm

📁 人事管理(delphi源码)
💻 DFM
字号:
object Form3: TForm3
  Left = 244
  Top = 87
  BorderStyle = bsNone
  Caption = '用户权限设置'
  ClientHeight = 283
  ClientWidth = 383
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object XP_Form1: TXP_Form
    Left = 0
    Top = 0
    Width = 383
    Height = 283
    BtnClose = True
    BtnMax = False
    BtnMin = False
    BtnHelp = False
    IconOffSet = 0
    CaptionOffSet = 0
    BorderStyle = bsSizeable
    Magnet = 0
    TopMost = False
    BoldCaption = True
    UseSystemFont = True
    CaptionShadow = True
    PictureTrans = False
    PictureTransColor = clBlack
    Color = clGray
  end
  object Panel1: TPanel
    Left = 36
    Top = 47
    Width = 321
    Height = 193
    TabOrder = 0
    object Label1: TLabel
      Left = 26
      Top = 19
      Width = 52
      Height = 16
      Caption = '单位名称'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 84
      Top = 14
      Width = 209
      Height = 21
      TabOrder = 0
    end
    object XP_GroupBox1: TXP_GroupBox
      Left = 19
      Top = 47
      Width = 289
      Height = 130
      BorderColor = 12570832
      CaptionColor = 13583874
      Caption = '请修改系统登录密码'
      Color = 15136504
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      object Label2: TLabel
        Left = 32
        Top = 36
        Width = 39
        Height = 16
        Caption = '原密码'
      end
      object Label3: TLabel
        Left = 34
        Top = 66
        Width = 39
        Height = 16
        Caption = '新密码'
      end
      object Label4: TLabel
        Left = 11
        Top = 95
        Width = 65
        Height = 16
        Caption = '确认新密码'
      end
      object Edit2: TEdit
        Left = 86
        Top = 30
        Width = 185
        Height = 24
        PasswordChar = '*'
        TabOrder = 0
      end
      object Edit3: TEdit
        Left = 86
        Top = 61
        Width = 185
        Height = 24
        PasswordChar = '*'
        TabOrder = 1
      end
      object Edit4: TEdit
        Left = 87
        Top = 91
        Width = 185
        Height = 24
        PasswordChar = '*'
        TabOrder = 2
      end
    end
  end
  object Button1: TButton
    Left = 165
    Top = 247
    Width = 81
    Height = 25
    Caption = '确   认'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
  end
  object Button2: TButton
    Left = 245
    Top = 247
    Width = 81
    Height = 25
    Caption = '取   消'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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