transfer_wasting2_f.dfm

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

DFM
62
字号
object F_Transfer_Wasting2: TF_Transfer_Wasting2
  Left = 192
  Top = 107
  Width = 696
  Height = 480
  Caption = '台变线损统计表'
  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 Panel1: TPanel
    Left = 0
    Top = 412
    Width = 688
    Height = 41
    Align = alBottom
    TabOrder = 0
    object Bt_Return: TButton
      Left = 594
      Top = 8
      Width = 75
      Height = 25
      Caption = '返回&R'
      TabOrder = 0
      OnClick = Bt_ReturnClick
    end
    object Bt_Print: TButton
      Left = 486
      Top = 8
      Width = 75
      Height = 25
      Caption = '打印...'
      TabOrder = 1
      OnClick = Bt_PrintClick
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 688
    Height = 412
    Align = alClient
    Color = clMenu
    DataSource = RB.Ds_Transfer_Wasting
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 1
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -16
    TitleFont.Name = '宋体'
    TitleFont.Style = []
  end
end

⌨️ 快捷键说明

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