home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / hudba / producer / musicsproducer120b2.exe / musicstd / vstrack.aep / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  2004-04-09  |  3KB  |  165 lines

  1. object Form1: TForm1
  2.   Left = 460
  3.   Top = 531
  4.   BorderStyle = bsToolWindow
  5.   ClientHeight = 380
  6.   ClientWidth = 521
  7.   Color = clBtnFace
  8.   Font.Charset = SHIFTJIS_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = True
  15.   Position = poDefaultPosOnly
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnHide = FormHide
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 12
  24.   object PaintBox1: TPaintBox
  25.     Left = 0
  26.     Top = 33
  27.     Width = 105
  28.     Height = 105
  29.     Visible = False
  30.     OnMouseDown = PaintBox1MouseDown
  31.     OnMouseMove = PaintBox1MouseMove
  32.     OnMouseUp = PaintBox1MouseUp
  33.     OnPaint = PaintBox1Paint
  34.   end
  35.   object Im_VST: TImage
  36.     Left = 144
  37.     Top = 88
  38.     Width = 323
  39.     Height = 18
  40.     AutoSize = True
  41.     Picture.Data = {<image000.bmp>}
  42.     Visible = False
  43.   end
  44.   object Im_SliderT: TImage
  45.     Left = 144
  46.     Top = 112
  47.     Width = 11
  48.     Height = 11
  49.     AutoSize = True
  50.     Picture.Data = {<image001.bmp>}
  51.     Visible = False
  52.   end
  53.   object Panel2: TPanel
  54.     Left = 0
  55.     Top = 0
  56.     Width = 521
  57.     Height = 33
  58.     Align = alTop
  59.     TabOrder = 0
  60.     object Bu_ON: TSpeedButton
  61.       Left = 4
  62.       Top = 4
  63.       Width = 25
  64.       Height = 25
  65.       AllowAllUp = True
  66.       GroupIndex = 1
  67.       Caption = 'ON'
  68.       Margin = 2
  69.       OnClick = Bu_ONClick
  70.     end
  71.     object Bu_Wet: TSpeedButton
  72.       Left = 32
  73.       Top = 4
  74.       Width = 25
  75.       Height = 25
  76.       AllowAllUp = True
  77.       GroupIndex = 2
  78.       Caption = 'Wet'
  79.       OnClick = Bu_WetClick
  80.     end
  81.     object Bu_GUI: TSpeedButton
  82.       Left = 252
  83.       Top = 4
  84.       Width = 25
  85.       Height = 25
  86.       AllowAllUp = True
  87.       GroupIndex = 3
  88.       Caption = 'GUI'
  89.       Margin = 0
  90.       OnClick = Bu_GUIClick
  91.     end
  92.     object Button1: TButton
  93.       Left = 360
  94.       Top = 8
  95.       Width = 75
  96.       Height = 25
  97.       Caption = 'Load'
  98.       TabOrder = 0
  99.       Visible = False
  100.       OnClick = Button1Click
  101.     end
  102.     object Free: TButton
  103.       Left = 440
  104.       Top = 8
  105.       Width = 75
  106.       Height = 25
  107.       Caption = 'Free'
  108.       TabOrder = 1
  109.       Visible = False
  110.       OnClick = FreeClick
  111.     end
  112.     object Ch_ON: TCheckBox
  113.       Left = 392
  114.       Top = 8
  115.       Width = 41
  116.       Height = 17
  117.       TabStop = False
  118.       Caption = 'ON'
  119.       TabOrder = 2
  120.       Visible = False
  121.     end
  122.     object Sc_Program: TScrollBar
  123.       Left = 65
  124.       Top = 9
  125.       Width = 32
  126.       Height = 16
  127.       PageSize = 0
  128.       TabOrder = 3
  129.       OnChange = Sc_ProgramChange
  130.     end
  131.     object Co_Program: TComboBox
  132.       Left = 100
  133.       Top = 7
  134.       Width = 145
  135.       Height = 20
  136.       ItemHeight = 12
  137.       TabOrder = 4
  138.       Text = 'Co_Program'
  139.       OnChange = Co_ProgramChange
  140.       OnClick = Co_ProgramClick
  141.     end
  142.   end
  143.   object Panel1: TPanel
  144.     Left = 0
  145.     Top = 33
  146.     Width = 433
  147.     Height = 48
  148.     BevelOuter = bvNone
  149.     TabOrder = 1
  150.     Visible = False
  151.   end
  152.   object OpenDialog1: TOpenDialog
  153.     DefaultExt = 'dll'
  154.     Filter = '*.dll|*.dll'
  155.     Left = 8
  156.     Top = 96
  157.   end
  158.   object Timer1: TTimer
  159.     Interval = 1
  160.     OnTimer = Timer1Timer
  161.     Left = 8
  162.     Top = 41
  163.   end
  164. end
  165.