object JobPreviewToolForm: TJobPreviewToolForm Left = 583 Top = 845 BorderIcons = [] BorderStyle = bsToolWindow Caption = '?????' ClientHeight = 120 ClientWidth = 535 Color = clBtnFace Font.Charset = CHINESEBIG5_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�ө���' Font.Style = [] OldCreateOrder = False Position = poDefault OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object lblBuffer: TLabel Left = 216 Top = 10 Width = 74 Height = 12 Caption = '???????' Visible = False end object lblVolume: TLabel Left = 264 Top = 34 Width = 24 Height = 12 Caption = '���q' Visible = False end object lblSpeed: TLabel Left = 8 Top = 34 Width = 48 Height = 12 Caption = '�A�ͳt��' Visible = False end object PlayWithSound: TCheckBox Left = 8 Top = 8 Width = 105 Height = 17 Caption = '????�A��' TabOrder = 0 Visible = False OnClick = PlayWithSoundClick OnKeyDown = FormKeyDown end object EnableMovieOverlay: TCheckBox Left = 128 Top = 56 Width = 121 Height = 17 Caption = '??????����' TabOrder = 7 Visible = False OnClick = EnableMovieOverlayClick OnKeyDown = FormKeyDown end object SoundBufferSize: TTrackBar Left = 296 Top = 8 Width = 233 Height = 17 Min = 1 Orientation = trHorizontal PageSize = 1 Frequency = 1 Position = 2 SelEnd = 0 SelStart = 0 TabOrder = 2 ThumbLength = 8 TickMarks = tmBottomRight TickStyle = tsAuto Visible = False end object MuteSound: TCheckBox Left = 128 Top = 8 Width = 73 Height = 17 Caption = '????' Enabled = False TabOrder = 1 Visible = False OnClick = MuteSoundClick OnKeyDown = FormKeyDown end object TVEmulation: TCheckBox Left = 8 Top = 56 Width = 113 Height = 17 Caption = '?????��ϬM' TabOrder = 6 Visible = False OnClick = TVEmulationClick OnKeyDown = FormKeyDown end object SoundPanel: TPanel Left = 8 Top = 80 Width = 521 Height = 33 BevelOuter = bvNone TabOrder = 8 object ShowLevelMeter: TSpeedButton Left = 0 Top = 0 Width = 89 Height = 25 AllowAllUp = True GroupIndex = 1 Caption = '???????' Flat = True OnClick = ShowLevelMeterClick end object ShowWaveGraph: TSpeedButton Left = 88 Top = 0 Width = 89 Height = 25 AllowAllUp = True GroupIndex = 2 Caption = '�i��' Flat = True OnClick = ShowWaveGraphClick end object ShowFFTGraph: TSpeedButton Left = 176 Top = 0 Width = 89 Height = 25 AllowAllUp = True GroupIndex = 3 Caption = '????' Flat = True OnClick = ShowFFTGraphClick end end object SoundVolume: TTrackBar Left = 294 Top = 32 Width = 233 Height = 17 Max = 0 Min = -100 Orientation = trHorizontal PageSize = 10 Frequency = 1 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 5 ThumbLength = 8 TickMarks = tmBottomRight TickStyle = tsNone Visible = False OnChange = SoundVolumeChange end object SoundSpeed: TTrackBar Left = 64 Top = 32 Width = 137 Height = 17 Max = 20 Min = -20 Orientation = trHorizontal PageSize = 1 Frequency = 1 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 3 ThumbLength = 8 TickMarks = tmBottomRight TickStyle = tsNone Visible = False OnChange = SoundSpeedChange end object Button1: TButton Left = 208 Top = 32 Width = 49 Height = 17 Caption = '����?' TabOrder = 4 OnClick = Button1Click end object OverwriteResize: TCheckBox Left = 256 Top = 55 Width = 121 Height = 18 Caption = '?�j�Y�p?�z?��' TabOrder = 9 Visible = False OnClick = OverwriteResizeClick end object UseResizeFilter: TComboBox Left = 376 Top = 52 Width = 153 Height = 20 Style = csDropDownList ItemHeight = 12 TabOrder = 10 Visible = False OnChange = OverwriteResizeClick end object LevelTimer: TTimer Enabled = False Interval = 20 OnTimer = LevelTimerTimer Left = 232 end end