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

📄 ar_qry_chginfoeachinvoiceh.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Ar_Qry_ChgInfoEachInvoiceH: TFrm_Ar_Qry_ChgInfoEachInvoiceH
  Left = 204
  Top = 188
  Caption = '兰字发票红字发票对冲表头操作日志'
  ClientHeight = 290
  ClientWidth = 541
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 541
  end
  inherited Pnl_Title: TPanel
    Width = 541
    Caption = '兰字发票红字发票对冲表头操作日志'
    inherited Image2: TImage
      Width = 541
    end
  end
  inherited Pnl_Head: TPanel
    Width = 541
    inherited Image1: TImage
      Width = 541
    end
    inherited Lbl_Condition: TLabel
      Width = 24
      Caption = '全部'
    end
    inherited Lbl_Order: TLabel
      Width = 126
      Caption = '操作日期/销售发票单号'
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 264
    Width = 541
    inherited Image4: TImage
      Width = 541
    end
  end
  inherited Pnl_Body: TPanel
    Width = 541
    Height = 167
    inherited Image3: TImage
      Width = 541
      Height = 167
    end
    inherited DBGridEh: TDBGridEh
      Width = 541
      Height = 167
      FrozenCols = 2
      Columns = <
        Item
          FieldName = 'CreateDate'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '对冲日期'
          Width = 93
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvoiceNo'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '销售发票单号'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'CancelTotalAmount'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '对冲金额'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'CreateEmployeeCode'
          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 = 'CreateEmployeeB'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '制单人员'
          Width = 126
          KeyList.Strings = ()
        end
        Item
          FieldName = 'RemArk'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '备注'
          Width = 179
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ChgType'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '操作类型'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ChgEmployeeCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '操作人员代码'
          Width = 40
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'EmployeeName_1'
          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 = 189
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ChgTime'
          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 Sa_EachInvoiceHistory.CreateDate, '
      #9'Sa_EachInvoiceHistory.InvoiceNo,'
      #9'Sa_EachInvoiceHistory.CancelTotalAmount,'
      #9'Sa_EachInvoiceHistory.CreateEmployeeCode,'
      #9'E1.EmployeeName,'
      
        #9'Sa_EachInvoiceHistory.CreateEmployeeCode+'#39' '#39'+E1.EmployeeName as' +
        ' CreateEmployeeB,'
      #9'Sa_EachInvoiceHistory.RemArk,'
      #9'Sa_EachInvoiceHistory.ChgType,'
      #9'Sa_EachInvoiceHistory.ChgEmployeeCode,'
      #9'E2.EmployeeName,'
      
        #9'Sa_EachInvoiceHistory.ChgEmployeeCode+'#39' '#39'+E2.EmployeeName as Ch' +
        'gEmployeeB,'
      #9'Sa_EachInvoiceHistory.ChgTime'
      'from  Sa_EachInvoiceHistory'
      
        'left join Employee  E1 on Sa_EachInvoiceHistory.CreateEmployeeCo' +
        'de=E1.EmployeeCode'
      
        'left join Employee E2 on Sa_EachInvoiceHistory.ChgEmployeeCode=E' +
        '2.EmployeeCode'
      '')
    Left = 328
    Top = 249
    object AdoQry_MainCreateDate: TDateTimeField
      FieldName = 'CreateDate'
      Origin = 'Sa_EachInvoiceHistory'
    end
    object AdoQry_MainInvoiceNo: TStringField
      FieldName = 'InvoiceNo'
      Origin = 'Sa_EachInvoiceHistory'
      Size = 16
    end
    object AdoQry_MainCancelTotalAmount: TFloatField
      FieldName = 'CancelTotalAmount'
      Origin = 'Sa_EachInvoiceHistory'
    end
    object AdoQry_MainCreateEmployeeCode: TStringField
      FieldName = 'CreateEmployeeCode'
      Origin = 'Sa_EachInvoiceHistory'
      Size = 30
    end
    object AdoQry_MainEmployeeName: TStringField
      FieldName = 'EmployeeName'
      Size = 60
    end
    object AdoQry_MainCreateEmployeeB: TStringField
      FieldName = 'CreateEmployeeB'
      ReadOnly = True
      Size = 91
    end
    object AdoQry_MainRemArk: TStringField
      FieldName = 'RemArk'
      Origin = 'Sa_EachInvoiceHistory'
      Size = 60
    end
    object AdoQry_MainChgType: TStringField
      FieldName = 'ChgType'
      Origin = 'Sa_EachInvoiceHistory'
      Size = 10
    end
    object AdoQry_MainChgEmployeeCode: TStringField
      FieldName = 'ChgEmployeeCode'
      Origin = 'Sa_EachInvoiceHistory'
      Size = 30
    end
    object AdoQry_MainEmployeeName_1: TStringField
      FieldName = 'EmployeeName_1'
      Size = 60
    end
    object AdoQry_MainChgEmployeeB: TStringField
      FieldName = 'ChgEmployeeB'
      ReadOnly = True
      Size = 91
    end
    object AdoQry_MainChgTime: TDateTimeField
      FieldName = 'ChgTime'
      Origin = 'Sa_EachInvoiceHistory'
    end
  end
  inherited PopuPmenu: TPopuPmenu
    Top = 177
  end
end

⌨️ 快捷键说明

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