object frmExportToBitmap: TfrmExportToBitmap Left = 347 Top = 203 ActiveControl = ediSample BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Export to Bitmap' ClientHeight = 275 ClientWidth = 508 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object lblSample: TLabel Left = 128 Top = 8 Width = 34 Height = 13 Caption = '&Sample' end object lblSize: TLabel Left = 451 Top = 8 Width = 19 Height = 13 Caption = 'Si&ze' FocusControl = cmbSize end object Bevel1: TBevel Left = 191 Top = 228 Width = 307 Height = 8 Shape = bsTopLine end object Bevel2: TBevel Left = 168 Top = 14 Width = 272 Height = 8 Shape = bsTopLine end object lblForeground: TLabel Left = 128 Top = 118 Width = 84 Height = 13 Caption = '&Foreground Color' FocusControl = colbtnForeground end object Bevel3: TBevel Left = 219 Top = 124 Width = 80 Height = 8 Shape = bsTopLine end object lblBackground: TLabel Left = 328 Top = 118 Width = 84 Height = 13 Caption = '&Background Color' FocusControl = colbtnBackground end object Bevel4: TBevel Left = 418 Top = 124 Width = 80 Height = 8 Shape = bsTopLine end object Bevel5: TBevel Left = 474 Top = 14 Width = 24 Height = 8 Shape = bsTopLine end object lblForeHex: TLabel Left = 248 Top = 146 Width = 50 Height = 13 Alignment = taRightJustify Caption = '#00 00 00' end object lblBackHex: TLabel Left = 448 Top = 146 Width = 50 Height = 13 Alignment = taRightJustify Caption = '#FF FF FF' end object Label1: TLabel Left = 128 Top = 222 Width = 53 Height = 13 Caption = 'Operations' FocusControl = btnExport end object lblOptions: TLabel Left = 128 Top = 67 Width = 37 Height = 13 Caption = 'Options' FocusControl = btnExport end object Bevel6: TBevel Left = 172 Top = 73 Width = 326 Height = 8 Shape = bsTopLine end object lblExportTo: TLabel Left = 128 Top = 173 Width = 117 Height = 13 Caption = 'Export file using fonts...' FocusControl = btnExport end object Bevel7: TBevel Left = 250 Top = 179 Width = 248 Height = 8 Shape = bsTopLine end object colbtnForeground: TDFSColorButton Left = 136 Top = 142 Width = 48 Height = 21 HelpContext = 9025 Caption = 'Foreground' TabOrder = 4 OtherBtnCaption = '&Other' OtherColor = clBtnFace PaletteColors.XSize = 4 PaletteColors.YSize = 5 PaletteColors.Colors = ( 16777215 255 65280 16711680 12572607 0 127 32512 8323072 15712159 12566463 65535 16776960 16711935 15726591 8355711 32639 8355584 8323199 10461087) CustomColors.XSize = 8 CustomColors.YSize = 2 CustomColors.Colors = ( 8404992 16777215 32768 16777215 16777215 16777215 16777215 16777215 16777215 16777215 16777215 16777215 16777215 16777215 16777215 16777215) OnColorChange = colbtnForegroundColorChange end object colbtnBackground: TDFSColorButton Left = 344 Top = 142 Width = 48 Height = 21 HelpContext = 9030 Caption = 'Background' TabOrder = 5 OtherBtnCaption = '&Other' OtherColor = clBtnFace PaletteColors.XSize = 4 PaletteColors.YSize = 5 PaletteColors.Colors = ( 16777215 255 65280 16711680 12572607 0 127 32512 8323072 15712159 12566463 65535 16776960 16711935 15726591 8355711 32639 8355584 8323199 10461087) CustomColors.XSize = 8 CustomColors.YSize = 2 CustomColors.Colors = ( 16777215 16777215 16777215 16777215 16777215 16777215 16777215 16777215 16777215 16777215 16777215 16777215 16777215 16777215 16777215 16777215) Color = clWhite OnColorChange = colbtnBackgroundColorChange end object cmbSize: TComboBox Left = 451 Top = 32 Width = 48 Height = 21 HelpContext = 9010 ItemHeight = 13 Items.Strings = ( '8' '9' '10' '11' '12' '14' '16' '18' '20' '22' '24' '26' '28' '36' '48' '72') TabOrder = 1 Text = '24' end object btnExport: TCorelButton Left = 244 Top = 242 Width = 175 Height = 23 HelpContext = 9045 Caption = 'E&xport x bitmap(s)' Default = True TabOrder = 6 OnClick = btnExportClick end object btnClose: TCorelButton Left = 423 Top = 242 Width = 75 Height = 23 HelpContext = 9050 Cancel = True Caption = '&Close' ModalResult = 2 TabOrder = 9 OnClick = btnCloseClick end object ediSample: TEdit Left = 136 Top = 32 Width = 302 Height = 21 HelpContext = 9005 TabOrder = 0 Text = 'The quick brown fox jumps over a lazy dog' end object pnlImage: TPanel Left = 0 Top = 0 Width = 122 Height = 275 Align = alLeft BevelOuter = bvLowered Caption = ' ' TabOrder = 10 object imgExport: TImage Left = 1 Top = 1 Width = 120 Height = 273 Align = alClient Picture.Data = {} end end object ckbFontName: TCheckBox Left = 136 Top = 88 Width = 161 Height = 17 HelpContext = 9015 Caption = 'Include Font &Name' TabOrder = 2 end object ckbFileName: TCheckBox Left = 344 Top = 88 Width = 154 Height = 17 HelpContext = 9020 Caption = 'Include F&ile Name' TabOrder = 3 end object robFontsName: TRadioButton Left = 136 Top = 194 Width = 185 Height = 17 HelpContext = 9035 Caption = 'Face Name (e.g. Arial Bold.bmp)' Checked = True TabOrder = 7 TabStop = True end object robFontsFile: TRadioButton Left = 344 Top = 194 Width = 154 Height = 17 HelpContext = 9040 Caption = 'File Name (e.g. arialb.bmp)' TabOrder = 8 end object bddlgExportTo: TBrowseDirectoryDlg Title = 'Select Folder for bitmaps...' StatusText = 'C:\WIN98\Desktop' Caption = 'Select Folder for bitmaps...' ShowSelectionInStatus = True OnSelChanged = bddlgExportToSelChanged Left = 8 Top = 8 end end