⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 seek_book.dfm

📁 该是一个比较好的图书馆系统,是现在大学生软件课程设计的好模板
💻 DFM
字号:
object seekbook: Tseekbook
  Left = 385
  Top = 208
  Width = 559
  Height = 394
  Caption = #22270#20070#26597#35810
  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 = 16
    Top = 16
    Width = 81
    Height = 121
    Caption = #26597#35810#26041#24335
    Items.Strings = (
      #25353#20070#21517
      #25353#20316#32773
      #25353#31867#21035)
    TabOrder = 0
  end
  object GroupBox1: TGroupBox
    Left = 136
    Top = 24
    Width = 377
    Height = 105
    Caption = #36755#20837#20449#24687
    TabOrder = 1
    object Label1: TLabel
      Left = 8
      Top = 48
      Width = 78
      Height = 13
      Caption = #36755#20837#20851#38190#23383#65306'  '
    end
    object Edit1: TEdit
      Left = 96
      Top = 40
      Width = 121
      Height = 21
      ImeName = #20013#25991' - '#32043#20809#21326#23431#25340#38899#36755#20837#27861'V6'
      TabOrder = 0
    end
    object Button1: TButton
      Left = 256
      Top = 40
      Width = 75
      Height = 25
      Caption = #24320#22987#26597#35810
      TabOrder = 1
      OnClick = Button1Click
    end
  end
  object GroupBox2: TGroupBox
    Left = 16
    Top = 160
    Width = 489
    Height = 169
    Caption = #22270#20070#20449#24687
    TabOrder = 2
    object DBGrid1: TDBGrid
      Left = 8
      Top = 24
      Width = 457
      Height = 120
      DataSource = DataSource1
      ImeName = #20013#25991' - '#32043#20809#21326#23431#25340#38899#36755#20837#27861'V6'
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
  object Button2: TButton
    Left = 432
    Top = 336
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
    OnClick = Button2Click
  end
  object BitBtn1: TBitBtn
    Left = 112
    Top = 336
    Width = 97
    Height = 25
    Caption = #26597#35810#25152#26377#22270#20070
    TabOrder = 4
    OnClick = BitBtn1Click
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 160
    Top = 136
  end
  object ADOQuery1: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=library'
    Parameters = <>
    Left = 208
    Top = 136
  end
end

⌨️ 快捷键说明

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