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

📄 inv_mnoutbillqry.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_MnOutBillQry: TFrm_Inv_MnOutBillQry
  Left = -66
  Top = 12
  BOrderIcons = [biSystemMenu, biMinimize]
  Caption = '车间生产领料单查询'
  ClientHeight = 553
  ClientWidth = 800
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 800
    inherited ToolBar: TToolBar
      inherited TlBtn_Filter: TToolButton
        Enabled = False
      end
      inherited TlBtn_Locate: TToolButton
        Enabled = False
      end
      inherited TlBtn_Order: TToolButton
        Enabled = False
      end
      inherited TlBtn_SetColumn: TToolButton
        Enabled = False
      end
      inherited TlBtn_Preview: TToolButton
        Hint = '打印预览(不计打印次数)'
      end
    end
  end
  inherited Pnl_Title: TPanel
    Width = 800
    Caption = '车间生产领料单查询'
  end
  inherited Pnl_Head: TPanel
    Width = 800
    Height = 112
    inherited Lbl_Order: TLabel
      Width = 66
      Caption = '日期,单据号'
    end
    object Panel1: TPanel
      Left = 0
      Top = 0
      Width = 800
      Height = 104
      Align = alTop
      BevelOuter = bvNone
      TabOrder = 0
      object Label4: TLabel
        Left = 85
        Top = 5
        Width = 6
        Height = 12
      end
      object Label6: TLabel
        Left = 35
        Top = 2
        Width = 108
        Height = 12
        Caption = '排序方式:物料代码'
      end
      object Label7: TLabel
        Left = 36
        Top = 21
        Width = 60
        Height = 12
        Caption = '仓    库:'
      end
      object Label8: TLabel
        Left = 35
        Top = 39
        Width = 60
        Height = 12
        Caption = '领料部门:'
      end
      object Label9: TLabel
        Left = 23
        Top = 58
        Width = 72
        Height = 12
        Caption = '生产订单号:'
      end
      object Label11: TLabel
        Left = 31
        Top = 81
        Width = 60
        Height = 12
        Caption = '备    注:'
      end
      object Label10: TLabel
        Left = 184
        Top = 58
        Width = 84
        Height = 12
        Caption = '生产订单行号:'
      end
      object Label13: TLabel
        Left = 354
        Top = 39
        Width = 36
        Height = 12
        Caption = '班别:'
      end
      object Label14: TLabel
        Left = 354
        Top = 21
        Width = 36
        Height = 12
        Caption = '货位:'
      end
      object Label15: TLabel
        Left = 598
        Top = 21
        Width = 48
        Height = 12
        Caption = '单据号:'
      end
      object Label16: TLabel
        Left = 609
        Top = 39
        Width = 36
        Height = 12
        Caption = '日期:'
      end
      object lbl_WhPositionCode: TLabel
        Left = 394
        Top = 21
        Width = 6
        Height = 12
      end
      object lbl_WhCode: TLabel
        Left = 107
        Top = 21
        Width = 6
        Height = 12
      end
      object lbl_DeptCode: TLabel
        Left = 107
        Top = 39
        Width = 6
        Height = 12
      end
      object lbl_MoRequestshift: TLabel
        Left = 394
        Top = 39
        Width = 6
        Height = 12
      end
      object lbl_Mono: TLabel
        Left = 108
        Top = 58
        Width = 6
        Height = 12
      end
      object lbl_MoLineno: TLabel
        Left = 272
        Top = 58
        Width = 6
        Height = 12
      end
      object Label2: TLabel
        Left = 354
        Top = 59
        Width = 36
        Height = 12
        Caption = '物料:'
      end
      object lbl_ItemCode: TLabel
        Left = 389
        Top = 58
        Width = 6
        Height = 12
      end
      object medt_Date: TMaskEdit
        Left = 650
        Top = 34
        Width = 85
        Height = 20
        Enabled = False
        EditMask = '9999.99.99;1; '
        MaxLength = 10
        TabOrder = 0
        Text = '    .  .  '
      end
      object edt_memo: TEdit
        Left = 100
        Top = 77
        Width = 632
        Height = 20
        Enabled = False
        TabOrder = 1
      end
      object edt_Billno: TEdit
        Left = 649
        Top = 11
        Width = 86
        Height = 20
        Enabled = False
        TabOrder = 2
      end
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 527
    Width = 800
    object Label1: TLabel
      Left = 24
      Top = 8
      Width = 84
      Height = 12
      Caption = '当前物料描述:'
    end
    object DBText1: TDBText
      Left = 112
      Top = 8
      Width = 42
      Height = 12
      AutoSize = True
      DataField = 'ItemName'
      DataSource = DataSource
    end
  end
  inherited Pnl_Body: TPanel
    Top = 169
    Width = 800
    Height = 358
    inherited DBGridEh: TDBGridEh
      Width = 800
      Height = 358
      Columns = <
        Item
          FieldName = 'ItemCodeName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料标识'
          Width = 306
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemCode2'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '参考码'
          Width = 60
          KeyList.Strings = ()
        end
        Item
          FieldName = 'UomName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '计量单位'
          Width = 55
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillSfcQty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '请领数量'
          Width = 75
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillqty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '实领数量'
          Width = 75
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillNoTaxPrice'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '未税价'
          Width = 75
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillNoTaxAmount'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '未税金额'
          Width = 75
          KeyList.Strings = ()
        end
        Item
          FieldName = 'Batchno'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '批次号'
          Width = 100
          KeyList.Strings = ()
        end
        Item
          FieldName = 'BilllineremArk'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '备注'
          Width = 150
          KeyList.Strings = ()
        end>
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 333
    Top = 243
  end
  inherited ActionList: TActionList
    Left = 208
    Top = 264
    inherited Act_Look: TAction
      ShortCut = 16462
    end
    inherited Act_Excel: TAction
      Enabled = False
      Visible = False
    end
  end
  inherited AdoQry_Main: TAdoQuery
    ConnectionString = ''
    CurSorType = ctStatic
    Left = 56
    Top = 265
  end
  inherited DataSource: TDataSource
    Left = 312
    Top = 281
  end
  inherited ExtPrintReport: TExtPrintReport
    Left = 456
    Top = 257
  end
  inherited PopuPmenu: TPopuPmenu
    Left = 104
    Top = 273
  end
end

⌨️ 快捷键说明

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