📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
BiDiMode = bdLeftToRight
BorderStyle = bsNone
Caption = 'Form1'
ClientHeight = 600
ClientWidth = 800
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
ParentBiDiMode = False
WindowState = wsMaximized
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 0
Top = 0
Width = 800
Height = 600
end
object DBText1: TDBText
Left = 368
Top = 216
Width = 249
Height = 41
Color = clBtnFace
DataField = 'number'
DataSource = DataSource1
Font.Charset = ARABIC_CHARSET
Font.Color = clHotLight
Font.Height = -40
Font.Name = #21326#25991#34892#26999
Font.Style = []
ParentColor = False
ParentFont = False
Transparent = True
end
object Label1: TLabel
Left = 440
Top = 288
Width = 97
Height = 25
AutoSize = False
Caption = #20013#22870#30005#35805
Font.Charset = ANSI_CHARSET
Font.Color = clRed
Font.Height = -24
Font.Name = #26041#27491#33298#20307
Font.Style = []
ParentFont = False
Transparent = True
end
object DBText2: TDBText
Left = 384
Top = 328
Width = 225
Height = 33
DataField = 'number'
DataSource = DataSource2
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -40
Font.Name = #40657#20307
Font.Style = []
ParentFont = False
Transparent = True
end
object MediaPlayer1: TMediaPlayer
Left = 24
Top = 8
Width = 253
Height = 30
AutoOpen = True
FileName = 'E:\'#25277#22870#31243#24207'\'#32972#26223#38899#20048'.WAV'
Visible = False
TabOrder = 0
OnNotify = MediaPlayer1Notify
end
object ADOQuery1: TADOQuery
ConnectionString =
'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
'al Catalog=cj;Data Source=BJ7'
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select top 1 number from number order by newid()')
Left = 664
Top = 8
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 600
Top = 8
end
object ADOQuery2: TADOQuery
ConnectionString =
'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
'al Catalog=cj;Data Source=BJ7'
CursorType = ctStatic
LockType = ltBatchOptimistic
Parameters = <>
SQL.Strings = (
'select number from number where status1 = 1'
'update number set status = 1 where status1 = 1')
Left = 712
Top = 8
end
object DataSource2: TDataSource
DataSet = ADOQuery2
Left = 752
Top = 8
end
object Timer1: TTimer
Interval = 30
OnTimer = Timer1Timer
Left = 552
Top = 8
end
object Timer2: TTimer
OnTimer = Timer2Timer
Left = 496
Top = 8
end
object Timer3: TTimer
Interval = 20
OnTimer = Timer3Timer
Left = 448
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -