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

📄 gl_qry_chginfocredencetype.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Gl_Qry_ChgInfoCredenceType: TFrm_Gl_Qry_ChgInfoCredenceType
  Left = 115
  Top = 115
  Caption = '凭证类型表身操作日志'
  ClientHeight = 330
  ClientWidth = 514
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 514
  end
  inherited Pnl_Title: TPanel
    Width = 514
    Caption = '凭证类型表身操作日志'
    inherited Image2: TImage
      Width = 514
    end
  end
  inherited Pnl_Head: TPanel
    Width = 514
    inherited Image1: TImage
      Width = 514
    end
    inherited Lbl_Condition: TLabel
      Width = 24
      Caption = '全部'
    end
    inherited Lbl_Order: TLabel
      Width = 48
      Caption = '操作日期'
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 304
    Width = 514
    inherited Image4: TImage
      Width = 514
    end
  end
  inherited Pnl_Body: TPanel
    Width = 514
    Height = 207
    inherited Image3: TImage
      Width = 514
      Height = 207
    end
    inherited DBGridEh: TDBGridEh
      Width = 514
      Height = 207
      Columns = <
        Item
          FieldName = 'CharacterNo'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '凭证类别字代码'
          Width = 107
          KeyList.Strings = ()
        end
        Item
          FieldName = 'KMCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '会计科目代码'
          Width = 40
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'kmName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '会计科目'
          Width = 77
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ChgEmployeeCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '操作人员代码'
          Width = 40
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'EmployeeName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '操作人员名称'
          Width = 40
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ChgEmployeeB'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '操作人员'
          Width = 161
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ChgTime'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '操作时间'
          Width = 102
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ChgType'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '操作类型'
          KeyList.Strings = ()
        end>
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 277
    Top = 203
  end
  inherited ActionList: TActionList
    Left = 224
    Top = 176
  end
  inherited AdoQry_Main: TAdoQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
      'User ID=mdrcmrm;Initial Catalog=Mrpii_Standard;Data Source=192.1' +
      '68.0.151;Use procedure for Prepare=1;Auto Translate=True;Packet ' +
      'Size=4096;Workstation ID=XYB'
    CurSorType = ctStatic
    SQL.Strings = (
      'select Gl_CredenceTypeLineHistory.CredenceTypeLineId, '
      #9'Gl_CredenceTypeLineHistory.CharacterNo,'
      #9'Gl_CredenceTypeLineHistory.KMCode,'
      #9'Gl_AccountSubject.kmName,'
      #9'Gl_CredenceTypeLineHistory.ChgEmployeeCode,'
      #9'Employee.EmployeeName,'
      
        #9'Gl_CredenceTypeLineHistory.ChgEmployeeCode+'#39' '#39'+Employee.employe' +
        'eName as ChgEmployeeB,'
      #9'Gl_CredenceTypeLineHistory.ChgTime,'
      #9'Gl_CredenceTypeLineHistory.ChgType'
      'from  Gl_CredenceTypeLineHistory'
      
        'left join Gl_AccountSubject on Gl_CredenceTypeLineHistory.KMCode' +
        '=Gl_AccountSubject.KmCode'
      
        'left join Employee on Gl_CredenceTypeLineHistory.ChgEmployeeCode' +
        '=Employee.EmployeeCode'
      '')
    Left = 328
    Top = 249
    object AdoQry_MainCredenceTypeLineId: TIntegerField
      FieldName = 'CredenceTypeLineId'
      Origin = 'Gl_CredenceTypeLineHistory'
    end
    object AdoQry_MainCharacterNo: TStringField
      FieldName = 'CharacterNo'
      Origin = 'Gl_CredenceTypeLineHistory'
      Size = 2
    end
    object AdoQry_MainKMCode: TStringField
      FieldName = 'KMCode'
      Origin = 'Gl_CredenceTypeLineHistory'
      Size = 15
    end
    object AdoQry_MainkmName: TStringField
      FieldName = 'kmName'
      Origin = 'Gl_AccountSubject'
      Size = 40
    end
    object AdoQry_MainChgEmployeeCode: TStringField
      FieldName = 'ChgEmployeeCode'
      Origin = 'Gl_CredenceTypeLineHistory'
      Size = 30
    end
    object AdoQry_MainEmployeeName: TStringField
      FieldName = 'EmployeeName'
      Origin = 'Employee'
      Size = 60
    end
    object AdoQry_MainChgEmployeeB: TStringField
      FieldName = 'ChgEmployeeB'
      ReadOnly = True
      Size = 91
    end
    object AdoQry_MainChgTime: TDateTimeField
      FieldName = 'ChgTime'
      Origin = 'Gl_CredenceTypeLineHistory'
    end
    object AdoQry_MainChgType: TStringField
      FieldName = 'ChgType'
      Origin = 'Gl_CredenceTypeLineHistory'
      Size = 10
    end
  end
  inherited PopuPmenu: TPopuPmenu
    Top = 177
  end
end

⌨️ 快捷键说明

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