📄 ydzgjl.dfm
字号:
object Fzgjl: TFzgjl
Left = 180
Top = 173
Hint = '双击选择电表'
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = '转供记录'
ClientHeight = 210
ClientWidth = 449
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
ShowHint = True
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 4
Top = 2
Width = 442
Height = 159
BevelInner = bvLowered
BevelOuter = bvNone
Enabled = False
TabOrder = 0
object Label1: TLabel
Left = 33
Top = 79
Width = 26
Height = 13
Caption = '表组'
end
object Label2: TLabel
Left = 213
Top = 79
Width = 39
Height = 13
Caption = '总分码'
end
object Shape1: TShape
Left = 8
Top = 37
Width = 428
Height = 1
end
object Shape2: TShape
Left = 8
Top = 38
Width = 428
Height = 1
Pen.Color = clNone
end
object Label8: TLabel
Left = 16
Top = 12
Width = 52
Height = 13
Caption = '被转户号'
end
object Label11: TLabel
Left = 200
Top = 13
Width = 52
Height = 13
Caption = '被转户名'
end
object Label7: TLabel
Left = 14
Top = 53
Width = 39
Height = 13
Caption = '区户号'
end
object Label9: TLabel
Left = 200
Top = 53
Width = 52
Height = 13
Caption = '转供户名'
end
object Label10: TLabel
Left = 14
Top = 105
Width = 52
Height = 13
Caption = '转供性质'
end
object Label12: TLabel
Left = 200
Top = 105
Width = 52
Height = 13
Caption = '付费性质'
end
object Label13: TLabel
Left = 14
Top = 132
Width = 52
Height = 13
Caption = '转供容量'
end
object Label14: TLabel
Left = 200
Top = 132
Width = 52
Height = 13
Caption = '转供单价'
end
object DBEdit7: TDBEdit
Left = 82
Top = 7
Width = 74
Height = 21
DataField = 'ZG_HH'
DataSource = YDData.DSzgjl
Enabled = False
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 0
end
object DBEdit8: TDBEdit
Left = 263
Top = 6
Width = 154
Height = 21
DataField = 'ZG_HM'
DataSource = YDData.DSzgjl
Enabled = False
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 1
end
object DBEdit10: TDBEdit
Left = 263
Top = 48
Width = 153
Height = 21
DataField = 'ZG_ZGHM'
DataSource = YDData.DSzgjl
TabOrder = 2
end
object DBComboBox1: TDBComboBox
Left = 82
Top = 100
Width = 74
Height = 21
DataField = 'ZG_ZGXZ'
DataSource = YDData.DSzgjl
ItemHeight = 13
Items.Strings = (
'委托'
'虚拟')
TabOrder = 3
end
object DBComboBox2: TDBComboBox
Left = 263
Top = 100
Width = 81
Height = 21
DataField = 'ZG_FFXZ'
DataSource = YDData.DSzgjl
ItemHeight = 13
Items.Strings = (
'定量容量'
'定量电量'
'计算电量')
TabOrder = 4
end
object DBEdit11: TDBEdit
Left = 82
Top = 126
Width = 74
Height = 21
DataField = 'ZG_ZGRL'
DataSource = YDData.DSzgjl
TabOrder = 5
end
object DBEdit12: TDBEdit
Left = 263
Top = 126
Width = 81
Height = 21
DataField = 'ZG_ZGDJ'
DataSource = YDData.DSzgjl
TabOrder = 6
end
object DBEdit2: TDBEdit
Left = 264
Top = 74
Width = 97
Height = 21
DataField = 'ZG_ZFGX'
DataSource = YDData.DSzgjl
TabOrder = 7
end
object DBEdit1: TDBEdit
Left = 80
Top = 74
Width = 78
Height = 21
DataField = 'ZG_BZH'
DataSource = YDData.DSzgjl
TabOrder = 8
end
object Edit1: TEdit
Left = 80
Top = 48
Width = 81
Height = 21
TabOrder = 9
Text = 'Edit1'
OnExit = Edit1Exit
end
end
object BitBtn1: TBitBtn
Left = 264
Top = 176
Width = 71
Height = 25
Caption = '确定'
TabOrder = 1
OnClick = BitBtn1Click
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 344
Top = 176
Width = 71
Height = 25
Caption = '取消'
TabOrder = 2
OnClick = BitBtn2Click
Kind = bkCancel
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -