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

121 lines
3.2 KiB
Plaintext
Raw Normal View History

object Form1: TForm1
Left = 365
Height = 185
Top = 260
Width = 419
Caption = 'Example'
ClientHeight = 185
ClientWidth = 419
LCLVersion = '0.9.31'
object Label1: TLabel
Left = 8
Height = 18
Top = 8
Width = 253
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
Width = 375
Caption = 'Labeled controls'
ClientHeight = 63
ClientWidth = 371
TabOrder = 0
object JLabeledIntegerEdit1: TJLabeledIntegerEdit
Left = 14
Height = 27
Top = 23
Width = 80
DisplayFormat = '0'
Value = 0
EditLabel.AnchorSideLeft.Control = JLabeledIntegerEdit1
EditLabel.AnchorSideRight.Control = JLabeledIntegerEdit1
EditLabel.AnchorSideRight.Side = asrBottom
EditLabel.AnchorSideBottom.Control = JLabeledIntegerEdit1
EditLabel.Left = 14
EditLabel.Height = 18
EditLabel.Top = 2
EditLabel.Width = 80
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
EditLabel.AnchorSideRight.Control = JLabeledCurrencyEdit1
EditLabel.AnchorSideRight.Side = asrBottom
EditLabel.AnchorSideBottom.Control = JLabeledCurrencyEdit1
EditLabel.Left = 102
EditLabel.Height = 18
EditLabel.Top = 2
EditLabel.Width = 80
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
EditLabel.AnchorSideRight.Control = JLabeledDateEdit1
EditLabel.AnchorSideRight.Side = asrBottom
EditLabel.AnchorSideBottom.Control = JLabeledDateEdit1
EditLabel.Left = 190
EditLabel.Height = 18
EditLabel.Top = 1
EditLabel.Width = 80
EditLabel.Caption = 'Date'
EditLabel.ParentColor = False
TabOrder = 2
end
object JLabeledFloatEdit1: TJLabeledFloatEdit
Left = 280
Height = 27
Top = 23
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
EditLabel.Left = 280
EditLabel.Height = 18
EditLabel.Top = 2
EditLabel.Width = 80
EditLabel.Caption = 'Float'
EditLabel.ParentColor = False
TabOrder = 3
end
end
object BitBtn1: TBitBtn
Left = 308
Height = 30
Top = 139
Width = 91
Anchors = [akRight, akBottom]
Caption = '&Cerrar'
Kind = bkClose
ModalResult = 11
TabOrder = 1
end
end