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

📄 usermanage.dfm

📁 一款比较好的学生信息管理系统DELPHI+ACCE
💻 DFM
字号:
object frmadmin: Tfrmadmin
  Left = 342
  Top = 183
  BorderIcons = [biSystemMenu]
  BorderStyle = bsNone
  Caption = #31649#29702#29992#25143#30331#38470
  ClientHeight = 237
  ClientWidth = 377
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 56
    Top = 52
    Width = 126
    Height = 13
    Caption = #36755#20837#31649#29702#21592#21517#65306'              '
  end
  object Label2: TLabel
    Left = 56
    Top = 112
    Width = 126
    Height = 13
    Caption = #36755#20837#31649#29702#21592#23494#30721#65306'          '
  end
  object Edit1: TEdit
    Left = 176
    Top = 48
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    MaxLength = 5
    TabOrder = 0
    OnKeyDown = Edit1KeyDown
  end
  object Edit2: TEdit
    Left = 176
    Top = 104
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    MaxLength = 8
    PasswordChar = '*'
    TabOrder = 1
    OnKeyDown = Edit2KeyDown
  end
  object Button1: TButton
    Left = 80
    Top = 168
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 208
    Top = 168
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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