inv_invandbill.dfm

来自「一个MRPII系统源代码版本」· DFM 代码 · 共 196 行

DFM
196
字号
inherited Frm_Inv_InvAndBill: TFrm_Inv_InvAndBill
  Left = 14
  Top = 105
  Caption = '库存记录与期初、当期发生数'
  ClientHeight = 325
  ClientWidth = 735
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 735
    inherited ToolBar: TToolBar
      inherited ToolButton5: TToolButton
        Visible = False
      end
    end
  end
  inherited Pnl_Title: TPanel
    Width = 735
    Caption = '库存记录与期初、当期发生数'
    inherited Image2: TImage
      Width = 735
    end
  end
  inherited Pnl_Head: TPanel
    Width = 735
    inherited Image1: TImage
      Width = 735
    end
    inherited Lbl_ConditionTitle: TLabel
      Left = 289
      Top = 21
      Visible = False
    end
    inherited Lbl_Order: TLabel
      Width = 156
      Caption = '仓库代码,货位代码,物料代码'
    end
    object CheckBox1: TCheckBox
      Left = 365
      Top = 16
      Width = 97
      Height = 17
      Caption = '缩至一页'
      TabOrder = 0
      Visible = False
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 299
    Width = 735
    inherited Image4: TImage
      Width = 735
    end
    object Label1: TLabel
      Left = 306
      Top = 8
      Width = 42
      Height = 12
      Caption = '记录共_'
    end
    object lbl_qty: TLabel
      Left = 354
      Top = 8
      Width = 6
      Height = 12
    end
    object Label2: TLabel
      Left = 379
      Top = 8
      Width = 12
      Height = 12
      Caption = '条'
    end
  end
  inherited Pnl_Body: TPanel
    Width = 735
    Height = 202
    inherited Image3: TImage
      Width = 735
      Height = 202
    end
    inherited DBGridEh: TDBGridEh
      Width = 735
      Height = 202
      ReadOnly = False
      Columns = <
        Item
          FieldName = 'flag1'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '选定标识'
          KeyList.Strings = (
            '1'
            '0')
          Checkboxes = True
        end
        Item
          FieldName = '仓库标识'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Width = 65
          KeyList.Strings = ()
        end
        Item
          FieldName = '货位标识'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Width = 79
          KeyList.Strings = ()
        end
        Item
          FieldName = '物料标识'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Width = 106
          KeyList.Strings = ()
        end
        Item
          FieldName = '库存表库存数'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Width = 84
          KeyList.Strings = ()
        end
        Item
          FieldName = '计算得出库存数'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Width = 95
          KeyList.Strings = ()
        end
        Item
          FieldName = '差异'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Width = 74
          KeyList.Strings = ()
        end>
    end
  end
  object Button1: TButton [5]
    Left = 596
    Top = 69
    Width = 66
    Height = 23
    Caption = '调整数据'
    TabOrder = 5
    OnClick = Button1Click
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 285
    Top = 195
  end
  inherited ActionList: TActionList
    Left = 208
    Top = 176
    inherited Act_Filter: TAction
      Enabled = False
      Visible = False
    end
    inherited Act_next: TAction
      Caption = '开始'
      Hint = '开始'
      ShortCut = 16450
      OnExecute = Act_nextExecute
    end
  end
  inherited AdoQry_Main: TAdoQuery
    Left = 328
    Top = 193
  end
  inherited DataSource: TDataSource
    DataSet = AdODataSet_Main
    Left = 368
    Top = 193
  end
  inherited PopuPmenu: TPopuPmenu
    Top = 177
  end
  object AdODataSet_Main: TAdODataSet
    CurSorType = ctDynamic
    LockType = ltBatchOptimistic
    AfterOpen = AdODataSet_MainAfterOpen
    BeforeEdit = AdODataSet_MainBeforeEdit
    Parameters = <>
    Left = 464
    Top = 225
  end
end

⌨️ 快捷键说明

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