📄 ydbssbxz.dfm
字号:
object Fbssbxz: TFbssbxz
Left = 208
Top = 140
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = '变损设备选择'
ClientHeight = 229
ClientWidth = 408
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 5
Top = 0
Width = 404
Height = 193
DataSource = YDData.DSjssb
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 = 'JS_SBBH'
Title.Alignment = taCenter
Title.Caption = '设备编号'
Width = 74
Visible = True
end
item
Expanded = False
FieldName = 'JS_CQDW'
Title.Alignment = taCenter
Title.Caption = '产权单位'
Width = 135
Visible = True
end
item
Expanded = False
FieldName = 'JS_CCBH'
Title.Alignment = taCenter
Title.Caption = '厂号'
Width = 73
Visible = True
end
item
Expanded = False
FieldName = 'JS_ZSDD'
Title.Alignment = taCenter
Title.Caption = '装设地点'
Width = 100
Visible = True
end>
end
object BitBtn1: TBitBtn
Left = 304
Top = 200
Width = 65
Height = 25
Caption = '确定'
TabOrder = 1
OnClick = BitBtn1Click
Kind = bkOK
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -