You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2781 8e941d3f-bd1b-0410-a28a-d453659cc2b4
144 lines
3.8 KiB
Plaintext
144 lines
3.8 KiB
Plaintext
object Form1: TForm1
|
|
Left = 307
|
|
Height = 331
|
|
Top = 233
|
|
Width = 436
|
|
Caption = 'Form1'
|
|
ClientHeight = 331
|
|
ClientWidth = 436
|
|
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 = 343
|
|
Height = 30
|
|
Top = 288
|
|
Width = 77
|
|
Anchors = [akRight, akBottom]
|
|
Caption = '&Cerrar'
|
|
Kind = bkClose
|
|
ModalResult = 11
|
|
TabOrder = 5
|
|
end
|
|
object JDBLabeledCurrencyEdit1: TJDBLabeledCurrencyEdit
|
|
Left = 298
|
|
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 = 298
|
|
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
|
|
Hint = 'Try Alt+Down arrow key to show the calendar'
|
|
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
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 1
|
|
end
|
|
object JDBLabeledIntegerEdit2: TJDBLabeledIntegerEdit
|
|
Left = 214
|
|
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 = 214
|
|
EditLabel.Height = 17
|
|
EditLabel.Top = 153
|
|
EditLabel.Width = 80
|
|
EditLabel.Caption = 'Id2'
|
|
EditLabel.ParentColor = False
|
|
TabOrder = 2
|
|
end
|
|
object Datasource1: TDatasource
|
|
DataSet = BufDataset1
|
|
left = 336
|
|
top = 8
|
|
end
|
|
object BufDataset1: TBufDataset
|
|
FieldDefs = <>
|
|
left = 248
|
|
top = 8
|
|
end
|
|
end
|