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

📄 returnunit.~dfm

📁 图书馆管理系统,非常有用,希望给你带来帮助
💻 ~DFM
字号:
object ReturnForm: TReturnForm
  Left = 192
  Top = 107
  Width = 333
  Height = 420
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #36824#20070
  Color = clBtnFace
  Constraints.MaxHeight = 420
  Constraints.MaxWidth = 333
  Constraints.MinHeight = 420
  Constraints.MinWidth = 333
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 112
    Top = 0
    Width = 64
    Height = 13
    Caption = #35835#32773#32534#21495' '
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 80
    Top = 16
    Width = 145
    Height = 21
    MaxLength = 7
    TabOrder = 0
    OnExit = Edit1Exit
    OnKeyPress = Edit1KeyPress
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 48
    Width = 305
    Height = 169
    Caption = #26410#36824#22270#20070#65306
    TabOrder = 1
    object ListView1: TListView
      Left = 16
      Top = 16
      Width = 281
      Height = 137
      Columns = <
        item
          Caption = 'ISBN'#32534#21495
          Width = 100
        end
        item
          Caption = #20070#21517
          Width = 150
        end>
      GridLines = True
      TabOrder = 0
      ViewStyle = vsReport
      OnDblClick = ListView1DblClick
    end
  end
  object BitBtn1: TBitBtn
    Left = 80
    Top = 360
    Width = 75
    Height = 25
    Caption = #25552#20132
    TabOrder = 2
    OnClick = BitBtn1Click
    Kind = bkAll
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 224
    Width = 305
    Height = 129
    Caption = #26412#27425#36824#20070#65306
    TabOrder = 3
    object ListBox1: TListBox
      Left = 8
      Top = 16
      Width = 289
      Height = 105
      ItemHeight = 13
      TabOrder = 0
    end
  end
  object BitBtn2: TBitBtn
    Left = 200
    Top = 360
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
    OnClick = BitBtn2Click
    Kind = bkCancel
  end
end

⌨️ 快捷键说明

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