home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / nowosci / crystalf / crftp1.exe / 0 / RCDATA / TASCEXT / TASCEXT.txt
Text File  |  1997-11-20  |  1KB  |  63 lines

  1. object ASCext: TASCext
  2.   Left = 531
  3.   Top = 102
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'ASCII File Extensions'
  6.   ClientHeight = 178
  7.   ClientWidth = 190
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object ToolbarButton971: TToolbarButton97
  17.     Left = 116
  18.     Top = 8
  19.     Width = 65
  20.     Height = 25
  21.     Caption = '&Add'
  22.     Flat = False
  23.     OnClick = ToolbarButton971Click
  24.   end
  25.   object Remove: TToolbarButton97
  26.     Left = 116
  27.     Top = 40
  28.     Width = 65
  29.     Height = 25
  30.     Caption = '&Remove'
  31.     Enabled = False
  32.     Flat = False
  33.     OnClick = RemoveClick
  34.   end
  35.   object ExtListBox: TListBox
  36.     Left = 10
  37.     Top = 8
  38.     Width = 99
  39.     Height = 161
  40.     Font.Charset = ANSI_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -11
  43.     Font.Name = 'Verdana'
  44.     Font.Style = [fsBold]
  45.     ItemHeight = 13
  46.     MultiSelect = True
  47.     ParentFont = False
  48.     Sorted = True
  49.     TabOrder = 0
  50.     OnClick = ExtListBoxClick
  51.   end
  52.   object OK: TButton
  53.     Left = 116
  54.     Top = 144
  55.     Width = 65
  56.     Height = 25
  57.     Caption = '&OK'
  58.     Default = True
  59.     TabOrder = 1
  60.     OnClick = OKClick
  61.   end
  62. end
  63.