📄 ydhntj_d.dfm
字号:
object Fhntj_d: TFhntj_d
Left = 209
Top = 216
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = '接本户其它表下'
ClientHeight = 86
ClientWidth = 248
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object BitBtn1: TBitBtn
Left = 144
Top = 56
Width = 75
Height = 25
Caption = '确定'
TabOrder = 0
OnClick = BitBtn1Click
Kind = bkOK
end
object Panel1: TPanel
Left = 8
Top = 8
Width = 233
Height = 41
BevelInner = bvLowered
BevelOuter = bvNone
TabOrder = 1
object Label1: TLabel
Left = 24
Top = 16
Width = 78
Height = 13
Caption = '本表接在本户'
end
object Label2: TLabel
Left = 200
Top = 16
Width = 13
Height = 13
Caption = '下'
end
object DBComboBox1: TDBComboBox
Left = 108
Top = 11
Width = 73
Height = 21
DataField = 'zjbx'
DataSource = YDData.DSdbda
ItemHeight = 13
TabOrder = 0
OnChange = DBComboBox1Change
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -