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

📄 ap_subap.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Ap_SubAp: TFrm_Ap_SubAp
  Left = 210
  Top = 111
  Caption = '应付帐款帐龄段'
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    inherited ToolBar: TToolBar
      inherited TlBtn_Modify: TToolButton
        Visible = False
      end
      inherited ToolButton5: TToolButton
        Visible = False
      end
      inherited TlBtn_Filter: TToolButton
        Visible = False
      end
      inherited TlBtn_Locate: TToolButton
        Visible = False
      end
      inherited ToolButton3: TToolButton
        Visible = False
      end
      inherited TlBtn_Order: TToolButton
        Visible = False
      end
      inherited ToolButton2: TToolButton
        Visible = False
      end
      inherited TlBtn_Excel: TToolButton
        Visible = False
      end
    end
  end
  inherited Pnl_Title: TPanel
    Caption = '应付帐款帐龄段'
  end
  inherited Pnl_Head: TPanel
    Height = 0
    inherited Lbl_Condition: TLabel
      Width = 24
      Caption = '全部'
    end
    inherited Lbl_Order: TLabel
      Width = 60
      Caption = '账龄段代码'
    end
  end
  inherited Pnl_Hint: TPanel
    Alignment = taLeftJustify
  end
  inherited Pnl_Body: TPanel
    Top = 57
    Height = 346
    inherited DBGridEh: TDBGridEh
      Height = 346
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
      Columns = <
        Item
          FieldName = 'SubApCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '帐龄段代码'
          Width = 80
          KeyList.Strings = ()
        end
        Item
          FieldName = 'SubApName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '帐龄段名称'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'beginDay'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '开始天数'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'endDay'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '结束天数'
          KeyList.Strings = ()
        end>
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    CurSorType = ctStatic
    Left = 285
    Top = 107
  end
  inherited AdoQry_Main: TAdoQuery
    ConnectionString = ''
    SQL.Strings = (
      'select * from SubAp')
    Top = 225
    object AdoQry_MainSubApCode: TStringField
      FieldName = 'SubApCode'
      Origin = 'SubAp'
      Size = 8
    end
    object AdoQry_MainSubApName: TStringField
      FieldName = 'SubApName'
      Origin = 'SubAp'
    end
    object AdoQry_MainbeginDay: TIntegerField
      FieldName = 'beginDay'
      Origin = 'SubAp'
    end
    object AdoQry_MainendDay: TIntegerField
      FieldName = 'endDay'
      Origin = 'SubAp'
    end
  end
  inherited DataSource: TDataSource
    OnDataChange = DataSourceDataChange
  end
  inherited ExtPrintReport: TExtPrintReport
    Title1 = '帐齿段文件列表'
    Left = 112
  end
end

⌨️ 快捷键说明

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