home *** CD-ROM | disk | FTP | other *** search
- object MMRiffInfoEditorDlg: TMMRiffInfoEditorDlg
- Left = 67
- Top = 23
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Riff Info Editor'
- ClientHeight = 344
- ClientWidth = 456
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel3: TBevel
- Left = 8
- Top = 8
- Width = 440
- Height = 297
- Shape = bsFrame
- end
- object Bevel1: TBevel
- Left = 232
- Top = 80
- Width = 2
- Height = 217
- Shape = bsRightLine
- end
- object Label1: TLabel
- Left = 24
- Top = 80
- Width = 53
- Height = 13
- Caption = 'INFO Items'
- end
- object Label3: TLabel
- Left = 244
- Top = 80
- Width = 162
- Height = 13
- Caption = '1. Select INFO item to edit/create.'
- end
- object Label4: TLabel
- Left = 244
- Top = 108
- Width = 143
- Height = 13
- Caption = '2. Make change in text below.'
- end
- object Label5: TLabel
- Left = 244
- Top = 136
- Width = 155
- Height = 26
- Caption = '3. When done, selct OK to save changes.'
- WordWrap = True
- end
- object Label7: TLabel
- Left = 16
- Top = 20
- Width = 53
- Height = 13
- Caption = '&Description'
- FocusControl = DescriptionEdit
- end
- object Bevel2: TBevel
- Left = 16
- Top = 72
- Width = 425
- Height = 2
- Shape = bsTopLine
- end
- object Label2: TLabel
- Left = 24
- Top = 308
- Width = 107
- Height = 13
- Caption = '* means contains Data'
- end
- object DIBImage: TImage
- Left = 248
- Top = 19
- Width = 44
- Height = 44
- Center = True
- Stretch = True
- end
- object INFOComboBox: TComboBox
- Left = 16
- Top = 99
- Width = 206
- Height = 24
- Style = csDropDownList
- DropDownCount = 12
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'System'
- Font.Style = []
- ItemHeight = 16
- ParentFont = False
- Sorted = True
- TabOrder = 2
- OnChange = INFOComboBoxChange
- end
- object GroupBox1: TGroupBox
- Left = 16
- Top = 136
- Width = 206
- Height = 161
- Caption = ' Description of Item '
- TabOrder = 4
- object ChunkInfoLabel: TLabel
- Left = 15
- Top = 27
- Width = 177
- Height = 118
- AutoSize = False
- Caption = 'Text1'
- WordWrap = True
- end
- end
- object InfoTextMemo: TMemo
- Left = 244
- Top = 176
- Width = 195
- Height = 121
- TabOrder = 3
- OnExit = InfoTextMemoExit
- end
- object RevertBtn: TButton
- Left = 272
- Top = 312
- Width = 75
- Height = 25
- Caption = '&Reset'
- TabOrder = 5
- OnClick = RevertBtnClick
- end
- object OKBtn: TButton
- Left = 360
- Top = 312
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 6
- end
- object PictureBtn: TButton
- Left = 304
- Top = 28
- Width = 60
- Height = 25
- Caption = '&Picture...'
- TabOrder = 1
- OnClick = PictureBtnClick
- end
- object DescriptionEdit: TEdit
- Left = 16
- Top = 40
- Width = 206
- Height = 21
- TabOrder = 0
- OnEnter = DescriptionEditEnter
- OnExit = DescriptionEditExit
- OnKeyPress = DescriptionEditKeyPress
- end
- object ClrBtn: TButton
- Left = 375
- Top = 28
- Width = 60
- Height = 25
- Caption = '&Clear'
- TabOrder = 7
- OnClick = ClrBtnClick
- end
- object PictureOpenDialog: TMMPictureOpenDialog
- DefaultExt = 'BMP'
- Filter =
- 'Alle Dateien (*.BMP;*.ICO;*.WMF)|*.BMP;*.ICO;*.WMF|Bitmaps (*.BM' +
- 'P)|*.BMP|Symbole (*.ICO)|*.ICO|Metadateien (*.WMF)|*.WMF'
- Title = 'Open File'
- Options = [ofHideReadOnly]
- Left = 424
- end
- end
-