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

📄 gl_qry_chginfoaccountsubject.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Gl_Qry_ChgInfoAccountSubject: TFrm_Gl_Qry_ChgInfoAccountSubject
  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
      FrozenCols = 3
      Columns = <
        Item
          FieldName = 'KmCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '科目代码'
          Width = 65
          KeyList.Strings = ()
        end
        Item
          FieldName = 'KmHelpCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '助记码'
          Width = 45
          KeyList.Strings = ()
        end
        Item
          FieldName = 'KmName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '科目名称'
          Width = 59
          KeyList.Strings = ()
        end
        Item
          FieldName = 'KmType'
          PickList.Strings = (
            '1 资产'
            '2 负债'
            '3 权益'
            '4 成本'
            '5 损益'
            '')
          Title.Alignment = taCenter
          Title.Caption = '科目类型'
          Width = 57
          KeyList.Strings = (
            '1'
            '2'
            '3'
            '4'
            '5')
        end
        Item
          FieldName = 'KmProperty'
          PickList.Strings = (
            '1 借方'
            '2 贷方')
          Title.Alignment = taCenter
          Title.Caption = '科目性质'
          Width = 57
          KeyList.Strings = (
            '1'
            '2')
        end
        Item
          FieldName = 'PageType'
          PickList.Strings = (
            '1 金额式'
            '2 数量金额式   ')
          Title.Alignment = taCenter
          Title.Caption = '账页格式'
          Width = 55
          KeyList.Strings = (
            '1'
            '2')
        end
        Item
          FieldName = 'FCurrecyCalculate'
          PickList.Strings = (
            '否 '
            '是')
          Title.Alignment = taCenter
          Title.Caption = '外币核算'
          Width = 57
          KeyList.Strings = (
            '0'
            '1')
        end
        Item
          FieldName = 'FCurrecy'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '外币代码'
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'CurrencyName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '外币名称'
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'CurrencyB'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '外币'
          Width = 40
          KeyList.Strings = ()
        end
        Item
          FieldName = 'AmountCalculate'
          PickList.Strings = (
            '否  '
            '是')
          Title.Alignment = taCenter
          Title.Caption = '数量核算'
          Width = 58
          KeyList.Strings = (
            '0'
            '1')
        end
        Item
          FieldName = 'UomCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '计量单位'
          Width = 61
          KeyList.Strings = ()
        end
        Item
          FieldName = 'CashControl'
          PickList.Strings = (
            '否  '
            '是')
          Title.Alignment = taCenter
          Title.Caption = '现金流量控制'
          Width = 82
          KeyList.Strings = (
            '0'
            '1')
        end
        Item
          FieldName = 'KmFreeze'
          PickList.Strings = (
            '否  '
            '是')
          Title.Alignment = taCenter
          Title.Caption = '冻结否'
          Width = 47
          KeyList.Strings = (
            '0'
            '1')
        end
        Item
          FieldName = 'DepArtCalculate'
          PickList.Strings = (
            '否  '
            '是')
          Title.Alignment = taCenter
          Title.Caption = '部门核算'
          Width = 52
          KeyList.Strings = (
            '0'
            '1')
        end
        Item
          FieldName = 'PersonCalculate'
          PickList.Strings = (
            '否  '
            '是')
          Title.Alignment = taCenter
          Title.Caption = '个人往来'
          Width = 56
          KeyList.Strings = (
            '0'
            '1')
        end
        Item
          FieldName = 'CustomerCalculate'
          PickList.Strings = (
            '否  '
            '是')
          Title.Alignment = taCenter
          Title.Caption = '客户往来'
          Width = 58
          KeyList.Strings = (
            '0'
            '1')
        end
        Item
          FieldName = 'VendorCalculate'
          PickList.Strings = (
            '否  '
            '是')
          Title.Alignment = taCenter
          Title.Caption = '供应商往来'
          Width = 70
          KeyList.Strings = (
            '0'
            '1')
        end
        Item
          FieldName = 'ProjectCalculate'
          PickList.Strings = (
            '否  '
            '是')
          Title.Alignment = taCenter
          Title.Caption = '项目核算'
          Width = 50
          KeyList.Strings = (
            '0'
            '1')
        end
        Item
          FieldName = 'TotalKmCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '汇总到科目'
          Width = 75
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ChgType'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '操作类型'
          Width = 58
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ChgEmployeeCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '操作人员代码'
          Width = 89
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'EmployeeName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '操作人员名称'
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ChgEmployeeB'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '操作人员'
          Width = 98
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ChgTime'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '操作时间'
          Width = 96
          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_AccountSubjectHistory.KmCode, '
      #9'Gl_AccountSubjectHistory.KmHelpCode,'
      #9'Gl_AccountSubjectHistory.KmName,'
      #9'Gl_AccountSubjectHistory.KmType,'
      #9'Gl_AccountSubjectHistory.KmProperty,'
      #9'Gl_AccountSubjectHistory.PageType,'
      #9'Gl_AccountSubjectHistory.FCurrecyCalculate,'
      #9'Gl_AccountSubjectHistory.FCurrecy,'
      #9'Currency.CurrencyName,'
      
        #9'Gl_AccountSubjectHistory.FCurrecy+'#39#39'+Currency.CurrencyName as C' +
        'urrencyB,'
      #9'Gl_AccountSubjectHistory.AmountCalculate,'
      #9'Gl_AccountSubjectHistory.UomCode,'
      #9'Gl_AccountSubjectHistory.CashControl,'
      #9'Gl_AccountSubjectHistory.KmFreeze,'
      #9'Gl_AccountSubjectHistory.DepArtCalculate,'
      #9'Gl_AccountSubjectHistory.PersonCalculate,'
      #9'Gl_AccountSubjectHistory.CustomerCalculate,'
      #9'Gl_AccountSubjectHistory.VendorCalculate,'
      #9'Gl_AccountSubjectHistory.ProjectCalculate,'
      #9'Gl_AccountSubjectHistory.TotalKmCode,'
      #9'Gl_AccountSubjectHistory.ChgType,'
      #9'Gl_AccountSubjectHistory.ChgEmployeeCode,'
      #9'Employee.EmployeeName,'
      
        #9'Gl_AccountSubjectHistory.ChgEmployeeCode+'#39#39'+Employee.Employeena' +
        'me as ChgEmployeeB,'
      #9'Gl_AccountSubjectHistory.ChgTime'
      'from  Gl_AccountSubjectHistory'
      
        'left join Currency on Gl_AccountSubjectHistory.FCurrecy=Currency' +
        '.CurrencyCode'
      
        'left join Employee on Gl_AccountSubjectHistory.ChgEmployeeCode=e' +
        'mployee.EmployeeCode')
    Left = 328
    Top = 249
    object AdoQry_MainKmCode: TStringField
      FieldName = 'KmCode'
      Origin = 'Gl_AccountSubjectHistory'
      Size = 15
    end
    object AdoQry_MainKmHelpCode: TStringField
      FieldName = 'KmHelpCode'
      Origin = 'Gl_AccountSubjectHistory'
      Size = 10
    end
    object AdoQry_MainKmName: TStringField
      FieldName = 'KmName'
      Origin = 'Gl_AccountSubjectHistory'
      Size = 40
    end
    object AdoQry_MainKmType: TIntegerField
      FieldName = 'KmType'
      Origin = 'Gl_AccountSubjectHistory'
    end
    object AdoQry_MainKmProperty: TIntegerField
      FieldName = 'KmProperty'
      Origin = 'Gl_AccountSubjectHistory'
    end
    object AdoQry_MainPageType: TIntegerField
      FieldName = 'PageType'
      Origin = 'Gl_AccountSubjectHistory'
    end
    object AdoQry_MainFCurrecyCalculate: TIntegerField
      FieldName = 'FCurrecyCalculate'
      Origin = 'Gl_AccountSubjectHistory'
    end
    object AdoQry_MainFCurrecy: TStringField
      FieldName = 'FCurrecy'
      Origin = 'Gl_AccountSubjectHistory'
      Size = 2
    end
    object AdoQry_MainCurrencyName: TStringField
      FieldName = 'CurrencyName'
      Size = 30
    end
    object AdoQry_MainCurrencyB: TStringField
      FieldName = 'CurrencyB'
      ReadOnly = True
      Size = 32
    end
    object AdoQry_MainAmountCalculate: TIntegerField
      FieldName = 'AmountCalculate'
      Origin = 'Gl_AccountSubjectHistory'
    end
    object AdoQry_MainUomCode: TStringField
      FieldName = 'UomCode'
      Origin = 'Gl_AccountSubjectHistory'
      Size = 4
    end
    object AdoQry_MainCashControl: TIntegerField
      FieldName = 'CashControl'
      Origin = 'Gl_AccountSubjectHistory'
    end
    object AdoQry_MainKmFreeze: TIntegerField
      FieldName = 'KmFreeze'
      Origin = 'Gl_AccountSubjectHistory'
    end
    object AdoQry_MainDepArtCalculate: TIntegerField
      FieldName = 'DepArtCalculate'
      Origin = 'Gl_AccountSubjectHistory'
    end
    object AdoQry_MainPersonCalculate: TIntegerField
      FieldName = 'PersonCalculate'
      Origin = 'Gl_AccountSubjectHistory'
    end
    object AdoQry_MainCustomerCalculate: TIntegerField
      FieldName = 'CustomerCalculate'
      Origin = 'Gl_AccountSubjectHistory'
    end
    object AdoQry_MaInvendorCalculate: TIntegerField
      FieldName = 'VendorCalculate'
      Origin = 'Gl_AccountSubjectHistory'
    end
    object AdoQry_MainProjectCalculate: TIntegerField
      FieldName = 'ProjectCalculate'
      Origin = 'Gl_AccountSubjectHistory'
    end
    object AdoQry_MainTotalKmCode: TStringField
      FieldName = 'TotalKmCode'
      Origin = 'Gl_AccountSubjectHistory'
      Size = 15
    end
    object AdoQry_MainChgType: TStringField
      FieldName = 'ChgType'
      Origin = 'Gl_AccountSubjectHistory'
      Size = 10
    end
    object AdoQry_MainChgEmployeeCode: TStringField
      FieldName = 'ChgEmployeeCode'
      Origin = 'Gl_AccountSubjectHistory'
      Size = 30
    end
    object AdoQry_MainEmployeeName: TStringField
      FieldName = 'EmployeeName'
      Size = 60
    end
    object AdoQry_MainChgEmployeeB: TStringField
      FieldName = 'ChgEmployeeB'
      ReadOnly = True
      Size = 90
    end
    object AdoQry_MainChgTime: TDateTimeField
      FieldName = 'ChgTime'
      Origin = 'Gl_AccountSubjectHistory'
    end
  end
  inherited PopuPmenu: TPopuPmenu
    Top = 177
  end
end

⌨️ 快捷键说明

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