ydtfll.dfm

来自「营业用电管理系统(网络版)是本公司推出的新一代软件产品」· DFM 代码 · 共 113 行

DFM
113
字号
object Ftfll: TFtfll
  Left = 174
  Top = 186
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = '贴费浏览'
  ClientHeight = 284
  ClientWidth = 474
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 473
    Height = 241
    DataSource = YDData.DStfsq
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = '宋体'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'TF_PJH'
        Title.Alignment = taCenter
        Title.Caption = '票据号'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'TF_SKRQ'
        Title.Alignment = taCenter
        Title.Caption = '收款日期'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'TF_SKR'
        Title.Alignment = taCenter
        Title.Caption = '收款人'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'TF_PDTF'
        Title.Alignment = taCenter
        Title.Caption = '配电贴费'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'TF_GDTF'
        Title.Alignment = taCenter
        Title.Caption = '供电贴费'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'TF_BCTF'
        Title.Alignment = taCenter
        Title.Caption = '补充贴费'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'TF_DBBZ'
        Title.Alignment = taCenter
        Title.Caption = '电表保证金'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'TF_DFBZ'
        Title.Alignment = taCenter
        Title.Caption = '电费保证金'
        Visible = True
      end>
  end
  object BitBtn1: TBitBtn
    Left = 372
    Top = 252
    Width = 73
    Height = 25
    Caption = '关闭'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = BitBtn1Click
    Kind = bkClose
  end
end

⌨️ 快捷键说明

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