home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / cdmage / CDmage.exe / 0 / RCDATA / TOKBOTTOMDLG / TOKBOTTOMDLG.txt
Text File  |  2001-03-01  |  3KB  |  204 lines

  1. object OKBottomDlg: TOKBottomDlg
  2.   Left = 361
  3.   Top = 254
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Default track extensions'
  7.   ClientHeight = 202
  8.   ClientWidth = 290
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 273
  19.     Height = 153
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Left = 24
  24.     Top = 21
  25.     Width = 62
  26.     Height = 13
  27.     Caption = 'Mode1/2048'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 24
  31.     Top = 45
  32.     Width = 62
  33.     Height = 13
  34.     Caption = 'Mode1/2352'
  35.   end
  36.   object Label3: TLabel
  37.     Left = 24
  38.     Top = 69
  39.     Width = 62
  40.     Height = 13
  41.     Caption = 'Mode2/2336'
  42.   end
  43.   object Label4: TLabel
  44.     Left = 24
  45.     Top = 93
  46.     Width = 62
  47.     Height = 13
  48.     Caption = 'Mode2/2352'
  49.   end
  50.   object Label5: TLabel
  51.     Left = 24
  52.     Top = 117
  53.     Width = 60
  54.     Height = 13
  55.     Caption = 'VirtualCD file'
  56.   end
  57.   object Label6: TLabel
  58.     Left = 160
  59.     Top = 21
  60.     Width = 56
  61.     Height = 13
  62.     Caption = 'Audio/2352'
  63.   end
  64.   object Label7: TLabel
  65.     Left = 160
  66.     Top = 45
  67.     Width = 45
  68.     Height = 13
  69.     Caption = 'Wave file'
  70.   end
  71.   object Label8: TLabel
  72.     Left = 160
  73.     Top = 69
  74.     Width = 52
  75.     Height = 13
  76.     Caption = 'CDG/2448'
  77.   end
  78.   object Label9: TLabel
  79.     Left = 160
  80.     Top = 93
  81.     Width = 47
  82.     Height = 13
  83.     Caption = 'CDI/2336'
  84.   end
  85.   object Label10: TLabel
  86.     Left = 160
  87.     Top = 117
  88.     Width = 47
  89.     Height = 13
  90.     Caption = 'CDI/2352'
  91.   end
  92.   object Label11: TLabel
  93.     Left = 144
  94.     Top = 139
  95.     Width = 124
  96.     Height = 13
  97.     Caption = 'Do not include leading dot'
  98.   end
  99.   object Label12: TLabel
  100.     Left = 24
  101.     Top = 141
  102.     Width = 73
  103.     Height = 13
  104.     Caption = 'Virtual Drive file'
  105.   end
  106.   object OKBtn: TButton
  107.     Left = 55
  108.     Top = 172
  109.     Width = 75
  110.     Height = 25
  111.     Caption = 'OK'
  112.     Default = True
  113.     ModalResult = 1
  114.     TabOrder = 0
  115.   end
  116.   object CancelBtn: TButton
  117.     Left = 159
  118.     Top = 172
  119.     Width = 75
  120.     Height = 25
  121.     Cancel = True
  122.     Caption = 'Cancel'
  123.     ModalResult = 2
  124.     TabOrder = 1
  125.   end
  126.   object m12048e: TEdit
  127.     Left = 104
  128.     Top = 16
  129.     Width = 33
  130.     Height = 21
  131.     TabOrder = 2
  132.   end
  133.   object m12352e: TEdit
  134.     Left = 104
  135.     Top = 40
  136.     Width = 33
  137.     Height = 21
  138.     TabOrder = 3
  139.   end
  140.   object m22336e: TEdit
  141.     Left = 104
  142.     Top = 64
  143.     Width = 33
  144.     Height = 21
  145.     TabOrder = 4
  146.   end
  147.   object m22352e: TEdit
  148.     Left = 104
  149.     Top = 88
  150.     Width = 33
  151.     Height = 21
  152.     TabOrder = 5
  153.   end
  154.   object vcde: TEdit
  155.     Left = 104
  156.     Top = 112
  157.     Width = 33
  158.     Height = 21
  159.     TabOrder = 6
  160.   end
  161.   object a2352e: TEdit
  162.     Left = 232
  163.     Top = 16
  164.     Width = 33
  165.     Height = 21
  166.     TabOrder = 8
  167.   end
  168.   object w2352e: TEdit
  169.     Left = 232
  170.     Top = 40
  171.     Width = 33
  172.     Height = 21
  173.     TabOrder = 9
  174.   end
  175.   object g2448e: TEdit
  176.     Left = 232
  177.     Top = 64
  178.     Width = 33
  179.     Height = 21
  180.     TabOrder = 10
  181.   end
  182.   object i2336e: TEdit
  183.     Left = 232
  184.     Top = 88
  185.     Width = 33
  186.     Height = 21
  187.     TabOrder = 11
  188.   end
  189.   object i2352e: TEdit
  190.     Left = 232
  191.     Top = 112
  192.     Width = 33
  193.     Height = 21
  194.     TabOrder = 12
  195.   end
  196.   object vde: TEdit
  197.     Left = 104
  198.     Top = 136
  199.     Width = 33
  200.     Height = 21
  201.     TabOrder = 7
  202.   end
  203. end
  204.