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

📄 huanbooku.dfm

📁 关于图书馆管理的vfp程序
💻 DFM
字号:
object HuanBookF: THuanBookF
  Left = 399
  Top = 208
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'HuanBookF'
  ClientHeight = 384
  ClientWidth = 302
  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 GroupBox2: TGroupBox
    Left = 8
    Top = 200
    Width = 281
    Height = 152
    Caption = #26412#27425#36824#20070
    TabOrder = 7
    object ListBoxHuanID: TListBox
      Left = 80
      Top = 16
      Width = 121
      Height = 97
      ItemHeight = 15
      TabOrder = 0
      Visible = False
    end
    object ListBoxHuan: TListBox
      Left = 15
      Top = 15
      Width = 253
      Height = 130
      BevelKind = bkSoft
      BorderStyle = bsNone
      Ctl3D = True
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ItemHeight = 12
      ParentCtl3D = False
      ParentFont = False
      ParentShowHint = False
      ShowHint = True
      TabOrder = 1
      OnDblClick = ListBoxHuanDblClick
    end
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 39
    Width = 281
    Height = 157
    Caption = #26410#36824#22270#20070
    TabOrder = 6
  end
  object StaticText1: TStaticText
    Left = 122
    Top = 3
    Width = 56
    Height = 16
    Caption = #35835#32773#21345#21495
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
  end
  object Edit1: TEdit
    Left = 62
    Top = 19
    Width = 185
    Height = 18
    BevelKind = bkSoft
    BiDiMode = bdRightToLeftNoAlign
    BorderStyle = bsNone
    Color = clDefault
    Ctl3D = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    MaxLength = 10
    ParentBiDiMode = False
    ParentCtl3D = False
    ParentFont = False
    TabOrder = 1
    OnExit = Edit1Exit
  end
  object BitBtn2: TBitBtn
    Left = 70
    Top = 357
    Width = 69
    Height = 22
    Caption = #23436'  '#25104
    ModalResult = 1
    TabOrder = 2
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 190
    Top = 357
    Width = 69
    Height = 22
    Caption = #20851'  '#38381
    TabOrder = 3
    OnClick = BitBtn3Click
  end
  object ListBoxWeiID: TListBox
    Left = 96
    Top = 87
    Width = 121
    Height = 97
    ItemHeight = 15
    TabOrder = 4
    Visible = False
  end
  object ListView1: TListView
    Left = 24
    Top = 54
    Width = 250
    Height = 134
    BevelInner = bvLowered
    BevelOuter = bvRaised
    BevelKind = bkFlat
    BorderStyle = bsNone
    Columns = <
      item
        Caption = #24207#21495
        Width = 38
      end
      item
        Caption = #20070#21517
        Width = 200
      end>
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    GridLines = True
    ReadOnly = True
    RowSelect = True
    ParentFont = False
    TabOrder = 5
    ViewStyle = vsReport
    OnDblClick = ListView1DblClick
  end
end

⌨️ 快捷键说明

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