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

📄 mrp_qry_chginfomoh.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Mrp_Qry_ChgInfoMoH: TFrm_Mrp_Qry_ChgInfoMoH
  Left = 32
  Top = 93
  Caption = '生产订单表头操作日志'
  ClientWidth = 761
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 761
  end
  inherited Pnl_Title: TPanel
    Width = 761
    Caption = '生产订单表头操作日志'
  end
  inherited Pnl_Head: TPanel
    Width = 761
    inherited Lbl_Order: TLabel
      Width = 114
      Caption = '生产订单号/操作时间'
    end
  end
  inherited Pnl_Hint: TPanel
    Width = 761
  end
  inherited Pnl_Body: TPanel
    Width = 761
    inherited DBGridEh: TDBGridEh
      Width = 761
      FrozenCols = 3
      Columns = <
        Item
          FieldName = 'MoSpecial'
          PickList.Strings = (
            ' '
            '是'
            ''
            '')
          Title.Alignment = taCenter
          Title.Caption = '独立订单'
          Width = 55
          KeyList.Strings = (
            '0'
            '1')
          Checkboxes = False
        end
        Item
          FieldName = 'mono'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '生产订单号'
          Width = 69
          KeyList.Strings = ()
        end
        Item
          FieldName = 'modate'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '下达日期'
          Width = 68
          KeyList.Strings = ()
        end
        Item
          FieldName = 'DeptCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '受单部门代码'
          Width = 90
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'Deptfalg'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '受单部门标识'
          Width = 184
          KeyList.Strings = ()
        end
        Item
          FieldName = 'SaleType'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '销售类型'
          Width = 96
          KeyList.Strings = ()
        end
        Item
          FieldName = 'Standardflag'
          PickList.Strings = (
            '是'
            ''
            ''
            '')
          Title.Alignment = taCenter
          Title.Caption = '标准任务'
          Width = 54
          KeyList.Strings = (
            '1'
            '0')
          Checkboxes = False
        end
        Item
          FieldName = 'chgType'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '操作类型'
          Width = 69
          KeyList.Strings = ()
        end
        Item
          FieldName = 'chgEmployeeCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '操作人员代码'
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'EmployeeName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '操作人员'
          Width = 73
          KeyList.Strings = ()
        end
        Item
          FieldName = 'chgTime'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '操作时间'
          Width = 126
          KeyList.Strings = ()
        end
        Item
          FieldName = 'moremArk'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '备注'
          Width = 120
          KeyList.Strings = ()
        end>
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 285
    Top = 187
  end
  inherited ActionList: TActionList
    Left = 384
    Top = 304
  end
  inherited AdoQry_Main: TAdoQuery
    CurSorType = ctStatic
    SQL.Strings = (
      
        'select MoSpecial,mono,modate,mohistory.DeptCode,mohistory.Deptco' +
        'de+'#39' '#39'+Dept.DeptName as Deptfalg,SaleType,Standardflag,moremArk,' +
        'chgType,chgEmployeeCode,Employee.EmployeeName, chgTime '
      'from mohistory join Dept on mohistory.DeptCode=Dept.DeptCode'
      
        '              join Employee on mohistory.chgEmployeeCode=employe' +
        'e.EmployeeCode')
    Left = 544
    Top = 249
    object AdoQry_MainMoSpecial: TIntegerField
      FieldName = 'MoSpecial'
      Origin = 'mohistory'
    end
    object AdoQry_Mainmono: TStringField
      FieldName = 'mono'
      Origin = 'mohistory'
      Size = 16
    end
    object AdoQry_Mainmodate: TDateTimeField
      FieldName = 'modate'
      Origin = 'mohistory'
    end
    object AdoQry_MainDeptCode: TStringField
      FieldName = 'DeptCode'
      Origin = 'mohistory'
      Size = 8
    end
    object AdoQry_MainDeptfalg: TStringField
      FieldName = 'Deptfalg'
      ReadOnly = True
      Size = 49
    end
    object AdoQry_MainSaleType: TStringField
      FieldName = 'SaleType'
      Origin = 'mohistory'
    end
    object AdoQry_MainStandardflag: TIntegerField
      FieldName = 'Standardflag'
      Origin = 'mohistory'
    end
    object AdoQry_MainmoremArk: TStringField
      FieldName = 'moremArk'
      Origin = 'mohistory'
      Size = 150
    end
    object AdoQry_MainchgType: TStringField
      FieldName = 'chgType'
      Origin = 'mohistory'
      Size = 10
    end
    object AdoQry_MainchgEmployeeCode: TStringField
      FieldName = 'chgEmployeeCode'
      Origin = 'mohistory'
      Size = 30
    end
    object AdoQry_MainEmployeeName: TStringField
      FieldName = 'EmployeeName'
      Size = 60
    end
    object AdoQry_MainchgTime: TDateTimeField
      FieldName = 'chgTime'
      Origin = 'mohistory'
    end
  end
  inherited DataSource: TDataSource
    Left = 432
    Top = 249
  end
  inherited ExtPrintReport: TExtPrintReport
    Left = 152
    Top = 305
  end
  inherited PopuPmenu: TPopuPmenu
    Left = 264
    Top = 297
  end
end

⌨️ 快捷键说明

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