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

📄 unit1.~dfm

📁 使用delphi编写的图书管理系统:实现查询
💻 ~DFM
字号:
object tscx: Ttscx
  Left = 198
  Top = 165
  Width = 870
  Height = 640
  Caption = #22270#20070#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 Label3: TLabel
    Left = 248
    Top = 16
    Width = 343
    Height = 51
    Caption = #30331#35760#22270#20070#19968#35272#34920
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -48
    Font.Name = #21326#25991#34892#26999
    Font.Style = [fsBold]
    ParentFont = False
  end
  object GroupBox1: TGroupBox
    Left = 40
    Top = 392
    Width = 777
    Height = 169
    Caption = #26597#35810#25805#20316
    TabOrder = 0
    object Label1: TLabel
      Left = 40
      Top = 48
      Width = 153
      Height = 25
      AutoSize = False
      Caption = #26597#35810#20851#38190#23383#36873#25321#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 408
      Top = 48
      Width = 113
      Height = 20
      AutoSize = False
      Caption = #20851#38190#23383#35774#32622#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object ComboBox1: TComboBox
      Left = 200
      Top = 48
      Width = 145
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      OnChange = ComboBox1Change
      Items.Strings = (
        #22270#20070#32534#21495
        #22270#20070#21517#31216
        #22270#20070#31867#21035
        #20316#32773#22995#21517
        #20986#29256#31038)
    end
    object Edit1: TEdit
      Left = 544
      Top = 48
      Width = 121
      Height = 21
      TabOrder = 1
    end
    object BitBtn1: TBitBtn
      Left = 352
      Top = 120
      Width = 75
      Height = 25
      Caption = #26597#35810
      TabOrder = 2
      OnClick = BitBtn1Click
    end
  end
  object BitBtn2: TBitBtn
    Left = 392
    Top = 576
    Width = 75
    Height = 25
    Caption = #36820#22238
    TabOrder = 1
    OnClick = BitBtn2Click
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 72
    Width = 825
    Height = 313
    DataSource = DataSource1
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'SH'
        Title.Caption = #22270#20070#32534#21495' '
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'SM'
        Title.Caption = #22270#20070#21517#31216
        Width = 94
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'LB'
        Title.Caption = #22270#20070#31867#21035
        Width = 97
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'ZZ'
        Title.Caption = #20316#32773
        Width = 97
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'CBS'
        Title.Caption = #20986#29256#31038
        Width = 178
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'CBRQ'
        Title.Caption = #20986#29256#26085#26399
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'DJ'
        Title.Caption = #21806#20215
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'BZ'
        Title.Caption = #22791#27880
        Visible = True
      end>
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 40
    Top = 568
  end
  object ADOQuery1: TADOQuery
    Active = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=TSGL'
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from tsbm order by sh')
    Left = 88
    Top = 568
  end
end

⌨️ 快捷键说明

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