Componentes.Terceros.SDAC/internal/4.10.0.10/1/Source/Design/CRTabEditor.dfm
2007-10-05 14:48:18 +00:00

41 lines
884 B
Plaintext

inherited CRTabEditorForm: TCRTabEditorForm
Left = 295
Top = 204
Width = 512
Height = 338
HorzScrollBar.Visible = False
VertScrollBar.Visible = False
BorderIcons = [biSystemMenu]
Constraints.MinHeight = 332
Constraints.MinWidth = 512
Font.Height = -11
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
inherited BtnPanel: TPanel
Top = 270
Width = 504
TabOrder = 1
inherited imCorner: TImage
Left = 492
end
inherited btOk: TBitBtn
Left = 340
end
inherited btCancel: TBitBtn
Left = 421
end
end
object PageControl: TPageControl
Left = 8
Top = 8
Width = 488
Height = 255
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 0
TabStop = False
OnChange = PageControlChange
OnChanging = PageControlChanging
end
end