object fmSync: TfmSync Left = 375 Top = 340 BorderStyle = bsDialog Caption = 'Sync (MTC)' ClientHeight = 184 ClientWidth = 300 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 70 Top = 0 Width = 230 Height = 184 Align = alClient AutoSize = True Picture.Data = {} Stretch = True end object Label4: TLabel Left = 88 Top = 44 Width = 32 Height = 14 Caption = 'Output' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label1: TLabel Left = 88 Top = 92 Width = 18 Height = 14 Caption = 'Fps' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Panel1: TPanel Left = 0 Top = 0 Width = 70 Height = 184 Align = alLeft BevelOuter = bvNone Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clSilver Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 object labelText: TLabel Left = 8 Top = 39 Width = 55 Height = 98 AutoSize = False Caption = 'Select device and fps rate to use with MTC' Font.Charset = ANSI_CHARSET Font.Color = 8454143 Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = True WordWrap = True end object panelPlay: TPanel Left = 4 Top = 162 Width = 19 Height = 16 Color = clBlack TabOrder = 0 object iconPlay: TIconButton Left = 1 Top = 1 Width = 17 Height = 14 Hint = 'Play' Align = alClient Center = True Picture.Data = {} OnMouseUp = iconPlayMouseUp State = stUp end end object Panel2: TPanel Left = 26 Top = 162 Width = 19 Height = 16 Color = clBlack TabOrder = 1 object IconStop: TIconButton Left = 1 Top = 1 Width = 17 Height = 14 Hint = 'Stop' Align = alClient Center = True Picture.Data = {} OnMouseUp = IconStopMouseUp State = stUp end end object tnybutton1: tnybutton Left = 7 Top = 7 Width = 57 Height = 25 Cursor = crHandPoint Cancel = True Caption = '&Close' Default = True Font.Charset = ANSI_CHARSET Font.Color = clSilver Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 2 OnClick = tnybutton1Click end end object comboDev: TComboBox Left = 88 Top = 64 Width = 169 Height = 21 Hint = 'Default output on start-up' Style = csDropDownList Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 1 OnChange = comboDevChange end object ComboBox1: TComboBox Left = 88 Top = 112 Width = 57 Height = 21 Hint = 'Default output on start-up' Color = clBlack Enabled = False Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 2 Text = '25' end object chkActive: TCheckBox Left = 88 Top = 16 Width = 141 Height = 17 Caption = 'Transmit MIDI Time Code' State = cbChecked TabOrder = 3 OnClick = chkActiveClick end end