home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMBASEFONT / TFRMBASEFONT.txt
Text File  |  1996-10-14  |  2KB  |  96 lines

  1. object frmBaseFont: TfrmBaseFont
  2.   Left = 329
  3.   Top = 298
  4.   HelpContext = 59
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Base Font'
  8.   ClientHeight = 82
  9.   ClientWidth = 263
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 246
  22.     Height = 37
  23.     Shape = bsFrame
  24.     IsControl = True
  25.   end
  26.   object lblBaseFont: TLabel
  27.     Left = 16
  28.     Top = 18
  29.     Width = 71
  30.     Height = 13
  31.     Caption = 'Base &Font Size'
  32.     FocusControl = txtBaseFont
  33.   end
  34.   object OKBtn: TBitBtn
  35.     Left = 8
  36.     Top = 52
  37.     Width = 77
  38.     Height = 25
  39.     Caption = 'OK'
  40.     Default = True
  41.     ModalResult = 1
  42.     TabOrder = 0
  43.     NumGlyphs = 2
  44.     Spacing = -1
  45.     IsControl = True
  46.   end
  47.   object CancelBtn: TBitBtn
  48.     Left = 92
  49.     Top = 52
  50.     Width = 77
  51.     Height = 25
  52.     Cancel = True
  53.     Caption = 'Cancel'
  54.     ModalResult = 2
  55.     TabOrder = 1
  56.     NumGlyphs = 2
  57.     Spacing = -1
  58.     IsControl = True
  59.   end
  60.   object HelpBtn: TBitBtn
  61.     Left = 176
  62.     Top = 52
  63.     Width = 77
  64.     Height = 25
  65.     HelpContext = 59
  66.     Caption = '&Help'
  67.     TabOrder = 2
  68.     OnClick = HelpBtnClick
  69.     NumGlyphs = 2
  70.     Spacing = -1
  71.     IsControl = True
  72.   end
  73.   object txtBaseFont: TEdit
  74.     Left = 168
  75.     Top = 16
  76.     Width = 67
  77.     Height = 21
  78.     ParentShowHint = False
  79.     ShowHint = True
  80.     TabOrder = 3
  81.     Text = '1'
  82.   end
  83.   object udBaseFontSize: TUpDown
  84.     Left = 235
  85.     Top = 16
  86.     Width = 7
  87.     Height = 21
  88.     Associate = txtBaseFont
  89.     Min = 1
  90.     Max = 50
  91.     Position = 1
  92.     TabOrder = 4
  93.     Wrap = False
  94.   end
  95. end
  96.