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

📄 exportresult_f.dfm

📁 县级供电企业电费核算源码, 在客户处正常运行8年以上, Delphi 5开发,数据库为Interbase/Firebird, 深入使用Procedure和Trigger等, 对入门者具有很好的参考价值
💻 DFM
字号:
object F_ExportResult: TF_ExportResult
  Left = 143
  Top = 117
  Width = 696
  Height = 480
  BorderIcons = [biSystemMenu, biMaximize]
  Caption = '输出结果'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnActivate = FormActivate
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 16
  object Panel1: TPanel
    Left = 0
    Top = 412
    Width = 688
    Height = 41
    Align = alBottom
    TabOrder = 0
    object Panel2: TPanel
      Left = 592
      Top = 1
      Width = 95
      Height = 39
      Align = alRight
      BevelOuter = bvNone
      TabOrder = 0
      object Bt_Return: TButton
        Left = 2
        Top = -1
        Width = 92
        Height = 40
        Caption = '返回&R'
        Default = True
        TabOrder = 0
        OnClick = Bt_ReturnClick
      end
    end
    object DBN: TDBNavigator
      Left = 1
      Top = 1
      Width = 591
      Height = 39
      DataSource = DM_Export.DS_Transfer
      VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbRefresh]
      Align = alClient
      TabOrder = 1
    end
  end
  object PC: TPageControl
    Left = 0
    Top = 0
    Width = 688
    Height = 412
    ActivePage = TS_Transfer
    Align = alClient
    TabOrder = 1
    OnChange = PCChange
    object TS_Transfer: TTabSheet
      Caption = '变压器'
      object DBG_Transfer: TDBGrid
        Left = 0
        Top = 0
        Width = 680
        Height = 381
        Align = alClient
        Color = 13226148
        DataSource = DM_Export.DS_Transfer
        Options = [dgEditing, dgAlwaysShowEditor, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
        ReadOnly = True
        TabOrder = 0
        TitleFont.Charset = GB2312_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -16
        TitleFont.Name = '宋体'
        TitleFont.Style = []
      end
    end
    object TS_House: TTabSheet
      Caption = '用电户'
      ImageIndex = 1
      object DBG_House: TDBGrid
        Left = 0
        Top = 0
        Width = 680
        Height = 381
        Align = alClient
        Color = 13226148
        DataSource = DM_Export.DS_House
        Options = [dgEditing, dgAlwaysShowEditor, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
        ReadOnly = True
        TabOrder = 0
        TitleFont.Charset = GB2312_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -16
        TitleFont.Name = '宋体'
        TitleFont.Style = []
      end
    end
    object TS_Transfer_Fee: TTabSheet
      Caption = '变压器电费'
      ImageIndex = 2
      object DBG_Transfer_Fee: TDBGrid
        Left = 0
        Top = 0
        Width = 680
        Height = 381
        Align = alClient
        Color = 13226148
        DataSource = DM_Export.DS_Transfer_Fee
        Options = [dgEditing, dgAlwaysShowEditor, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
        ReadOnly = True
        TabOrder = 0
        TitleFont.Charset = GB2312_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -16
        TitleFont.Name = '宋体'
        TitleFont.Style = []
      end
    end
    object Ts_Fee: TTabSheet
      Caption = '用户明细'
      ImageIndex = 3
      object DBG_Fee: TDBGrid
        Left = 0
        Top = 0
        Width = 680
        Height = 381
        Align = alClient
        Color = 13226148
        DataSource = DM_Export.Ds_Fee
        Options = [dgEditing, dgAlwaysShowEditor, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
        ReadOnly = True
        TabOrder = 0
        TitleFont.Charset = GB2312_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -16
        TitleFont.Name = '宋体'
        TitleFont.Style = []
      end
    end
  end
end

⌨️ 快捷键说明

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