home *** CD-ROM | disk | FTP | other *** search
/ Chip: Hang es video / CHIP_ZENESZERKESZTO_2005.ISO / audio_1 / soundwarp / SNDWARP.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  2003-05-19  |  5.2 KB  |  263 lines

  1. object Form1: TForm1
  2.   Left = 185
  3.   Top = 108
  4.   Width = 464
  5.   Height = 428
  6.   Caption = 'Sound 2D Warper'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   OnActivate = FormActivate
  14.   OnClose = FormClose
  15.   OnResize = FormResize
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 351
  20.     Top = 0
  21.     Width = 105
  22.     Height = 394
  23.     Align = alRight
  24.     TabOrder = 0
  25.     object Label3: TLabel
  26.       Left = 8
  27.       Top = 40
  28.       Width = 60
  29.       Height = 13
  30.       Caption = '&Window size'
  31.       FocusControl = SizesCombo
  32.     end
  33.     object Label4: TLabel
  34.       Left = 8
  35.       Top = 77
  36.       Width = 73
  37.       Height = 17
  38.       Caption = '&Range, dB'
  39.       FocusControl = RangeEdit
  40.     end
  41.     object Label5: TLabel
  42.       Left = 8
  43.       Top = 121
  44.       Width = 65
  45.       Height = 17
  46.       Caption = 'Sa&mpling'
  47.       FocusControl = SamplingEdit
  48.     end
  49.     object DimXEdit: TEdit
  50.       Left = 8
  51.       Top = 167
  52.       Width = 28
  53.       Height = 21
  54.       TabOrder = 5
  55.       Text = '5'
  56.       OnChange = DimXEditChange
  57.     end
  58.     object UpDown1: TUpDown
  59.       Left = 36
  60.       Top = 167
  61.       Width = 16
  62.       Height = 21
  63.       Associate = DimXEdit
  64.       Min = 2
  65.       Position = 5
  66.       TabOrder = 6
  67.       Wrap = False
  68.     end
  69.     object DimYEdit: TEdit
  70.       Left = 50
  71.       Top = 167
  72.       Width = 28
  73.       Height = 21
  74.       TabOrder = 7
  75.       Text = '5'
  76.       OnChange = DimXEditChange
  77.     end
  78.     object UpDown2: TUpDown
  79.       Left = 78
  80.       Top = 167
  81.       Width = 16
  82.       Height = 21
  83.       Associate = DimYEdit
  84.       Min = 2
  85.       Position = 5
  86.       TabOrder = 8
  87.       Wrap = False
  88.     end
  89.     object LoadButton: TButton
  90.       Left = 8
  91.       Top = 8
  92.       Width = 75
  93.       Height = 25
  94.       Caption = '&Load'
  95.       Default = True
  96.       TabOrder = 0
  97.       OnClick = LoadButtonClick
  98.     end
  99.     object SizesCombo: TComboBox
  100.       Left = 8
  101.       Top = 56
  102.       Width = 81
  103.       Height = 21
  104.       Style = csDropDownList
  105.       ItemHeight = 13
  106.       Items.Strings = (
  107.         '32'
  108.         '64'
  109.         '128'
  110.         '256'
  111.         '512'
  112.         '1024'
  113.         '2048'
  114.         '4096'
  115.         '8192'
  116.         '16384')
  117.       TabOrder = 1
  118.     end
  119.     object RangeEdit: TEdit
  120.       Left = 8
  121.       Top = 96
  122.       Width = 30
  123.       Height = 21
  124.       TabOrder = 2
  125.       Text = '60'
  126.     end
  127.     object SamplingEdit: TEdit
  128.       Left = 8
  129.       Top = 137
  130.       Width = 65
  131.       Height = 21
  132.       TabOrder = 4
  133.       Text = '44100'
  134.     end
  135.     object LogCheck: TCheckBox
  136.       Left = 46
  137.       Top = 96
  138.       Width = 49
  139.       Height = 17
  140.       Caption = 'L&og'
  141.       State = cbChecked
  142.       TabOrder = 3
  143.     end
  144.     object ProgressBar1: TProgressBar
  145.       Left = 1
  146.       Top = 377
  147.       Width = 103
  148.       Height = 16
  149.       Align = alBottom
  150.       Min = 0
  151.       Max = 100
  152.       Step = 1
  153.       TabOrder = 14
  154.     end
  155.     object ApplyButton: TButton
  156.       Left = 8
  157.       Top = 224
  158.       Width = 75
  159.       Height = 25
  160.       Caption = '&Apply'
  161.       TabOrder = 10
  162.       OnClick = ApplyButtonClick
  163.     end
  164.     object SaveButton: TButton
  165.       Left = 8
  166.       Top = 320
  167.       Width = 75
  168.       Height = 25
  169.       Caption = '&Save'
  170.       TabOrder = 13
  171.       OnClick = SaveButtonClick
  172.     end
  173.     object ResampCheckBox: TCheckBox
  174.       Left = 8
  175.       Top = 200
  176.       Width = 89
  177.       Height = 17
  178.       Caption = 'Resamplin&g'
  179.       TabOrder = 9
  180.     end
  181.     object PlayButton: TButton
  182.       Left = 8
  183.       Top = 288
  184.       Width = 75
  185.       Height = 25
  186.       Caption = '&Play'
  187.       TabOrder = 12
  188.       OnClick = PlayButtonClick
  189.     end
  190.     object ExitButton: TButton
  191.       Left = 8
  192.       Top = 352
  193.       Width = 75
  194.       Height = 25
  195.       Caption = 'E&xit'
  196.       TabOrder = 15
  197.       OnClick = ExitButtonClick
  198.     end
  199.     object UndoButton: TButton
  200.       Left = 8
  201.       Top = 256
  202.       Width = 75
  203.       Height = 25
  204.       Caption = 'Undo &Z'
  205.       TabOrder = 11
  206.       OnClick = UndoButtonClick
  207.     end
  208.   end
  209.   object PaintPanel: TPanel
  210.     Left = 0
  211.     Top = 0
  212.     Width = 313
  213.     Height = 394
  214.     Align = alLeft
  215.     TabOrder = 1
  216.     object PaintBox1: TPaintBox
  217.       Left = 1
  218.       Top = 201
  219.       Width = 311
  220.       Height = 192
  221.       Cursor = crCross
  222.       Align = alBottom
  223.       ParentShowHint = False
  224.       ShowHint = True
  225.       OnMouseDown = PaintBox1MouseDown
  226.       OnMouseMove = PaintBox1MouseMove
  227.       OnMouseUp = PaintBox1MouseUp
  228.       OnPaint = PaintBox1Paint
  229.     end
  230.     object PaintBox2: TPaintBox
  231.       Left = 1
  232.       Top = 1
  233.       Width = 311
  234.       Height = 192
  235.       Cursor = crCross
  236.       Align = alTop
  237.       ParentShowHint = False
  238.       ShowHint = True
  239.       Visible = False
  240.       OnMouseDown = PaintBox1MouseDown
  241.       OnMouseMove = PaintBox1MouseMove
  242.       OnMouseUp = PaintBox1MouseUp
  243.       OnPaint = PaintBox1Paint
  244.     end
  245.   end
  246.   object OpenDialog1: TOpenDialog
  247.     FileEditStyle = fsEdit
  248.     Filter = 'Sound files (*.wav)|*.wav|Images (*.bmp)|*.bmp'
  249.     Title = 'Load source file'
  250.     Left = 364
  251.     Top = 24
  252.   end
  253.   object SaveDialog1: TSaveDialog
  254.     FileEditStyle = fsEdit
  255.     Filter = 'Sound files (*.wav)|*.wav|Images (*.bmp)|*.bmp'
  256.     FilterIndex = 2
  257.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
  258.     Title = 'Save the result'
  259.     Left = 371
  260.     Top = 328
  261.   end
  262. end
  263.