bookborrowform.~dfm

来自「图书管理系统,使用Delphi开发,数据库为Microsoft SQL Serv」· ~DFM 代码 · 共 392 行 · 第 1/2 页

~DFM
392
字号
object BookBorrow: TBookBorrow
  Left = 192
  Top = 114
  Width = 696
  Height = 480
  HorzScrollBar.Position = 124
  VertScrollBar.Position = 248
  Caption = #22270#20070#20511#38405
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poMainFormCenter
  Visible = True
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label6: TLabel
    Left = -12
    Top = 408
    Width = 81
    Height = 13
    Caption = #21487#20511#20070#20876#25968#65306'   '
  end
  object Label7: TLabel
    Left = 428
    Top = 416
    Width = 93
    Height = 13
    Caption = #26412#27425#20511#20070#20876#25968#65306'   '
  end
  object StringGrid1: TStringGrid
    Left = -116
    Top = -32
    Width = 993
    Height = 401
    ColCount = 7
    FixedColor = clSilver
    RowCount = 12
    TabOrder = 0
  end
  object ToolBar1: TToolBar
    Left = -124
    Top = -248
    Width = 1001
    Height = 41
    ButtonHeight = 36
    ButtonWidth = 55
    Caption = 'ToolBar1'
    Images = ImageList1
    ShowCaptions = True
    TabOrder = 1
    object ToolButton1: TToolButton
      Left = 0
      Top = 2
      Caption = #30830#23450#20511#20070
      ImageIndex = 0
      OnClick = ToolButton1Click
    end
    object ToolButton2: TToolButton
      Left = 55
      Top = 2
      Caption = #21462#28040#20511#20070
      ImageIndex = 1
      OnClick = ToolButton2Click
    end
    object ToolButton3: TToolButton
      Left = 110
      Top = 2
      Caption = #36864#20986
      ImageIndex = 2
      OnClick = ToolButton3Click
    end
  end
  object GroupBox1: TGroupBox
    Left = -116
    Top = -200
    Width = 993
    Height = 73
    Caption = #35835#32773#20449#24687
    TabOrder = 2
    object Label1: TLabel
      Left = 360
      Top = 40
      Width = 36
      Height = 13
      Caption = #22995#21517#65306
    end
    object Label2: TLabel
      Left = 536
      Top = 40
      Width = 36
      Height = 13
      Caption = #31867#22411#65306
    end
    object Label3: TLabel
      Left = 280
      Top = 40
      Width = 48
      Height = 13
      Caption = #65288#22238#36710#65289
    end
    object Label4: TLabel
      Left = 712
      Top = 40
      Width = 48
      Height = 13
      Caption = #21487#20511#20876#65306
    end
    object RadioButton1: TRadioButton
      Left = 16
      Top = 24
      Width = 113
      Height = 17
      Caption = #32534#21495
      Checked = True
      TabOrder = 0
      TabStop = True
    end
    object RadioButton2: TRadioButton
      Left = 16
      Top = 48
      Width = 113
      Height = 17
      Caption = #26465#24418#30721
      TabOrder = 1
    end
    object Edit1: TEdit
      Left = 120
      Top = 24
      Width = 137
      Height = 32
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -20
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      OnKeyPress = Edit1KeyPress
    end
    object DBEdit1: TDBEdit
      Left = 416
      Top = 32
      Width = 81
      Height = 21
      DataField = 'ReaderInfo_Name'
      DataSource = DataSource1
      TabOrder = 3
    end
    object DBEdit2: TDBEdit
      Left = 592
      Top = 32
      Width = 81
      Height = 21
      DataField = 'ReaderInfo_Type'
      DataSource = DataSource1
      TabOrder = 4
    end
    object DBEdit3: TDBEdit
      Left = 784
      Top = 32
      Width = 129
      Height = 21
      DataField = 'ReaderInfo_BookLendDegree'
      DataSource = DataSource1
      TabOrder = 5
    end
  end
  object GroupBox2: TGroupBox
    Left = -116
    Top = -120
    Width = 985
    Height = 73
    Caption = #20511#38405#22270#20070#20449#24687
    TabOrder = 3
    object Label5: TLabel
      Left = 752
      Top = 32
      Width = 48
      Height = 13
      Caption = #65288#22238#36710#65289
    end
    object RadioButton3: TRadioButton
      Left = 104
      Top = 24
      Width = 113
      Height = 17
      Caption = #32534#21495
      Checked = True
      TabOrder = 0

⌨️ 快捷键说明

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