home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
STDVCS32.DLL
/
RCDATA
/
TVERSIONLABELDLG
/
TVERSIONLABELDLG.txt
Wrap
Text File
|
1997-01-16
|
6KB
|
259 lines
object VersionLabelDlg: TVersionLabelDlg
Left = 904
Top = 179
BorderStyle = bsDialog
Caption = 'Manage Version Labels'
ClientHeight = 150
ClientWidth = 297
Font.Height = -11
Font.Name = 'MS Sans Serif'
PixelsPerInch = 96
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
TextHeight = 13
object Notebook: TNotebook
Left = 0
Top = 4
Width = 297
Height = 123
TabOrder = 0
IsControl = True
object TPage
Left = 0
Top = 0
Caption = 'AddLabel'
IsControl = True
object GroupBox2: TGroupBox
Left = 9
Top = 4
Width = 280
Height = 104
HelpContext = 1007
TabOrder = 0
IsControl = True
object Label1: TLabel
Left = 8
Top = 20
Width = 93
Height = 17
AutoSize = False
Caption = '&Version label:'
FocusControl = edAddLabel
IsControl = True
end
object Label2: TLabel
Left = 8
Top = 44
Width = 105
Height = 13
AutoSize = False
Caption = '&Revision Number:'
FocusControl = cmbAddRevision
IsControl = True
end
object edAddLabel: TEdit
Left = 112
Top = 16
Width = 161
Height = 20
Hint = 'Enter name for new label'
HelpContext = 1007
ParentShowHint = False
ShowHint = False
TabOrder = 0
IsControl = True
end
object cmbAddRevision: TComboBox
Left = 112
Top = 40
Width = 161
Height = 20
Hint = 'Select revision to label'
HelpContext = 1007
Style = csDropDownList
ItemHeight = 13
ParentShowHint = False
ShowHint = False
TabOrder = 1
OnDropDown = AddRevisionDropDown
IsControl = True
end
object cbMoveLabel: TCheckBox
Left = 8
Top = 72
Width = 120
Height = 20
Hint = 'If label already exists, move it to selected revision'
HelpContext = 1007
Caption = '&Move if assigned'
ParentShowHint = False
ShowHint = False
TabOrder = 2
IsControl = True
end
object cbFloating: TCheckBox
Left = 155
Top = 72
Width = 102
Height = 20
Hint = 'Create a branch label'
HelpContext = 1007
Caption = '&Floating Label'
ParentShowHint = False
ShowHint = False
TabOrder = 3
IsControl = True
end
end
end
object TPage
Left = 0
Top = 0
Caption = 'RenameLabel'
IsControl = True
object GroupBox3: TGroupBox
Left = 8
Top = 4
Width = 281
Height = 83
HelpContext = 1009
TabOrder = 0
IsControl = True
object Label3: TLabel
Left = 8
Top = 20
Width = 93
Height = 17
AutoSize = False
Caption = '&Old label name:'
FocusControl = cmbOldLabel
IsControl = True
end
object Label4: TLabel
Left = 8
Top = 52
Width = 97
Height = 17
AutoSize = False
Caption = '&New label name:'
FocusControl = edNewLabel
IsControl = True
end
object cmbOldLabel: TComboBox
Left = 94
Top = 16
Width = 179
Height = 20
Hint = 'Select label to rename from this list'
HelpContext = 1009
Style = csDropDownList
ItemHeight = 13
ParentShowHint = False
ShowHint = False
Sorted = True
TabOrder = 0
OnDropDown = OldLabelDropDown
IsControl = True
end
object edNewLabel: TEdit
Left = 94
Top = 48
Width = 179
Height = 20
Hint = 'Enter new name for selected label'
HelpContext = 1009
ParentShowHint = False
ShowHint = False
TabOrder = 1
IsControl = True
end
end
end
object TPage
Left = 0
Top = 0
Caption = 'DeleteLabel'
IsControl = True
object GroupBox4: TGroupBox
Left = 8
Top = 4
Width = 280
Height = 92
HelpContext = 1008
TabOrder = 0
IsControl = True
object Label6: TLabel
Left = 8
Top = 20
Width = 75
Height = 17
AutoSize = False
Caption = '&Version label:'
FocusControl = edAddLabel
ParentFont = False
IsControl = True
end
object cmbDeleteLabel: TComboBox
Left = 80
Top = 16
Width = 193
Height = 20
Hint = 'Select label to delete from this list'
HelpContext = 1008
Style = csDropDownList
ItemHeight = 13
ParentShowHint = False
ShowHint = False
Sorted = True
TabOrder = 0
OnDropDown = DeleteLabelDropDown
IsControl = True
end
end
end
end
object CancelButton: TBitBtn
Left = 130
Top = 117
Width = 75
Height = 25
Hint = 'Dismiss dialog without performing operation'
Cancel = True
Caption = 'Cancel'
ModalResult = 2
ParentShowHint = False
ShowHint = False
TabOrder = 1
NumGlyphs = 2
end
object HelpButton: TBitBtn
Left = 211
Top = 117
Width = 75
Height = 25
Hint = 'Get more detailed help'
Caption = '&Help'
ParentShowHint = False
ShowHint = False
TabOrder = 2
OnClick = HelpButtonClick
NumGlyphs = 2
end
object OkButton: TBitBtn
Left = 48
Top = 117
Width = 75
Height = 25
Hint = 'Perform selected labelling operation'
Caption = 'OK'
Default = True
ModalResult = 1
ParentShowHint = False
ShowHint = False
TabOrder = 3
OnClick = OkButtonClick
NumGlyphs = 2
end
end