query4_0.dfm

来自「校园刷卡系统」· DFM 代码 · 共 112 行

DFM
112
字号
object QueryForm4_0: TQueryForm4_0
  Left = 265
  Top = 169
  Width = 785
  Height = 515
  BorderIcons = [biHelp]
  Caption = #21830#21697#24211#20449#24687
  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 DBGrid1: TDBGrid
    Left = 16
    Top = 0
    Width = 745
    Height = 409
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'ID'
        Title.Caption = #21830#21697#32534#21495
        Width = 120
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Name'
        Title.Caption = #21830#21697#21517#31216
        Width = 135
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Unit'
        Title.Caption = #21333#20301
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Amount'
        Title.Caption = #25968#37327
        Width = 91
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Price'
        Title.Caption = #21333#20215
        Width = 81
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Least'
        Title.Caption = #26368#20302#24211#23384#37327
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Factory'
        Title.Caption = #29983#20135#21378
        Width = 153
        Visible = True
      end>
  end
  object BitBtn1: TBitBtn
    Left = 656
    Top = 432
    Width = 75
    Height = 25
    TabOrder = 1
    Kind = bkClose
  end
  object DBNavigator1: TDBNavigator
    Left = 216
    Top = 432
    Width = 224
    Height = 25
    DataSource = DataSource1
    VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
    TabOrder = 2
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 40
    Top = 424
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'SK'
    ReadOnly = True
    TableName = 'StorageGoods.db'
    Left = 8
    Top = 424
  end
end

⌨️ 快捷键说明

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