home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / Multimedia / Musical / _setup.1 / mu_gen.exe / 0 / RCDATA / TPREFERENCES_DIALOG / TPREFERENCES_DIALOG.txt
Text File  |  1999-04-13  |  3KB  |  126 lines

  1. object Preferences_Dialog: TPreferences_Dialog
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Preferences'
  6.   ClientHeight = 218
  7.   ClientWidth = 313
  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.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 297
  21.     Height = 153
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 16
  26.     Top = 16
  27.     Width = 76
  28.     Height = 13
  29.     Caption = '&Startup MIDI file'
  30.     FocusControl = Splash_Music
  31.   end
  32.   object Open_Button: TSpeedButton
  33.     Left = 272
  34.     Top = 38
  35.     Width = 25
  36.     Height = 25
  37.     Glyph.Data = {
  38.       66010000424D6601000000000000760000002800000014000000140000000100
  39.       040000000000F000000000000000000000001000000000000000000000000000
  40.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  41.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  42.       88888888BB09800000000000888888887361808777777770888888886F4A80F8
  43.       8888887088888888DDB480F99888887088888888BB2D80FFFFFFFF8088888888
  44.       04FC800000000000888888886440888888888888888888888455888008888888
  45.       888888886F3E888008888888888888884595888008888880000000082AE08880
  46.       08808880EFEFEF089CD5888007800880F4444E084C0C888700000080EFEFEF08
  47.       98D5888870000080F4444E080000888888800880EFEFEF080000888888808880
  48.       F44E00080000888888888880EFEF008800008888888888800000088800008888
  49.       88888888888888880112}
  50.     OnClick = Open_ButtonClick
  51.   end
  52.   object Label2: TLabel
  53.     Left = 264
  54.     Top = 16
  55.     Width = 35
  56.     Height = 13
  57.     Caption = '&Browse'
  58.   end
  59.   object Label3: TLabel
  60.     Left = 16
  61.     Top = 72
  62.     Width = 77
  63.     Height = 13
  64.     Caption = '&MIDI output port'
  65.     FocusControl = Output_Port
  66.   end
  67.   object Label4: TLabel
  68.     Left = 16
  69.     Top = 120
  70.     Width = 29
  71.     Height = 13
  72.     Caption = '&Colors'
  73.   end
  74.   object OKBtn: TButton
  75.     Left = 79
  76.     Top = 172
  77.     Width = 75
  78.     Height = 25
  79.     Caption = 'OK'
  80.     Default = True
  81.     ModalResult = 1
  82.     TabOrder = 0
  83.     OnClick = OKBtnClick
  84.   end
  85.   object CancelBtn: TButton
  86.     Left = 159
  87.     Top = 172
  88.     Width = 75
  89.     Height = 25
  90.     Cancel = True
  91.     Caption = 'Cancel'
  92.     ModalResult = 2
  93.     TabOrder = 1
  94.   end
  95.   object Splash_Music: TEdit
  96.     Left = 16
  97.     Top = 40
  98.     Width = 249
  99.     Height = 21
  100.     TabOrder = 2
  101.   end
  102.   object Output_Port: TComboBox
  103.     Left = 16
  104.     Top = 88
  105.     Width = 249
  106.     Height = 21
  107.     Style = csDropDownList
  108.     ItemHeight = 13
  109.     TabOrder = 3
  110.   end
  111.   object Color_Edit: TEdit
  112.     Left = 56
  113.     Top = 120
  114.     Width = 121
  115.     Height = 21
  116.     TabOrder = 4
  117.   end
  118.   object OpenDialog: TOpenDialog
  119.     DefaultExt = 'mid'
  120.     Filter = 'Midi file (*.mid)|*.mid'
  121.     Options = [ofPathMustExist, ofFileMustExist]
  122.     Left = 272
  123.     Top = 64
  124.   end
  125. end
  126.