object Form1: TForm1 Left = 576 Height = 332 Top = 272 Width = 366 Caption = 'Form1' ClientHeight = 332 ClientWidth = 366 OnCreate = FormCreate LCLVersion = '0.9.31' object Label1: TLabel Left = 13 Height = 18 Top = 16 Width = 150 Caption = 'Testing jujibo db controls' ParentColor = False end object DBNavigator1: TDBNavigator Left = 21 Height = 25 Top = 96 Width = 241 BevelOuter = bvNone ChildSizing.EnlargeHorizontal = crsScaleChilds ChildSizing.EnlargeVertical = crsScaleChilds ChildSizing.ShrinkHorizontal = crsScaleChilds ChildSizing.ShrinkVertical = crsScaleChilds ChildSizing.Layout = cclLeftToRightThenTopToBottom ChildSizing.ControlsPerLine = 100 ClientHeight = 25 ClientWidth = 241 DataSource = Datasource1 Options = [] TabOrder = 4 end object BitBtn1: TBitBtn Left = 273 Height = 30 Top = 289 Width = 77 Anchors = [akRight, akBottom] Caption = '&Cerrar' Kind = bkClose ModalResult = 11 TabOrder = 5 end object JDBLabeledCurrencyEdit1: TJDBLabeledCurrencyEdit Left = 272 Height = 27 Top = 173 Width = 80 DisplayFormat = '#,0.00 €' DataField = 'TOTAL' DataSource = Datasource1 Decimals = 2 Alignment = taRightJustify EditLabel.AnchorSideLeft.Control = JDBLabeledCurrencyEdit1 EditLabel.AnchorSideRight.Control = JDBLabeledCurrencyEdit1 EditLabel.AnchorSideRight.Side = asrBottom EditLabel.AnchorSideBottom.Control = JDBLabeledCurrencyEdit1 EditLabel.Left = 272 EditLabel.Height = 18 EditLabel.Top = 152 EditLabel.Width = 80 EditLabel.Caption = 'Total' EditLabel.ParentColor = False TabOrder = 3 end object JDBLabeledIntegerEdit1: TJDBLabeledIntegerEdit Left = 21 Height = 27 Top = 174 Width = 80 DataField = 'ID' DataSource = Datasource1 Alignment = taRightJustify EditLabel.AnchorSideLeft.Control = JDBLabeledIntegerEdit1 EditLabel.AnchorSideRight.Control = JDBLabeledIntegerEdit1 EditLabel.AnchorSideRight.Side = asrBottom EditLabel.AnchorSideBottom.Control = JDBLabeledIntegerEdit1 EditLabel.Left = 21 EditLabel.Height = 18 EditLabel.Top = 153 EditLabel.Width = 80 EditLabel.Caption = 'Id' EditLabel.ParentColor = False TabOrder = 0 end object JDBLabeledDateEdit1: TJDBLabeledDateEdit Left = 106 Height = 27 Top = 173 Width = 80 DataField = 'DATE' DataSource = Datasource1 EditLabel.AnchorSideLeft.Control = JDBLabeledDateEdit1 EditLabel.AnchorSideRight.Control = JDBLabeledDateEdit1 EditLabel.AnchorSideRight.Side = asrBottom EditLabel.AnchorSideBottom.Control = JDBLabeledDateEdit1 EditLabel.Left = 106 EditLabel.Height = 18 EditLabel.Top = 152 EditLabel.Width = 80 EditLabel.Caption = 'Date' EditLabel.ParentColor = False TabOrder = 1 end object JDBLabeledIntegerEdit2: TJDBLabeledIntegerEdit Left = 188 Height = 27 Top = 173 Width = 80 DataField = 'ID2' DataSource = Datasource1 Alignment = taRightJustify EditLabel.AnchorSideLeft.Control = JDBLabeledIntegerEdit2 EditLabel.AnchorSideRight.Control = JDBLabeledIntegerEdit2 EditLabel.AnchorSideRight.Side = asrBottom EditLabel.AnchorSideBottom.Control = JDBLabeledIntegerEdit2 EditLabel.Left = 188 EditLabel.Height = 18 EditLabel.Top = 152 EditLabel.Width = 80 EditLabel.Caption = 'Id2' EditLabel.ParentColor = False TabOrder = 2 end object Datasource1: TDatasource DataSet = MemDataset1 left = 224 top = 8 end object MemDataset1: TMemDataset Active = True FieldDefs = < item Name = 'ID' DataType = ftInteger Precision = 0 Size = 0 end item Name = 'DATE' DataType = ftDate Precision = 0 Size = 0 end item Name = 'TOTAL' DataType = ftFloat Precision = 0 Size = 0 end item Name = 'ID2' DataType = ftInteger Precision = 0 Size = 0 end> left = 184 top = 8 end end