borrow.~dfm

来自「四川大学图书管理系统!sql+c++实现」· ~DFM 代码 · 共 48 行

~DFM
48
字号
object BorrowForm: TBorrowForm
  Left = 553
  Top = 97
  Width = 473
  Height = 206
  Caption = #32493#20511
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 12
    Width = 145
    Height = 17
    AutoSize = False
    Caption = #35831#36873#25321#35201#32493#20511#30340#20070#21495':'
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 40
    Width = 449
    Height = 120
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button1: TButton
    Left = 272
    Top = 8
    Width = 75
    Height = 25
    Caption = #32493#20511
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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