2011-09-20 15:27:54 +00:00
|
|
|
object Form1: TForm1
|
2011-09-27 10:14:38 +00:00
|
|
|
Left = 365
|
2013-08-29 10:42:04 +00:00
|
|
|
Height = 185
|
|
|
|
Top = 260
|
|
|
|
Width = 419
|
2011-09-20 15:27:54 +00:00
|
|
|
Caption = 'Example'
|
2013-08-29 10:42:04 +00:00
|
|
|
ClientHeight = 185
|
|
|
|
ClientWidth = 419
|
|
|
|
LCLVersion = '0.9.31'
|
2011-09-20 15:27:54 +00:00
|
|
|
object Label1: TLabel
|
|
|
|
Left = 8
|
2013-08-29 10:42:04 +00:00
|
|
|
Height = 18
|
2011-09-20 15:27:54 +00:00
|
|
|
Top = 8
|
2013-08-29 10:42:04 +00:00
|
|
|
Width = 253
|
2011-09-20 15:27:54 +00:00
|
|
|
Caption = 'Testing non DB-Aware Input Controls'
|
|
|
|
Font.Height = 14
|
|
|
|
Font.Style = [fsBold]
|
|
|
|
ParentColor = False
|
|
|
|
ParentFont = False
|
|
|
|
end
|
|
|
|
object GroupBox1: TGroupBox
|
|
|
|
Left = 24
|
|
|
|
Height = 82
|
|
|
|
Top = 40
|
2013-08-29 10:42:04 +00:00
|
|
|
Width = 375
|
2011-09-20 15:27:54 +00:00
|
|
|
Caption = 'Labeled controls'
|
|
|
|
ClientHeight = 63
|
2013-08-29 10:42:04 +00:00
|
|
|
ClientWidth = 371
|
2011-09-20 15:27:54 +00:00
|
|
|
TabOrder = 0
|
|
|
|
object JLabeledIntegerEdit1: TJLabeledIntegerEdit
|
|
|
|
Left = 14
|
|
|
|
Height = 27
|
|
|
|
Top = 23
|
|
|
|
Width = 80
|
|
|
|
DisplayFormat = '0'
|
|
|
|
Value = 0
|
|
|
|
EditLabel.AnchorSideLeft.Control = JLabeledIntegerEdit1
|
2011-09-27 10:14:38 +00:00
|
|
|
EditLabel.AnchorSideRight.Control = JLabeledIntegerEdit1
|
|
|
|
EditLabel.AnchorSideRight.Side = asrBottom
|
2011-09-20 15:27:54 +00:00
|
|
|
EditLabel.AnchorSideBottom.Control = JLabeledIntegerEdit1
|
|
|
|
EditLabel.Left = 14
|
2013-08-29 10:42:04 +00:00
|
|
|
EditLabel.Height = 18
|
|
|
|
EditLabel.Top = 2
|
2011-09-27 10:14:38 +00:00
|
|
|
EditLabel.Width = 80
|
2011-09-20 15:27:54 +00:00
|
|
|
EditLabel.Caption = 'Integer'
|
|
|
|
EditLabel.ParentColor = False
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object JLabeledCurrencyEdit1: TJLabeledCurrencyEdit
|
|
|
|
Left = 102
|
|
|
|
Height = 27
|
|
|
|
Top = 23
|
|
|
|
Width = 80
|
|
|
|
DisplayFormat = '#,0.00 €'
|
|
|
|
Decimals = 2
|
|
|
|
Value = 0
|
|
|
|
EditLabel.AnchorSideLeft.Control = JLabeledCurrencyEdit1
|
2011-09-27 10:14:38 +00:00
|
|
|
EditLabel.AnchorSideRight.Control = JLabeledCurrencyEdit1
|
|
|
|
EditLabel.AnchorSideRight.Side = asrBottom
|
2011-09-20 15:27:54 +00:00
|
|
|
EditLabel.AnchorSideBottom.Control = JLabeledCurrencyEdit1
|
|
|
|
EditLabel.Left = 102
|
2013-08-29 10:42:04 +00:00
|
|
|
EditLabel.Height = 18
|
|
|
|
EditLabel.Top = 2
|
2011-09-27 10:14:38 +00:00
|
|
|
EditLabel.Width = 80
|
2011-09-20 15:27:54 +00:00
|
|
|
EditLabel.Caption = 'Currency'
|
|
|
|
EditLabel.ParentColor = False
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object JLabeledDateEdit1: TJLabeledDateEdit
|
|
|
|
Left = 190
|
|
|
|
Height = 27
|
|
|
|
Top = 22
|
|
|
|
Width = 80
|
|
|
|
DisplayFormat = 'dd/mm/yy'
|
|
|
|
Value = 0
|
|
|
|
EditLabel.AnchorSideLeft.Control = JLabeledDateEdit1
|
2011-09-27 10:14:38 +00:00
|
|
|
EditLabel.AnchorSideRight.Control = JLabeledDateEdit1
|
|
|
|
EditLabel.AnchorSideRight.Side = asrBottom
|
2011-09-20 15:27:54 +00:00
|
|
|
EditLabel.AnchorSideBottom.Control = JLabeledDateEdit1
|
|
|
|
EditLabel.Left = 190
|
2013-08-29 10:42:04 +00:00
|
|
|
EditLabel.Height = 18
|
|
|
|
EditLabel.Top = 1
|
2011-09-27 10:14:38 +00:00
|
|
|
EditLabel.Width = 80
|
2011-09-20 15:27:54 +00:00
|
|
|
EditLabel.Caption = 'Date'
|
|
|
|
EditLabel.ParentColor = False
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
2011-09-27 10:14:38 +00:00
|
|
|
object JLabeledFloatEdit1: TJLabeledFloatEdit
|
2013-08-29 10:42:04 +00:00
|
|
|
Left = 280
|
2011-09-27 10:14:38 +00:00
|
|
|
Height = 27
|
2013-08-29 10:42:04 +00:00
|
|
|
Top = 23
|
2011-09-27 10:14:38 +00:00
|
|
|
Width = 80
|
|
|
|
DisplayFormat = '#,0.00'
|
|
|
|
Decimals = 2
|
|
|
|
Value = 0
|
|
|
|
EditLabel.AnchorSideLeft.Control = JLabeledFloatEdit1
|
|
|
|
EditLabel.AnchorSideRight.Control = JLabeledFloatEdit1
|
|
|
|
EditLabel.AnchorSideRight.Side = asrBottom
|
|
|
|
EditLabel.AnchorSideBottom.Control = JLabeledFloatEdit1
|
2013-08-29 10:42:04 +00:00
|
|
|
EditLabel.Left = 280
|
|
|
|
EditLabel.Height = 18
|
2011-09-27 10:14:38 +00:00
|
|
|
EditLabel.Top = 2
|
|
|
|
EditLabel.Width = 80
|
|
|
|
EditLabel.Caption = 'Float'
|
|
|
|
EditLabel.ParentColor = False
|
|
|
|
TabOrder = 3
|
|
|
|
end
|
2011-09-20 15:27:54 +00:00
|
|
|
end
|
|
|
|
object BitBtn1: TBitBtn
|
2013-08-29 10:42:04 +00:00
|
|
|
Left = 308
|
2011-09-20 15:27:54 +00:00
|
|
|
Height = 30
|
2013-08-29 10:42:04 +00:00
|
|
|
Top = 139
|
2011-09-20 15:27:54 +00:00
|
|
|
Width = 91
|
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
Caption = '&Cerrar'
|
|
|
|
Kind = bkClose
|
|
|
|
ModalResult = 11
|
2011-09-30 11:09:31 +00:00
|
|
|
TabOrder = 1
|
2011-09-20 15:27:54 +00:00
|
|
|
end
|
|
|
|
end
|