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

📄 unit31.dfm

📁 基于delphi的人才管理系统。可实现所有基本功能。
💻 DFM
字号:
object Form31: TForm31
  Left = 544
  Top = 155
  Width = 366
  Height = 203
  Caption = #31995#32479#30331#24405
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  OnPaint = FormPaint
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 27
    Top = 30
    Width = 57
    Height = 16
    AutoSize = False
    Caption = #29992#25143#21517
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label6: TLabel
    Left = 32
    Top = 78
    Width = 40
    Height = 16
    AutoSize = False
    Caption = #23494'  '#30721
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 90
    Top = 27
    Width = 143
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 92
    Top = 75
    Width = 141
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
  end
  object Button3: TButton
    Left = 189
    Top = 120
    Width = 73
    Height = 33
    Caption = #30331'  '#24405
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button1: TButton
    Left = 277
    Top = 120
    Width = 73
    Height = 33
    Caption = #36864' '#20986
    TabOrder = 3
    OnClick = Button1Click
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = DataModule10.cnSQL
    CursorType = ctStatic
    TableName = 'p_user'
    Left = 40
    Top = 128
  end
end

⌨️ 快捷键说明

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