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

📄 unit_mater_outfromincard.~dfm

📁 此代码为企业原料管理代码
💻 ~DFM
字号:
object Form_Mater_OutFromInCard: TForm_Mater_OutFromInCard
  Left = 191
  Top = 272
  BorderStyle = bsDialog
  Caption = '宁波市巨龙橡塑有限公司 原材料仓库管理系统'
  ClientHeight = 174
  ClientWidth = 499
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 14
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 465
    Height = 137
    DataSource = DS_OutFromInCard
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    ParentFont = False
    TabOrder = 0
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = '宋体'
    TitleFont.Style = []
    OnDblClick = DBGrid1DblClick
    OnKeyPress = DBGrid1KeyPress
    Columns = <
      item
        Expanded = False
        FieldName = '标识号'
        Visible = False
      end
      item
        Expanded = False
        FieldName = '日期'
        Visible = False
      end
      item
        Expanded = False
        FieldName = '出入标识'
        Visible = False
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'kuhao'
        Title.Alignment = taCenter
        Title.Caption = '库号'
        Width = 51
        Visible = True
      end
      item
        Expanded = False
        FieldName = '材料名称'
        Title.Alignment = taCenter
        Width = 115
        Visible = True
      end
      item
        Expanded = False
        FieldName = '入库单号'
        Visible = False
      end
      item
        Expanded = False
        FieldName = '生产厂家'
        Title.Alignment = taCenter
        Visible = False
      end
      item
        Expanded = False
        FieldName = '进货地点'
        Visible = False
      end
      item
        Expanded = False
        FieldName = '入库数量'
        Visible = False
      end
      item
        Expanded = False
        FieldName = '单价'
        Title.Alignment = taCenter
        Width = 73
        Visible = True
      end
      item
        Expanded = False
        FieldName = '采购员'
        Visible = False
      end
      item
        Expanded = False
        FieldName = '检验员'
        Visible = False
      end
      item
        Expanded = False
        FieldName = '剩余库存'
        Title.Alignment = taCenter
        Visible = False
      end
      item
        Expanded = False
        FieldName = '最后领料标识'
        Visible = False
      end
      item
        Alignment = taRightJustify
        Expanded = False
        FieldName = '领料单号'
        Title.Alignment = taCenter
        Width = 77
        Visible = True
      end
      item
        Expanded = False
        FieldName = '出库货源号'
        Visible = False
      end
      item
        Expanded = False
        FieldName = '使用部门'
        Visible = False
      end
      item
        Expanded = False
        FieldName = '领料人'
        Visible = False
      end
      item
        Expanded = False
        FieldName = '出库数量'
        Visible = False
      end
      item
        Expanded = False
        FieldName = '备注'
        Visible = False
      end
      item
        Expanded = False
        FieldName = '领料标识'
        Visible = False
      end
      item
        Expanded = False
        FieldName = '库存'
        Title.Alignment = taCenter
        Width = 79
        Visible = True
      end>
  end
  object Panel1: TPanel
    Left = 16
    Top = 144
    Width = 425
    Height = 26
    Caption = '请从中选择一种原材料 按回车键或鼠标单击'
    TabOrder = 1
  end
  object Qry_OutFromInCard: TQuery
    Active = True
    DatabaseName = 'JL2000'
    SQL.Strings = (
      
        'SELECT 标识号, 日期, 出入标识, 材料名称, 入库单号, 生产厂家, 进' +
        '货地点, 入库数量, 单价, 采购员, 检验员, 剩余库存, 最后领料标识, ' +
        '领料单号, 出库货源号, 使用部门, 领料人, 出库数量, 备注, 领料标识' +
        ', 库存,kuhao'
      'FROM "原材料台帐.DB" 原材料台帐')
    Left = 224
    Top = 80
  end
  object DS_OutFromInCard: TDataSource
    DataSet = Qry_OutFromInCard
    Left = 168
    Top = 80
  end
end

⌨️ 快捷键说明

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