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

📄 inv_whpmove_b.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_WhPMove_B: TFrm_Inv_WhPMove_B
  Left = 15
  Top = 119
  Caption = '货位移动单制单'
  ClientHeight = 489
  ClientWidth = 785
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 785
  end
  inherited Pnl_Title: TPanel
    Width = 785
    Caption = '货位移动单制单'
    inherited Image2: TImage
      Width = 785
    end
  end
  inherited Pnl_Head: TPanel
    Width = 785
    Height = 79
    inherited Image1: TImage
      Width = 785
      Height = 79
    end
    object Label1: TLabel
      Left = 32
      Top = 5
      Width = 36
      Height = 12
      Caption = '仓库:'
    end
    object Label4: TLabel
      Left = 266
      Top = 30
      Width = 60
      Height = 12
      Caption = '移入货位:'
    end
    object Label7: TLabel
      Left = 525
      Top = 5
      Width = 48
      Height = 12
      Caption = '单据号:'
    end
    object Label8: TLabel
      Left = 537
      Top = 30
      Width = 36
      Height = 12
      Caption = '日期:'
    end
    object Label3: TLabel
      Left = 32
      Top = 57
      Width = 36
      Height = 12
      Caption = '备注:'
    end
    object Label5: TLabel
      Left = 266
      Top = 5
      Width = 60
      Height = 12
      Caption = '移出货位:'
    end
    object CmBx_Warehouse: TComboBox
      Left = 67
      Top = 1
      Width = 169
      Height = 20
      Style = csDropDownList
      ItemHeight = 12
      TabOrder = 0
      OnChange = CmBx_WarehouseChange
    end
    object Edt_BillNo: TEdit
      Left = 576
      Top = 1
      Width = 100
      Height = 20
      TabStop = False
      ReadOnly = True
      TabOrder = 2
    end
    object MEdt_BillDate: TMaskEdit
      Left = 576
      Top = 24
      Width = 100
      Height = 20
      EditMask = '0000\.00\.00;1;_'
      MaxLength = 10
      TabOrder = 4
      Text = '    .  .  '
      OnExit = MEdt_BillDateExit
    end
    object CmBx_WhPosition: TComboBox
      Left = 336
      Top = 1
      Width = 150
      Height = 20
      Style = csDropDownList
      ItemHeight = 12
      TabOrder = 1
    end
    object Edt_RemArk: TEdit
      Left = 67
      Top = 47
      Width = 610
      Height = 20
      TabOrder = 5
    end
    object CmBx_OWhPosition: TComboBox
      Left = 336
      Top = 24
      Width = 150
      Height = 20
      Style = csDropDownList
      ItemHeight = 12
      TabOrder = 3
      OnChange = CmBx_OWhPositionChange
      OnExit = CmBx_OWhPositionExit
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 480
    Width = 785
    Height = 9
    inherited Image4: TImage
      Width = 785
      Height = 9
    end
  end
  inherited Pnl_Body: TPanel
    Top = 136
    Width = 785
    Height = 344
    inherited Image3: TImage
      Width = 785
      Height = 344
    end
    inherited DBGridEh: TDBGridEh
      Width = 785
      Height = 344
      Columns = <
        Item
          FieldName = 'ItemCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料代码'
          Width = 125
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料描述'
          Width = 311
          KeyList.Strings = ()
        end
        Item
          FieldName = 'BatchNo'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '批次号'
          Width = 88
          KeyList.Strings = ()
        end
        Item
          FieldName = 'UomName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '计量单位'
          Width = 55
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillQty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '数量'
          Width = 78
          KeyList.Strings = ()
        end
        Item
          FieldName = 'BillLineRemArk'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '备注'
          Width = 129
          KeyList.Strings = ()
        end>
    end
  end
  inherited ActionList: TActionList
    Left = 200
    Top = 216
  end
  inherited AdoQry_Body: TAdoQuery
    SQL.Strings = (
      'Select InvOutBillLine.POLineNo'
      '    ,InvOutBillLine.ItemCode'
      '    ,Item.ItemName'
      '    ,Uom.UomName'
      '    ,InvOutBillLine.InvBillQty'
      '     From InvOutBillLine'
      '     Join Item On InvOutBillLine.ItemCode=Item.ItemCode'
      '     Join Uom On Item.UomCode=Uom.UomCode')
  end
end

⌨️ 快捷键说明

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