housefee_f.dfm

来自「县级供电企业电费核算源码, 在客户处正常运行8年以上, Delphi 5开发,数」· DFM 代码 · 共 104 行

DFM
104
字号
object F_HouseFee: TF_HouseFee
  Left = 192
  Top = 107
  Width = 696
  Height = 480
  Caption = '农电三-2表'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 16
  object DBG_HouseFee: TDBGrid
    Left = 0
    Top = 43
    Width = 688
    Height = 369
    Align = alClient
    DataSource = RB.Ds_HouseFee
    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'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'F_BOX_NO'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'F_USED_COUNT'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'F_USED_AMOUNT'
        Visible = True
      end>
  end
  inline Frm_Transfer: TFrm_Transfer
    Width = 688
    TabOrder = 1
    inherited Panel2: TPanel
      Width = 688
      inherited Bt_TransferSelect: TButton
        OnClick = Frm_Transfer1Bt_TransferSelectClick
      end
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 412
    Width = 688
    Height = 41
    Align = alBottom
    TabOrder = 2
    object Bt_Close: TButton
      Left = 560
      Top = 8
      Width = 75
      Height = 25
      Caption = '关闭&C'
      TabOrder = 0
      OnClick = Bt_CloseClick
    end
    object Bt_Print: TButton
      Left = 472
      Top = 8
      Width = 75
      Height = 25
      Caption = '打印&P'
      TabOrder = 1
      OnClick = Bt_PrintClick
    end
    object Bt_Update: TButton
      Left = 384
      Top = 8
      Width = 75
      Height = 25
      Caption = '修改报表'
      TabOrder = 2
      OnClick = Bt_UpdateClick
    end
  end
end

⌨️ 快捷键说明

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