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

📄 gl_enter_moreaccountbookh.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Gl_Enter_MoreAccountBookH: TFrm_Gl_Enter_MoreAccountBookH
  Left = 109
  Top = 140
  Caption = '多栏式帐簿设置'
  Windowstate = wsMaximized
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  inherited Pnl_Title: TPanel
    Caption = '多栏式帐簿设置'
  end
  inherited Pnl_Head: TPanel
    inherited Lbl_Condition: TLabel
      Width = 24
      Caption = '全部'
    end
    inherited Lbl_Order: TLabel
      Width = 84
      Caption = '多栏式帐簿代码'
    end
  end
  inherited Pnl_Body: TPanel
    inherited DBGridEh: TDBGridEh
      Columns = <
        Item
          FieldName = 'AccountBookCode'
          PickList.Strings = ()
          Width = 87
          KeyList.Strings = ()
        end
        Item
          FieldName = 'AccountBookName'
          PickList.Strings = ()
          Width = 108
          KeyList.Strings = ()
        end
        Item
          FieldName = 'kmCode'
          PickList.Strings = ()
          Width = 59
          KeyList.Strings = ()
        end
        Item
          FieldName = 'kmName'
          PickList.Strings = ()
          Width = 137
          KeyList.Strings = ()
        end>
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 533
    Top = 179
  end
  inherited AdoQry_Head: TAdoQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
      'User ID=mdrcmrm;Initial Catalog=mdysjmrm;Data Source=192.168.0.1' +
      '51;Use procedure for Prepare=1;Auto Translate=True;Packet Size=4' +
      '096;Workstation ID=XYB'
    CurSorType = ctStatic
    SQL.Strings = (
      'select AccountBookCode,'
      '       AccountBookName,'
      '       Gl_MoreAccountBook.kmCode,'
      '       Gl_AccountSubject.kmName'
      'from Gl_MoreAccountBook'
      
        'left join Gl_AccountSubject on Gl_MoreAccountBook.kmCode=Gl_acco' +
        'untSubject.kmCode')
    Left = 328
    Top = 233
    object AdoQry_HeadAccountBookCode: TStringField
      DisplayLabel = '多栏式帐簿代码'
      FieldName = 'AccountBookCode'
      Origin = 'Gl_MoreAccountBook'
      Size = 2
    end
    object AdoQry_HeadkmCode: TStringField
      DisplayLabel = '科目代码'
      FieldName = 'kmCode'
      Origin = 'Gl_MoreAccountBook'
      Size = 15
    end
    object AdoQry_HeadkmName: TStringField
      DisplayLabel = '科目名称'
      FieldName = 'kmName'
      Origin = 'Gl_AccountSubject'
      Size = 40
    end
    object AdoQry_HeadAccountBookName: TStringField
      DisplayLabel = '多栏式帐簿名称'
      FieldName = 'AccountBookName'
      Origin = 'Gl_MoreAccountBook'
      Size = 60
    end
  end
  inherited DataSource: TDataSource
    Left = 456
    Top = 177
  end
end

⌨️ 快捷键说明

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