📄 ydptxz.dfm
字号:
object Fptxz: TFptxz
Left = 191
Top = 106
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'PT组选择'
ClientHeight = 284
ClientWidth = 439
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = -16
Top = -1
Width = 521
Height = 242
Color = clInfoBk
DataSource = YDData.DSptcs
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
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 = 'PT_ZH'
Title.Alignment = taCenter
Title.Caption = '组号'
Visible = True
end
item
Expanded = False
FieldName = 'PT_XB'
Title.Alignment = taCenter
Title.Caption = '相别'
Visible = True
end
item
Expanded = False
FieldName = 'PT_CM'
Title.Alignment = taCenter
Title.Caption = '厂名'
Width = 115
Visible = True
end
item
Expanded = False
FieldName = 'PT_DJ'
Title.Alignment = taCenter
Title.Caption = '等级'
Visible = True
end
item
Expanded = False
FieldName = 'PT_JX'
Title.Alignment = taCenter
Title.Caption = '结线'
Visible = True
end
item
Expanded = False
FieldName = 'PT_RL'
Title.Alignment = taCenter
Title.Caption = '容量'
Visible = True
end>
end
object BitBtn1: TBitBtn
Left = 336
Top = 248
Width = 73
Height = 25
Caption = '确定'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = BitBtn1Click
Kind = bkOK
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -