home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / nowosci / crystalf / crftp1.exe / 0 / RCDATA / TDIALOG / TDIALOG.txt
Text File  |  1997-11-20  |  939b  |  53 lines

  1. object Dialog: TDialog
  2.   Left = 542
  3.   Top = 102
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dialog'
  7.   ClientHeight = 72
  8.   ClientWidth = 221
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 12
  20.     Top = 8
  21.     Width = 32
  22.     Height = 13
  23.     Caption = 'Label1'
  24.   end
  25.   object Edit1: TEdit97
  26.     Left = 12
  27.     Top = 24
  28.     Width = 197
  29.     Height = 19
  30.     TabOrder = 0
  31.     OnKeyUp = Edit1KeyUp
  32.   end
  33.   object Button1: TButton
  34.     Left = 152
  35.     Top = 48
  36.     Width = 55
  37.     Height = 21
  38.     Cancel = True
  39.     Caption = '&Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 1
  42.   end
  43.   object Button2: TButton
  44.     Left = 92
  45.     Top = 48
  46.     Width = 55
  47.     Height = 21
  48.     Caption = '&OK'
  49.     ModalResult = 1
  50.     TabOrder = 2
  51.   end
  52. end
  53.