home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / ruzne / rzcomps.exe / LIB / RZCHKITM.DF_ / RZCHKITM.DF / RZCHKITM.txt
Text File  |  1996-10-18  |  876b  |  50 lines

  1. object RzCheckItemEditDlg: TRzCheckItemEditDlg
  2.   Left = 200
  3.   Top = 99
  4.   BorderStyle = bsDialog
  5.   Caption = 'Check Item'
  6.   ClientHeight = 68
  7.   ClientWidth = 283
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 12
  18.     Width = 20
  19.     Height = 13
  20.     Caption = 'Item'
  21.   end
  22.   object EdtItem: TEdit
  23.     Left = 40
  24.     Top = 8
  25.     Width = 233
  26.     Height = 20
  27.     TabOrder = 0
  28.   end
  29.   object BtnOK: TButton
  30.     Left = 116
  31.     Top = 36
  32.     Width = 75
  33.     Height = 25
  34.     Caption = 'OK'
  35.     Default = True
  36.     ModalResult = 1
  37.     TabOrder = 1
  38.   end
  39.   object BtnCancel: TButton
  40.     Left = 198
  41.     Top = 36
  42.     Width = 75
  43.     Height = 25
  44.     Cancel = True
  45.     Caption = 'Cancel'
  46.     ModalResult = 2
  47.     TabOrder = 2
  48.   end
  49. end
  50.