24 lines
548 B
Plaintext
24 lines
548 B
Plaintext
object ChemForm: TChemForm
|
|
Left = 604
|
|
Height = 240
|
|
Top = 270
|
|
Width = 320
|
|
Caption = 'ChemForm'
|
|
ClientHeight = 240
|
|
ClientWidth = 320
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
LCLVersion = '2.0.12.0'
|
|
object chemGrid: TTIGrid
|
|
Left = 162
|
|
Height = 100
|
|
Top = 110
|
|
Width = 200
|
|
Color = clWindow
|
|
Filter = [tkInteger, tkChar, tkEnumeration, tkFloat, tkSString, tkLString, tkAString, tkWString, tkVariant, tkWChar, tkBool, tkInt64, tkQWord]
|
|
ParentColor = False
|
|
TabOrder = 0
|
|
TIOptions = []
|
|
end
|
|
end
|