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

📄 user.dfm

📁 这是应一个市委的朋友要求给做一个物品管理软件。 初始密码:admin
💻 DFM
字号:
object fuser: Tfuser
  Left = 307
  Top = 105
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #29992#25143#31649#29702
  ClientHeight = 451
  ClientWidth = 466
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 14
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 466
    Height = 41
    Align = alTop
    BevelOuter = bvNone
    Color = clSkyBlue
    TabOrder = 0
    object Label4: TLabel
      Left = 12
      Top = 12
      Width = 126
      Height = 14
      Caption = #31649#29702#25152#26377#30340#25805#20316#20154#21592
    end
  end
  object dg_view: TDBGridEh
    Left = 0
    Top = 179
    Width = 466
    Height = 272
    Align = alClient
    DataSource = fdm.dsuser
    FooterColor = clWindow
    FooterFont.Charset = ANSI_CHARSET
    FooterFont.Color = clWindowText
    FooterFont.Height = -14
    FooterFont.Name = #23435#20307
    FooterFont.Style = []
    Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    PopupMenu = PopupMenu1
    TabOrder = 1
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -14
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    OnDblClick = M1Click
    Columns = <
      item
        EditButtons = <>
        FieldName = 'id'
        Footers = <>
        Visible = False
      end
      item
        EditButtons = <>
        FieldName = 'name'
        Footers = <>
        Title.Caption = #25805#20316#21592#21517#31216
        Width = 150
      end
      item
        EditButtons = <>
        FieldName = 'flagname'
        Footers = <>
        Title.Caption = #29366#24577
        Width = 80
      end
      item
        EditButtons = <>
        FieldName = 'pwd'
        Footers = <>
        Visible = False
      end>
  end
  object Panel2: TPanel
    Left = 0
    Top = 41
    Width = 466
    Height = 138
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 2
    object Label1: TLabel
      Left = 10
      Top = 14
      Width = 42
      Height = 14
      Caption = #25805#20316#21592
    end
    object Label2: TLabel
      Left = 10
      Top = 47
      Width = 28
      Height = 14
      Caption = #23494#30721
    end
    object Label3: TLabel
      Left = 8
      Top = 75
      Width = 42
      Height = 14
      Caption = #30830#35748#30721
    end
    object Label5: TLabel
      Left = 266
      Top = 14
      Width = 84
      Height = 14
      Caption = #35831#20889#30495#23454#22995#21517
    end
    object Label6: TLabel
      Left = 268
      Top = 44
      Width = 119
      Height = 14
      Caption = #23494#30721#38271#24230#35201#22823#20110'3'#20301
    end
    object tb_name: TEdit
      Left = 58
      Top = 10
      Width = 200
      Height = 22
      TabOrder = 0
      OnKeyPress = tb_nameKeyPress
    end
    object tb_pwd: TEdit
      Left = 58
      Top = 41
      Width = 200
      Height = 22
      PasswordChar = '*'
      TabOrder = 1
      OnKeyPress = tb_pwdKeyPress
    end
    object tb_pwd2: TEdit
      Left = 58
      Top = 71
      Width = 200
      Height = 22
      PasswordChar = '*'
      TabOrder = 2
      OnKeyPress = tb_pwd2KeyPress
    end
    object Button1: TButton
      Left = 58
      Top = 102
      Width = 75
      Height = 25
      Caption = #30830#23450'[&O]'
      TabOrder = 3
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 146
      Top = 102
      Width = 75
      Height = 25
      Caption = #20851#38381'[&C]'
      TabOrder = 4
      OnClick = Button2Click
    end
  end
  object PopupMenu1: TPopupMenu
    Left = 146
    Top = 268
    object A1: TMenuItem
      Caption = #28155#21152'[&A]'
      OnClick = A1Click
    end
    object M1: TMenuItem
      Caption = #20462#25913'[&M]'
      OnClick = M1Click
    end
    object D1: TMenuItem
      Caption = #21024#38500'[&D]'
      OnClick = D1Click
    end
    object R1: TMenuItem
      Caption = #21047#26032'[&R]'
      OnClick = R1Click
    end
    object N1: TMenuItem
      Caption = '-'
    end
    object L1: TMenuItem
      Caption = #38145#23450'[&L]'
      OnClick = L1Click
    end
  end
end

⌨️ 快捷键说明

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