home *** CD-ROM | disk | FTP | other *** search
- object fEzBckBt: TfEzBckBt
- Left = 294
- Top = 253
- BorderStyle = bsDialog
- Caption = 'BootMagic Change Background Bitmap'
- ClientHeight = 320
- ClientWidth = 521
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- OnDeactivate = FormDeactivate
- PixelsPerInch = 96
- TextHeight = 13
- object lblFileName: TIntlLabel
- Left = 14
- Top = 17
- Width = 50
- Height = 13
- Caption = 'File &Name:'
- FocusControl = ebxFileName
- end
- object lblFolders: TIntlLabel
- Left = 188
- Top = 17
- Width = 37
- Height = 13
- Caption = '&Folders:'
- FocusControl = DirectoryListBox
- end
- object lblFileType: TIntlLabel
- Left = 14
- Top = 268
- Width = 65
- Height = 13
- Caption = 'List File &Type:'
- FocusControl = FilterComboBox
- end
- object lblDrives: TIntlLabel
- Left = 188
- Top = 268
- Width = 33
- Height = 13
- Caption = '&Drives:'
- FocusControl = DriveComboBox
- end
- object lblPathName: TIntlLabel
- Left = 188
- Top = 38
- Width = 115
- Height = 13
- Caption = 'E:\EN\btmagic\WinGUI'
- end
- object FileListBox: TFileListBox
- Left = 14
- Top = 73
- Width = 153
- Height = 187
- FileEdit = ebxFileName
- ItemHeight = 13
- Mask = '*.bmp'
- TabOrder = 1
- OnDblClick = btnOKClick
- end
- object DirectoryListBox: TDirectoryListBox
- Left = 188
- Top = 73
- Width = 164
- Height = 187
- DirLabel = lblPathName
- FileList = FileListBox
- ItemHeight = 16
- TabOrder = 2
- end
- object DriveComboBox: TDriveComboBox
- Left = 188
- Top = 284
- Width = 164
- Height = 19
- DirList = DirectoryListBox
- TabOrder = 4
- end
- object FilterComboBox: TFilterComboBox
- Left = 14
- Top = 284
- Width = 153
- Height = 21
- FileList = FileListBox
- Filter = 'Bitmap files (*.bmp)|*.bmp|All files (*.*)|*.*'
- TabOrder = 3
- end
- object ebxFileName: TEdit
- Left = 14
- Top = 33
- Width = 145
- Height = 21
- TabOrder = 0
- Text = '*.bmp'
- OnChange = ebxFileNameChange
- end
- object btnOK: TButton
- Left = 405
- Top = 178
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- TabOrder = 5
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 405
- Top = 212
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- TabOrder = 6
- OnClick = btnCancelClick
- end
- object btnHelp: TButton
- Left = 405
- Top = 280
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 8
- OnClick = btnHelpClick
- end
- object gbxBitmap: TGroupBox
- Left = 368
- Top = 17
- Width = 140
- Height = 118
- Caption = 'Bitmap'
- TabOrder = 9
- object imgBitmap: TImage
- Left = 6
- Top = 14
- Width = 128
- Height = 96
- Center = True
- Stretch = True
- end
- object lblBitmapWarning: TIntlLabel
- Left = 8
- Top = 16
- Width = 121
- Height = 89
- AutoSize = False
- Caption = 'Only 640x480 16 color windows format bitmaps may be used.'
- WordWrap = True
- end
- end
- object btnDefault: TButton
- Left = 404
- Top = 246
- Width = 75
- Height = 25
- Caption = 'D&efault'
- TabOrder = 7
- OnClick = btnDefaultClick
- end
- end
-