home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / MultiCopy.exe / 0 / RCDATA / TMMRIFFINFOEDITORDLG / TMMRIFFINFOEDITORDLG.txt
Encoding:
Text File  |  2003-02-06  |  3.8 KB  |  196 lines

  1. object MMRiffInfoEditorDlg: TMMRiffInfoEditorDlg
  2.   Left = 67
  3.   Top = 23
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Riff Info Editor'
  7.   ClientHeight = 344
  8.   ClientWidth = 456
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel3: TBevel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 440
  26.     Height = 297
  27.     Shape = bsFrame
  28.   end
  29.   object Bevel1: TBevel
  30.     Left = 232
  31.     Top = 80
  32.     Width = 2
  33.     Height = 217
  34.     Shape = bsRightLine
  35.   end
  36.   object Label1: TLabel
  37.     Left = 24
  38.     Top = 80
  39.     Width = 53
  40.     Height = 13
  41.     Caption = 'INFO Items'
  42.   end
  43.   object Label3: TLabel
  44.     Left = 244
  45.     Top = 80
  46.     Width = 162
  47.     Height = 13
  48.     Caption = '1. Select INFO item to edit/create.'
  49.   end
  50.   object Label4: TLabel
  51.     Left = 244
  52.     Top = 108
  53.     Width = 143
  54.     Height = 13
  55.     Caption = '2. Make change in text below.'
  56.   end
  57.   object Label5: TLabel
  58.     Left = 244
  59.     Top = 136
  60.     Width = 155
  61.     Height = 26
  62.     Caption = '3. When done, selct OK to save changes.'
  63.     WordWrap = True
  64.   end
  65.   object Label7: TLabel
  66.     Left = 16
  67.     Top = 20
  68.     Width = 53
  69.     Height = 13
  70.     Caption = '&Description'
  71.     FocusControl = DescriptionEdit
  72.   end
  73.   object Bevel2: TBevel
  74.     Left = 16
  75.     Top = 72
  76.     Width = 425
  77.     Height = 2
  78.     Shape = bsTopLine
  79.   end
  80.   object Label2: TLabel
  81.     Left = 24
  82.     Top = 308
  83.     Width = 107
  84.     Height = 13
  85.     Caption = '* means contains Data'
  86.   end
  87.   object DIBImage: TImage
  88.     Left = 248
  89.     Top = 19
  90.     Width = 44
  91.     Height = 44
  92.     Center = True
  93.     Stretch = True
  94.   end
  95.   object INFOComboBox: TComboBox
  96.     Left = 16
  97.     Top = 99
  98.     Width = 206
  99.     Height = 24
  100.     Style = csDropDownList
  101.     DropDownCount = 12
  102.     Font.Charset = DEFAULT_CHARSET
  103.     Font.Color = clBlack
  104.     Font.Height = -12
  105.     Font.Name = 'System'
  106.     Font.Style = []
  107.     ItemHeight = 16
  108.     ParentFont = False
  109.     Sorted = True
  110.     TabOrder = 2
  111.     OnChange = INFOComboBoxChange
  112.   end
  113.   object GroupBox1: TGroupBox
  114.     Left = 16
  115.     Top = 136
  116.     Width = 206
  117.     Height = 161
  118.     Caption = ' Description of Item '
  119.     TabOrder = 4
  120.     object ChunkInfoLabel: TLabel
  121.       Left = 15
  122.       Top = 27
  123.       Width = 177
  124.       Height = 118
  125.       AutoSize = False
  126.       Caption = 'Text1'
  127.       WordWrap = True
  128.     end
  129.   end
  130.   object InfoTextMemo: TMemo
  131.     Left = 244
  132.     Top = 176
  133.     Width = 195
  134.     Height = 121
  135.     TabOrder = 3
  136.     OnExit = InfoTextMemoExit
  137.   end
  138.   object RevertBtn: TButton
  139.     Left = 272
  140.     Top = 312
  141.     Width = 75
  142.     Height = 25
  143.     Caption = '&Reset'
  144.     TabOrder = 5
  145.     OnClick = RevertBtnClick
  146.   end
  147.   object OKBtn: TButton
  148.     Left = 360
  149.     Top = 312
  150.     Width = 75
  151.     Height = 25
  152.     Caption = 'OK'
  153.     Default = True
  154.     ModalResult = 1
  155.     TabOrder = 6
  156.   end
  157.   object PictureBtn: TButton
  158.     Left = 304
  159.     Top = 28
  160.     Width = 60
  161.     Height = 25
  162.     Caption = '&Picture...'
  163.     TabOrder = 1
  164.     OnClick = PictureBtnClick
  165.   end
  166.   object DescriptionEdit: TEdit
  167.     Left = 16
  168.     Top = 40
  169.     Width = 206
  170.     Height = 21
  171.     MaxLength = 255
  172.     TabOrder = 0
  173.     OnEnter = DescriptionEditEnter
  174.     OnExit = DescriptionEditExit
  175.     OnKeyPress = DescriptionEditKeyPress
  176.   end
  177.   object ClrBtn: TButton
  178.     Left = 375
  179.     Top = 28
  180.     Width = 60
  181.     Height = 25
  182.     Caption = '&Clear'
  183.     TabOrder = 7
  184.     OnClick = ClrBtnClick
  185.   end
  186.   object PictureOpenDialog: TMMPictureOpenDialog
  187.     DefaultExt = 'BMP'
  188.     Filter = 
  189.       'Alle Dateien (*.BMP;*.ICO;*.WMF)|*.BMP;*.ICO;*.WMF|Bitmaps (*.BM' +
  190.       'P)|*.BMP|Symbole (*.ICO)|*.ICO|Metadateien (*.WMF)|*.WMF'
  191.     Title = 'Open File'
  192.     Options = [ofHideReadOnly]
  193.     Left = 424
  194.   end
  195. end
  196.