ydfjfxz.dfm

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

DFM
63
字号
object Ffjfxz: TFfjfxz
  Left = 260
  Top = 163
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = '附加费选择'
  ClientHeight = 226
  ClientWidth = 200
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 201
    Height = 185
    DataSource = YDData.DSjjxm
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = '宋体'
    TitleFont.Style = []
    OnDblClick = DBGrid1DblClick
    Columns = <
      item
        Expanded = False
        FieldName = 'fj_jjdm'
        Title.Alignment = taCenter
        Title.Caption = '加价代码'
        Width = 75
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'fj_jjmc'
        Title.Alignment = taCenter
        Title.Caption = '加价名称'
        Width = 104
        Visible = True
      end>
  end
  object BitBtn1: TBitBtn
    Left = 64
    Top = 192
    Width = 73
    Height = 25
    Caption = '确定'
    TabOrder = 1
    OnClick = BitBtn1Click
    Kind = bkOK
  end
end

⌨️ 快捷键说明

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