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

📄 zerofee_f.dfm

📁 县级供电企业电费核算源码, 在客户处正常运行8年以上, Delphi 5开发,数据库为Interbase/Firebird, 深入使用Procedure和Trigger等, 对入门者具有很好的参考价值
💻 DFM
字号:
object F_ZeroFee: TF_ZeroFee
  Left = 197
  Top = 109
  Width = 475
  Height = 480
  Caption = '上月未发生费用用户清单'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 16
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 364
    Height = 424
    Align = alClient
    Color = clSilver
    DataSource = DM_Table.Ds_ZeroFee
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -16
    TitleFont.Name = '宋体'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'F_HOUSE_NO'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'F_HOUSE_NAME'
        Width = 213
        Visible = True
      end>
  end
  object Panel3: TPanel
    Left = 364
    Top = 0
    Width = 103
    Height = 424
    Align = alRight
    TabOrder = 1
    object Panel2: TPanel
      Left = 1
      Top = 342
      Width = 101
      Height = 81
      Align = alBottom
      TabOrder = 0
      object Bt_Close: TButton
        Left = 16
        Top = 46
        Width = 75
        Height = 25
        Caption = '关闭&C'
        Default = True
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 0
        OnClick = Bt_CloseClick
      end
      object Bt_Print: TButton
        Left = 16
        Top = 11
        Width = 75
        Height = 25
        Caption = '打印&P...'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 1
        OnClick = Bt_PrintClick
      end
    end
  end
  object DBNavigator1: TDBNavigator
    Left = 0
    Top = 424
    Width = 467
    Height = 29
    DataSource = DM_Table.Ds_ZeroFee
    VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbRefresh]
    Align = alBottom
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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