home *** CD-ROM | disk | FTP | other *** search
/ Datatid 2000 #2 / Datatid-2000-02.iso / internet / databox / _setup.1 / DataBox.exe / 0 / RCDATA / TFONTFORM / TFONTFORM.txt
Encoding:
Text File  |  1999-12-11  |  4.4 KB  |  230 lines

  1. object FontForm: TFontForm
  2.   Left = 208
  3.   Top = 83
  4.   Width = 292
  5.   Height = 183
  6.   Hint = 'Click here to modify the font'
  7.   Caption = 'Publish Font Colour/Size selection'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   ShowHint = True
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 4
  18.     Top = 4
  19.     Width = 249
  20.     Height = 13
  21.     Caption = 'Please select the Font, style and size by clicking '#39'>>'#39' '
  22.   end
  23.   object Label2: TLabel
  24.     Left = 24
  25.     Top = 45
  26.     Width = 52
  27.     Height = 13
  28.     Caption = 'Font Name'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 24
  32.     Top = 65
  33.     Width = 47
  34.     Height = 13
  35.     Caption = 'Font Style'
  36.   end
  37.   object Label4: TLabel
  38.     Left = 24
  39.     Top = 86
  40.     Width = 44
  41.     Height = 13
  42.     Hint = 
  43.       'This is converted from the Font Pitch (-1=pitch 7, 0=pitch8,  +1' +
  44.       '=pitch 9, etc....'
  45.     Caption = 'Font Size'
  46.   end
  47.   object Label5: TLabel
  48.     Left = 4
  49.     Top = 17
  50.     Width = 195
  51.     Height = 13
  52.     Caption = 'or '#39'Clear'#39' for the browsers default settings.'
  53.   end
  54.   object Label6: TLabel
  55.     Left = 24
  56.     Top = 107
  57.     Width = 30
  58.     Height = 13
  59.     Caption = 'Colour'
  60.   end
  61.   object OKButton: TBitBtn
  62.     Left = 178
  63.     Top = 129
  64.     Width = 75
  65.     Height = 25
  66.     TabOrder = 0
  67.     Kind = bkOK
  68.   end
  69.   object CancelButton: TBitBtn
  70.     Left = 36
  71.     Top = 129
  72.     Width = 75
  73.     Height = 25
  74.     TabOrder = 1
  75.     OnClick = CancelButtonClick
  76.     Kind = bkCancel
  77.   end
  78.   object FontName: TEdit
  79.     Left = 95
  80.     Top = 41
  81.     Width = 122
  82.     Height = 21
  83.     Hint = 'Leave blank for the browsers default font'
  84.     ParentShowHint = False
  85.     ReadOnly = True
  86.     ShowHint = True
  87.     TabOrder = 2
  88.     OnExit = FontNameExit
  89.   end
  90.   object FontButton: TButton
  91.     Left = 2
  92.     Top = 40
  93.     Width = 20
  94.     Height = 20
  95.     Caption = '>>'
  96.     Font.Charset = DEFAULT_CHARSET
  97.     Font.Color = clWindowText
  98.     Font.Height = -11
  99.     Font.Name = 'MS Sans Serif'
  100.     Font.Style = [fsBold]
  101.     ParentFont = False
  102.     TabOrder = 3
  103.     OnClick = FontButtonClick
  104.   end
  105.   object ColourMenu: TComboBox
  106.     Left = 95
  107.     Top = 103
  108.     Width = 73
  109.     Height = 21
  110.     Hint = 'Select the colour for the field'
  111.     Color = clSilver
  112.     DropDownCount = 16
  113.     Font.Charset = DEFAULT_CHARSET
  114.     Font.Color = clWindowText
  115.     Font.Height = -11
  116.     Font.Name = 'MS Sans Serif'
  117.     Font.Style = [fsBold]
  118.     ItemHeight = 13
  119.     Items.Strings = (
  120.       'Black'
  121.       'Maroon'
  122.       'Green'
  123.       'Olive'
  124.       'Navy'
  125.       'Purple'
  126.       'Teal'
  127.       'Gray'
  128.       'Silver'
  129.       'Red'
  130.       'Lime'
  131.       'Yellow'
  132.       'Blue'
  133.       'Fuschia'
  134.       'Aqua'
  135.       'White')
  136.     ParentFont = False
  137.     TabOrder = 4
  138.     Text = 'Black'
  139.     OnExit = ColourMenuExit
  140.   end
  141.   object ClearFontButton: TButton
  142.     Left = 234
  143.     Top = 40
  144.     Width = 39
  145.     Height = 20
  146.     Caption = 'Clear'
  147.     Font.Charset = DEFAULT_CHARSET
  148.     Font.Color = clWindowText
  149.     Font.Height = -11
  150.     Font.Name = 'MS Sans Serif'
  151.     Font.Style = [fsBold]
  152.     ParentFont = False
  153.     TabOrder = 5
  154.     OnClick = ClearFontButtonClick
  155.   end
  156.   object FontStyle: TComboBox
  157.     Left = 95
  158.     Top = 62
  159.     Width = 121
  160.     Height = 21
  161.     Hint = 'Select the published style for this Font from the Popup menu'
  162.     ItemHeight = 13
  163.     Items.Strings = (
  164.       'Normal'
  165.       'Bold'
  166.       'Italic'
  167.       'Underline'
  168.       'Bold Italic'
  169.       'Normal Italic'
  170.       'Bold Underline'
  171.       'Bold Italic Underline'
  172.       'Italic Underline'
  173.       '')
  174.     TabOrder = 6
  175.     Text = 'Normal'
  176.     OnExit = FontStyleExit
  177.   end
  178.   object FontSize: TComboBox
  179.     Left = 95
  180.     Top = 83
  181.     Width = 50
  182.     Height = 21
  183.     Hint = 
  184.       'The Font Size is converted from the Selected Pitch by subtractin' +
  185.       'g 9. (i.e. Pitch 8 = Publish Size -1).'
  186.     ItemHeight = 13
  187.     Items.Strings = (
  188.       '-12'
  189.       '-11'
  190.       '-10'
  191.       '-9'
  192.       '-8'
  193.       '-7'
  194.       '-6'
  195.       '-5'
  196.       '-4'
  197.       '-3'
  198.       '-2'
  199.       '-1'
  200.       '0'
  201.       '+1'
  202.       '+2'
  203.       '+3'
  204.       '+4'
  205.       '+5'
  206.       '+6'
  207.       '+7'
  208.       '+8'
  209.       '+9'
  210.       '+10'
  211.       '+11'
  212.       '+12')
  213.     TabOrder = 7
  214.     Text = '0'
  215.     OnExit = FontSizeExit
  216.   end
  217.   object FontDialog: TFontDialog
  218.     Font.Charset = DEFAULT_CHARSET
  219.     Font.Color = clWindowText
  220.     Font.Height = -11
  221.     Font.Name = 'MS Sans Serif'
  222.     Font.Style = []
  223.     MinFontSize = 0
  224.     MaxFontSize = 0
  225.     Options = [fdForceFontExist]
  226.     Left = 152
  227.     Top = 65520
  228.   end
  229. end
  230.