home *** CD-ROM | disk | FTP | other *** search
/ Tech Gian 1999 January / TG199901.mdf / taiken / win95 / data / medusa / milky / milky.lzh / MILKY.EXE / 0 / RCDATA / TFORMFONT / TFORMFONT.txt
Text File  |  1998-10-19  |  1KB  |  53 lines

  1. object FormFont: TFormFont
  2.   Left = 192
  3.   Top = 100
  4.   ActiveControl = FontList
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = '∩┐╜t∩┐╜H∩┐╜∩┐╜∩┐╜g∩┐╜╠æI∩┐╜∩┐╜'
  8.   ClientHeight = 348
  9.   ClientWidth = 440
  10.   Font.Charset = SHIFTJIS_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PrintScale = poPrintToFit
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object FontList: TListBox
  21.     Left = 10
  22.     Top = 30
  23.     Width = 417
  24.     Height = 269
  25.     ItemHeight = 16
  26.     Style = lbOwnerDrawVariable
  27.     TabOrder = 0
  28.     OnDblClick = BtnOkClick
  29.     OnDrawItem = FontListDrawItem
  30.     OnMeasureItem = FontListMeasureItem
  31.   end
  32.   object BtnOk: TButton
  33.     Left = 268
  34.     Top = 314
  35.     Width = 75
  36.     Height = 25
  37.     Caption = 'Ok'
  38.     Default = True
  39.     TabOrder = 1
  40.     OnClick = BtnOkClick
  41.   end
  42.   object BtnCancel: TButton
  43.     Left = 352
  44.     Top = 314
  45.     Width = 75
  46.     Height = 25
  47.     Cancel = True
  48.     Caption = 'Cancel'
  49.     TabOrder = 2
  50.     OnClick = BtnCancelClick
  51.   end
  52. end
  53.