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

  1. object fmCustomize: TfmCustomize
  2.   Left = 392
  3.   Top = 274
  4.   BorderStyle = bsDialog
  5.   Caption = 'Customize'
  6.   ClientHeight = 237
  7.   ClientWidth = 326
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 14
  18.   object RotateLabel1: TRotateLabel
  19.     Left = 208
  20.     Top = 204
  21.     Width = 108
  22.     Height = 32
  23.     Escapement = 5
  24.     TextStyle = tsRecessed
  25.     Caption = 'Customize'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clSilver
  28.     Font.Height = -21
  29.     Font.Name = 'Arial'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object Page95Control1: TPage95Control
  34.     Left = 80
  35.     Top = 8
  36.     Width = 245
  37.     Height = 193
  38.     ActivePage = tabSongEdit
  39.     ButtonStyle = True
  40.     FlatButtons = True
  41.     FlatSeperators = False
  42.     Font.Charset = ANSI_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -11
  45.     Font.Name = 'Arial'
  46.     Font.Style = [fsBold]
  47.     HotTrack = False
  48.     TabInactiveColor = clSilver
  49.     TabInactiveFont.Charset = DEFAULT_CHARSET
  50.     TabInactiveFont.Color = clWindowText
  51.     TabInactiveFont.Height = -11
  52.     TabInactiveFont.Name = 'MS Sans Serif'
  53.     TabInactiveFont.Style = []
  54.     ParentFont = False
  55.     TabOrder = 0
  56.     object tabSongEdit: TTab95Sheet
  57.       Caption = 'Song edit'
  58.       Font.Charset = ANSI_CHARSET
  59.       Font.Color = clWindowText
  60.       Font.Height = -11
  61.       Font.Name = 'Arial'
  62.       Font.Style = []
  63.       GripAlign = gaLeft
  64.       ImageIndex = -1
  65.       StaticPageIndex = -1
  66.       ParentFont = False
  67.       TabVisible = True
  68.       object listSongEdit: TListBox
  69.         Left = 0
  70.         Top = 8
  71.         Width = 233
  72.         Height = 153
  73.         Color = clBlack
  74.         Font.Charset = ANSI_CHARSET
  75.         Font.Color = clWhite
  76.         Font.Height = -11
  77.         Font.Name = 'Arial'
  78.         Font.Style = []
  79.         ItemHeight = 14
  80.         Items.Strings = (
  81.           'Tracks - font'
  82.           'Tracks - font color of selected track '
  83.           'Tracks - background color of selected track'
  84.           'Parts - font'
  85.           'Parts - background color'
  86.           'Tracks/Parts - Background bitmap'
  87.           'Tracks - midi led color')
  88.         ParentFont = False
  89.         TabOrder = 0
  90.       end
  91.     end
  92.     object tabPartEdit: TTab95Sheet
  93.       Caption = 'Part edit'
  94.       GripAlign = gaLeft
  95.       ImageIndex = -1
  96.       StaticPageIndex = -1
  97.       TabVisible = True
  98.       object listPartEdit: TListBox
  99.         Left = 0
  100.         Top = 8
  101.         Width = 233
  102.         Height = 153
  103.         Color = clBlack
  104.         Font.Charset = ANSI_CHARSET
  105.         Font.Color = clWhite
  106.         Font.Height = -11
  107.         Font.Name = 'Arial'
  108.         Font.Style = []
  109.         ItemHeight = 14
  110.         Items.Strings = (
  111.           'List - font')
  112.         ParentFont = False
  113.         TabOrder = 0
  114.       end
  115.     end
  116.   end
  117.   object Panel1: TPanel
  118.     Left = 0
  119.     Top = 0
  120.     Width = 70
  121.     Height = 237
  122.     Align = alLeft
  123.     BevelOuter = bvNone
  124.     FullRepaint = False
  125.     Color = clBlack
  126.     Font.Charset = DEFAULT_CHARSET
  127.     Font.Color = clSilver
  128.     Font.Height = -11
  129.     Font.Name = 'MS Sans Serif'
  130.     Font.Style = []
  131.     ParentFont = False
  132.     TabOrder = 1
  133.     object labelText: TLabel
  134.       Left = 8
  135.       Top = 72
  136.       Width = 57
  137.       Height = 49
  138.       AutoSize = False
  139.       Caption = 'Select item to change'
  140.       Color = clBlack
  141.       Font.Charset = ANSI_CHARSET
  142.       Font.Color = 8454143
  143.       Font.Height = -11
  144.       Font.Name = 'Arial'
  145.       Font.Style = []
  146.       ParentColor = False
  147.       ParentFont = False
  148.       Transparent = True
  149.       WordWrap = True
  150.     end
  151.     object tnybutton1: tnybutton
  152.       Left = 7
  153.       Top = 8
  154.       Width = 57
  155.       Height = 25
  156.       Cursor = crHandPoint
  157.       Cancel = True
  158.       Caption = '&Close'
  159.       Default = True
  160.       Font.Charset = ANSI_CHARSET
  161.       Font.Color = clSilver
  162.       Font.Height = -11
  163.       Font.Name = 'Arial'
  164.       Font.Style = [fsBold]
  165.       ParentFont = False
  166.       TabOrder = 0
  167.       OnClick = tnybutton1Click
  168.     end
  169.     object tnybutton2: tnybutton
  170.       Left = 7
  171.       Top = 38
  172.       Width = 57
  173.       Height = 25
  174.       Cursor = crHandPoint
  175.       Caption = 'Ch&ange'
  176.       Font.Charset = ANSI_CHARSET
  177.       Font.Color = clSilver
  178.       Font.Height = -11
  179.       Font.Name = 'Arial'
  180.       Font.Style = [fsBold]
  181.       ParentFont = False
  182.       TabOrder = 1
  183.       OnClick = tnybutton2Click
  184.     end
  185.   end
  186.   object FontDialog1: TFontDialog
  187.     Font.Charset = DEFAULT_CHARSET
  188.     Font.Color = clWindowText
  189.     Font.Height = -11
  190.     Font.Name = 'MS Sans Serif'
  191.     Font.Style = []
  192.     MinFontSize = 0
  193.     MaxFontSize = 0
  194.     Left = 152
  195.     Top = 216
  196.   end
  197.   object ColorDialog1: TColorDialog
  198.     Ctl3D = True
  199.     Left = 112
  200.     Top = 216
  201.   end
  202.   object OpenPictureDialog1: TOpenPictureDialog
  203.     Filter = 
  204.       'All (*.dib;*.bmp;*.ico;*.emf;*.wmf)|*.dib;*.bmp;*.ico;*.emf;*.wm' +
  205.       'f|Device Independent Bitmap (*.dib)|*.dib|Bitmaps (*.bmp)|*.bmp|' +
  206.       'Icons (*.ico)|*.ico|Enhanced Metafiles (*.emf)|*.emf|Metafiles (' +
  207.       '*.wmf)|*.wmf'
  208.     Left = 192
  209.     Top = 216
  210.   end
  211. end
  212.