Fix property

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1974 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
jujibo
2011-09-20 08:58:19 +00:00
parent 3bd0a2f13e
commit 6a8512f3c1
4 changed files with 49 additions and 51 deletions

View File

@ -32,7 +32,7 @@ object Form1: TForm1
ClientWidth = 241 ClientWidth = 241
DataSource = Datasource1 DataSource = Datasource1
Options = [] Options = []
TabOrder = 0 TabOrder = 5
end end
object Label2: TLabel object Label2: TLabel
Left = 24 Left = 24
@ -43,7 +43,7 @@ object Form1: TForm1
ParentColor = False ParentColor = False
end end
object Label3: TLabel object Label3: TLabel
Left = 104 Left = 106
Height = 18 Height = 18
Top = 133 Top = 133
Width = 29 Width = 29
@ -51,7 +51,7 @@ object Form1: TForm1
ParentColor = False ParentColor = False
end end
object Label4: TLabel object Label4: TLabel
Left = 187 Left = 188
Height = 18 Height = 18
Top = 133 Top = 133
Width = 21 Width = 21
@ -75,51 +75,10 @@ object Form1: TForm1
Caption = '&Cerrar' Caption = '&Cerrar'
Kind = bkClose Kind = bkClose
ModalResult = 11 ModalResult = 11
TabOrder = 1 TabOrder = 6
end
object JDBIntegerEdit1: TJDBIntegerEdit
Left = 21
Height = 27
Top = 152
Width = 80
DataField = 'ID'
DataSource = Datasource1
Alignment = taRightJustify
TabOrder = 2
end
object JDBDateEdit1: TJDBDateEdit
Left = 104
Height = 27
Top = 152
Width = 80
DataField = 'DATE'
DataSource = Datasource1
TabOrder = 3
end
object JDBIntegerEdit2: TJDBIntegerEdit
Left = 187
Height = 27
Top = 152
Width = 80
DataField = 'ID2'
DataSource = Datasource1
Alignment = taRightJustify
TabOrder = 4
end
object JDBCurrencyEdit1: TJDBCurrencyEdit
Left = 273
Height = 27
Top = 152
Width = 80
DisplayFormat = '#,0.00€'
DataField = 'TOTAL'
DataSource = Datasource1
Decimals = 2
Alignment = taRightJustify
TabOrder = 5
end end
object JDBLabeledCurrencyEdit1: TJDBLabeledCurrencyEdit object JDBLabeledCurrencyEdit1: TJDBLabeledCurrencyEdit
Left = 270 Left = 272
Height = 27 Height = 27
Top = 200 Top = 200
Width = 80 Width = 80
@ -130,13 +89,55 @@ object Form1: TForm1
Alignment = taRightJustify Alignment = taRightJustify
EditLabel.AnchorSideLeft.Control = JDBLabeledCurrencyEdit1 EditLabel.AnchorSideLeft.Control = JDBLabeledCurrencyEdit1
EditLabel.AnchorSideBottom.Control = JDBLabeledCurrencyEdit1 EditLabel.AnchorSideBottom.Control = JDBLabeledCurrencyEdit1
EditLabel.Left = 270 EditLabel.Left = 272
EditLabel.Height = 18 EditLabel.Height = 18
EditLabel.Top = 179 EditLabel.Top = 179
EditLabel.Width = 84 EditLabel.Width = 84
EditLabel.Caption = 'Total (labeled)' EditLabel.Caption = 'Total (labeled)'
EditLabel.ParentColor = False EditLabel.ParentColor = False
TabOrder = 6 TabOrder = 4
end
object JDBIntegerEdit1: TJDBIntegerEdit
Left = 24
Height = 27
Top = 152
Width = 80
DataField = 'ID'
DataSource = Datasource1
Alignment = taRightJustify
TabOrder = 0
end
object JDBDateEdit1: TJDBDateEdit
Left = 106
Height = 27
Top = 152
Width = 80
DataField = 'DATE'
DataSource = Datasource1
TabOrder = 1
end
object JDBIntegerEdit2: TJDBIntegerEdit
Left = 188
Height = 27
Top = 152
Width = 80
DataField = 'ID2'
DataSource = Datasource1
ReadOnly = True
Alignment = taRightJustify
TabOrder = 2
end
object JDBCurrencyEdit1: TJDBCurrencyEdit
Left = 270
Height = 27
Top = 152
Width = 80
DisplayFormat = '#,0.00€'
DataField = 'TOTAL'
DataSource = Datasource1
Decimals = 2
Alignment = taRightJustify
TabOrder = 3
end end
object Datasource1: TDatasource object Datasource1: TDatasource
DataSet = MemDataset1 DataSet = MemDataset1

View File

@ -97,7 +97,6 @@ type
property DragCursor; property DragCursor;
property DragKind; property DragKind;
property DragMode; property DragMode;
property EchoMode;
property Enabled; property Enabled;
property Font; property Font;
property HideSelection; property HideSelection;

View File

@ -92,7 +92,6 @@ type
property DragCursor; property DragCursor;
property DragKind; property DragKind;
property DragMode; property DragMode;
property EchoMode;
property Enabled; property Enabled;
property Font; property Font;
property HideSelection; property HideSelection;

View File

@ -92,7 +92,6 @@ type
property DragCursor; property DragCursor;
property DragKind; property DragKind;
property DragMode; property DragMode;
property EchoMode;
property Enabled; property Enabled;
property Font; property Font;
property HideSelection; property HideSelection;