📄 unit1.dfm
字号:
object Form1: TForm1
Left = 279
Top = 193
Width = 432
Height = 335
Caption = '在多媒体文件中批量抓取图像'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 8
Top = 184
Width = 36
Height = 12
Caption = 'Label1'
end
object Label2: TLabel
Left = 8
Top = 208
Width = 36
Height = 12
Caption = 'Label2'
end
object SpeedButton1: TSpeedButton
Left = 16
Top = 272
Width = 105
Height = 25
GroupIndex = 1
Caption = '准备采样'
Flat = True
OnClick = SpeedButton1Click
end
object mdPlayer: TMediaPlayer
Left = 240
Top = 270
Width = 169
Height = 30
VisibleButtons = [btPlay, btPause, btStop, btNext, btPrev, btBack]
Display = Panel1
TabOrder = 0
OnClick = mdPlayerClick
end
object Panel1: TPanel
Left = 6
Top = 6
Width = 411
Height = 169
TabOrder = 1
end
object Edit1: TEdit
Left = 352
Top = 184
Width = 49
Height = 20
TabOrder = 2
Text = '1'
end
object UpDown1: TUpDown
Left = 401
Top = 184
Width = 17
Height = 21
Associate = Edit1
Min = 1
Max = 10
Position = 1
TabOrder = 3
Wrap = False
end
object TrackBar: TTrackBar
Left = 8
Top = 232
Width = 409
Height = 33
Orientation = trHorizontal
Frequency = 1
Position = 0
SelEnd = 0
SelStart = 0
TabOrder = 4
TickMarks = tmBottomRight
TickStyle = tsAuto
OnChange = TrackBarChange
end
object Button1: TButton
Left = 128
Top = 272
Width = 105
Height = 25
Caption = '打开文件'
TabOrder = 5
OnClick = Button1Click
end
object OpenDlg: TOpenDialog
Left = 392
Top = 208
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -