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

📄 gl_qry_chginfocredencetypeh.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Gl_Qry_ChgInfoCredenceTypeH: TFrm_Gl_Qry_ChgInfoCredenceTypeH
  Left = -4
  Top = -4
  Caption = '凭证类型表头操作日志'
  ClientHeight = 553
  ClientWidth = 800
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 800
  end
  inherited Pnl_Title: TPanel
    Width = 800
    Caption = '凭证类型表头操作日志'
    inherited Image2: TImage
      Width = 800
    end
  end
  inherited Pnl_Head: TPanel
    Width = 800
    inherited Image1: TImage
      Width = 800
    end
    inherited Lbl_Condition: TLabel
      Width = 24
      Caption = '全部'
    end
    inherited Lbl_Order: TLabel
      Width = 48
      Caption = '操作日期'
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 527
    Width = 800
    inherited Image4: TImage
      Width = 800
    end
  end
  inherited Pnl_Body: TPanel
    Width = 800
    Height = 430
    inherited Image3: TImage
      Width = 800
      Height = 430
    end
    inherited DBGridEh: TDBGridEh
      Width = 800
      Height = 430
      Columns = <
        Item
          FieldName = 'CharacterNo'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '凭证类别字代码'
          Width = 98
          KeyList.Strings = ()
        end
        Item
          FieldName = 'CharacterCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '凭证类别字'
          Width = 68
          KeyList.Strings = ()
        end
        Item
          FieldName = 'CharacterName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '凭证类别名称'
          Width = 89
          KeyList.Strings = ()
        end
        Item
          FieldName = 'LimitType'
          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 = 234
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ChgTime'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '操作时间'
          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_CredenceTypeHistory.CharacterNo, '
      #9'Gl_CredenceTypeHistory.CharacterCode,'
      #9'Gl_CredenceTypeHistory.CharacterName,'
      #9'Gl_CredenceTypeHistory.LimitType,'
      #9'Gl_CredenceTypeHistory.ChgEmployeeCode,'
      #9'Employee.EmployeeName,'
      
        #9'Gl_CredenceTypeHistory.ChgEmployeeCode+'#39' '#39'+Employee.Employeenam' +
        'e as ChgEmployeeB,'
      #9'Gl_CredenceTypeHistory.ChgTime,'
      #9'Gl_CredenceTypeHistory.ChgType'
      'from  Gl_CredenceTypeHistory'
      
        'left join Employee on Gl_CredenceTypeHistory.ChgEmployeeCode=emp' +
        'loyee.EmployeeCode')
    Left = 328
    Top = 249
    object AdoQry_MainCharacterNo: TStringField
      FieldName = 'CharacterNo'
      Origin = 'Gl_CredenceTypeHistory'
      Size = 2
    end
    object AdoQry_MainCharacterCode: TStringField
      FieldName = 'CharacterCode'
      Origin = 'Gl_CredenceTypeHistory'
      Size = 2
    end
    object AdoQry_MainCharacterName: TStringField
      FieldName = 'CharacterName'
      Origin = 'Gl_CredenceTypeHistory'
      Size = 14
    end
    object AdoQry_MainLimitType: TIntegerField
      FieldName = 'LimitType'
      Origin = 'Gl_CredenceTypeHistory'
    end
    object AdoQry_MainChgEmployeeCode: TStringField
      FieldName = 'ChgEmployeeCode'
      Origin = 'Gl_CredenceTypeHistory'
      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_CredenceTypeHistory'
    end
    object AdoQry_MainChgType: TStringField
      FieldName = 'ChgType'
      Origin = 'Gl_CredenceTypeHistory'
      Size = 10
    end
  end
  inherited PopuPmenu: TPopuPmenu
    Top = 177
  end
end

⌨️ 快捷键说明

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