📄 anmi_unit.~dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 696
Height = 480
Caption = #21160#30011#31034#20363
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 Panel1: TPanel
Left = 0
Top = 0
Width = 688
Height = 41
Align = alTop
TabOrder = 0
object ComboBox1: TComboBox
Left = 264
Top = 8
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 0
OnChange = ComboBox1Change
end
end
object DBGrid1: TDBGrid
Left = 0
Top = 41
Width = 688
Height = 412
Align = alClient
DataSource = DataSource1
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Animate1: TAnimate
Left = 288
Top = 120
Width = 41
Height = 41
AutoSize = False
Color = clInfoBk
CommonAVI = aviFindFile
ParentColor = False
StopFrame = 8
Visible = False
end
object Query1: TQuery
DatabaseName = 'DBDEMOS'
SQL.Strings = (
'select distinct custno from orders')
Left = 16
Top = 8
end
object DataSource1: TDataSource
DataSet = Query1
Left = 48
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -