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

📄 showbook_form.dfm

📁 delphi+sql2000实现的图书管理系统软件
💻 DFM
字号:
object ShowBook_F: TShowBook_F
  Left = 380
  Top = 244
  BorderStyle = bsNone
  Caption = #26174#31034#20449#24687
  ClientHeight = 257
  ClientWidth = 327
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Scaled = False
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 327
    Height = 257
    Align = alClient
    BevelOuter = bvNone
    BorderWidth = 2
    BorderStyle = bsSingle
    Color = clBlack
    TabOrder = 0
    object Panel2: TPanel
      Left = 2
      Top = 2
      Width = 319
      Height = 249
      Align = alClient
      BevelOuter = bvNone
      TabOrder = 0
      object HSXX_LV: TListView
        Left = 0
        Top = 0
        Width = 319
        Height = 217
        Align = alTop
        Color = clInfoBk
        Columns = <
          item
            Caption = #20070#21495
            Width = 100
          end
          item
            Caption = #20070#21517
            Width = 145
          end
          item
            Caption = #26412#25968
            Width = 70
          end>
        GridLines = True
        ReadOnly = True
        RowSelect = True
        TabOrder = 0
        ViewStyle = vsReport
        OnDblClick = HSXX_LVDblClick
      end
      object QD_FBtn: TFlatButton
        Left = 172
        Top = 221
        Width = 65
        Height = 25
        Caption = #30830#23450
        TabOrder = 1
        OnClick = QD_FBtnClick
      end
      object QX_FBtn: TFlatButton
        Left = 252
        Top = 221
        Width = 65
        Height = 25
        Caption = #21462#28040
        TabOrder = 2
        OnClick = QX_FBtnClick
      end
    end
  end
end

⌨️ 快捷键说明

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