是这样的,有时候是'resours Tform2 not found',但是我已经将unit2包含了,
更严重的是,有时候form编辑环境中想转换到form下的时候,那个form没有了!只有如下的
代码:object Form2: TForm2
Left = 284
Top = 69
Width = 544
Height = 375
Caption = #28436#31034#31383#21475
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object ListView1: TListView
Left = 0
Top = 0
Width = 537
Height = 169
Columns = <
item
end
item
Caption = #22995#21517
end
item
Caption = #24615#21035
end
item
Caption = #29983#26085
end
item
Caption = #32852#31995#30005#35805
end
item
Caption = #32852#31995#22320#22336
end
item
Caption = 'Email'#22320#22336
end>
TabOrder = 0
ViewStyle = vsReport
end
object Button1: TButton
Left = 208
Top = 240
Width = 75
Height = 25
Caption = 'Start'
TabOrder = 1
end
object Button2: TButton
Left = 328
Top = 240
Width = 75
Height = 25
Caption = 'End'
TabOrder = 2
end
object Database1: TDatabase
DatabaseName = 'luming'
DriverName = 'SQL Server'
SessionName = 'Default'
Left = 176
Top = 56
end
object lumingQuery: TQuery
DatabaseName = 'luming'
Left = 88
Top = 72
end
end