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

  1. object Wizard: TWizard
  2.   Left = 202
  3.   Top = 342
  4.   Width = 630
  5.   Height = 385
  6.   Caption = 'Wizard'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Splitter1: TSplitter
  18.     Left = 90
  19.     Top = 0
  20.     Width = 3
  21.     Height = 358
  22.     Cursor = crHSplit
  23.   end
  24.   object Splitter2: TSplitter
  25.     Left = 447
  26.     Top = 0
  27.     Width = 3
  28.     Height = 358
  29.     Cursor = crHSplit
  30.     Align = alRight
  31.   end
  32.   object Panel2: TPanel
  33.     Left = 93
  34.     Top = 0
  35.     Width = 354
  36.     Height = 358
  37.     Align = alClient
  38.     Caption = 'Panel2'
  39.     TabOrder = 6
  40.     object Page_Control: TPageControl
  41.       Left = 1
  42.       Top = 1
  43.       Width = 352
  44.       Height = 356
  45.       ActivePage = Tab_Play_Other
  46.       Align = alClient
  47.       TabOrder = 0
  48.       object Tab_Start: TTabSheet
  49.         Caption = 'Tab_Start'
  50.         object Label6: TLabel
  51.           Left = 8
  52.           Top = -3
  53.           Width = 287
  54.           Height = 20
  55.           Caption = 'Play a file or create a track of music'
  56.           Font.Charset = DEFAULT_CHARSET
  57.           Font.Color = clWindowText
  58.           Font.Height = -16
  59.           Font.Name = 'MS Sans Serif'
  60.           Font.Style = [fsBold]
  61.           ParentFont = False
  62.         end
  63.         object RadioGroup1: TRadioGroup
  64.           Left = 8
  65.           Top = 25
  66.           Width = 289
  67.           Height = 104
  68.           Caption = 'Do you want'
  69.           TabOrder = 0
  70.         end
  71.         object Radio_Tmg: TRadioButton
  72.           Left = 24
  73.           Top = 48
  74.           Width = 233
  75.           Height = 17
  76.           Caption = 'to play an existing &Musical Generator file,'
  77.           Checked = True
  78.           TabOrder = 1
  79.           TabStop = True
  80.         end
  81.         object Radio_Other: TRadioButton
  82.           Left = 24
  83.           Top = 72
  84.           Width = 225
  85.           Height = 17
  86.           Caption = 'to &play a text, number or bitmap file'
  87.           TabOrder = 2
  88.         end
  89.         object Radio_Track: TRadioButton
  90.           Left = 24
  91.           Top = 96
  92.           Width = 217
  93.           Height = 17
  94.           Caption = 'or to create a &track of fractal music?'
  95.           TabOrder = 3
  96.         end
  97.         object Check_Noshow: TCheckBox
  98.           Left = 24
  99.           Top = 256
  100.           Width = 209
  101.           Height = 17
  102.           Caption = 'Do&n'#39't show this wizard at startup'
  103.           TabOrder = 4
  104.           OnClick = Check_NoshowClick
  105.         end
  106.       end
  107.       object Tab_Play_TMG: TTabSheet
  108.         Caption = 'Tab_Play_TMG'
  109.         object Label1: TLabel
  110.           Left = 0
  111.           Top = -3
  112.           Width = 254
  113.           Height = 20
  114.           Caption = 'Playing a Musical Generator file'
  115.           Font.Charset = DEFAULT_CHARSET
  116.           Font.Color = clWindowText
  117.           Font.Height = -16
  118.           Font.Name = 'MS Sans Serif'
  119.           Font.Style = [fsBold]
  120.           ParentFont = False
  121.         end
  122.         object DirTree1: TDirTree
  123.           Left = 0
  124.           Top = 16
  125.           Width = 189
  126.           Height = 273
  127.           ReadOnStart = True
  128.           DirTypes = [dtNormal, dtAll]
  129.           GoBelowRecycleBin = True
  130.           FastLoad = False
  131.           InitialDirectory = 'D:\Usr\Md\MD 1.3'
  132.           DriveTypes = [drtUnknown, drtRemovable, drtFixed, drtRemote, drtCDRom, drtRamDisk]
  133.           HideSelection = False
  134.           OnChange = DirTree1Change
  135.           ParentColor = False
  136.           TabOrder = 0
  137.         end
  138.         object ListBox1: TListBox
  139.           Left = 189
  140.           Top = 16
  141.           Width = 146
  142.           Height = 273
  143.           ItemHeight = 13
  144.           TabOrder = 1
  145.           OnClick = ListBox1Click
  146.         end
  147.       end
  148.       object Tab_Play_Other: TTabSheet
  149.         Caption = 'Tab_Play_Other'
  150.         object Label2: TLabel
  151.           Left = 0
  152.           Top = -3
  153.           Width = 290
  154.           Height = 20
  155.           Caption = 'Playing a text, numeric or bitmap file'
  156.           Font.Charset = DEFAULT_CHARSET
  157.           Font.Color = clWindowText
  158.           Font.Height = -16
  159.           Font.Name = 'MS Sans Serif'
  160.           Font.Style = [fsBold]
  161.           ParentFont = False
  162.         end
  163.         object DirTree2: TDirTree
  164.           Left = 0
  165.           Top = 16
  166.           Width = 177
  167.           Height = 273
  168.           ReadOnStart = True
  169.           DirTypes = [dtNormal, dtAll]
  170.           GoBelowRecycleBin = True
  171.           FastLoad = False
  172.           InitialDirectory = 'D:\Usr\Md\MD 1.3'
  173.           DriveTypes = [drtUnknown, drtRemovable, drtFixed, drtRemote, drtCDRom, drtRamDisk]
  174.           HideSelection = False
  175.           OnChange = DirTree2Change
  176.           ParentColor = False
  177.           TabOrder = 0
  178.         end
  179.         object ListBox2: TListBox
  180.           Left = 179
  181.           Top = 16
  182.           Width = 164
  183.           Height = 273
  184.           ItemHeight = 13
  185.           Sorted = True
  186.           TabOrder = 1
  187.           OnClick = ListBox2Click
  188.         end
  189.       end
  190.       object Tab_Create_Track: TTabSheet
  191.         Caption = 'Tab_Create_Track'
  192.         object Label3: TLabel
  193.           Left = 0
  194.           Top = -3
  195.           Width = 267
  196.           Height = 20
  197.           Caption = 'Create a track (channel) of music'
  198.           Font.Charset = DEFAULT_CHARSET
  199.           Font.Color = clWindowText
  200.           Font.Height = -16
  201.           Font.Name = 'MS Sans Serif'
  202.           Font.Style = [fsBold]
  203.           ParentFont = False
  204.         end
  205.         object RadioGroup2: TRadioGroup
  206.           Left = 8
  207.           Top = 16
  208.           Width = 65
  209.           Height = 273
  210.           Caption = 'Channels'
  211.           TabOrder = 0
  212.         end
  213.         object RB01: TRadioButton
  214.           Left = 16
  215.           Top = 30
  216.           Width = 40
  217.           Height = 17
  218.           Caption = '1'
  219.           TabOrder = 1
  220.           OnClick = RBClick
  221.         end
  222.         object RB02: TRadioButton
  223.           Left = 16
  224.           Top = 46
  225.           Width = 40
  226.           Height = 17
  227.           Caption = '2'
  228.           TabOrder = 2
  229.           OnClick = RBClick
  230.         end
  231.         object RB04: TRadioButton
  232.           Left = 16
  233.           Top = 78
  234.           Width = 40
  235.           Height = 17
  236.           Caption = '4'
  237.           TabOrder = 3
  238.           OnClick = RBClick
  239.         end
  240.         object RB05: TRadioButton
  241.           Left = 16
  242.           Top = 94
  243.           Width = 40
  244.           Height = 17
  245.           Caption = '5'
  246.           TabOrder = 4
  247.           OnClick = RBClick
  248.         end
  249.         object RB06: TRadioButton
  250.           Left = 16
  251.           Top = 110
  252.           Width = 40
  253.           Height = 17
  254.           Caption = '6'
  255.           TabOrder = 5
  256.           OnClick = RBClick
  257.         end
  258.         object RB07: TRadioButton
  259.           Left = 16
  260.           Top = 126
  261.           Width = 40
  262.           Height = 17
  263.           Caption = '7'
  264.           TabOrder = 6
  265.           OnClick = RBClick
  266.         end
  267.         object RB09: TRadioButton
  268.           Left = 16
  269.           Top = 158
  270.           Width = 40
  271.           Height = 17
  272.           Caption = '9'
  273.           TabOrder = 7
  274.           OnClick = RBClick
  275.         end
  276.         object RB08: TRadioButton
  277.           Left = 16
  278.           Top = 142
  279.           Width = 40
  280.           Height = 17
  281.           Caption = '8'
  282.           TabOrder = 8
  283.           OnClick = RBClick
  284.         end
  285.         object RB03: TRadioButton
  286.           Left = 16
  287.           Top = 62
  288.           Width = 40
  289.           Height = 17
  290.           Caption = '3'
  291.           TabOrder = 9
  292.           OnClick = RBClick
  293.         end
  294.         object RB10: TRadioButton
  295.           Left = 16
  296.           Top = 174
  297.           Width = 40
  298.           Height = 17
  299.           Caption = '10'
  300.           TabOrder = 10
  301.           OnClick = RBClick
  302.         end
  303.         object RB11: TRadioButton
  304.           Left = 16
  305.           Top = 190
  306.           Width = 40
  307.           Height = 17
  308.           Caption = '11'
  309.           TabOrder = 11
  310.           OnClick = RBClick
  311.         end
  312.         object RB12: TRadioButton
  313.           Left = 16
  314.           Top = 206
  315.           Width = 40
  316.           Height = 17
  317.           Caption = '12'
  318.           TabOrder = 12
  319.           OnClick = RBClick
  320.         end
  321.         object RB13: TRadioButton
  322.           Left = 16
  323.           Top = 222
  324.           Width = 40
  325.           Height = 17
  326.           Caption = '13'
  327.           TabOrder = 13
  328.           OnClick = RBClick
  329.         end
  330.         object RB14: TRadioButton
  331.           Left = 16
  332.           Top = 238
  333.           Width = 40
  334.           Height = 17
  335.           Caption = '14'
  336.           TabOrder = 14
  337.           OnClick = RBClick
  338.         end
  339.         object RB15: TRadioButton
  340.           Left = 16
  341.           Top = 254
  342.           Width = 40
  343.           Height = 17
  344.           Caption = '15'
  345.           TabOrder = 15
  346.           OnClick = RBClick
  347.         end
  348.         object RB16: TRadioButton
  349.           Left = 16
  350.           Top = 270
  351.           Width = 40
  352.           Height = 17
  353.           Caption = '16'
  354.           TabOrder = 16
  355.           OnClick = RBClick
  356.         end
  357.       end
  358.       object Tab_Create_2: TTabSheet
  359.         Caption = 'Tab_Create_2'
  360.         object Label4: TLabel
  361.           Left = 0
  362.           Top = 0
  363.           Width = 262
  364.           Height = 20
  365.           Caption = 'Step 2. Select a vector for music'
  366.           Font.Charset = DEFAULT_CHARSET
  367.           Font.Color = clWindowText
  368.           Font.Height = -16
  369.           Font.Name = 'MS Sans Serif'
  370.           Font.Style = [fsBold]
  371.           ParentFont = False
  372.         end
  373.         object Vector_Choice: TVector_Choice
  374.           Left = 0
  375.           Top = 21
  376.           Width = 345
  377.           Height = 65
  378.           TabOrder = 0
  379.         end
  380.       end
  381.       object Tab_Create_3: TTabSheet
  382.         Caption = 'Tab_Create_3'
  383.         object Label5: TLabel
  384.           Left = 0
  385.           Top = 0
  386.           Width = 274
  387.           Height = 20
  388.           Caption = 'Step 3. Assign the vector to notes'
  389.           Font.Charset = DEFAULT_CHARSET
  390.           Font.Color = clWindowText
  391.           Font.Height = -16
  392.           Font.Name = 'MS Sans Serif'
  393.           Font.Style = [fsBold]
  394.           ParentFont = False
  395.         end
  396.         object Wizard_Notes_Button: TBitBtn
  397.           Left = 80
  398.           Top = 128
  399.           Width = 121
  400.           Height = 36
  401.           Caption = '&Notes'
  402.           TabOrder = 0
  403.           OnDragDrop = Wizard_Notes_ButtonDragDrop
  404.           OnDragOver = Wizard_Notes_ButtonDragOver
  405.           OnEndDrag = Wizard_Notes_ButtonEndDrag
  406.           Glyph.Data = {
  407.             36080000424D3608000000000000360400002800000020000000200000000100
  408.             08000000000000040000CE0E0000CE0E00000001000000000000000000000000
  409.             80000080000000808000800000008000800080800000C0C0C000C0DCC000F0C8
  410.             A400005400000054F80000A8000000A8F800F8540000F854F8000000F800F8A8
  411.             0000F8A8F800F8FC00003F7F5F003F7F7F003F7F9F003F7FBF003F7FDF003F7F
  412.             FF003F9F3F003F9F5F003F9F7F003F9F9F003F9FBF003F9FDF003F9FFF003FBF
  413.             3F003FBF5F003FBF7F003FBF9F003FBFBF003FBFDF003FBFFF003FDF3F003FDF
  414.             5F003FDF7F003FDF9F003FDFBF003FDFDF003FDFFF003FFF3F003FFF5F003FFF
  415.             7F003FFF9F003FFFBF003FFFDF003FFFFF005F3F3F005F3F5F005F3F7F005F3F
  416.             9F005F3FBF005F3FDF005F3FFF005F5F3F005F5F5F005F5F7F005F5F9F0000FC
  417.             00005F5FBF005F5FDF005F5FFF005F7F3F005F7F5F005F7F7F0000FCF8005F7F
  418.             9F005F7FBF005F7FDF005F7FFF005F9F3F005F9F5F005F9F7F005F9F9F005F9F
  419.             BF005F9FDF005F9FFF005FBF3F005FBF5F005FBF7F005FBF9F005FBFBF005FBF
  420.             DF005FBFFF005FDF3F005FDF5F005FDF7F005FDF9F005FDFBF005FDFDF005FDF
  421.             FF005FFF3F005FFF5F005FFF7F005FFF9F005FFFBF005FFFDF005FFFFF007F3F
  422.             3F007F3F5F007F3F7F007F3F9F007F3FBF007F3FDF007F3FFF007F5F3F007F5F
  423.             5F007F5F7F007F5F9F007F5FBF007F5FDF007F5FFF007F7F3F007F7F5F007F7F
  424.             7F007F7F9F007F7FBF007F7FDF007F7FFF007F9F3F007F9F5F007F9F7F007F9F
  425.             9F007F9FBF007F9FDF007F9FFF007FBF3F007FBF5F007FBF7F007FBF9F007FBF
  426.             BF007FBFDF007FBFFF007FDF3F007FDF5F007FDF7F007FDF9F007FDFBF007FDF
  427.             DF007FDFFF007FFF3F007FFF5F007FFF7F007FFF9F007FFFBF007FFFDF007FFF
  428.             FF009F3F3F009F3F5F009F3F7F009F3F9F009F3FBF009F3FDF009F3FFF009F5F
  429.             3F009F5F5F009F5F7F009F5F9F009F5FBF009F5FDF009F5FFF009F7F3F009F7F
  430.             5F009F7F7F009F7F9F009F7FBF009F7FDF009F7FFF009F9F3F009F9F5F009F9F
  431.             7F009F9F9F009F9FBF009F9FDF009F9FFF009FBF3F009FBF5F009FBF7F009FBF
  432.             9F009FBFBF009FBFDF009FBFFF009FDF3F009FDF5F009FDF7F009FDF9F009FDF
  433.             BF009FDFDF009FDFFF009FFF3F009FFF5F009FFF7F009FFF9F009FFFBF00F800
  434.             00009FFFDF009FFFFF00BF3F3F00BF3F5F00BF3F7F00BF3F9F00F800F800BF3F
  435.             BF00BF3FDF00BF3FFF00BF5F3F00BF5F5F00BF5F7F00BF5F9F00BF5FBF00BF5F
  436.             DF00BF5FFF00BF7F3F00BF7F5F00BF7F7F00BF7F9F00BF7FBF00BF7FDF00BF7F
  437.             FF00BF9F3F00BF9F5F00BF9F7F00BF9F9F00BF9FBF00BF9FDF00BF9FFF00BFBF
  438.             3F00BFBF5F00BFBF7F00BFBF9F00BFBFBF00BFBFDF00BFBFFF00BFDF3F00BFDF
  439.             5F00BFDF7F00BFDF9F00BFDFBF00BFDFDF00F0FBFF00A4A0A000808080000000
  440.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00070707070707
  441.             0707070707070707070707070707070707070707070707070707070707070707
  442.             0707070707070707070707070707070707070707070707070707070707070707
  443.             0707070707070707070707070707070707070707070707070707070707070707
  444.             0707070707070707070707070707070707070707070707070707070707070707
  445.             0707070707070707070707070707070707070707070707070707070707000000
  446.             0000000000000000000000000000000000000000000000070707070707000007
  447.             0007070000000707070707070707070707070707070707070707070707000007
  448.             0007000000000007070707070707070707070707070707070707070707000007
  449.             0007000000000000070707070707070707070707070707070707070707000007
  450.             0007070000000700070707070707070707070707070707070707070707000000
  451.             0000000000000000000000000000000000000000000000070707070707000007
  452.             0007070707070700070707000707070707070707070707070707070707000007
  453.             0007070707070700070707000707070707070707070707070707070707000007
  454.             0007070707070700070707000707070000000707070707070707070707000007
  455.             0007070707070700070707000707000000000007070707070707070707000000
  456.             0000000000000000000000000000000000000000000000070707070707000007
  457.             0007070707070700070700070707070000000700070707070707070707000007
  458.             0007070707070700000007070707070707070700070707070707070707000007
  459.             0007070707070700000707070707070707070700070707070707070707000007
  460.             0007070707070700070707070707070707070700070707070707070707000000
  461.             0000000000000000000000000000000000000000000000070707070707000007
  462.             0007070707070707070707070707070707070700070707070707070707000007
  463.             0007070707070707070707070707070707070700070707070707070707000007
  464.             0007070707070707070707070707070707070700070707070707070707000007
  465.             0007070707070707070707070707070707070700070707070707070707000000
  466.             0000000000000000000000000000000000000000000000070707070707070707
  467.             0707070707070707070707070707070707070700070707070707070707070707
  468.             0707070707070707070707070707070707070707070707070707070707070707
  469.             0707070707070707070707070707070707070707070707070707070707070707
  470.             0707070707070707070707070707070707070707070707070707070707070707
  471.             0707070707070707070707070707070707070707070707070707070707070707
  472.             0707070707070707070707070707070707070707070707070707}
  473.           Margin = 0
  474.         end
  475.       end
  476.     end
  477.   end
  478.   object Panel1: TPanel
  479.     Left = 450
  480.     Top = 0
  481.     Width = 172
  482.     Height = 358
  483.     Align = alRight
  484.     Caption = 'Panel1'
  485.     TabOrder = 5
  486.     object Help_Text: TMemo
  487.       Left = 1
  488.       Top = 1
  489.       Width = 170
  490.       Height = 356
  491.       Align = alClient
  492.       Color = 8454143
  493.       Lines.Strings = (
  494.         '')
  495.       TabOrder = 0
  496.     end
  497.   end
  498.   object Button_Cancel: TBitBtn
  499.     Left = 136
  500.     Top = 328
  501.     Width = 65
  502.     Height = 25
  503.     Caption = '&Cancel'
  504.     TabOrder = 0
  505.     OnClick = Button_CancelClick
  506.     Kind = bkCancel
  507.   end
  508.   object Button_Back: TBitBtn
  509.     Left = 200
  510.     Top = 328
  511.     Width = 65
  512.     Height = 25
  513.     Caption = '&Back'
  514.     TabOrder = 1
  515.     OnClick = Button_BackClick
  516.     Glyph.Data = {
  517.       66010000424D6601000000000000760000002800000014000000140000000100
  518.       040000000000F0000000C40E0000C40E00001000000000000000000000000000
  519.       80000080000000808000800000008000800080800000C0C0C000808080000000
  520.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  521.       7777777700007777777777777777777700007777777777777777777700007777
  522.       7777777777777777000077777777777777777777000077777777770077777777
  523.       00007777777700C077777777000077777700CCC0777777770000777700CCCCC0
  524.       0000007700007700CCCCCCCCCCCCC0770000777700CCCCC00000007700007777
  525.       7700CCC07777777700007777777700C077777777000077777777770077777777
  526.       0000777777777777777777770000777777777777777777770000777777777777
  527.       7777777700007777777777777777777700007777777777777777777700007777
  528.       77777777777777770000}
  529.   end
  530.   object Button_Next: TBitBtn
  531.     Left = 264
  532.     Top = 328
  533.     Width = 65
  534.     Height = 25
  535.     Caption = '&Next'
  536.     TabOrder = 2
  537.     OnClick = Button_NextClick
  538.     Glyph.Data = {
  539.       66010000424D6601000000000000760000002800000014000000140000000100
  540.       040000000000F0000000C40E0000C40E00001000000000000000000000000000
  541.       80000080000000808000800000008000800080800000C0C0C000808080000000
  542.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  543.       7777777700007777777777777777777700007777777777777777777700007777
  544.       7777777777777777000077777777777777777777000077777777777777777777
  545.       000077777777770077777777000077777777770C00777777000077777777770C
  546.       CC007777000077770000000CCCCC0077000077770CCCCCCCCCCCCC0000007777
  547.       0000000CCCCC0077000077777777770CCC007777000077777777770C00777777
  548.       0000777777777700777777770000777777777777777777770000777777777777
  549.       7777777700007777777777777777777700007777777777777777777700007777
  550.       77777777777777770000}
  551.   end
  552.   object Button_Finish: TBitBtn
  553.     Left = 328
  554.     Top = 328
  555.     Width = 65
  556.     Height = 25
  557.     Caption = '&Play'
  558.     Default = True
  559.     ModalResult = 1
  560.     TabOrder = 3
  561.     OnClick = Button_FinishClick
  562.     Glyph.Data = {
  563.       F6000000424DF600000000000000760000002800000010000000100000000100
  564.       04000000000080000000130B0000130B00001000000010000000000000000000
  565.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  566.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  567.       8888EEEEEEEEEEEEEEE8E0000000000000E8E0F77777777770E8E0F888888888
  568.       70E8E0F88808888870E8E0F88800888870E8E0F88800088870E8E0F888000088
  569.       70E8E0F88800088870E8E0F88800888870E8E0F88808888870E8E0F888888888
  570.       70E8E0FFFFFFFFFFF0E8E0000000000000E8EEEEEEEEEEEEEEE8}
  571.   end
  572.   object Panel5: TPanel
  573.     Left = 0
  574.     Top = 0
  575.     Width = 90
  576.     Height = 358
  577.     Align = alLeft
  578.     TabOrder = 4
  579.     object Image: TImage
  580.       Left = 1
  581.       Top = 1
  582.       Width = 88
  583.       Height = 356
  584.       Align = alClient
  585.     end
  586.     object Vector_View: TVector_View
  587.       Left = 8
  588.       Top = 56
  589.       Width = 170
  590.       Height = 150
  591.       Columns = <>
  592.       TabOrder = 0
  593.       Visible = False
  594.     end
  595.   end
  596.   object Timer: TTimer
  597.     OnTimer = TimerTimer
  598.     Left = 16
  599.     Top = 8
  600.   end
  601. end
  602.