Files
lazarus-ccr/components/jujiboutils/examples/example1/main.lfm

166 lines
4.1 KiB
Plaintext
Raw Normal View History

object Form1: TForm1
Left = 379
Height = 340
Top = 214
Width = 411
Caption = 'Form1'
ClientHeight = 340
ClientWidth = 411
OnCreate = FormCreate
LCLVersion = '1.1'
object Label1: TLabel
Left = 13
Height = 17
Top = 16
Width = 149
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 = 318
Height = 30
Top = 297
Width = 77
Anchors = [akRight, akBottom]
Caption = '&Cerrar'
Kind = bkClose
ModalResult = 11
TabOrder = 5
end
object JDBLabeledCurrencyEdit1: TJDBLabeledCurrencyEdit
Left = 300
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 = 300
EditLabel.Height = 17
EditLabel.Top = 153
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 = 17
EditLabel.Top = 154
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
ButtonWidth = 23
EditLabel.AnchorSideLeft.Control = JDBLabeledDateEdit1
EditLabel.AnchorSideRight.Control = JDBLabeledDateEdit1
EditLabel.AnchorSideRight.Side = asrBottom
EditLabel.AnchorSideBottom.Control = JDBLabeledDateEdit1
EditLabel.Left = 106
EditLabel.Height = 17
EditLabel.Top = 153
EditLabel.Width = 80
EditLabel.Caption = 'Date'
EditLabel.ParentColor = False
TabOrder = 1
end
object JDBLabeledIntegerEdit2: TJDBLabeledIntegerEdit
Left = 216
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 = 216
EditLabel.Height = 17
EditLabel.Top = 153
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