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

📄 inv_otherinbillqry.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_OtherInBillQry: TFrm_Inv_OtherInBillQry
  Left = 17
  Top = 38
  BOrderIcons = [biSystemMenu, biMinimize]
  Caption = '其他入库单据查询'
  ClientHeight = 413
  ClientWidth = 685
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 685
    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 = 685
    Height = 35
    Caption = '其他入库单据查询'
  end
  inherited Pnl_Head: TPanel
    Top = 65
    Width = 685
    Height = 136
    inherited Lbl_Order: TLabel
      Width = 66
      Caption = '日期,单据号'
    end
    object Panel1: TPanel
      Left = 0
      Top = 0
      Width = 685
      Height = 129
      Align = alTop
      BevelOuter = bvNone
      TabOrder = 0
      object Label2: TLabel
        Left = 85
        Top = 5
        Width = 6
        Height = 12
      end
      object Label3: TLabel
        Left = 24
        Top = 8
        Width = 36
        Height = 12
        Caption = '仓库:'
      end
      object Label4: TLabel
        Left = 0
        Top = 36
        Width = 60
        Height = 12
        Caption = '出库对象:'
      end
      object Label5: TLabel
        Left = 24
        Top = 96
        Width = 36
        Height = 12
        Caption = '备注:'
      end
      object Label6: TLabel
        Left = 216
        Top = 8
        Width = 36
        Height = 12
        Caption = '货位:'
      end
      object Label7: TLabel
        Left = 216
        Top = 36
        Width = 36
        Height = 12
        Caption = '代码:'
      end
      object Label8: TLabel
        Left = 416
        Top = 8
        Width = 60
        Height = 12
        Caption = '出库类型:'
      end
      object Label9: TLabel
        Left = 24
        Top = 65
        Width = 36
        Height = 12
        Caption = '名称:'
      end
      object Label10: TLabel
        Left = 608
        Top = 8
        Width = 48
        Height = 12
        Caption = '单据号:'
      end
      object Label11: TLabel
        Left = 620
        Top = 36
        Width = 36
        Height = 12
        Caption = '日期:'
      end
      object Lbl_OutName: TLabel
        Left = 65
        Top = 67
        Width = 6
        Height = 12
      end
      object Lbl_InvBillratetitle: TLabel
        Left = 535
        Top = 38
        Width = 36
        Height = 12
        Caption = '税率:'
      end
      object Lbl_InvBillrate: TLabel
        Left = 574
        Top = 38
        Width = 6
        Height = 12
      end
      object lbl_InvBillValuationtitle: TLabel
        Left = 441
        Top = 38
        Width = 36
        Height = 12
        Caption = '货币:'
      end
      object lbl_Currency: TLabel
        Left = 476
        Top = 38
        Width = 6
        Height = 12
      end
      object Edt_Memo: TEdit
        Left = 65
        Top = 93
        Width = 608
        Height = 20
        Enabled = False
        TabOrder = 3
      end
      object Edt_BillNo: TEdit
        Left = 661
        Top = 4
        Width = 113
        Height = 20
        Enabled = False
        TabOrder = 0
      end
      object Medt_Date: TMaskEdit
        Left = 664
        Top = 32
        Width = 113
        Height = 20
        Enabled = False
        EditMask = '!9999/99/99;1;_'
        MaxLength = 10
        TabOrder = 2
        Text = ' .  -  -  '
      end
      object Edt_OutCode: TExtEdit
        Left = 256
        Top = 32
        Width = 129
        Height = 20
        Enabled = False
        TabOrder = 1
        DispLabel = Lbl_OutName
      end
      object Edt_WhCodeName: TExtEdit
        Left = 63
        Top = 7
        Width = 121
        Height = 20
        Enabled = False
        TabOrder = 4
        DispLabel = Lbl_OutName
      end
      object Edt_OutType: TExtEdit
        Left = 64
        Top = 32
        Width = 121
        Height = 20
        Enabled = False
        TabOrder = 5
        DispLabel = Lbl_OutName
      end
      object edt_WhPosition: TExtEdit
        Left = 256
        Top = 6
        Width = 129
        Height = 20
        Enabled = False
        TabOrder = 6
        DispLabel = Lbl_OutName
      end
      object Edt_BillType2CodeName: TExtEdit
        Left = 478
        Top = 7
        Width = 121
        Height = 20
        Enabled = False
        TabOrder = 7
        DispLabel = Lbl_OutName
      end
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 387
    Width = 685
    object Label1: TLabel
      Left = 577
      Top = 8
      Width = 84
      Height = 12
      Caption = '当前物料描述:'
    end
    object DBText1: TDBText
      Left = 531
      Top = 8
      Width = 42
      Height = 12
      AutoSize = True
      DataField = 'ItemName'
      DataSource = DataSource
    end
  end
  inherited Pnl_Body: TPanel
    Top = 201
    Width = 685
    Height = 186
    inherited DBGridEh: TDBGridEh
      Width = 685
      Height = 186
      Columns = <
        Item
          FieldName = 'ItemCodeName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料标识'
          Width = 376
          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 = '数量'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillNoTaxPrice'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '未税价'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillNoTaxAmount'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '未税金额'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillPrice'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '含税价'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillAmount'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '含税金额'
          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 = 323
    Top = 243
  end
  inherited ActionList: TActionList
    Left = 448
    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
    SQL.Strings = (
      '')
    Left = 112
    Top = 289
  end
  inherited DataSource: TDataSource
    Left = 344
    Top = 281
  end
  inherited ExtPrintReport: TExtPrintReport
    Left = 200
    Top = 257
  end
  inherited PopuPmenu: TPopuPmenu
    Left = 552
    Top = 273
  end
end

⌨️ 快捷键说明

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