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

📄 frmregisteru.dfm

📁 图书借阅管理系统含源代码
💻 DFM
字号:
object frmRegister: TfrmRegister
  Left = 394
  Top = 132
  BorderStyle = bsToolWindow
  Caption = #29992#25143#30331#24405
  ClientHeight = 238
  ClientWidth = 225
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 52
    Height = 13
    Caption = #29992#25143#21517#65306
  end
  object Label2: TLabel
    Left = 27
    Top = 49
    Width = 39
    Height = 13
    Caption = #23494#30721#65306
  end
  object Label3: TLabel
    Left = 24
    Top = 144
    Width = 39
    Height = 13
    Caption = #38382#39064#65306
  end
  object Label4: TLabel
    Left = 24
    Top = 176
    Width = 39
    Height = 13
    Caption = #31572#26696#65306
  end
  object combName: TComboBox
    Left = 64
    Top = 16
    Width = 145
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 0
    OnChange = combNameChange
  end
  object edPass: TEdit
    Left = 64
    Top = 48
    Width = 145
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
    Text = 'edPass'
  end
  object btnOk: TBitBtn
    Left = 40
    Top = 104
    Width = 75
    Height = 25
    Caption = #30830#23450'(&O)'
    Default = True
    TabOrder = 2
    OnClick = btnOkClick
  end
  object btnExit: TBitBtn
    Left = 128
    Top = 104
    Width = 75
    Height = 25
    Cancel = True
    Caption = #36864#20986'(&E)'
    TabOrder = 3
    OnClick = btnExitClick
  end
  object CheckBox1: TCheckBox
    Left = 64
    Top = 80
    Width = 73
    Height = 17
    Caption = #24536#35760#23494#30721
    Enabled = False
    TabOrder = 4
    OnClick = CheckBox1Click
  end
  object edq: TEdit
    Left = 64
    Top = 144
    Width = 145
    Height = 21
    ReadOnly = True
    TabOrder = 5
  end
  object eda: TEdit
    Left = 64
    Top = 176
    Width = 145
    Height = 21
    MaxLength = 200
    TabOrder = 6
  end
  object Button1: TButton
    Left = 128
    Top = 208
    Width = 75
    Height = 25
    Caption = #22238#31572'(&R)'
    TabOrder = 7
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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