home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / Chip_1999-09_cd.bin / sharewar / FontFind / fontfind.exe / %MAINDIR% / FontFinder.exe / 0 / RCDATA / TFCONFIGURATION / TFCONFIGURATION.txt < prev   
Encoding:
Text File  |  1999-07-21  |  10.4 KB  |  458 lines

  1. object fConfiguration: TfConfiguration
  2.   Left = 271
  3.   Top = 210
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Font Finder Configuration'
  7.   ClientHeight = 300
  8.   ClientWidth = 442
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object btnOK: TBitBtn
  25.     Left = 136
  26.     Top = 264
  27.     Width = 81
  28.     Height = 29
  29.     TabOrder = 1
  30.     OnClick = btnOKClick
  31.     Kind = bkOK
  32.   end
  33.   object BtnCancel: TBitBtn
  34.     Left = 240
  35.     Top = 264
  36.     Width = 81
  37.     Height = 29
  38.     TabOrder = 2
  39.     Kind = bkCancel
  40.   end
  41.   object PageControl1: TPageControl
  42.     Left = 8
  43.     Top = 8
  44.     Width = 425
  45.     Height = 241
  46.     ActivePage = TabSheet1
  47.     TabOrder = 0
  48.     object TabSheet1: TTabSheet
  49.       Caption = 'Screen Settings'
  50.       object Label1: TLabel
  51.         Left = 24
  52.         Top = 32
  53.         Width = 81
  54.         Height = 13
  55.         Alignment = taRightJustify
  56.         Caption = 'Screen Font Size'
  57.         Font.Charset = DEFAULT_CHARSET
  58.         Font.Color = clBlack
  59.         Font.Height = -11
  60.         Font.Name = 'MS Sans Serif'
  61.         Font.Style = []
  62.         ParentFont = False
  63.       end
  64.       object Label2: TLabel
  65.         Left = 10
  66.         Top = 69
  67.         Width = 64
  68.         Height = 13
  69.         Caption = 'Display String'
  70.         Font.Charset = DEFAULT_CHARSET
  71.         Font.Color = clBlack
  72.         Font.Height = -11
  73.         Font.Name = 'MS Sans Serif'
  74.         Font.Style = []
  75.         ParentFont = False
  76.       end
  77.       object eSize: TEdit
  78.         Left = 116
  79.         Top = 29
  80.         Width = 37
  81.         Height = 24
  82.         Font.Charset = DEFAULT_CHARSET
  83.         Font.Color = clBlack
  84.         Font.Height = -13
  85.         Font.Name = 'MS Sans Serif'
  86.         Font.Style = []
  87.         ParentFont = False
  88.         TabOrder = 0
  89.         Text = '14'
  90.       end
  91.       object eString: TEdit
  92.         Left = 8
  93.         Top = 85
  94.         Width = 401
  95.         Height = 24
  96.         Font.Charset = DEFAULT_CHARSET
  97.         Font.Color = clBlack
  98.         Font.Height = -13
  99.         Font.Name = 'MS Sans Serif'
  100.         Font.Style = []
  101.         ParentFont = False
  102.         TabOrder = 1
  103.         Text = 'ABC abc'
  104.       end
  105.       object FontSet: TRadioGroup
  106.         Left = 8
  107.         Top = 132
  108.         Width = 33
  109.         Height = 53
  110.         Caption = 'Use'
  111.         Columns = 2
  112.         Font.Charset = DEFAULT_CHARSET
  113.         Font.Color = clBlack
  114.         Font.Height = -11
  115.         Font.Name = 'MS Sans Serif'
  116.         Font.Style = []
  117.         ItemIndex = 0
  118.         Items.Strings = (
  119.           'Screen Fonts'
  120.           'Printer Fonts')
  121.         ParentFont = False
  122.         TabOrder = 2
  123.         Visible = False
  124.       end
  125.       object DCOpens: TRadioGroup
  126.         Left = 56
  127.         Top = 128
  128.         Width = 305
  129.         Height = 57
  130.         Caption = 'Double Click Opens'
  131.         Columns = 2
  132.         Font.Charset = DEFAULT_CHARSET
  133.         Font.Color = clWindowText
  134.         Font.Height = -11
  135.         Font.Name = 'MS Sans Serif'
  136.         Font.Style = []
  137.         ItemIndex = 0
  138.         Items.Strings = (
  139.           'Compact View'
  140.           'Whole View')
  141.         ParentFont = False
  142.         TabOrder = 3
  143.       end
  144.       object UpDown1: TUpDown
  145.         Left = 153
  146.         Top = 29
  147.         Width = 15
  148.         Height = 24
  149.         Associate = eSize
  150.         Min = 6
  151.         Max = 24
  152.         Position = 14
  153.         TabOrder = 4
  154.         Wrap = False
  155.       end
  156.       object rgDisplay: TRadioGroup
  157.         Left = 192
  158.         Top = 16
  159.         Width = 209
  160.         Height = 49
  161.         Caption = 'Display'
  162.         Columns = 2
  163.         ItemIndex = 0
  164.         Items.Strings = (
  165.           'Font Names'
  166.           'Display String')
  167.         TabOrder = 5
  168.         OnClick = rgDisplayClick
  169.       end
  170.     end
  171.     object TabSheet2: TTabSheet
  172.       Caption = 'Color Management'
  173.       ImageIndex = 1
  174.       object Bevel1: TBevel
  175.         Left = 8
  176.         Top = 16
  177.         Width = 305
  178.         Height = 57
  179.         Shape = bsFrame
  180.       end
  181.       object Label5: TLabel
  182.         Left = 16
  183.         Top = 12
  184.         Width = 35
  185.         Height = 13
  186.         Caption = ' Colors '
  187.       end
  188.       object Label6: TLabel
  189.         Left = 8
  190.         Top = 160
  191.         Width = 71
  192.         Height = 13
  193.         Caption = 'Color Schemes'
  194.       end
  195.       object Button1: TButton
  196.         Left = 24
  197.         Top = 32
  198.         Width = 81
  199.         Height = 25
  200.         Caption = 'Font Name'
  201.         TabOrder = 0
  202.         OnClick = Button1Click
  203.       end
  204.       object Button2: TButton
  205.         Tag = 1
  206.         Left = 120
  207.         Top = 32
  208.         Width = 81
  209.         Height = 25
  210.         Caption = 'Display String'
  211.         TabOrder = 1
  212.         OnClick = Button2Click
  213.       end
  214.       object Button3: TButton
  215.         Tag = 2
  216.         Left = 216
  217.         Top = 32
  218.         Width = 81
  219.         Height = 25
  220.         Caption = 'Paper'
  221.         TabOrder = 2
  222.         OnClick = Button3Click
  223.       end
  224.       object ComboBox1: TComboBox
  225.         Left = 8
  226.         Top = 176
  227.         Width = 233
  228.         Height = 21
  229.         Style = csDropDownList
  230.         ItemHeight = 0
  231.         Sorted = True
  232.         TabOrder = 3
  233.         OnChange = ComboBox1Change
  234.       end
  235.       object Button4: TButton
  236.         Left = 256
  237.         Top = 174
  238.         Width = 65
  239.         Height = 25
  240.         Hint = 'Save current colors as...'
  241.         Caption = 'Save As...'
  242.         TabOrder = 4
  243.         OnClick = Button4Click
  244.       end
  245.       object btnDelete: TButton
  246.         Left = 336
  247.         Top = 174
  248.         Width = 65
  249.         Height = 25
  250.         Hint = 'Delete Current Scheme'
  251.         Caption = 'Delete...'
  252.         TabOrder = 5
  253.         OnClick = btnDeleteClick
  254.       end
  255.       object FontPanel: TPanel
  256.         Left = 8
  257.         Top = 88
  258.         Width = 401
  259.         Height = 57
  260.         BevelOuter = bvLowered
  261.         TabOrder = 6
  262.         object FontName: TLabel
  263.           Left = 6
  264.           Top = 6
  265.           Width = 46
  266.           Height = 14
  267.           Caption = 'Arial Bold'
  268.           Font.Charset = ANSI_CHARSET
  269.           Font.Color = clWindowText
  270.           Font.Height = -11
  271.           Font.Name = 'Arial'
  272.           Font.Style = []
  273.           ParentFont = False
  274.           Transparent = True
  275.         end
  276.         object FontString: TLabel
  277.           Left = 14
  278.           Top = 20
  279.           Width = 379
  280.           Height = 33
  281.           AutoSize = False
  282.           Caption = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefg'
  283.           Font.Charset = ANSI_CHARSET
  284.           Font.Color = clWindowText
  285.           Font.Height = -24
  286.           Font.Name = 'Arial'
  287.           Font.Style = [fsBold]
  288.           ParentFont = False
  289.           Transparent = True
  290.         end
  291.       end
  292.       object btnApply: TButton
  293.         Left = 328
  294.         Top = 32
  295.         Width = 75
  296.         Height = 25
  297.         Caption = 'Apply'
  298.         TabOrder = 7
  299.         OnClick = btnApplyClick
  300.       end
  301.     end
  302.     object TabSheet3: TTabSheet
  303.       Caption = 'Report Settings'
  304.       ImageIndex = 2
  305.       object Label3: TLabel
  306.         Left = 10
  307.         Top = 69
  308.         Width = 60
  309.         Height = 13
  310.         Caption = 'Printer String'
  311.         Font.Charset = DEFAULT_CHARSET
  312.         Font.Color = clBlack
  313.         Font.Height = -11
  314.         Font.Name = 'MS Sans Serif'
  315.         Font.Style = []
  316.         ParentFont = False
  317.       end
  318.       object Label4: TLabel
  319.         Left = 33
  320.         Top = 27
  321.         Width = 79
  322.         Height = 13
  323.         Alignment = taRightJustify
  324.         Caption = 'Report Font Size'
  325.         Font.Charset = DEFAULT_CHARSET
  326.         Font.Color = clBlack
  327.         Font.Height = -11
  328.         Font.Name = 'MS Sans Serif'
  329.         Font.Style = []
  330.         ParentFont = False
  331.       end
  332.       object ePrinterString: TEdit
  333.         Left = 8
  334.         Top = 85
  335.         Width = 401
  336.         Height = 24
  337.         Font.Charset = DEFAULT_CHARSET
  338.         Font.Color = clBlack
  339.         Font.Height = -13
  340.         Font.Name = 'MS Sans Serif'
  341.         Font.Style = []
  342.         ParentFont = False
  343.         TabOrder = 0
  344.         Text = 'ePrinterString'
  345.       end
  346.       object PrinterSet: TRadioGroup
  347.         Left = 208
  348.         Top = 156
  349.         Width = 193
  350.         Height = 49
  351.         Caption = 'Report '
  352.         Columns = 2
  353.         Font.Charset = DEFAULT_CHARSET
  354.         Font.Color = clBlack
  355.         Font.Height = -11
  356.         Font.Name = 'MS Sans Serif'
  357.         Font.Style = []
  358.         ItemIndex = 0
  359.         Items.Strings = (
  360.           'Screen Fonts'
  361.           'Printer Fonts')
  362.         ParentFont = False
  363.         TabOrder = 1
  364.         Visible = False
  365.       end
  366.       object pSize: TEdit
  367.         Left = 124
  368.         Top = 21
  369.         Width = 37
  370.         Height = 24
  371.         Font.Charset = DEFAULT_CHARSET
  372.         Font.Color = clBlack
  373.         Font.Height = -13
  374.         Font.Name = 'MS Sans Serif'
  375.         Font.Style = []
  376.         ParentFont = False
  377.         TabOrder = 2
  378.         Text = '12'
  379.       end
  380.       object UpDown2: TUpDown
  381.         Left = 161
  382.         Top = 21
  383.         Width = 15
  384.         Height = 24
  385.         Associate = pSize
  386.         Min = 6
  387.         Max = 48
  388.         Position = 12
  389.         TabOrder = 3
  390.         Wrap = False
  391.       end
  392.       object cbBorders: TCheckBox
  393.         Left = 256
  394.         Top = 24
  395.         Width = 137
  396.         Height = 17
  397.         Caption = 'Condensed Grid'
  398.         TabOrder = 4
  399.       end
  400.     end
  401.     object TabSheet4: TTabSheet
  402.       Caption = 'Font Explorer'
  403.       ImageIndex = 3
  404.       object Label7: TLabel
  405.         Left = 8
  406.         Top = 104
  407.         Width = 113
  408.         Height = 13
  409.         Caption = 'Uninstall Fonts to Folder'
  410.       end
  411.       object Label8: TLabel
  412.         Left = 8
  413.         Top = 32
  414.         Width = 62
  415.         Height = 13
  416.         Caption = 'Preview Text'
  417.       end
  418.       object eFontFolder: TEdit
  419.         Left = 8
  420.         Top = 128
  421.         Width = 369
  422.         Height = 21
  423.         TabOrder = 0
  424.         Text = 'eFontFolder'
  425.       end
  426.       object btnBrowseFontFolders: TButton
  427.         Left = 382
  428.         Top = 128
  429.         Width = 20
  430.         Height = 20
  431.         Caption = '...'
  432.         TabOrder = 1
  433.         OnClick = btnBrowseFontFoldersClick
  434.       end
  435.       object eMemoLine: TEdit
  436.         Left = 8
  437.         Top = 48
  438.         Width = 185
  439.         Height = 21
  440.         TabOrder = 2
  441.         Text = 'ABCD abcd 1234'
  442.       end
  443.     end
  444.   end
  445.   object BrowseDirectoryDlg1: TBrowseDirectoryDlg
  446.     Options = [bfDirectoriesOnly, bfEditBox]
  447.     Caption = 'Select a Font Folder'
  448.     ShowSelectionInStatus = False
  449.     Left = 84
  450.     Top = 176
  451.   end
  452.   object ColorDialog1: TColorDialog
  453.     Ctl3D = True
  454.     Left = 364
  455.     Top = 192
  456.   end
  457. end
  458.