choosebook.dfm

来自「图书管理系统,使用Delphi开发,数据库为Microsoft SQL Serv」· DFM 代码 · 共 37 行

DFM
37
字号
inherited Choose: TChoose
  Caption = #36873#25321#20070#21517#65292#24182#21452#20987#35813#23383#27573
  Enabled = True
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 13
  inherited Label3: TLabel
    Width = 36
    Caption = #32534#21495#65306
  end
  inherited Label4: TLabel
    Width = 36
    Caption = #20316#32773#65306
  end
  inherited Label5: TLabel
    Width = 36
    Caption = #20070#21517#65306
  end
  inherited ToolBar1: TToolBar
    Visible = False
  end
  inherited BitBtn1: TBitBtn
    OnClick = BitBtn1Click
  end
  inherited Panel1: TPanel
    Height = 353
    inherited DBGrid1: TDBGrid
      Height = 337
    end
  end
  inherited ADOTable1: TADOTable
    Active = True
    CursorType = ctStatic
    TableName = 'BookInfo'
  end
end

⌨️ 快捷键说明

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