home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 September
/
Chip_2001-09_cd1.bin
/
zkuste
/
delphi
/
kolekce
/
d6
/
RX275D6.ZIP
/
Units
/
seldsfrm.dfm
/
seldsfrm.txt
Wrap
Text File
|
1999-10-12
|
1KB
|
58 lines
object SelectDataSetForm: TSelectDataSetForm
Left = 223
Top = 153
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Memory DataSet Structure'
ClientHeight = 191
ClientWidth = 254
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object GroupBox: TGroupBox
Left = 9
Top = 3
Width = 235
Height = 143
Caption = ' Borrow Structure From '
TabOrder = 0
object DataSetList: TListBox
Left = 8
Top = 19
Width = 218
Height = 115
Enabled = False
ItemHeight = 13
Sorted = True
TabOrder = 0
OnDblClick = DataSetListDblClick
OnKeyPress = DataSetListKeyPress
end
end
object OkBtn: TButton
Left = 87
Top = 155
Width = 75
Height = 25
Caption = 'OK'
Default = True
Enabled = False
ModalResult = 1
TabOrder = 1
end
object CancelBtn: TButton
Left = 170
Top = 155
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
end