line_frm.dfm
来自「县级供电企业电费核算源码, 在客户处正常运行8年以上, Delphi 5开发,数」· DFM 代码 · 共 81 行
DFM
81 行
object Frm_Line: TFrm_Line
Left = 0
Top = 0
Width = 450
Height = 43
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 0
object Panel2: TPanel
Left = 0
Top = 0
Width = 450
Height = 41
Align = alTop
TabOrder = 0
object Label4: TLabel
Left = 112
Top = 12
Width = 56
Height = 16
Caption = '供电所:'
end
object Label5: TLabel
Left = 279
Top = 12
Width = 40
Height = 16
Alignment = taRightJustify
Caption = '线路:'
end
object Bt_TransferSelect: TButton
Left = 8
Top = 7
Width = 81
Height = 25
Hint = '选择变压器'
Caption = '线路&L...'
ParentShowHint = False
ShowHint = True
TabOrder = 0
OnClick = Bt_TransferSelectClick
end
object DBE_Station_No: TDBEdit
Left = 168
Top = 8
Width = 105
Height = 24
Color = clMenu
DataField = 'F_STATION_NAME'
DataSource = DM_Table.Ds_Station
Font.Charset = GB2312_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 1
end
object DBE_Line_No: TDBEdit
Left = 322
Top = 8
Width = 113
Height = 24
Color = clMenu
DataField = 'F_LINE_NAME'
DataSource = DM_Table.Ds_Line
Font.Charset = GB2312_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 2
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?