home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / ruzne / rzcomps.exe / LIB32 / RZCHKEDT.DF_ / RZCHKEDT.DF / RZCHKEDT.txt
Text File  |  1996-10-18  |  2KB  |  118 lines

  1. object RzCheckListEditDlg: TRzCheckListEditDlg
  2.   Left = 200
  3.   Top = 99
  4.   BorderStyle = bsDialog
  5.   Caption = ' - Check List Editor'
  6.   ClientHeight = 248
  7.   ClientWidth = 334
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GrpPreview: TGroupBox
  17.     Left = 8
  18.     Top = 8
  19.     Width = 317
  20.     Height = 197
  21.     Caption = 'Preview'
  22.     TabOrder = 0
  23.     object LstPreview: TRzCheckList
  24.       Left = 8
  25.       Top = 16
  26.       Width = 217
  27.       Height = 149
  28.       AllowGrayed = False
  29.       ItemHeight = 16
  30.       TabOrder = 0
  31.       OnClick = LstPreviewClick
  32.     end
  33.     object ChkItemEnabled: TCheckBox
  34.       Left = 8
  35.       Top = 172
  36.       Width = 81
  37.       Height = 17
  38.       Caption = 'Item Enabled'
  39.       Enabled = False
  40.       State = cbChecked
  41.       TabOrder = 6
  42.       OnClick = ChkItemEnabledClick
  43.     end
  44.     object BtnAdd: TButton
  45.       Left = 232
  46.       Top = 16
  47.       Width = 75
  48.       Height = 25
  49.       Caption = '&Add...'
  50.       TabOrder = 1
  51.       OnClick = BtnAddClick
  52.     end
  53.     object BtnEdit: TButton
  54.       Left = 232
  55.       Top = 45
  56.       Width = 75
  57.       Height = 25
  58.       Caption = '&Edit...'
  59.       TabOrder = 2
  60.       OnClick = BtnEditClick
  61.     end
  62.     object BtnDelete: TButton
  63.       Left = 232
  64.       Top = 74
  65.       Width = 75
  66.       Height = 25
  67.       Caption = '&Delete'
  68.       TabOrder = 3
  69.       OnClick = BtnDeleteClick
  70.     end
  71.     object BtnMoveUp: TButton
  72.       Left = 232
  73.       Top = 111
  74.       Width = 75
  75.       Height = 25
  76.       Caption = 'Move &Up'
  77.       TabOrder = 4
  78.       OnClick = BtnMoveUpClick
  79.     end
  80.     object BtnMoveDown: TButton
  81.       Left = 232
  82.       Top = 140
  83.       Width = 75
  84.       Height = 25
  85.       Caption = 'Move &Down'
  86.       TabOrder = 5
  87.       OnClick = BtnMoveDownClick
  88.     end
  89.   end
  90.   object BtnClose: TButton
  91.     Left = 167
  92.     Top = 216
  93.     Width = 75
  94.     Height = 25
  95.     Caption = 'Close'
  96.     ModalResult = 1
  97.     TabOrder = 2
  98.   end
  99.   object ChkAllowGrayed: TCheckBox
  100.     Left = 8
  101.     Top = 220
  102.     Width = 81
  103.     Height = 17
  104.     Caption = 'Allow Grayed'
  105.     TabOrder = 1
  106.     OnClick = ChkAllowGrayedClick
  107.   end
  108.   object BtnHelp: TButton
  109.     Left = 250
  110.     Top = 216
  111.     Width = 75
  112.     Height = 25
  113.     Caption = 'Help'
  114.     TabOrder = 3
  115.     OnClick = BtnHelpClick
  116.   end
  117. end
  118.