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

📄 searchku.dfm

📁 一个图书批发商的通用软件
💻 DFM
字号:
object frmSearchKu: TfrmSearchKu
  Left = 165
  Top = 267
  Width = 544
  Height = 375
  Caption = #24211#23384#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 26
    Width = 536
    Height = 115
    Align = alTop
    Caption = #26597#35810#26465#20214
    TabOrder = 0
    object Edit2: TEdit
      Left = 91
      Top = 50
      Width = 130
      Height = 21
      TabOrder = 0
    end
    object CheckBox1: TCheckBox
      Left = 28
      Top = 26
      Width = 57
      Height = 17
      Caption = #32534#21495
      TabOrder = 1
    end
    object CheckBox2: TCheckBox
      Left = 28
      Top = 51
      Width = 59
      Height = 17
      Caption = #21517#31216
      TabOrder = 2
    end
    object CheckBox3: TCheckBox
      Left = 28
      Top = 77
      Width = 65
      Height = 17
      Caption = #20986#29256#31038
      TabOrder = 3
    end
    object cxLookupComboBox1: TcxLookupComboBox
      Left = 91
      Top = 75
      Width = 130
      Height = 21
      Properties.DropDownAutoSize = True
      Properties.DropDownListStyle = lsEditList
      Properties.IncrementalFiltering = False
      Properties.KeyFieldNames = 'ClientName'
      Properties.ListColumns = <
        item
          FieldName = 'ClientName'
        end>
      Properties.ListSource = DataSource2
      Style.BorderStyle = ebs3D
      TabOrder = 4
    end
    object cxLookupComboBox2: TcxLookupComboBox
      Left = 91
      Top = 24
      Width = 130
      Height = 21
      Properties.DropDownAutoSize = True
      Properties.DropDownListStyle = lsEditList
      Properties.KeyFieldNames = 'BookId'
      Properties.ListColumns = <
        item
          Caption = #32534#21495
          HeaderAlignment = taCenter
          Width = 30
          FieldName = 'BookId'
        end
        item
          Caption = #21517#31216
          HeaderAlignment = taCenter
          Width = 60
          FieldName = 'BookName'
        end
        item
          Caption = #20986#29256#31038
          HeaderAlignment = taCenter
          Width = 60
          FieldName = 'BookEdition'
        end>
      Properties.ListOptions.AnsiSort = True
      Properties.ListOptions.CaseInsensitive = True
      Properties.ListSource = DataSource3
      Style.BorderStyle = ebs3D
      TabOrder = 5
    end
  end
  object dxDBGrid1: TdxDBGrid
    Left = 0
    Top = 141
    Width = 536
    Height = 200
    Bands = <
      item
      end>
    DefaultLayout = True
    HeaderPanelRowCount = 1
    KeyField = 'BookId'
    SummaryGroups = <>
    SummarySeparator = ', '
    Align = alClient
    TabOrder = 1
    DataSource = DataSource1
    Filter.Criteria = {00000000}
    OptionsView = [edgoBandHeaderWidth, edgoRowSelect, edgoUseBitmap]
    object dxDBGrid1BookId: TdxDBGridColumn
      Caption = #32534#21495
      HeaderAlignment = taCenter
      Width = 52
      BandIndex = 0
      RowIndex = 0
      FieldName = 'BookId'
    end
    object dxDBGrid1BookName: TdxDBGridColumn
      Caption = #21517#31216
      HeaderAlignment = taCenter
      Width = 146
      BandIndex = 0
      RowIndex = 0
      FieldName = 'BookName'
    end
    object dxDBGrid1BookEdition: TdxDBGridColumn
      Caption = #20986#29256#31038
      HeaderAlignment = taCenter
      Width = 149
      BandIndex = 0
      RowIndex = 0
      FieldName = 'BookEdition'
      SummaryFooterType = cstSum
      SummaryField = 'TotalMoney'
      SummaryFormat = #30721#27915'=0'
    end
    object dxDBGrid1BookCount: TdxDBGridMaskColumn
      Caption = #25968#37327
      HeaderAlignment = taCenter
      Width = 69
      BandIndex = 0
      RowIndex = 0
      FieldName = 'BookCount'
    end
    object dxDBGrid1BookPrice: TdxDBGridCurrencyColumn
      Caption = #21333#20215
      HeaderAlignment = taCenter
      Width = 53
      BandIndex = 0
      RowIndex = 0
      FieldName = 'BookPrice'
      Nullable = False
    end
    object dxDBGrid1AddBook: TdxDBGridMaskColumn
      Caption = #21152#25439
      HeaderAlignment = taCenter
      BandIndex = 0
      RowIndex = 0
      FieldName = 'AddBook'
    end
    object dxDBGrid1TotalMoney: TdxDBGridCurrencyColumn
      Caption = #30721#27915
      HeaderAlignment = taCenter
      Width = 86
      BandIndex = 0
      RowIndex = 0
      FieldName = 'TotalMoney'
      Nullable = False
    end
    object dxDBGrid1HousePos: TdxDBGridColumn
      Caption = #24211#20301
      HeaderAlignment = taCenter
      Width = 73
      BandIndex = 0
      RowIndex = 0
      FieldName = 'HousePos'
    end
    object dxDBGrid1Bundles: TdxDBGridColumn
      Caption = #21253'+'#20876
      HeaderAlignment = taCenter
      Width = 103
      BandIndex = 0
      RowIndex = 0
      FieldName = 'Bundles'
    end
  end
  object ADOQuery1: TADOQuery
    Connection = dmData.adcDatabase
    CursorType = ctStatic
    AfterOpen = ADOQuery1AfterOpen
    Parameters = <>
    SQL.Strings = (
      'select * from tbHouseSave')
    Left = 336
    Top = 48
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 384
    Top = 56
  end
  object ADOQuery2: TADOQuery
    Connection = dmData.adcDatabase
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from tbPublish')
    Left = 384
    Top = 32
  end
  object DataSource2: TDataSource
    DataSet = ADOQuery2
    Left = 472
    Top = 40
  end
  object ADOQuery3: TADOQuery
    Connection = dmData.adcDatabase
    Parameters = <>
    Left = 328
    Top = 16
  end
  object ADOQuery4: TADOQuery
    Connection = dmData.adcDatabase
    Parameters = <>
    SQL.Strings = (
      'select * from tbBookClass')
    Left = 440
    Top = 8
  end
  object DataSource3: TDataSource
    DataSet = ADOQuery4
    Left = 448
    Top = 56
  end
  object dxBarManager1: TdxBarManager
    Scaled = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    Bars = <
      item
        AllowClose = False
        AllowCustomizing = False
        AllowQuickCustomizing = False
        AllowReset = False
        Caption = #24037#20855#26639
        DockedDockingStyle = dsTop
        DockedLeft = 0
        DockedTop = 0
        DockingStyle = dsTop
        FloatLeft = 164
        FloatTop = 129
        FloatClientWidth = 33
        FloatClientHeight = 88
        ItemLinks = <
          item
            Item = dxBarLargeButton1
            Visible = True
          end
          item
            Item = dxBarLargeButton4
            Visible = True
          end>
        Name = #24037#20855#26639
        OneOnRow = True
        Row = 0
        UseOwnFont = False
        Visible = True
        WholeRow = False
      end>
    Categories.Strings = (
      'Default')
    Categories.ItemsVisibles = (
      2)
    Categories.Visibles = (
      True)
    LargeImages = dmData.ImageList
    PopupMenuLinks = <>
    Style = bmsFlat
    UseSystemFont = True
    Left = 356
    DockControlHeights = (
      0
      0
      26
      0)
    object dxBarLargeButton1: TdxBarLargeButton
      Caption = #32479#35745
      Category = 0
      Hint = #32479#35745
      Visible = ivAlways
      OnClick = dxBarLargeButton1Click
      AutoGrayScale = False
      GlyphLayout = glLeft
      LargeImageIndex = 0
    end
    object dxBarLargeButton2: TdxBarLargeButton
      Caption = #20445#23384
      Category = 0
      Hint = #20445#23384
      Visible = ivAlways
      AutoGrayScale = False
      GlyphLayout = glLeft
      LargeImageIndex = 1
    end
    object dxBarLargeButton3: TdxBarLargeButton
      Caption = #21024#38500
      Category = 0
      Hint = #21024#38500
      Visible = ivAlways
      AutoGrayScale = False
      GlyphLayout = glLeft
      LargeImageIndex = 2
    end
    object dxBarLargeButton5: TdxBarLargeButton
      Caption = #21047#26032
      Category = 0
      Hint = #21047#26032
      Visible = ivAlways
      AutoGrayScale = False
      GlyphLayout = glLeft
      LargeImageIndex = 5
    end
    object dxBarLargeButton6: TdxBarLargeButton
      Caption = #25171#21360
      Category = 0
      Hint = #25171#21360
      Visible = ivAlways
      GlyphLayout = glLeft
      LargeImageIndex = 6
    end
    object dxBarLargeButton4: TdxBarLargeButton
      Caption = #36864#20986
      Category = 0
      Hint = #36864#20986
      Visible = ivAlways
      OnClick = dxBarLargeButton4Click
      AutoGrayScale = False
      GlyphLayout = glLeft
      LargeImageIndex = 3
    end
  end
end

⌨️ 快捷键说明

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