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

  1. object frmFontProperties: TfrmFontProperties
  2.   Left = 487
  3.   Top = 217
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Font Properties'
  7.   ClientHeight = 413
  8.   ClientWidth = 359
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poDefaultPosOnly
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object pnlButtons: TPanel
  23.     Left = 0
  24.     Top = 382
  25.     Width = 359
  26.     Height = 31
  27.     Align = alBottom
  28.     BevelOuter = bvNone
  29.     BorderWidth = 4
  30.     TabOrder = 0
  31.     object btnClose: TCorelButton
  32.       Left = 199
  33.       Top = 4
  34.       Width = 75
  35.       Height = 23
  36.       Hint = 'Closes the dialog box'
  37.       HelpContext = 5502
  38.       Cancel = True
  39.       Caption = '&Close'
  40.       Default = True
  41.       ModalResult = 1
  42.       TabOrder = 0
  43.       OnClick = btnCloseClick
  44.     end
  45.     object btnHelp: TCorelButton
  46.       Left = 280
  47.       Top = 4
  48.       Width = 75
  49.       Height = 23
  50.       Hint = 'Opens helpfile on the Font Properties page.'
  51.       HelpContext = 5506
  52.       Caption = '&Help'
  53.       TabOrder = 1
  54.       OnClick = btnHelpClick
  55.     end
  56.   end
  57.   object pnlTabSheet: TPanel
  58.     Left = 0
  59.     Top = 0
  60.     Width = 359
  61.     Height = 382
  62.     Align = alClient
  63.     BevelOuter = bvNone
  64.     BorderWidth = 4
  65.     TabOrder = 1
  66.     object pgcProperties: TPageControl
  67.       Left = 4
  68.       Top = 4
  69.       Width = 351
  70.       Height = 374
  71.       ActivePage = tbsGeneral
  72.       Align = alClient
  73.       TabOrder = 0
  74.       object tbsGeneral: TTabSheet
  75.         Caption = ' General '
  76.         object imgType: TImage
  77.           Left = 8
  78.           Top = 8
  79.           Width = 32
  80.           Height = 32
  81.           Transparent = True
  82.         end
  83.         object bvlHorz1: TBevel
  84.           Left = 8
  85.           Top = 48
  86.           Width = 327
  87.           Height = 2
  88.           Shape = bsBottomLine
  89.         end
  90.         object lblFullNameConst: TLabel
  91.           Left = 10
  92.           Top = 57
  93.           Width = 49
  94.           Height = 13
  95.           Caption = 'Full name:'
  96.         end
  97.         object lblFileNameConst: TLabel
  98.           Left = 10
  99.           Top = 93
  100.           Width = 46
  101.           Height = 13
  102.           Caption = 'Filename:'
  103.         end
  104.         object lblFileName: TLabel
  105.           Left = 90
  106.           Top = 93
  107.           Width = 52
  108.           Height = 13
  109.           Caption = 'ARIAL.TTF'
  110.         end
  111.         object lblFullName: TLabel
  112.           Left = 90
  113.           Top = 57
  114.           Width = 61
  115.           Height = 13
  116.           Caption = 'Arial Regular'
  117.         end
  118.         object lblScripts: TLabel
  119.           Left = 10
  120.           Top = 300
  121.           Width = 85
  122.           Height = 13
  123.           Caption = 'Supported &Scripts'
  124.         end
  125.         object lblStyles: TLabel
  126.           Left = 175
  127.           Top = 300
  128.           Width = 82
  129.           Height = 13
  130.           Caption = 'Supported S&tyles'
  131.         end
  132.         object bvlHorz4: TBevel
  133.           Left = 8
  134.           Top = 220
  135.           Width = 327
  136.           Height = 2
  137.           Shape = bsBottomLine
  138.         end
  139.         object lblPitchConst: TLabel
  140.           Left = 10
  141.           Top = 229
  142.           Width = 27
  143.           Height = 13
  144.           Caption = 'Pitch:'
  145.         end
  146.         object lblPitch: TLabel
  147.           Left = 90
  148.           Top = 229
  149.           Width = 38
  150.           Height = 13
  151.           Caption = 'Variable'
  152.         end
  153.         object lblFamilyConst: TLabel
  154.           Left = 10
  155.           Top = 247
  156.           Width = 34
  157.           Height = 13
  158.           Caption = 'Family:'
  159.         end
  160.         object lblFamily: TLabel
  161.           Left = 90
  162.           Top = 247
  163.           Width = 48
  164.           Height = 13
  165.           Caption = 'Sans Serif'
  166.         end
  167.         object lblFontTypeConst: TLabel
  168.           Left = 10
  169.           Top = 265
  170.           Width = 53
  171.           Height = 13
  172.           Caption = 'Font Type:'
  173.         end
  174.         object lblFontType: TLabel
  175.           Left = 90
  176.           Top = 265
  177.           Width = 46
  178.           Height = 13
  179.           Caption = 'TrueType'
  180.         end
  181.         object lblFaceNameConst: TLabel
  182.           Left = 10
  183.           Top = 75
  184.           Width = 62
  185.           Height = 13
  186.           Caption = 'Font Family: '
  187.         end
  188.         object lblFaceName: TLabel
  189.           Left = 90
  190.           Top = 75
  191.           Width = 21
  192.           Height = 13
  193.           Caption = 'Arial'
  194.         end
  195.         object lblSizeConst: TLabel
  196.           Left = 10
  197.           Top = 129
  198.           Width = 23
  199.           Height = 13
  200.           Caption = 'Size:'
  201.         end
  202.         object lblSize: TLabel
  203.           Left = 90
  204.           Top = 129
  205.           Width = 37
  206.           Height = 13
  207.           Caption = '35,5 KB'
  208.         end
  209.         object lblFolderConst: TLabel
  210.           Left = 10
  211.           Top = 111
  212.           Width = 34
  213.           Height = 13
  214.           Caption = 'Folder:'
  215.         end
  216.         object lblFolder: TLabel
  217.           Left = 90
  218.           Top = 111
  219.           Width = 108
  220.           Height = 13
  221.           Caption = 'C:\WINDOWS\FONTS\'
  222.         end
  223.         object lblIsInstalledConst: TLabel
  224.           Left = 10
  225.           Top = 147
  226.           Width = 45
  227.           Height = 13
  228.           Caption = 'Installed:'
  229.         end
  230.         object lblIsInstalled: TLabel
  231.           Left = 90
  232.           Top = 147
  233.           Width = 17
  234.           Height = 13
  235.           Caption = 'Yes'
  236.         end
  237.         object cmbScripts: TComboBox
  238.           Left = 10
  239.           Top = 316
  240.           Width = 157
  241.           Height = 21
  242.           HelpContext = 5610
  243.           Style = csDropDownList
  244.           DropDownCount = 4
  245.           ItemHeight = 13
  246.           TabOrder = 0
  247.         end
  248.         object cmbStyles: TComboBox
  249.           Left = 175
  250.           Top = 316
  251.           Width = 157
  252.           Height = 21
  253.           HelpContext = 5620
  254.           Style = csDropDownList
  255.           DropDownCount = 4
  256.           ItemHeight = 13
  257.           TabOrder = 1
  258.         end
  259.         object pnlSample: TPanel
  260.           Left = 48
  261.           Top = 8
  262.           Width = 278
  263.           Height = 32
  264.           Hint = 'Font'#39's name rendered using font itself.'
  265.           HelpContext = 5520
  266.           Alignment = taLeftJustify
  267.           BevelOuter = bvNone
  268.           Caption = 'Arial'
  269.           Font.Charset = DEFAULT_CHARSET
  270.           Font.Color = clWindowText
  271.           Font.Height = -32
  272.           Font.Name = 'Arial'
  273.           Font.Style = []
  274.           ParentFont = False
  275.           TabOrder = 2
  276.           TabStop = True
  277.         end
  278.       end
  279.       object tbsDetails: TTabSheet
  280.         Caption = ' Details '
  281.         object pnlInfoPicture: TPanel
  282.           Left = 190
  283.           Top = 8
  284.           Width = 145
  285.           Height = 90
  286.           Hint = 'Font illustration.'
  287.           HelpContext = 5720
  288.           BevelInner = bvLowered
  289.           BevelOuter = bvNone
  290.           Color = clWhite
  291.           TabOrder = 0
  292.           object imgFont: TImage
  293.             Left = 1
  294.             Top = 18
  295.             Width = 138
  296.             Height = 71
  297.             Align = alClient
  298.             AutoSize = True
  299.             Center = True
  300.             Picture.Data = {<image001.bmp>}
  301.           end
  302.           object pnlFontIllustration: TPanel
  303.             Left = 1
  304.             Top = 1
  305.             Width = 143
  306.             Height = 17
  307.             Align = alTop
  308.             BevelOuter = bvNone
  309.             Caption = 'Font Illustration'
  310.             TabOrder = 0
  311.           end
  312.         end
  313.         object pnlstgDetails: TPanel
  314.           Left = 8
  315.           Top = 8
  316.           Width = 174
  317.           Height = 325
  318.           HelpContext = 5710
  319.           BevelOuter = bvLowered
  320.           TabOrder = 1
  321.           object stgDetails: TStringGrid
  322.             Left = 1
  323.             Top = 1
  324.             Width = 172
  325.             Height = 323
  326.             Align = alClient
  327.             BorderStyle = bsNone
  328.             ColCount = 2
  329.             DefaultColWidth = 90
  330.             DefaultRowHeight = 17
  331.             FixedCols = 0
  332.             RowCount = 19
  333.             GridLineWidth = 0
  334.             Options = [goHorzLine, goRowSelect]
  335.             ScrollBars = ssNone
  336.             TabOrder = 0
  337.             OnDrawCell = stgDetailsDrawCell
  338.             OnSelectCell = stgDetailsSelectCell
  339.           end
  340.         end
  341.         object pnlDescriptionMain: TPanel
  342.           Left = 190
  343.           Top = 106
  344.           Width = 145
  345.           Height = 227
  346.           BevelInner = bvLowered
  347.           BevelOuter = bvNone
  348.           Caption = ' '
  349.           TabOrder = 2
  350.           object pnlDescription: TPanel
  351.             Left = 1
  352.             Top = 1
  353.             Width = 143
  354.             Height = 17
  355.             Align = alTop
  356.             BevelOuter = bvNone
  357.             Caption = 'Description'
  358.             TabOrder = 0
  359.             object tbbDescUp: TToolbarButton97
  360.               Left = 127
  361.               Top = 0
  362.               Width = 16
  363.               Height = 8
  364.               Caption = '5'
  365.               Font.Charset = DEFAULT_CHARSET
  366.               Font.Color = clWindowText
  367.               Font.Height = -11
  368.               Font.Name = 'Marlett'
  369.               Font.Style = []
  370.               Layout = blGlyphTop
  371.               ParentFont = False
  372.               Repeating = True
  373.               Visible = False
  374.               OnClick = tbbDescUpClick
  375.             end
  376.             object tbbDescDown: TToolbarButton97
  377.               Left = 127
  378.               Top = 8
  379.               Width = 16
  380.               Height = 8
  381.               Caption = '6'
  382.               Font.Charset = DEFAULT_CHARSET
  383.               Font.Color = clWindowText
  384.               Font.Height = -11
  385.               Font.Name = 'Marlett'
  386.               Font.Style = []
  387.               Layout = blGlyphTop
  388.               ParentFont = False
  389.               Repeating = True
  390.               Visible = False
  391.               OnClick = tbbDescDownClick
  392.             end
  393.           end
  394.           object pnlDescriptionBody: TPanel
  395.             Left = 1
  396.             Top = 18
  397.             Width = 143
  398.             Height = 208
  399.             Align = alClient
  400.             BevelOuter = bvNone
  401.             BorderWidth = 4
  402.             Caption = ' '
  403.             Color = clInfoBk
  404.             Enabled = False
  405.             TabOrder = 1
  406.             object memDescription: TMemo
  407.               Left = 4
  408.               Top = 4
  409.               Width = 135
  410.               Height = 200
  411.               Align = alClient
  412.               BorderStyle = bsNone
  413.               Color = clInfoBk
  414.               ReadOnly = True
  415.               TabOrder = 0
  416.             end
  417.           end
  418.         end
  419.       end
  420.       object tbsNames: TTabSheet
  421.         Caption = ' Names '
  422.         object grbFontName: TGroupBox
  423.           Left = 8
  424.           Top = 8
  425.           Width = 326
  426.           Height = 49
  427.           HelpContext = 5810
  428.           Caption = ' Font Name '
  429.           TabOrder = 0
  430.           object pnlFontName: TPanel
  431.             Left = 2
  432.             Top = 15
  433.             Width = 322
  434.             Height = 32
  435.             Align = alClient
  436.             BevelOuter = bvNone
  437.             BorderWidth = 5
  438.             TabOrder = 0
  439.             object ediFontName: TEdit
  440.               Left = 8
  441.               Top = 8
  442.               Width = 305
  443.               Height = 15
  444.               AutoSelect = False
  445.               BorderStyle = bsNone
  446.               Color = clBtnFace
  447.               ReadOnly = True
  448.               TabOrder = 0
  449.               Text = 'Arial'
  450.             end
  451.           end
  452.         end
  453.         object grbFontFamilyName: TGroupBox
  454.           Left = 8
  455.           Top = 65
  456.           Width = 326
  457.           Height = 49
  458.           HelpContext = 5820
  459.           Caption = ' Font Family Name '
  460.           TabOrder = 1
  461.           object pnlFontFamilyName: TPanel
  462.             Left = 2
  463.             Top = 15
  464.             Width = 322
  465.             Height = 32
  466.             Align = alClient
  467.             BevelOuter = bvNone
  468.             BorderWidth = 5
  469.             TabOrder = 0
  470.             object ediFontFamilyName: TEdit
  471.               Left = 8
  472.               Top = 8
  473.               Width = 305
  474.               Height = 15
  475.               AutoSelect = False
  476.               BorderStyle = bsNone
  477.               Color = clBtnFace
  478.               ReadOnly = True
  479.               TabOrder = 0
  480.               Text = 'Arial'
  481.             end
  482.           end
  483.         end
  484.         object grbVersion: TGroupBox
  485.           Left = 8
  486.           Top = 122
  487.           Width = 326
  488.           Height = 49
  489.           HelpContext = 5830
  490.           Caption = ' Version '
  491.           TabOrder = 2
  492.           object pnlVersion: TPanel
  493.             Left = 2
  494.             Top = 15
  495.             Width = 322
  496.             Height = 32
  497.             Align = alClient
  498.             BevelOuter = bvNone
  499.             BorderWidth = 5
  500.             TabOrder = 0
  501.             object ediVersion: TEdit
  502.               Left = 8
  503.               Top = 8
  504.               Width = 305
  505.               Height = 15
  506.               AutoSelect = False
  507.               BorderStyle = bsNone
  508.               Color = clBtnFace
  509.               ReadOnly = True
  510.               TabOrder = 0
  511.               Text = 'Version 2.50'
  512.             end
  513.           end
  514.         end
  515.         object grbCopyright: TGroupBox
  516.           Left = 8
  517.           Top = 179
  518.           Width = 326
  519.           Height = 74
  520.           HelpContext = 5840
  521.           Caption = ' Copyright '
  522.           TabOrder = 3
  523.           object pnlCopyright: TPanel
  524.             Left = 2
  525.             Top = 15
  526.             Width = 322
  527.             Height = 57
  528.             Align = alClient
  529.             BevelOuter = bvNone
  530.             BorderWidth = 5
  531.             TabOrder = 0
  532.             object memCopyright: TMemo
  533.               Left = 5
  534.               Top = 5
  535.               Width = 312
  536.               Height = 47
  537.               Align = alClient
  538.               BorderStyle = bsNone
  539.               Color = clBtnFace
  540.               ReadOnly = True
  541.               ScrollBars = ssVertical
  542.               TabOrder = 0
  543.             end
  544.           end
  545.         end
  546.         object grbTrademark: TGroupBox
  547.           Left = 8
  548.           Top = 261
  549.           Width = 326
  550.           Height = 74
  551.           HelpContext = 5850
  552.           Caption = ' Trademark '
  553.           TabOrder = 4
  554.           object pnlTrademark: TPanel
  555.             Left = 2
  556.             Top = 15
  557.             Width = 322
  558.             Height = 57
  559.             Align = alClient
  560.             BevelOuter = bvNone
  561.             BorderWidth = 5
  562.             TabOrder = 0
  563.             object memTrademark: TMemo
  564.               Left = 5
  565.               Top = 5
  566.               Width = 312
  567.               Height = 47
  568.               Align = alClient
  569.               BorderStyle = bsNone
  570.               Color = clBtnFace
  571.               ReadOnly = True
  572.               ScrollBars = ssVertical
  573.               TabOrder = 0
  574.             end
  575.           end
  576.         end
  577.       end
  578.     end
  579.   end
  580.   object imglFontTypes: TImageList
  581.     BkColor = clFuchsia
  582.     Height = 32
  583.     Width = 32
  584.     Left = 325
  585.     Top = 8
  586.   end
  587. end
  588.