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

📄 copyrate_f.dfm

📁 县级供电企业电费核算源码, 在客户处正常运行8年以上, Delphi 5开发,数据库为Interbase/Firebird, 深入使用Procedure和Trigger等, 对入门者具有很好的参考价值
💻 DFM
字号:
object F_CopyRate: TF_CopyRate
  Left = 219
  Top = 129
  Width = 656
  Height = 455
  Caption = '抄算率、差错率考核台帐'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 16
  object Panel1: TPanel
    Left = 0
    Top = 387
    Width = 648
    Height = 41
    Align = alBottom
    TabOrder = 0
    object Bt_Close: TButton
      Left = 560
      Top = 8
      Width = 75
      Height = 25
      Caption = '返回&R'
      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_Calculate: TButton
      Left = 16
      Top = 8
      Width = 75
      Height = 25
      Caption = '统计&C'
      TabOrder = 2
      OnClick = Bt_CalculateClick
    end
  end
  inline TFrm_Line1: TFrm_Line
    Width = 648
    Height = 41
    Align = alTop
    TabOrder = 1
    inherited Panel2: TPanel
      Width = 648
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 41
    Width = 648
    Height = 346
    Align = alClient
    DataSource = DM_Table.Ds_Transfer
    TabOrder = 2
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -16
    TitleFont.Name = '宋体'
    TitleFont.Style = []
    Columns = <
      item
        Color = clInactiveCaption
        Expanded = False
        FieldName = 'F_TRANSFER_NO'
        ReadOnly = True
        Width = 55
        Visible = True
      end
      item
        Color = clInactiveCaption
        Expanded = False
        FieldName = 'F_TRANSFER_NAME'
        ReadOnly = True
        Width = 124
        Visible = True
      end
      item
        Color = clInactiveCaption
        Expanded = False
        FieldName = 'F_ACTUALHOUSE'
        ReadOnly = True
        Width = 66
        Visible = True
      end
      item
        Color = clInactiveCaption
        Expanded = False
        FieldName = 'F_SHOULDHOUSE'
        ReadOnly = True
        Width = 58
        Visible = True
      end
      item
        Color = clInactiveCaption
        Expanded = False
        FieldName = 'F_COPYHOUSE'
        ReadOnly = True
        Width = 58
        Visible = True
      end
      item
        Color = clInactiveCaption
        Expanded = False
        FieldName = 'F_NOTCOPYHOUSE'
        ReadOnly = True
        Width = 48
        Visible = True
      end
      item
        Color = clInactiveCaption
        Expanded = False
        FieldName = 'F_ERRORCOPYHOUSE'
        ReadOnly = True
        Width = 37
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'F_PERRORCOPYHOUSE'
        Width = 58
        Visible = True
      end
      item
        Color = clInactiveCaption
        Expanded = False
        FieldName = 'F_COPYRATE'
        ReadOnly = True
        Width = 51
        Visible = True
      end
      item
        Color = clInactiveCaption
        Expanded = False
        FieldName = 'F_ERRORCOPYRATE'
        ReadOnly = True
        Width = 52
        Visible = True
      end>
  end
  object DBE_TransferNo: TDBEdit
    Left = 16
    Top = 360
    Width = 57
    Height = 24
    DataField = 'F_TRANSFER_NO'
    DataSource = DM_Table.Ds_Transfer
    TabOrder = 3
    Visible = False
  end
end

⌨️ 快捷键说明

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