bookupdate.dfm

来自「图书管理系统。可以实现简单的图书管理」· DFM 代码 · 共 115 行

DFM
115
字号
object Form5: TForm5
  Left = 203
  Top = 144
  Width = 393
  Height = 309
  Caption = #35760#24405#23450#20301
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object RadioGroup1: TRadioGroup
    Left = 8
    Top = 8
    Width = 273
    Height = 113
    Caption = #36873#25321#20462#25913#39033#30446
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    Items.Strings = (
      #20070#21517
      'ISBN')
    ParentFont = False
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 296
    Top = 24
    Width = 75
    Height = 25
    Caption = #23450'   '#20301
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = BitBtn1Click
    Kind = bkIgnore
  end
  object BitBtn2: TBitBtn
    Left = 296
    Top = 96
    Width = 75
    Height = 25
    Caption = #36820'  '#22238
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = BitBtn2Click
    Kind = bkClose
  end
  object Edit1: TEdit
    Left = 112
    Top = 32
    Width = 145
    Height = 21
    TabOrder = 3
  end
  object Edit2: TEdit
    Left = 112
    Top = 80
    Width = 145
    Height = 21
    TabOrder = 4
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 128
    Width = 361
    Height = 129
    DataSource = DataSource1
    TabOrder = 5
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object BitBtn3: TBitBtn
    Left = 296
    Top = 60
    Width = 75
    Height = 25
    Caption = #20445'  '#23384
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 6
    OnClick = BitBtn3Click
    Kind = bkNo
  end
  object DataSource1: TDataSource
    DataSet = DataModule1.ADOQuery1
    Left = 8
    Top = 256
  end
end

⌨️ 快捷键说明

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