home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / Chip_2000-01_cd.bin / sharewar / Font / fl.exe / 0 / RCDATA / TFRMEXPORTTOBITMAP / TFRMEXPORTTOBITMAP.txt < prev   
Text File  |  1999-05-10  |  7KB  |  377 lines

  1. object frmExportToBitmap: TfrmExportToBitmap
  2.   Left = 347
  3.   Top = 203
  4.   ActiveControl = ediSample
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Export to Bitmap'
  8.   ClientHeight = 275
  9.   ClientWidth = 508
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object lblSample: TLabel
  24.     Left = 128
  25.     Top = 8
  26.     Width = 34
  27.     Height = 13
  28.     Caption = '&Sample'
  29.   end
  30.   object lblSize: TLabel
  31.     Left = 451
  32.     Top = 8
  33.     Width = 19
  34.     Height = 13
  35.     Caption = 'Si&ze'
  36.     FocusControl = cmbSize
  37.   end
  38.   object Bevel1: TBevel
  39.     Left = 191
  40.     Top = 228
  41.     Width = 307
  42.     Height = 8
  43.     Shape = bsTopLine
  44.   end
  45.   object Bevel2: TBevel
  46.     Left = 168
  47.     Top = 14
  48.     Width = 272
  49.     Height = 8
  50.     Shape = bsTopLine
  51.   end
  52.   object lblForeground: TLabel
  53.     Left = 128
  54.     Top = 118
  55.     Width = 84
  56.     Height = 13
  57.     Caption = '&Foreground Color'
  58.     FocusControl = colbtnForeground
  59.   end
  60.   object Bevel3: TBevel
  61.     Left = 219
  62.     Top = 124
  63.     Width = 80
  64.     Height = 8
  65.     Shape = bsTopLine
  66.   end
  67.   object lblBackground: TLabel
  68.     Left = 328
  69.     Top = 118
  70.     Width = 84
  71.     Height = 13
  72.     Caption = '&Background Color'
  73.     FocusControl = colbtnBackground
  74.   end
  75.   object Bevel4: TBevel
  76.     Left = 418
  77.     Top = 124
  78.     Width = 80
  79.     Height = 8
  80.     Shape = bsTopLine
  81.   end
  82.   object Bevel5: TBevel
  83.     Left = 474
  84.     Top = 14
  85.     Width = 24
  86.     Height = 8
  87.     Shape = bsTopLine
  88.   end
  89.   object lblForeHex: TLabel
  90.     Left = 248
  91.     Top = 146
  92.     Width = 50
  93.     Height = 13
  94.     Alignment = taRightJustify
  95.     Caption = '#00 00 00'
  96.   end
  97.   object lblBackHex: TLabel
  98.     Left = 448
  99.     Top = 146
  100.     Width = 50
  101.     Height = 13
  102.     Alignment = taRightJustify
  103.     Caption = '#FF FF FF'
  104.   end
  105.   object Label1: TLabel
  106.     Left = 128
  107.     Top = 222
  108.     Width = 53
  109.     Height = 13
  110.     Caption = 'Operations'
  111.     FocusControl = btnExport
  112.   end
  113.   object lblOptions: TLabel
  114.     Left = 128
  115.     Top = 67
  116.     Width = 37
  117.     Height = 13
  118.     Caption = 'Options'
  119.     FocusControl = btnExport
  120.   end
  121.   object Bevel6: TBevel
  122.     Left = 172
  123.     Top = 73
  124.     Width = 326
  125.     Height = 8
  126.     Shape = bsTopLine
  127.   end
  128.   object lblExportTo: TLabel
  129.     Left = 128
  130.     Top = 173
  131.     Width = 117
  132.     Height = 13
  133.     Caption = 'Export file using fonts...'
  134.     FocusControl = btnExport
  135.   end
  136.   object Bevel7: TBevel
  137.     Left = 250
  138.     Top = 179
  139.     Width = 248
  140.     Height = 8
  141.     Shape = bsTopLine
  142.   end
  143.   object colbtnForeground: TDFSColorButton
  144.     Left = 136
  145.     Top = 142
  146.     Width = 48
  147.     Height = 21
  148.     HelpContext = 9025
  149.     Caption = 'Foreground'
  150.     TabOrder = 4
  151.     OtherBtnCaption = '&Other'
  152.     OtherColor = clBtnFace
  153.     PaletteColors.XSize = 4
  154.     PaletteColors.YSize = 5
  155.     PaletteColors.Colors = (
  156.       16777215
  157.       255
  158.       65280
  159.       16711680
  160.       12572607
  161.       0
  162.       127
  163.       32512
  164.       8323072
  165.       15712159
  166.       12566463
  167.       65535
  168.       16776960
  169.       16711935
  170.       15726591
  171.       8355711
  172.       32639
  173.       8355584
  174.       8323199
  175.       10461087)
  176.     CustomColors.XSize = 8
  177.     CustomColors.YSize = 2
  178.     CustomColors.Colors = (
  179.       8404992
  180.       16777215
  181.       32768
  182.       16777215
  183.       16777215
  184.       16777215
  185.       16777215
  186.       16777215
  187.       16777215
  188.       16777215
  189.       16777215
  190.       16777215
  191.       16777215
  192.       16777215
  193.       16777215
  194.       16777215)
  195.     OnColorChange = colbtnForegroundColorChange
  196.   end
  197.   object colbtnBackground: TDFSColorButton
  198.     Left = 344
  199.     Top = 142
  200.     Width = 48
  201.     Height = 21
  202.     HelpContext = 9030
  203.     Caption = 'Background'
  204.     TabOrder = 5
  205.     OtherBtnCaption = '&Other'
  206.     OtherColor = clBtnFace
  207.     PaletteColors.XSize = 4
  208.     PaletteColors.YSize = 5
  209.     PaletteColors.Colors = (
  210.       16777215
  211.       255
  212.       65280
  213.       16711680
  214.       12572607
  215.       0
  216.       127
  217.       32512
  218.       8323072
  219.       15712159
  220.       12566463
  221.       65535
  222.       16776960
  223.       16711935
  224.       15726591
  225.       8355711
  226.       32639
  227.       8355584
  228.       8323199
  229.       10461087)
  230.     CustomColors.XSize = 8
  231.     CustomColors.YSize = 2
  232.     CustomColors.Colors = (
  233.       16777215
  234.       16777215
  235.       16777215
  236.       16777215
  237.       16777215
  238.       16777215
  239.       16777215
  240.       16777215
  241.       16777215
  242.       16777215
  243.       16777215
  244.       16777215
  245.       16777215
  246.       16777215
  247.       16777215
  248.       16777215)
  249.     Color = clWhite
  250.     OnColorChange = colbtnBackgroundColorChange
  251.   end
  252.   object cmbSize: TComboBox
  253.     Left = 451
  254.     Top = 32
  255.     Width = 48
  256.     Height = 21
  257.     HelpContext = 9010
  258.     ItemHeight = 13
  259.     Items.Strings = (
  260.       '8'
  261.       '9'
  262.       '10'
  263.       '11'
  264.       '12'
  265.       '14'
  266.       '16'
  267.       '18'
  268.       '20'
  269.       '22'
  270.       '24'
  271.       '26'
  272.       '28'
  273.       '36'
  274.       '48'
  275.       '72')
  276.     TabOrder = 1
  277.     Text = '24'
  278.   end
  279.   object btnExport: TCorelButton
  280.     Left = 244
  281.     Top = 242
  282.     Width = 175
  283.     Height = 23
  284.     HelpContext = 9045
  285.     Caption = 'E&xport x bitmap(s)'
  286.     Default = True
  287.     TabOrder = 6
  288.     OnClick = btnExportClick
  289.   end
  290.   object btnClose: TCorelButton
  291.     Left = 423
  292.     Top = 242
  293.     Width = 75
  294.     Height = 23
  295.     HelpContext = 9050
  296.     Cancel = True
  297.     Caption = '&Close'
  298.     ModalResult = 2
  299.     TabOrder = 9
  300.     OnClick = btnCloseClick
  301.   end
  302.   object ediSample: TEdit
  303.     Left = 136
  304.     Top = 32
  305.     Width = 302
  306.     Height = 21
  307.     HelpContext = 9005
  308.     TabOrder = 0
  309.     Text = 'The quick brown fox jumps over a lazy dog'
  310.   end
  311.   object pnlImage: TPanel
  312.     Left = 0
  313.     Top = 0
  314.     Width = 122
  315.     Height = 275
  316.     Align = alLeft
  317.     BevelOuter = bvLowered
  318.     Caption = ' '
  319.     TabOrder = 10
  320.     object imgExport: TImage
  321.       Left = 1
  322.       Top = 1
  323.       Width = 120
  324.       Height = 273
  325.       Align = alClient
  326.       Picture.Data = {<image000.gif>}
  327.     end
  328.   end
  329.   object ckbFontName: TCheckBox
  330.     Left = 136
  331.     Top = 88
  332.     Width = 161
  333.     Height = 17
  334.     HelpContext = 9015
  335.     Caption = 'Include Font &Name'
  336.     TabOrder = 2
  337.   end
  338.   object ckbFileName: TCheckBox
  339.     Left = 344
  340.     Top = 88
  341.     Width = 154
  342.     Height = 17
  343.     HelpContext = 9020
  344.     Caption = 'Include F&ile Name'
  345.     TabOrder = 3
  346.   end
  347.   object robFontsName: TRadioButton
  348.     Left = 136
  349.     Top = 194
  350.     Width = 185
  351.     Height = 17
  352.     HelpContext = 9035
  353.     Caption = 'Face Name (e.g. Arial Bold.bmp)'
  354.     Checked = True
  355.     TabOrder = 7
  356.     TabStop = True
  357.   end
  358.   object robFontsFile: TRadioButton
  359.     Left = 344
  360.     Top = 194
  361.     Width = 154
  362.     Height = 17
  363.     HelpContext = 9040
  364.     Caption = 'File Name (e.g. arialb.bmp)'
  365.     TabOrder = 8
  366.   end
  367.   object bddlgExportTo: TBrowseDirectoryDlg
  368.     Title = 'Select Folder for bitmaps...'
  369.     StatusText = 'C:\WIN98\Desktop'
  370.     Caption = 'Select Folder for bitmaps...'
  371.     ShowSelectionInStatus = True
  372.     OnSelChanged = bddlgExportToSelChanged
  373.     Left = 8
  374.     Top = 8
  375.   end
  376. end
  377.