lendborrowu.dfm

来自「关于图书馆管理的vfp程序」· DFM 代码 · 共 42 行

DFM
42
字号
object LendBorrowF: TLendBorrowF
  Left = 341
  Top = 325
  Width = 497
  Height = 348
  Caption = 'LendBorrowF'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 8
    Top = 8
    Width = 473
    Height = 305
    ActivePage = TabSheet1
    TabIndex = 0
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #20511#20070#32479#35745
      object ListView1: TListView
        Left = 0
        Top = 8
        Width = 249
        Height = 265
        Columns = <>
        TabOrder = 0
      end
    end
    object TabSheet2: TTabSheet
      Caption = #35835#32773#32479#35745
      ImageIndex = 1
    end
  end
end

⌨️ 快捷键说明

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