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

📄 mrp_enter_mrpinfo1.dfm

📁 一个MRPII系统源代码版本
💻 DFM
📖 第 1 页 / 共 2 页
字号:
inherited Frm_Mrp_Enter_MrpInfo1: TFrm_Mrp_Enter_MrpInfo1
  Left = 26
  Top = 111
  Caption = '生产建议--按计划员列示'
  ClientWidth = 736
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 736
    inherited ToolBar: TToolBar
      inherited TlBtn_Copy: TToolButton
        Hint = '全选'
        Caption = '全选'
      end
      inherited TlBtn_Modify: TToolButton
        Visible = False
      end
      inherited TlBtn_Delete: TToolButton
        Visible = False
      end
      inherited ToolButton6: TToolButton
        Hint = '父项需求追溯'
        Caption = '父项需求追溯'
      end
    end
  end
  inherited Pnl_Title: TPanel
    Width = 736
    Caption = '生产建议--按计划员列示'
    inherited Image2: TImage
      Width = 736
    end
  end
  inherited Pnl_Head: TPanel
    Width = 736
    Height = 80
    inherited Image1: TImage
      Width = 736
      Height = 80
    end
    inherited Lbl_Condition: TLabel
      Top = 29
    end
    inherited Lbl_ConditionTitle: TLabel
      Top = 29
    end
    inherited Lbl_OrderTitle: TLabel
      Top = 45
    end
    inherited Lbl_Order: TLabel
      Top = 45
      Width = 114
      Caption = '物料代码/约定交货日'
    end
    object lbl_RunMrpdate: TLabel
      Left = 145
      Top = 60
      Width = 6
      Height = 12
    end
    object Label5: TLabel
      Left = 17
      Top = 60
      Width = 126
      Height = 12
      Caption = 'Mrp展开运算开始时间:'
    end
    object btn_Item: TButton
      Left = 16
      Top = 2
      Width = 89
      Height = 25
      Caption = '物料主文件联查'
      TabOrder = 0
      OnClick = btn_ItemClick
    end
    object btn_ite_Item: TButton
      Left = 114
      Top = 2
      Width = 89
      Height = 25
      Caption = '父项物料反查'
      TabOrder = 1
      OnClick = btn_ite_ItemClick
    end
    object btn_Order: TButton
      Left = 212
      Top = 2
      Width = 89
      Height = 25
      Caption = '订单联查'
      TabOrder = 2
      OnClick = btn_OrderClick
    end
    object btn_uPMrp: TButton
      Left = 507
      Top = 2
      Width = 89
      Height = 25
      Caption = 'Mrp竖式报表'
      TabOrder = 3
      OnClick = btn_uPMrpClick
    end
    object btn_OblongMrp: TButton
      Left = 605
      Top = 2
      Width = 89
      Height = 25
      Caption = 'Mrp横式报表'
      TabOrder = 4
      OnClick = btn_OblongMrpClick
    end
    object Button1: TButton
      Left = 408
      Top = 2
      Width = 89
      Height = 25
      Caption = '父项需求追溯'
      TabOrder = 5
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 704
      Top = 2
      Width = 89
      Height = 25
      Caption = '关闭订单'
      TabOrder = 6
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 311
      Top = 2
      Width = 89
      Height = 25
      Caption = '多层Bom反查'
      TabOrder = 7
      OnClick = Button3Click
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 414
    Width = 736
    Height = 29
    inherited Image4: TImage
      Width = 736
      Height = 29
    end
    object Label1: TLabel
      Left = 470
      Top = 3
      Width = 60
      Height = 12
      Caption = '物料标识:'
    end
    object DBText1: TDBText
      Left = 527
      Top = 3
      Width = 42
      Height = 12
      AutoSize = True
      DataField = 'ItemFlag'
      DataSource = DataSource
    end
    object Label2: TLabel
      Left = 173
      Top = 4
      Width = 72
      Height = 12
      Caption = '约定交货量:'
    end
    object DBText2: TDBText
      Left = 251
      Top = 3
      Width = 42
      Height = 12
      AutoSize = True
      DataField = 'Sysqty'
      DataSource = DataSource
    end
    object Label3: TLabel
      Left = 301
      Top = 3
      Width = 72
      Height = 12
      Caption = '约定交货日:'
    end
    object DBText3: TDBText
      Left = 371
      Top = 3
      Width = 42
      Height = 12
      AutoSize = True
      DataField = 'SSDate'
      DataSource = DataSource
    end
    object Label4: TLabel
      Left = 5
      Top = 3
      Width = 72
      Height = 12
      Caption = '计划员标识:'
    end
    object DBText4: TDBText
      Left = 79
      Top = 2
      Width = 42
      Height = 12
      AutoSize = True
      DataField = 'EmployeeFlag'
      DataSource = DataSource
    end
    object Label6: TLabel
      Left = 5
      Top = 18
      Width = 6
      Height = 12
    end
  end
  inherited Pnl_Body: TPanel
    Top = 137
    Width = 736
    Height = 277
    inherited Image3: TImage
      Width = 736
      Height = 277
    end
    inherited DBGridEh: TDBGridEh
      Width = 736
      Height = 277
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      ReadOnly = False
      OnDblClick = Act_LookExecute
      OnTitleClick = DBGridEhTitleClick
      FrozenCols = 5
      Columns = <
        Item
          FieldName = 'SScheck'
          PickList.Strings = (
            '1'
            '0')
          Title.Alignment = taCenter
          Title.Caption = '标记'
          Title.Font.ChArset = GB2312_CHArSET
          Title.Font.Color = clBlue
          Title.Font.Height = -12
          Title.Font.Name = '宋体'
          Title.Font.Style = []
          Width = 36
          KeyList.Strings = (
            '1'
            '0')
          NotInKeyListIndex = 0
          Checkboxes = True
        end
        Item
          FieldName = 'EmployeeCode'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '计划员代码'
          Width = 60
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'EmployeeName'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '计划员姓名'
          Width = 60
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'EmployeeFlag'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '计划员标识'
          Width = 100
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'DeptCode'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '部门代码'
          Width = 50
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'DeptName'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '部门名称'
          Width = 90
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'DeptFlag'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '部门标识'
          Width = 66
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemCode'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '物料代码'
          Width = 90
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemName'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter

⌨️ 快捷键说明

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