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

📄 wzcx.dfm

📁 物资管理系统 包括屋子入库出库管理
💻 DFM
字号:
object WZCXForm: TWZCXForm
  Left = 165
  Top = 156
  Width = 640
  Height = 480
  Caption = #29289#36164#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poMainFormCenter
  Visible = True
  OnClose = FormClose
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  object pnlToolBar: TPanel
    Left = 0
    Top = 0
    Width = 632
    Height = 49
    Align = alTop
    BevelInner = bvLowered
    TabOrder = 0
    object lblBm: TLabel
      Left = 22
      Top = 19
      Width = 33
      Height = 12
      AutoSize = False
      Caption = #32534#30721
    end
    object lblMc: TLabel
      Left = 199
      Top = 19
      Width = 33
      Height = 12
      AutoSize = False
      Caption = #21517#31216' '
    end
    object btQuery: TButton
      Left = 549
      Top = 13
      Width = 64
      Height = 25
      Caption = #26597#35810
      TabOrder = 0
      OnClick = btQueryClick
    end
    object edtMc: TEdit
      Left = 235
      Top = 15
      Width = 150
      Height = 20
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      TabOrder = 1
    end
    object edtBm: TEdit
      Left = 56
      Top = 15
      Width = 113
      Height = 20
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      TabOrder = 2
    end
  end
  object dbWZCX: TDBGrid
    Left = 0
    Top = 49
    Width = 632
    Height = 397
    Align = alClient
    DataSource = dsWZCX
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    ReadOnly = True
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'BM'
        Title.Caption = #32534#30721
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MC'
        Title.Caption = #21517#31216
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'GG'
        Title.Caption = #35268#26684
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'DW'
        Title.Caption = #21333#20301
        Width = 50
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'DJ'
        Title.Caption = #21333#20215
        Width = 50
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'RKSL'
        Title.Caption = #32047#35745#20837#24211
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'CKSL'
        Title.Caption = #32047#35745#20986#24211
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'KCSL'
        Title.Caption = #24211#23384#25968#37327
        Width = 60
        Visible = True
      end>
  end
  object dsWZCX: TDataSource
    DataSet = adoqWZCX
    Left = 248
    Top = 176
  end
  object adoqWZCX: TADOQuery
    Parameters = <>
    Left = 184
    Top = 176
  end
end

⌨️ 快捷键说明

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