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

📄 umain.dfm

📁 图书管系统
💻 DFM
字号:
object frmMain: TfrmMain
  Left = 112
  Top = 159
  Width = 614
  Height = 375
  Caption = #22270#20070#31649#29702#31995#32479
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 606
    Height = 43
    AutoSize = True
    ButtonHeight = 39
    Caption = 'ToolBar1'
    TabOrder = 0
    object bntUser: TSpeedButton
      Left = 0
      Top = 2
      Width = 89
      Height = 39
      Caption = #29992#25143#31649#29702
      OnClick = bntUserClick
    end
    object bntBookInfo: TSpeedButton
      Left = 89
      Top = 2
      Width = 89
      Height = 39
      Caption = #22270#20070#26597#35810
      OnClick = bntBookInfoClick
    end
    object bntBook: TSpeedButton
      Left = 178
      Top = 2
      Width = 89
      Height = 39
      Caption = #22270#20070#20511#36824
      OnClick = bntBookClick
    end
    object bntBookStore: TSpeedButton
      Left = 267
      Top = 2
      Width = 89
      Height = 39
      Caption = #20070#24211#31649#29702
      OnClick = bntBookStoreClick
    end
    object bntReader: TSpeedButton
      Left = 356
      Top = 2
      Width = 89
      Height = 39
      Caption = #35835#32773#31649#29702
      OnClick = bntReaderClick
    end
    object bntQuit: TSpeedButton
      Left = 445
      Top = 2
      Width = 89
      Height = 39
      Caption = #36864#20986#31995#32479
      OnClick = bntQuitClick
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 43
    Width = 606
    Height = 286
    Align = alClient
    Caption = 'XXX'#22270#20070#31649#29702#31995#32479
    Color = clGradientInactiveCaption
    Font.Charset = ANSI_CHARSET
    Font.Color = clYellow
    Font.Height = -48
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 1
  end
  object MainMenu1: TMainMenu
    Left = 320
    Top = 144
    object N1: TMenuItem
      Caption = #31995#32479
      object menuRLogin: TMenuItem
        Caption = #37325#26032#30331#24405
        OnClick = menuRLoginClick
      end
      object menuUser: TMenuItem
        Caption = #29992#25143#31649#29702
        OnClick = menuUserClick
      end
      object N4: TMenuItem
        Caption = '-'
      end
      object menuQuit: TMenuItem
        Caption = #36864#20986#31995#32479
        OnClick = menuQuitClick
      end
    end
    object N2: TMenuItem
      Caption = #20511#38405#31649#29702
      object menuBookSeach: TMenuItem
        Caption = #22270#20070#26597#35810
        OnClick = menuBookSeachClick
      end
      object menuBookLend: TMenuItem
        Caption = #22270#20070#20511#36824
        OnClick = menuBookLendClick
      end
    end
    object N6: TMenuItem
      Caption = #20070#24211#31649#29702
      object menuBookIn: TMenuItem
        Caption = #26032#20070#20837#24211
        OnClick = menuBookInClick
      end
      object menuBookModify: TMenuItem
        Caption = #22270#20070#20449#24687#32500#25252
        OnClick = menuBookModifyClick
      end
      object menuBookClass: TMenuItem
        Caption = #22270#20070#31867#21035#35774#32622
        OnClick = menuBookClassClick
      end
    end
    object N10: TMenuItem
      Caption = #35835#32773#31649#29702
      object menuReader: TMenuItem
        Caption = #35835#32773#31649#29702
        OnClick = menuReaderClick
      end
    end
  end
end

⌨️ 快捷键说明

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