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

📄 logu.dfm

📁 包含详细的代码设计,实现图书管理系统功能.是一个很好的实例
💻 DFM
字号:
object LogF: TLogF
  Left = 376
  Top = 269
  Width = 248
  Height = 179
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'LogF'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'Times New Roman'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 15
  object StaticText1: TStaticText
    Left = 19
    Top = 9
    Width = 80
    Height = 19
    Caption = #29992' '#25143' '#21517#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlack
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object Edit1: TEdit
    Left = 96
    Top = 8
    Width = 121
    Height = 20
    BevelInner = bvLowered
    BevelKind = bkFlat
    BevelOuter = bvRaised
    BorderStyle = bsNone
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
    ParentFont = False
    TabOrder = 1
    OnKeyDown = Edit1KeyDown
  end
  object StaticText2: TStaticText
    Left = 21
    Top = 57
    Width = 79
    Height = 19
    Caption = #30331#24405#23494#30721#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlack
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 96
    Top = 56
    Width = 121
    Height = 20
    BevelInner = bvLowered
    BevelKind = bkFlat
    BevelOuter = bvRaised
    BorderStyle = bsNone
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
    ParentFont = False
    PasswordChar = '*'
    TabOrder = 3
    OnKeyDown = Edit2KeyDown
  end
  object BitBtn2: TBitBtn
    Left = 136
    Top = 102
    Width = 73
    Height = 26
    Caption = #21462'  '#28040
    TabOrder = 4
    OnClick = BitBtn2Click
  end
  object BitBtn1: TBitBtn
    Left = 32
    Top = 104
    Width = 75
    Height = 25
    Caption = #30830'  '#35748
    TabOrder = 5
    OnClick = BitBtn1Click
  end
end

⌨️ 快捷键说明

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