uchobook.~dfm
来自「DELPHI编程入门篇.从基础入手,浅显易懂,一定物有所值.」· ~DFM 代码 · 共 75 行
~DFM
75 行
object frmchobook: Tfrmchobook
Left = 573
Top = 32
Width = 373
Height = 340
Caption = #36873#25321#35746#21333
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object StringGrid1: TStringGrid
Left = 2
Top = 2
Width = 359
Height = 120
ColCount = 6
DefaultRowHeight = 20
RowCount = 2
TabOrder = 0
OnSelectCell = StringGrid1SelectCell
ColWidths = (
14
64
64
64
64
64)
end
object StringGrid2: TStringGrid
Left = 2
Top = 124
Width = 359
Height = 147
ColCount = 4
DefaultRowHeight = 20
RowCount = 2
TabOrder = 1
ColWidths = (
9
64
135
64)
end
object Button1: TButton
Left = 66
Top = 277
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 248
Top = 277
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 3
OnClick = Button2Click
end
object ADOQuery1: TADOQuery
Connection = DataModule2.filialeConnect
Parameters = <>
Left = 126
Top = 84
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?