home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 August / VPR9608A.BIN / del20try / install / data.z / FILTEDIT.DFM / FILTEDIT.txt
Text File  |  1996-05-08  |  970b  |  52 lines

  1. object FilterEditor: TFilterEditor
  2.   Left = 248
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'フィソスソス ソスフ設抵ソス'
  6.   ClientHeight = 221
  7.   ClientWidth = 367
  8.   Font.Color = clBlack
  9.   Font.Height = -12
  10.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 12
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 9
  19.     Width = 351
  20.     Height = 172
  21.   end
  22.   object OKButton: TButton
  23.     Left = 124
  24.     Top = 190
  25.     Width = 75
  26.     Height = 25
  27.     Caption = 'OK'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 0
  31.   end
  32.   object CancelButton: TButton
  33.     Left = 204
  34.     Top = 190
  35.     Width = 75
  36.     Height = 25
  37.     Cancel = True
  38.     Caption = 'ソスソスンセソス'
  39.     ModalResult = 2
  40.     TabOrder = 1
  41.   end
  42.   object HelpButton: TButton
  43.     Left = 284
  44.     Top = 190
  45.     Width = 75
  46.     Height = 25
  47.     Caption = 'ソスソスソスソス(&H)'
  48.     TabOrder = 2
  49.     OnClick = HelpBtnClick
  50.   end
  51. end
  52.