2011-09-19 11:25:08 +00:00
|
|
|
object Form1: TForm1
|
2013-08-29 10:42:04 +00:00
|
|
|
Left = 576
|
|
|
|
Height = 332
|
|
|
|
Top = 272
|
|
|
|
Width = 366
|
2011-09-19 11:25:08 +00:00
|
|
|
Caption = 'Form1'
|
2013-08-29 10:42:04 +00:00
|
|
|
ClientHeight = 332
|
|
|
|
ClientWidth = 366
|
2011-09-19 11:25:08 +00:00
|
|
|
OnCreate = FormCreate
|
2013-08-29 10:42:04 +00:00
|
|
|
LCLVersion = '0.9.31'
|
2011-09-19 11:25:08 +00:00
|
|
|
object Label1: TLabel
|
|
|
|
Left = 13
|
2013-08-29 10:42:04 +00:00
|
|
|
Height = 18
|
2011-09-19 11:25:08 +00:00
|
|
|
Top = 16
|
2013-08-29 10:42:04 +00:00
|
|
|
Width = 150
|
2011-09-19 11:25:08 +00:00
|
|
|
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 = []
|
2011-09-30 11:09:31 +00:00
|
|
|
TabOrder = 4
|
2011-09-19 11:25:08 +00:00
|
|
|
end
|
2011-09-20 08:31:40 +00:00
|
|
|
object BitBtn1: TBitBtn
|
2013-08-29 10:42:04 +00:00
|
|
|
Left = 273
|
2011-09-20 08:31:40 +00:00
|
|
|
Height = 30
|
2013-08-29 10:42:04 +00:00
|
|
|
Top = 289
|
2011-09-20 08:31:40 +00:00
|
|
|
Width = 77
|
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
Caption = '&Cerrar'
|
|
|
|
Kind = bkClose
|
|
|
|
ModalResult = 11
|
2011-09-30 11:09:31 +00:00
|
|
|
TabOrder = 5
|
2011-09-20 08:58:19 +00:00
|
|
|
end
|
|
|
|
object JDBLabeledCurrencyEdit1: TJDBLabeledCurrencyEdit
|
2013-08-29 10:42:04 +00:00
|
|
|
Left = 272
|
2011-09-20 08:58:19 +00:00
|
|
|
Height = 27
|
2011-09-30 11:09:31 +00:00
|
|
|
Top = 173
|
2011-09-20 08:58:19 +00:00
|
|
|
Width = 80
|
2011-09-30 11:09:31 +00:00
|
|
|
DisplayFormat = '#,0.00 €'
|
2011-09-20 08:58:19 +00:00
|
|
|
DataField = 'TOTAL'
|
|
|
|
DataSource = Datasource1
|
|
|
|
Decimals = 2
|
|
|
|
Alignment = taRightJustify
|
|
|
|
EditLabel.AnchorSideLeft.Control = JDBLabeledCurrencyEdit1
|
2011-09-30 11:09:31 +00:00
|
|
|
EditLabel.AnchorSideRight.Control = JDBLabeledCurrencyEdit1
|
|
|
|
EditLabel.AnchorSideRight.Side = asrBottom
|
2011-09-20 08:58:19 +00:00
|
|
|
EditLabel.AnchorSideBottom.Control = JDBLabeledCurrencyEdit1
|
2013-08-29 10:42:04 +00:00
|
|
|
EditLabel.Left = 272
|
|
|
|
EditLabel.Height = 18
|
|
|
|
EditLabel.Top = 152
|
2011-09-30 11:09:31 +00:00
|
|
|
EditLabel.Width = 80
|
|
|
|
EditLabel.Caption = 'Total'
|
2011-09-20 08:58:19 +00:00
|
|
|
EditLabel.ParentColor = False
|
2011-09-30 11:09:31 +00:00
|
|
|
TabOrder = 3
|
2011-09-20 08:31:40 +00:00
|
|
|
end
|
2011-09-30 11:09:31 +00:00
|
|
|
object JDBLabeledIntegerEdit1: TJDBLabeledIntegerEdit
|
|
|
|
Left = 21
|
2011-09-19 11:25:08 +00:00
|
|
|
Height = 27
|
2011-09-30 11:09:31 +00:00
|
|
|
Top = 174
|
2011-09-19 11:25:08 +00:00
|
|
|
Width = 80
|
|
|
|
DataField = 'ID'
|
|
|
|
DataSource = Datasource1
|
2011-09-20 08:31:40 +00:00
|
|
|
Alignment = taRightJustify
|
2011-09-30 11:09:31 +00:00
|
|
|
EditLabel.AnchorSideLeft.Control = JDBLabeledIntegerEdit1
|
|
|
|
EditLabel.AnchorSideRight.Control = JDBLabeledIntegerEdit1
|
|
|
|
EditLabel.AnchorSideRight.Side = asrBottom
|
|
|
|
EditLabel.AnchorSideBottom.Control = JDBLabeledIntegerEdit1
|
|
|
|
EditLabel.Left = 21
|
2013-08-29 10:42:04 +00:00
|
|
|
EditLabel.Height = 18
|
|
|
|
EditLabel.Top = 153
|
2011-09-30 11:09:31 +00:00
|
|
|
EditLabel.Width = 80
|
|
|
|
EditLabel.Caption = 'Id'
|
|
|
|
EditLabel.ParentColor = False
|
2011-09-20 08:58:19 +00:00
|
|
|
TabOrder = 0
|
2011-09-19 11:25:08 +00:00
|
|
|
end
|
2011-09-30 11:09:31 +00:00
|
|
|
object JDBLabeledDateEdit1: TJDBLabeledDateEdit
|
2011-09-20 08:58:19 +00:00
|
|
|
Left = 106
|
2011-09-19 11:25:08 +00:00
|
|
|
Height = 27
|
2011-09-30 11:09:31 +00:00
|
|
|
Top = 173
|
2011-09-19 11:25:08 +00:00
|
|
|
Width = 80
|
|
|
|
DataField = 'DATE'
|
|
|
|
DataSource = Datasource1
|
2011-09-30 11:09:31 +00:00
|
|
|
EditLabel.AnchorSideLeft.Control = JDBLabeledDateEdit1
|
|
|
|
EditLabel.AnchorSideRight.Control = JDBLabeledDateEdit1
|
|
|
|
EditLabel.AnchorSideRight.Side = asrBottom
|
|
|
|
EditLabel.AnchorSideBottom.Control = JDBLabeledDateEdit1
|
|
|
|
EditLabel.Left = 106
|
2013-08-29 10:42:04 +00:00
|
|
|
EditLabel.Height = 18
|
|
|
|
EditLabel.Top = 152
|
2011-09-30 11:09:31 +00:00
|
|
|
EditLabel.Width = 80
|
|
|
|
EditLabel.Caption = 'Date'
|
|
|
|
EditLabel.ParentColor = False
|
2011-09-20 08:58:19 +00:00
|
|
|
TabOrder = 1
|
2011-09-19 11:25:08 +00:00
|
|
|
end
|
2011-09-30 11:09:31 +00:00
|
|
|
object JDBLabeledIntegerEdit2: TJDBLabeledIntegerEdit
|
2013-08-29 10:42:04 +00:00
|
|
|
Left = 188
|
2011-09-19 11:25:08 +00:00
|
|
|
Height = 27
|
2011-09-30 11:09:31 +00:00
|
|
|
Top = 173
|
2011-09-19 11:25:08 +00:00
|
|
|
Width = 80
|
2011-09-30 15:07:14 +00:00
|
|
|
DataField = 'ID2'
|
2011-09-19 11:25:08 +00:00
|
|
|
DataSource = Datasource1
|
2011-09-20 08:31:40 +00:00
|
|
|
Alignment = taRightJustify
|
2011-09-30 11:09:31 +00:00
|
|
|
EditLabel.AnchorSideLeft.Control = JDBLabeledIntegerEdit2
|
|
|
|
EditLabel.AnchorSideRight.Control = JDBLabeledIntegerEdit2
|
|
|
|
EditLabel.AnchorSideRight.Side = asrBottom
|
|
|
|
EditLabel.AnchorSideBottom.Control = JDBLabeledIntegerEdit2
|
2013-08-29 10:42:04 +00:00
|
|
|
EditLabel.Left = 188
|
|
|
|
EditLabel.Height = 18
|
|
|
|
EditLabel.Top = 152
|
2011-09-30 11:09:31 +00:00
|
|
|
EditLabel.Width = 80
|
|
|
|
EditLabel.Caption = 'Id2'
|
|
|
|
EditLabel.ParentColor = False
|
2011-09-20 08:58:19 +00:00
|
|
|
TabOrder = 2
|
2011-09-19 11:25:08 +00:00
|
|
|
end
|
|
|
|
object Datasource1: TDatasource
|
2013-08-29 10:42:04 +00:00
|
|
|
DataSet = MemDataset1
|
|
|
|
left = 224
|
2011-09-19 11:25:08 +00:00
|
|
|
top = 8
|
|
|
|
end
|
2013-08-29 10:42:04 +00:00
|
|
|
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
|
2011-09-19 11:25:08 +00:00
|
|
|
top = 8
|
|
|
|
end
|
|
|
|
end
|