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

📄 yhgl.dfm

📁 用delphi开发的 人事管理系统
💻 DFM
字号:
object frm_yhgl: Tfrm_yhgl
  Left = 319
  Top = 115
  BorderStyle = bsNone
  Caption = '用户管理'
  ClientHeight = 337
  ClientWidth = 268
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  Icon.Data = {
    0000010001002020040000000000E80200001600000028000000200000004000
    0000010004000000000000020000000000000000000010000000000000000000
    0000000080000080000000808000800000008000800080800000C0C0C0008080
    80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
    0000006CCCCCCCCCC00000000000000000006CCCCCCCCCCCCCC0000000000000
    000CCCCC6877786CCCCC60000000000006CCCCC67FFFFF76CCCCC60000000000
    6CCCCC87FFFFFFF76CCCCCC000000000CCCCC8FF7887FFFFF8CCCCC60000000C
    CCCC8FF76CCC87FFFF8CCCCC6000006CCC67FF7C6876C67FFFF8CCCCC00000CC
    C67FF8C8FFFF8C67FFFF76CCC60006CC87F76C7FFFFFF7CC7FFFF76CCC000CC8
    FF7667F7687FFF76C8FFFF76CC000CC7F8C6FF8C66C7FFFF6C8FFFF76C606CC7
    8C8FF8C87F8C8FFF78C6FF76CCC06CCCC8F76C8FFFF7C8FFFF88F76CCCC06CC6
    7F7667F77FFF7667FFFF7C676CC06CC7F8C67FF8C7FFF7667FF8C8F76CC06CC7
    8C8FFFFF8C8FFF77F76C8F76CCC06CCCC8F787FFF8C8FFFF76C7F76CCCC06CC6
    7FF8C67FFF7C67F7C67F8C876CC00CC8FFFF8C67FFF76C6C87F8C8FF6C6006C6
    7FFFF7CC7FFFF787FF6C8FF8CC0006CCC7FFFF76C8FFFFFF76C7FF8CCC0000CC
    CC8FFFF76C87FFF7CC7FF8CCC000006CCCC8FFFFF8CC686C67F76CCCC0000006
    CCCC8FFFFF86CCC8FF76CCCC00000000CCCCC67FFFF7887FF7CCCCC000000000
    0CCCCCC7FFFFFFFF8CCCCC000000000000CCCCCC87FFFF78CCCCC00000000000
    0006CCCCC687786CCCC6000000000000000006CCCCCCCCCCC600000000000000
    000000006CCCCCC000000000000000000000000000000000000000000000FFC0
    07FFFF0001FFFE00007FF800003FF000001FF000000FE0000007C0000007C000
    0003800000038000000380000001000000010000000100000001000000010000
    00010000000100000001800000018000000380000003C0000007C0000007E000
    000FF000001FF800003FFC00007FFE0000FFFF8003FFFFF01FFFFFFFFFFF}
  OldCreateOrder = False
  Position = poMainFormCenter
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 268
    Height = 337
    Align = alClient
    TabOrder = 0
    object Bevel1: TBevel
      Left = 8
      Top = 272
      Width = 249
      Height = 50
      Style = bsRaised
    end
    object GroupBox1: TGroupBox
      Left = 8
      Top = 16
      Width = 249
      Height = 249
      Caption = '用户设置'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = '宋体'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 0
      object DBGrid1: TDBGrid
        Left = 16
        Top = 24
        Width = 217
        Height = 169
        DataSource = DataSource1
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
        ParentFont = False
        TabOrder = 0
        TitleFont.Charset = DEFAULT_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -15
        TitleFont.Name = '宋体'
        TitleFont.Style = [fsBold]
        Columns = <
          item
            Expanded = False
            FieldName = 'dlyh'
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -15
            Font.Name = '宋体'
            Font.Style = []
            Title.Caption = '用户名'
            Title.Font.Charset = DEFAULT_CHARSET
            Title.Font.Color = clWindowText
            Title.Font.Height = -15
            Title.Font.Name = '宋体'
            Title.Font.Style = []
            Width = 81
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'pswd'
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -15
            Font.Name = '宋体'
            Font.Style = []
            Title.Caption = '密码'
            Title.Font.Charset = DEFAULT_CHARSET
            Title.Font.Color = clWindowText
            Title.Font.Height = -15
            Title.Font.Name = '宋体'
            Title.Font.Style = []
            Width = 95
            Visible = True
          end>
      end
      object Button1: TButton
        Left = 8
        Top = 216
        Width = 65
        Height = 25
        Caption = '&A增加'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 1
        OnClick = Button1Click
      end
      object Button2: TButton
        Left = 88
        Top = 216
        Width = 65
        Height = 25
        Caption = '&M修改'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 2
        OnClick = Button2Click
      end
      object Button3: TButton
        Left = 168
        Top = 216
        Width = 65
        Height = 25
        Caption = '&D删除'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 3
        OnClick = Button3Click
      end
    end
    object Button4: TButton
      Left = 37
      Top = 285
      Width = 75
      Height = 25
      Caption = '&S保存'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
    end
    object Button5: TButton
      Left = 149
      Top = 285
      Width = 75
      Height = 25
      Caption = '&C关闭'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      OnClick = Button5Click
    end
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 88
    Top = 8
  end
  object Query1: TQuery
    DatabaseName = 'rsgzgl'
    SQL.Strings = (
      'select trim(dlyh) dlyh,trim(pswd) pswd from yhklb')
    Left = 128
    Top = 8
  end
  object Query2: TQuery
    Left = 192
    Top = 24
  end
end

⌨️ 快捷键说明

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