home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 July / PCWorld_1999-07_cd.bin / software / TemaCD / Massiva / MASSIVA.EXE / 0 / RCDATA / TFMSYNC / TFMSYNC.txt < prev   
Text File  |  1999-04-03  |  4KB  |  195 lines

  1. object fmSync: TfmSync
  2.   Left = 375
  3.   Top = 340
  4.   BorderStyle = bsDialog
  5.   Caption = 'Sync (MTC)'
  6.   ClientHeight = 184
  7.   ClientWidth = 300
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 70
  20.     Top = 0
  21.     Width = 230
  22.     Height = 184
  23.     Align = alClient
  24.     AutoSize = True
  25.     Picture.Data = {<image000.bmp>}
  26.     Stretch = True
  27.   end
  28.   object Label4: TLabel
  29.     Left = 88
  30.     Top = 44
  31.     Width = 32
  32.     Height = 14
  33.     Caption = 'Output'
  34.     Font.Charset = ANSI_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -11
  37.     Font.Name = 'Arial'
  38.     Font.Style = []
  39.     ParentFont = False
  40.   end
  41.   object Label1: TLabel
  42.     Left = 88
  43.     Top = 92
  44.     Width = 18
  45.     Height = 14
  46.     Caption = 'Fps'
  47.     Font.Charset = ANSI_CHARSET
  48.     Font.Color = clWindowText
  49.     Font.Height = -11
  50.     Font.Name = 'Arial'
  51.     Font.Style = []
  52.     ParentFont = False
  53.   end
  54.   object Panel1: TPanel
  55.     Left = 0
  56.     Top = 0
  57.     Width = 70
  58.     Height = 184
  59.     Align = alLeft
  60.     BevelOuter = bvNone
  61.     Color = clBlack
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clSilver
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     ParentFont = False
  68.     TabOrder = 0
  69.     object labelText: TLabel
  70.       Left = 8
  71.       Top = 39
  72.       Width = 55
  73.       Height = 98
  74.       AutoSize = False
  75.       Caption = 'Select device and fps rate to use with MTC'
  76.       Font.Charset = ANSI_CHARSET
  77.       Font.Color = 8454143
  78.       Font.Height = -11
  79.       Font.Name = 'Arial'
  80.       Font.Style = []
  81.       ParentFont = False
  82.       Transparent = True
  83.       WordWrap = True
  84.     end
  85.     object panelPlay: TPanel
  86.       Left = 4
  87.       Top = 162
  88.       Width = 19
  89.       Height = 16
  90.       Color = clBlack
  91.       TabOrder = 0
  92.       object iconPlay: TIconButton
  93.         Left = 1
  94.         Top = 1
  95.         Width = 17
  96.         Height = 14
  97.         Hint = 'Play'
  98.         Align = alClient
  99.         Center = True
  100.         Picture.Data = {<image001.bmp>}
  101.         OnMouseUp = iconPlayMouseUp
  102.         State = stUp
  103.       end
  104.     end
  105.     object Panel2: TPanel
  106.       Left = 26
  107.       Top = 162
  108.       Width = 19
  109.       Height = 16
  110.       Color = clBlack
  111.       TabOrder = 1
  112.       object IconStop: TIconButton
  113.         Left = 1
  114.         Top = 1
  115.         Width = 17
  116.         Height = 14
  117.         Hint = 'Stop'
  118.         Align = alClient
  119.         Center = True
  120.         Picture.Data = {<image002.bmp>}
  121.         OnMouseUp = IconStopMouseUp
  122.         State = stUp
  123.       end
  124.     end
  125.     object tnybutton1: tnybutton
  126.       Left = 7
  127.       Top = 7
  128.       Width = 57
  129.       Height = 25
  130.       Cursor = crHandPoint
  131.       Cancel = True
  132.       Caption = '&Close'
  133.       Default = True
  134.       Font.Charset = ANSI_CHARSET
  135.       Font.Color = clSilver
  136.       Font.Height = -11
  137.       Font.Name = 'Arial'
  138.       Font.Style = [fsBold]
  139.       ParentFont = False
  140.       TabOrder = 2
  141.       OnClick = tnybutton1Click
  142.     end
  143.   end
  144.   object comboDev: TComboBox
  145.     Left = 88
  146.     Top = 64
  147.     Width = 169
  148.     Height = 21
  149.     Hint = 'Default output on start-up'
  150.     Style = csDropDownList
  151.     Color = clBlack
  152.     Font.Charset = DEFAULT_CHARSET
  153.     Font.Color = clWhite
  154.     Font.Height = -11
  155.     Font.Name = 'MS Sans Serif'
  156.     Font.Style = []
  157.     ItemHeight = 13
  158.     ParentFont = False
  159.     ParentShowHint = False
  160.     ShowHint = True
  161.     TabOrder = 1
  162.     OnChange = comboDevChange
  163.   end
  164.   object ComboBox1: TComboBox
  165.     Left = 88
  166.     Top = 112
  167.     Width = 57
  168.     Height = 21
  169.     Hint = 'Default output on start-up'
  170.     Color = clBlack
  171.     Enabled = False
  172.     Font.Charset = DEFAULT_CHARSET
  173.     Font.Color = clWhite
  174.     Font.Height = -11
  175.     Font.Name = 'MS Sans Serif'
  176.     Font.Style = []
  177.     ItemHeight = 13
  178.     ParentFont = False
  179.     ParentShowHint = False
  180.     ShowHint = True
  181.     TabOrder = 2
  182.     Text = '25'
  183.   end
  184.   object chkActive: TCheckBox
  185.     Left = 88
  186.     Top = 16
  187.     Width = 141
  188.     Height = 17
  189.     Caption = 'Transmit MIDI Time Code'
  190.     State = cbChecked
  191.     TabOrder = 3
  192.     OnClick = chkActiveClick
  193.   end
  194. end
  195.