📄 shangbao.dfm
字号:
object Form_shangbao: TForm_shangbao
Left = 190
Top = 118
Width = 544
Height = 375
Caption = #25968#25454#19978#25253
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = False
Position = poDefault
Visible = True
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 44
Top = 40
Width = 447
Height = 223
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Button1: TButton
Left = 184
Top = 294
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 258
Top = 294
Width = 75
Height = 25
Caption = 'Button2'
TabOrder = 2
OnClick = Button2Click
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 58
Top = 38
end
object ADOQuery1: TADOQuery
Active = True
Connection = dm_wxp.ADOConnection1
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select * from pub_z_part')
Left = 220
Top = 44
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -