home *** CD-ROM | disk | FTP | other *** search
/ Vrtulník 3 / Vrtulnik-3.bin / zvuk / wavmak24 / _setup.1 / WMWIN.EXE / 0 / RCDATA / TCHANGEDLG / TCHANGEDLG.txt
Text File  |  1996-11-11  |  5KB  |  221 lines

  1. object changeDlg: TchangeDlg
  2.   Left = 0
  3.   Top = 259
  4.   ActiveControl = toFile
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 116
  8.   ClientWidth = 556
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   OnActivate = FormActivate
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label2: TLabel
  18.     Left = 13
  19.     Top = 11
  20.     Width = 28
  21.     Height = 13
  22.     Caption = 'From'
  23.   end
  24.   object Label3: TLabel
  25.     Left = 13
  26.     Top = 43
  27.     Width = 16
  28.     Height = 13
  29.     Caption = 'To'
  30.   end
  31.   object Bevel1: TBevel
  32.     Left = 8
  33.     Top = 40
  34.     Width = 457
  35.     Height = 65
  36.   end
  37.   object MIDdir: TLabel
  38.     Left = 48
  39.     Top = 0
  40.     Width = 38
  41.     Height = 13
  42.     Caption = 'MIDdir'
  43.     Visible = False
  44.   end
  45.   object LSTdir: TLabel
  46.     Left = 104
  47.     Top = 0
  48.     Width = 38
  49.     Height = 13
  50.     Caption = 'LSTdir'
  51.     Visible = False
  52.   end
  53.   object SongDir: TLabel
  54.     Left = 160
  55.     Top = 0
  56.     Width = 46
  57.     Height = 13
  58.     Caption = 'SongDir'
  59.     Visible = False
  60.   end
  61.   object PRGdir: TLabel
  62.     Left = 224
  63.     Top = 0
  64.     Width = 41
  65.     Height = 13
  66.     Caption = 'PRGdir'
  67.     Visible = False
  68.   end
  69.   object WAVdir: TLabel
  70.     Left = 280
  71.     Top = 0
  72.     Width = 43
  73.     Height = 13
  74.     Caption = 'WAVdir'
  75.     Visible = False
  76.   end
  77.   object TempDir: TLabel
  78.     Left = 344
  79.     Top = 0
  80.     Width = 48
  81.     Height = 13
  82.     Caption = 'TempDir'
  83.     Visible = False
  84.   end
  85.   object DFTdir: TLabel
  86.     Left = 408
  87.     Top = 0
  88.     Width = 39
  89.     Height = 13
  90.     Caption = 'DFTdir'
  91.     Visible = False
  92.   end
  93.   object CancelBtn: TBitBtn
  94.     Left = 472
  95.     Top = 80
  96.     Width = 77
  97.     Height = 27
  98.     TabOrder = 0
  99.     Kind = bkCancel
  100.     Margin = 2
  101.     Spacing = -1
  102.     IsControl = True
  103.   end
  104.   object fromFile: TEdit
  105.     Left = 48
  106.     Top = 15
  107.     Width = 409
  108.     Height = 21
  109.     TabOrder = 1
  110.     Text = 'fromFile'
  111.     OnClick = fromFileExit
  112.     OnExit = fromFileExit
  113.     OnKeyPress = fromFileKeyPress
  114.   end
  115.   object toFile: TEdit
  116.     Left = 49
  117.     Top = 47
  118.     Width = 408
  119.     Height = 21
  120.     TabOrder = 2
  121.     Text = 'toFile'
  122.     OnClick = toFileExit
  123.     OnExit = toFileExit
  124.     OnKeyPress = toFileKeyPress
  125.   end
  126.   object OKBtn: TBitBtn
  127.     Left = 472
  128.     Top = 48
  129.     Width = 77
  130.     Height = 25
  131.     Caption = 'OK'
  132.     ModalResult = 1
  133.     TabOrder = 3
  134.     OnClick = OKBtnClick
  135.     Glyph.Data = {
  136.       DE010000424DDE01000000000000760000002800000024000000120000000100
  137.       0400000000006801000000000000000000000000000000000000000000000000
  138.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  139.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  140.       3333333333333333333333330000333333333333333333333333F33333333333
  141.       00003333344333333333333333377F3333333333000033334224333333333333
  142.       337337F3333333330000333422224333333333333733337F3333333300003342
  143.       222224333333333373333337F3333333000034222A22224333333337F337F333
  144.       7F33333300003222A3A2224333333337F3737F337F33333300003A2A333A2224
  145.       33333337F73337F337F33333000033A33333A222433333337333337F337F3333
  146.       0000333333333A222433333333333337F337F33300003333333333A222433333
  147.       333333337F337F33000033333333333A222433333333333337F337F300003333
  148.       33333333A222433333333333337F337F00003333333333333A22433333333333
  149.       3337F37F000033333333333333A223333333333333337F730000333333333333
  150.       333A333333333333333337330000333333333333333333333333333333333333
  151.       0000}
  152.     Margin = 2
  153.     NumGlyphs = 2
  154.     Spacing = -1
  155.     IsControl = True
  156.   end
  157.   object MIDbtn: TRadioButton
  158.     Left = 48
  159.     Top = 80
  160.     Width = 49
  161.     Height = 17
  162.     Caption = 'MID'
  163.     TabOrder = 4
  164.     OnClick = MIDbtnClick
  165.   end
  166.   object LSTbtn: TRadioButton
  167.     Left = 104
  168.     Top = 80
  169.     Width = 49
  170.     Height = 17
  171.     Caption = 'LST'
  172.     TabOrder = 5
  173.     OnClick = LSTbtnClick
  174.   end
  175.   object SongBtn: TRadioButton
  176.     Left = 160
  177.     Top = 80
  178.     Width = 49
  179.     Height = 17
  180.     Caption = 'Song'
  181.     TabOrder = 6
  182.     OnClick = SongBtnClick
  183.   end
  184.   object PRGbtn: TRadioButton
  185.     Left = 224
  186.     Top = 80
  187.     Width = 49
  188.     Height = 17
  189.     Caption = 'PRG'
  190.     TabOrder = 7
  191.     OnClick = PRGbtnClick
  192.   end
  193.   object WAVbtn: TRadioButton
  194.     Left = 283
  195.     Top = 80
  196.     Width = 49
  197.     Height = 17
  198.     Caption = 'WAV'
  199.     TabOrder = 8
  200.     OnClick = WAVbtnClick
  201.   end
  202.   object TempBtn: TRadioButton
  203.     Left = 344
  204.     Top = 80
  205.     Width = 57
  206.     Height = 17
  207.     Caption = 'Temp'
  208.     TabOrder = 9
  209.     OnClick = TempBtnClick
  210.   end
  211.   object DFTbtn: TRadioButton
  212.     Left = 408
  213.     Top = 80
  214.     Width = 49
  215.     Height = 17
  216.     Caption = 'DFT'
  217.     TabOrder = 10
  218.     OnClick = DFTbtnClick
  219.   end
  220. end
  221.