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

📄 wzck.dfm

📁 物资管理系统 包括屋子入库出库管理
💻 DFM
字号:
object WZCKForm: TWZCKForm
  Left = 304
  Top = 227
  Width = 640
  Height = 480
  Caption = #20986#24211#30331#35760#34920
  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 = 33
    Align = alTop
    TabOrder = 0
    object btAdd: TButton
      Left = 4
      Top = 4
      Width = 69
      Height = 25
      Caption = #22686#21152
      TabOrder = 0
      OnClick = btAddClick
    end
    object btDel: TButton
      Left = 75
      Top = 4
      Width = 71
      Height = 25
      Caption = #21024#38500
      TabOrder = 1
      OnClick = btDelClick
    end
  end
  object dbWZCK: TDBGrid
    Left = 0
    Top = 33
    Width = 632
    Height = 420
    Align = alClient
    DataSource = dsWZCK
    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 = 'CKRQ'
        Title.Caption = #20986#24211#26085#26399
        Width = 80
        Visible = True
      end
      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 = 'CKSL'
        Title.Caption = #25968#37327
        Width = 50
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'HJ'
        Title.Caption = #21512#20215
        Width = 80
        Visible = True
      end>
  end
  object dsWZCK: TDataSource
    DataSet = adoqWZCK
    OnDataChange = dsWZCKDataChange
    Left = 248
    Top = 176
  end
  object adoqWZCK: TADOQuery
    Parameters = <>
    Left = 184
    Top = 176
  end
end

⌨️ 快捷键说明

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