home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
borland
/
cb
/
setup
/
cbuilder
/
data.z
/
DSADD.DFM
/
DSADD.txt
Wrap
Text File
|
1997-02-28
|
1KB
|
64 lines
object AddFields: TAddFields
Left = 293
Top = 103
ActiveControl = FieldsList
BorderStyle = bsDialog
Caption = 'Add Fields'
ClientHeight = 216
ClientWidth = 237
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object OkBtn: TButton
Left = 154
Top = 13
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object CancelBtn: TButton
Left = 154
Top = 43
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 137
Height = 197
Caption = 'Available fields'
TabOrder = 0
object FieldsList: TListBox
Left = 8
Top = 16
Width = 121
Height = 173
ItemHeight = 13
MultiSelect = True
TabOrder = 0
end
end
object HelpBtn: TButton
Left = 154
Top = 73
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 3
OnClick = HelpBtnClick
end
end