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

📄 unit10.dfm

📁 图书管理系统的简单制作
💻 DFM
字号:
object Formdzzx: TFormdzzx
  Left = 190
  Top = 107
  Width = 834
  Height = 632
  Caption = #35835#32773#27880#38144
  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 = 224
    Top = 16
    Width = 393
    Height = 49
    Caption = #30331' '#35760' '#35835' '#32773' '#19968' '#35272' '#34920
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = #24188#22278
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
  end
  object DBGriddzzx: TDBGrid
    Left = 0
    Top = 80
    Width = 817
    Height = 289
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGriddzzxCellClick
    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 = 384
    Width = 825
    Height = 129
    Caption = #35835#32773#27880#38144#25805#20316
    TabOrder = 2
    object Label1: TLabel
      Left = 32
      Top = 32
      Width = 97
      Height = 17
      AutoSize = False
      Caption = #27880#38144#20511#20070#35777#21495
    end
    object Label2: TLabel
      Left = 456
      Top = 32
      Width = 89
      Height = 17
      AutoSize = False
      Caption = #27880#38144#35835#32773#22995#21517
    end
    object Button1: TButton
      Left = 296
      Top = 72
      Width = 129
      Height = 33
      Caption = #27880#38144
      TabOrder = 0
      OnClick = Button1Click
    end
    object Editzxzh: TEdit
      Left = 136
      Top = 24
      Width = 113
      Height = 21
      TabOrder = 1
    end
    object Editzxxm: TEdit
      Left = 568
      Top = 24
      Width = 113
      Height = 21
      TabOrder = 2
    end
  end
  object Button2: TButton
    Left = 296
    Top = 544
    Width = 129
    Height = 33
    Caption = #36820#22238
    TabOrder = 3
    OnClick = Button2Click
  end
  object DataSource1: TDataSource
    DataSet = ADOQuerydzzx
    Left = 24
    Top = 552
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=.\zzm.mdb;Persist S' +
      'ecurity Info=False'
    LoginPrompt = False
    Mode = cmShareDenyNone
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 80
    Top = 552
  end
  object ADOQuerydzzx: TADOQuery
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from dzmc order by jszh')
    Left = 128
    Top = 552
  end
end

⌨️ 快捷键说明

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