📄 ydjjjl.dfm
字号:
Layout = blGlyphTop
ParentFont = False
OnClick = SpeedButton10Click
end
end
object Panel1: TPanel
Left = 4
Top = 50
Width = 465
Height = 109
BevelInner = bvLowered
BevelOuter = bvNone
Enabled = False
TabOrder = 1
object Label1: TLabel
Left = 15
Top = 14
Width = 26
Height = 13
Caption = '表组'
end
object Label2: TLabel
Left = 112
Top = 14
Width = 52
Height = 13
Caption = '电表类别'
end
object Label3: TLabel
Left = 244
Top = 14
Width = 26
Height = 13
Caption = '时段'
end
object Label4: TLabel
Left = 333
Top = 14
Width = 52
Height = 13
Caption = '抄表标记'
end
object Label5: TLabel
Left = 15
Top = 40
Width = 26
Height = 13
Caption = '厂号'
end
object Label6: TLabel
Left = 243
Top = 40
Width = 26
Height = 13
Caption = '厂名'
end
object Shape1: TShape
Left = 8
Top = 64
Width = 449
Height = 1
end
object Shape2: TShape
Left = 8
Top = 65
Width = 449
Height = 1
Pen.Color = clNone
end
object Label7: TLabel
Left = 15
Top = 79
Width = 52
Height = 13
Caption = '加价代码'
end
object Label8: TLabel
Left = 149
Top = 79
Width = 52
Height = 13
Caption = '加价名称'
end
object Label9: TLabel
Left = 350
Top = 79
Width = 52
Height = 13
Caption = '加价比例'
end
object DBEdit1: TDBEdit
Left = 55
Top = 8
Width = 42
Height = 21
DataField = 'DB_BZH'
DataSource = YDData.DSdbcs
Enabled = False
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 0
end
object DBEdit2: TDBEdit
Left = 168
Top = 8
Width = 57
Height = 21
DataField = 'DB_DBLB'
DataSource = YDData.DSdbcs
Enabled = False
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 1
end
object DBEdit3: TDBEdit
Left = 276
Top = 8
Width = 42
Height = 21
DataField = 'DB_SD'
DataSource = YDData.DSdbcs
Enabled = False
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 2
end
object DBEdit4: TDBEdit
Left = 389
Top = 8
Width = 60
Height = 21
DataField = 'DB_CBBJ'
DataSource = YDData.DSdbcs
Enabled = False
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 3
end
object DBEdit5: TDBEdit
Left = 55
Top = 34
Width = 105
Height = 21
DataField = 'DB_CH'
DataSource = YDData.DSdbcs
Enabled = False
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 4
end
object DBEdit6: TDBEdit
Left = 276
Top = 34
Width = 173
Height = 21
DataField = 'DB_CM'
DataSource = YDData.DSdbcs
Enabled = False
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 5
end
object DBEdit7: TDBEdit
Left = 73
Top = 75
Width = 56
Height = 21
Color = clInfoBk
DataField = 'JJ_JJDM'
DataSource = YDData.DSjjjl
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 6
OnDblClick = DBEdit7DblClick
end
object DBEdit8: TDBEdit
Left = 209
Top = 75
Width = 120
Height = 21
DataField = 'JJ_MC'
DataSource = YDData.DSjjjl
TabOrder = 7
end
object DBEdit9: TDBEdit
Left = 406
Top = 75
Width = 43
Height = 21
DataField = 'JJ_JJBL'
DataSource = YDData.DSjjjl
TabOrder = 8
end
end
object DBGrid1: TDBGrid
Left = 4
Top = 163
Width = 465
Height = 177
DataSource = YDData.DSjjjl
ReadOnly = True
TabOrder = 2
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -13
TitleFont.Name = '宋体'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'JJ_JJDM'
Title.Alignment = taCenter
Title.Caption = '加价代码'
Width = 72
Visible = True
end
item
Expanded = False
FieldName = 'JJ_MC'
Title.Alignment = taCenter
Title.Caption = '加价名称'
Width = 133
Visible = True
end
item
Expanded = False
FieldName = 'JJ_JJBL'
Title.Alignment = taCenter
Title.Caption = '加价比例'
Width = 82
Visible = True
end
item
Expanded = False
FieldName = 'JJ_DJ'
Title.Alignment = taCenter
Title.Caption = '单价'
Width = 92
Visible = True
end
item
Expanded = False
FieldName = 'JJ_ZFGX'
Title.Alignment = taCenter
Title.Caption = '电表代号'
Visible = True
end>
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -