home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
STDVCS32.DLL
/
RCDATA
/
TPUTDLG
/
TPUTDLG.txt
Wrap
Text File
|
1997-01-16
|
3KB
|
133 lines
object PutDlg: TPutDlg
Left = 863
Top = 238
HelpContext = 1006
ActiveControl = ChangeDesc
BorderStyle = bsDialog
Caption = 'Check In'
ClientHeight = 176
ClientWidth = 408
Font.Height = -11
Font.Name = 'MS Sans Serif'
PixelsPerInch = 96
Position = poScreenCenter
OnCreate = FormCreate
TextHeight = 13
object Label3: TLabel
Left = 8
Top = 12
Width = 94
Height = 13
Caption = '&Change description:'
FocusControl = ChangeDesc
IsControl = True
end
object Label4: TLabel
Left = 8
Top = 115
Width = 63
Height = 13
Caption = '&Version label:'
FocusControl = edVersion
IsControl = True
end
object ChangeDesc: TMemo
Left = 8
Top = 28
Width = 393
Height = 73
Hint = 'Enter text describing changes made to file being checked in.'
HelpContext = 1006
ParentShowHint = False
ScrollBars = ssVertical
ShowHint = False
TabOrder = 0
end
object edVersion: TEdit
Left = 92
Top = 112
Width = 121
Height = 20
Hint = 'Enter name of label to attach to changes being checked in'
HelpContext = 1006
ParentShowHint = False
ShowHint = False
TabOrder = 1
IsControl = True
end
object cbKeepLocked: TCheckBox
Left = 308
Top = 112
Width = 93
Height = 21
Hint = 'Keep file locked after checking in'
HelpContext = 1006
Caption = '&Keep locked'
ParentShowHint = False
ShowHint = False
TabOrder = 2
IsControl = True
end
object OkButton: TBitBtn
Left = 161
Top = 144
Width = 75
Height = 25
Hint = 'Check in file with description and label specified'
HelpContext = 1006
Caption = '&OK'
Default = True
ModalResult = 1
ParentShowHint = False
ShowHint = False
TabOrder = 3
NumGlyphs = 2
end
object CancelButton: TBitBtn
Left = 244
Top = 144
Width = 75
Height = 25
Hint = 'Dismiss dialog without checking in file'
HelpContext = 1006
Cancel = True
Caption = 'Cancel'
ModalResult = 2
ParentShowHint = False
ShowHint = False
TabOrder = 4
NumGlyphs = 2
end
object HelpButton: TBitBtn
Left = 327
Top = 144
Width = 75
Height = 25
Hint = 'Get more detailed help'
HelpContext = 1006
Caption = '&Help'
ParentShowHint = False
ShowHint = False
TabOrder = 5
OnClick = HelpButtonClick
NumGlyphs = 2
end
object AllButton: TBitBtn
Left = 78
Top = 144
Width = 75
Height = 25
Hint =
'Check in all remaining files with description and label specifie' +
'd'
HelpContext = 1006
Caption = 'OK to All'
ModalResult = 6
ParentShowHint = False
ShowHint = False
TabOrder = 6
Visible = False
NumGlyphs = 2
end
end