home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Shareware for Win 95
/
Chip-Shareware-Win95.bin
/
ostatni
/
delphi
/
ruzne
/
rzcomps.exe
/
LIB
/
RZCHKEDT.DF_
/
RZCHKEDT.DF
/
RZCHKEDT.txt
Wrap
Text File
|
1996-10-18
|
2KB
|
118 lines
object RzCheckListEditDlg: TRzCheckListEditDlg
Left = 200
Top = 99
BorderStyle = bsDialog
Caption = ' - Check List Editor'
ClientHeight = 248
ClientWidth = 334
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object GrpPreview: TGroupBox
Left = 8
Top = 8
Width = 317
Height = 197
Caption = 'Preview'
TabOrder = 0
object LstPreview: TRzCheckList
Left = 8
Top = 16
Width = 217
Height = 149
AllowGrayed = False
ItemHeight = 16
TabOrder = 0
OnClick = LstPreviewClick
end
object ChkItemEnabled: TCheckBox
Left = 8
Top = 172
Width = 81
Height = 17
Caption = 'Item Enabled'
Enabled = False
State = cbChecked
TabOrder = 6
OnClick = ChkItemEnabledClick
end
object BtnAdd: TButton
Left = 232
Top = 16
Width = 75
Height = 25
Caption = '&Add...'
TabOrder = 1
OnClick = BtnAddClick
end
object BtnEdit: TButton
Left = 232
Top = 45
Width = 75
Height = 25
Caption = '&Edit...'
TabOrder = 2
OnClick = BtnEditClick
end
object BtnDelete: TButton
Left = 232
Top = 74
Width = 75
Height = 25
Caption = '&Delete'
TabOrder = 3
OnClick = BtnDeleteClick
end
object BtnMoveUp: TButton
Left = 232
Top = 111
Width = 75
Height = 25
Caption = 'Move &Up'
TabOrder = 4
OnClick = BtnMoveUpClick
end
object BtnMoveDown: TButton
Left = 232
Top = 140
Width = 75
Height = 25
Caption = 'Move &Down'
TabOrder = 5
OnClick = BtnMoveDownClick
end
end
object BtnClose: TButton
Left = 167
Top = 216
Width = 75
Height = 25
Caption = 'Close'
ModalResult = 1
TabOrder = 2
end
object ChkAllowGrayed: TCheckBox
Left = 8
Top = 220
Width = 81
Height = 17
Caption = 'Allow Grayed'
TabOrder = 1
OnClick = ChkAllowGrayedClick
end
object BtnHelp: TButton
Left = 250
Top = 216
Width = 75
Height = 25
Caption = 'Help'
TabOrder = 3
OnClick = BtnHelpClick
end
end