home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / DELPHI16 / Glyphtry / F_GLYPH.DFM / F_GLYPH.txt
Text File  |  1995-03-26  |  2KB  |  123 lines

  1. object GlyphViewer: TGlyphViewer
  2.   Left = 200
  3.   Top = 99
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Glyph Viewer'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   TextHeight = 13
  15.   object GlyphBtn: TSpeedButton
  16.     Left = 168
  17.     Top = 88
  18.     Width = 249
  19.     Height = 177
  20.     ParentShowHint = False
  21.     ShowHint = True
  22.   end
  23.   object Label1: TLabel
  24.     Left = 16
  25.     Top = 26
  26.     Width = 75
  27.     Height = 13
  28.     Caption = 'Path for Glyphs:'
  29.     Font.Color = clBlack
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object GlyphName: TLabel
  36.     Left = 208
  37.     Top = 56
  38.     Width = 51
  39.     Height = 13
  40.     Caption = 'GlyphName'
  41.   end
  42.   object GlyphBtn2: TSpeedButton
  43.     Left = 168
  44.     Top = 56
  45.     Width = 25
  46.     Height = 25
  47.   end
  48.   object NewBtn: TButton
  49.     Left = 16
  50.     Top = 48
  51.     Width = 89
  52.     Height = 33
  53.     Caption = 'New Glyph'
  54.     Font.Color = clBlack
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ParentFont = False
  59.     ParentShowHint = False
  60.     ShowHint = False
  61.     TabOrder = 0
  62.     OnClick = NewBtnClick
  63.   end
  64.   object CloseBtn: TBitBtn
  65.     Left = 16
  66.     Top = 208
  67.     Width = 89
  68.     Height = 33
  69.     Hint = 'Exit!'
  70.     Font.Color = clBlack
  71.     Font.Height = -11
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = []
  74.     ParentFont = False
  75.     ParentShowHint = False
  76.     ShowHint = True
  77.     TabOrder = 1
  78.     Kind = bkClose
  79.   end
  80.   object GlyphPathEdit: TEdit
  81.     Left = 128
  82.     Top = 24
  83.     Width = 281
  84.     Height = 20
  85.     TabOrder = 2
  86.     Text = 'c:\delphi\images\buttons\'
  87.     OnChange = GlyphPathEditChange
  88.   end
  89.   object PrevBtn: TButton
  90.     Left = 16
  91.     Top = 88
  92.     Width = 89
  93.     Height = 33
  94.     Caption = 'Previous Glyph'
  95.     Enabled = False
  96.     Font.Color = clBlack
  97.     Font.Height = -11
  98.     Font.Name = 'MS Sans Serif'
  99.     Font.Style = []
  100.     ParentFont = False
  101.     TabOrder = 3
  102.     OnClick = PrevBtnClick
  103.   end
  104.   object AboutBtn: TButton
  105.     Left = 16
  106.     Top = 168
  107.     Width = 89
  108.     Height = 33
  109.     Caption = 'About'
  110.     TabOrder = 4
  111.     OnClick = AboutBtnClick
  112.   end
  113.   object ResetBtn: TButton
  114.     Left = 16
  115.     Top = 128
  116.     Width = 89
  117.     Height = 33
  118.     Caption = 'Reset'
  119.     TabOrder = 5
  120.     OnClick = ResetBtnClick
  121.   end
  122. end
  123.