home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / shareware / Wiscy / _SETUP.1 / WiSCy.exe / 0 / RCDATA / TFMSERIESNAME / TFMSERIESNAME.txt < prev   
Encoding:
Text File  |  1998-02-28  |  924 b   |  55 lines

  1. object fmSeriesName: TfmSeriesName
  2.   Left = 314
  3.   Top = 288
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dialog'
  6.   ClientHeight = 78
  7.   ClientWidth = 384
  8.   ParentFont = True
  9.   Icon.Data = {<image000.ico>}
  10.   Position = poScreenCenter
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Bevel1: TBevel
  14.     Left = 8
  15.     Top = 8
  16.     Width = 281
  17.     Height = 57
  18.     Shape = bsFrame
  19.   end
  20.   object Label1: TLabel
  21.     Left = 32
  22.     Top = 29
  23.     Width = 36
  24.     Height = 13
  25.     Caption = 'Legend'
  26.   end
  27.   object OKBtn: TButton
  28.     Left = 300
  29.     Top = 8
  30.     Width = 75
  31.     Height = 25
  32.     Caption = 'OK'
  33.     Default = True
  34.     ModalResult = 1
  35.     TabOrder = 0
  36.   end
  37.   object CancelBtn: TButton
  38.     Left = 300
  39.     Top = 38
  40.     Width = 75
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = 'Cancel'
  44.     ModalResult = 2
  45.     TabOrder = 1
  46.   end
  47.   object Edit1: TEdit
  48.     Left = 75
  49.     Top = 26
  50.     Width = 204
  51.     Height = 21
  52.     TabOrder = 2
  53.   end
  54. end
  55.