yddjxz.dfm
来自「营业用电管理系统(网络版)是本公司推出的新一代软件产品」· DFM 代码 · 共 91 行
DFM
91 行
object Fdjxz: TFdjxz
Left = 253
Top = 133
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = '电价选择'
ClientHeight = 277
ClientWidth = 370
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object BitBtn1: TBitBtn
Left = 279
Top = 240
Width = 81
Height = 28
Caption = '确定'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = BitBtn1Click
Kind = bkOK
end
object DBGrid1: TDBGrid
Left = 0
Top = 0
Width = 369
Height = 225
Color = clInfoBk
DataSource = YDData.DSmldj
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 1
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -13
TitleFont.Name = '宋体'
TitleFont.Style = []
OnDblClick = DBGrid1DblClick
Columns = <
item
Expanded = False
FieldName = 'dj_djdm'
Title.Alignment = taCenter
Title.Caption = '电价代码'
Width = 84
Visible = True
end
item
Expanded = False
FieldName = 'dj_mcjx'
Title.Alignment = taCenter
Title.Caption = '简称'
Width = 70
Visible = True
end
item
Expanded = False
FieldName = 'dj_djmc'
Title.Alignment = taCenter
Title.Caption = '电价名称'
Width = 125
Visible = True
end
item
Expanded = False
FieldName = 'dj_dddj'
Title.Alignment = taCenter
Title.Caption = '电度电价'
Visible = True
end>
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?