home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
STDVCS32.DLL
/
RCDATA
/
TPUTLOCKDLG
/
TPUTLOCKDLG.txt
Wrap
Text File
|
1997-01-16
|
2KB
|
79 lines
object PutLockDlg: TPutLockDlg
Left = 434
Top = 550
ActiveControl = cmbRevision
BorderStyle = bsDialog
Caption = 'Lock Archive(s)'
ClientHeight = 77
ClientWidth = 304
Font.Height = -11
Font.Name = 'MS Sans Serif'
PixelsPerInch = 96
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
TextHeight = 13
object Label2: TLabel
Left = 8
Top = 10
Width = 61
Height = 17
AutoSize = False
Caption = '&Revision:'
end
object cmbRevision: TComboBox
Left = 68
Top = 8
Width = 228
Height = 20
Hint = 'Choose from revision numbers in archive'
ItemHeight = 13
ParentShowHint = False
ShowHint = True
TabOrder = 0
OnDropDown = RevisionDropDown
end
object OkButton: TBitBtn
Left = 52
Top = 41
Width = 75
Height = 25
Hint = 'Lock revision of archive'
Caption = 'OK'
Default = True
ModalResult = 1
ParentShowHint = False
ShowHint = True
TabOrder = 1
OnClick = LockClick
NumGlyphs = 2
end
object HelpButton: TBitBtn
Left = 220
Top = 41
Width = 75
Height = 25
Hint = 'Get more detailed help'
Caption = '&Help'
ParentShowHint = False
ShowHint = True
TabOrder = 2
OnClick = HelpButtonClick
NumGlyphs = 2
end
object CancelButton: TBitBtn
Left = 136
Top = 41
Width = 75
Height = 25
Hint = 'Dismiss dialog without locking archive'
Cancel = True
Caption = 'Cancel'
ModalResult = 2
ParentShowHint = False
ShowHint = True
TabOrder = 3
NumGlyphs = 2
end
end