home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
STDVCS32.DLL
/
RCDATA
/
TPROJECTPICKER
/
TPROJECTPICKER.txt
Wrap
Text File
|
1997-01-16
|
1KB
|
67 lines
object ProjectPicker: TProjectPicker
Left = 881
Top = 111
HelpContext = 1045
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Select Project'
ClientHeight = 180
ClientWidth = 329
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
Position = poScreenCenter
TextHeight = 13
object Label1: TLabel
Left = 13
Top = 11
Width = 72
Height = 13
Caption = 'PVCS Projects:'
end
object ProjectListBox: TListBox
Left = 12
Top = 31
Width = 215
Height = 133
ItemHeight = 13
Sorted = True
TabOrder = 0
OnClick = ProjectListBoxClick
OnDblClick = ProjectListBoxDblClick
end
object OKButton: TButton
Left = 241
Top = 30
Width = 75
Height = 25
Caption = '&OK'
Default = True
Enabled = False
ModalResult = 1
TabOrder = 1
OnClick = OKButtonClick
end
object Cancel: TButton
Left = 241
Top = 67
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object Help: TButton
Left = 241
Top = 103
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 3
OnClick = HelpClick
end
end