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

📄 unit3.~dfm

📁 图书管理系统的简单制作
💻 ~DFM
字号:
object Formdzcx: TFormdzcx
  Left = 189
  Top = 111
  Width = 835
  Height = 624
  Caption = #35835#32773#20449#24687#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 88
    Top = 8
    Width = 657
    Height = 65
    Caption = #30331' '#35760' '#35835' '#32773' '#19968' '#35272' '#34920
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = #24188#22278
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
  end
  object DBGriddzcx: TDBGrid
    Left = 0
    Top = 88
    Width = 825
    Height = 337
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'jszh'
        Title.Caption = #20511#20070#35777#21495
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'xm'
        Title.Caption = #35835#32773#22995#21517
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'xb'
        Title.Caption = #35835#32773#24615#21035
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'zy'
        Title.Caption = #35835#32773#32844#19994
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'dw'
        Title.Caption = #35835#32773#21333#20301
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'bz'
        Title.Caption = #22791#27880
        Visible = True
      end>
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 440
    Width = 817
    Height = 89
    Caption = #26597#35810#25805#20316
    TabOrder = 2
    object Label1: TLabel
      Left = 16
      Top = 24
      Width = 113
      Height = 17
      AutoSize = False
      Caption = #26597#35810#20851#38190#23383#36873#25321
    end
    object Label2: TLabel
      Left = 520
      Top = 24
      Width = 129
      Height = 25
      AutoSize = False
      Caption = #26597#35810#20851#38190#23383#35774#32622
    end
    object Button1: TButton
      Left = 344
      Top = 48
      Width = 121
      Height = 33
      Caption = #26597#35810
      TabOrder = 0
      OnClick = Button1Click
    end
    object Editgjz: TEdit
      Left = 632
      Top = 16
      Width = 137
      Height = 21
      TabOrder = 1
    end
    object ComboBoxgjz: TComboBox
      Left = 152
      Top = 16
      Width = 137
      Height = 21
      ItemHeight = 13
      TabOrder = 2
      Items.Strings = (
        #20511#20070#35777#21495
        #35835#32773#22995#21517
        #35835#32773#24615#21035
        #35835#32773#32844#19994
        #35835#32773#21333#20301)
    end
  end
  object Button2: TButton
    Left = 344
    Top = 544
    Width = 121
    Height = 33
    Caption = #36820#22238
    TabOrder = 3
    OnClick = Button2Click
  end
  object DataSource1: TDataSource
    DataSet = ADOQuerydzcx
    Left = 8
    Top = 552
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=.\book.mdb;Persist ' +
      'Security Info=False'
    LoginPrompt = False
    Mode = cmShareDenyNone
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 48
    Top = 552
  end
  object ADOQuerydzcx: TADOQuery
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from dzmc')
    Left = 96
    Top = 552
  end
end

⌨️ 快捷键说明

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