2009-09-17 15:58:07 +00:00
|
|
|
object Form1: TForm1
|
|
|
|
Left = 608
|
|
|
|
Height = 300
|
|
|
|
Top = 495
|
|
|
|
Width = 400
|
|
|
|
Caption = 'Form1'
|
|
|
|
ClientHeight = 300
|
|
|
|
ClientWidth = 400
|
|
|
|
OnCreate = FormCreate
|
2016-09-20 10:11:30 +00:00
|
|
|
LCLVersion = '1.7'
|
2009-09-17 15:58:07 +00:00
|
|
|
object Label1: TLabel
|
|
|
|
AnchorSideLeft.Control = Owner
|
|
|
|
AnchorSideTop.Control = Owner
|
|
|
|
Left = 6
|
2016-09-20 10:11:30 +00:00
|
|
|
Height = 20
|
2009-09-17 15:58:07 +00:00
|
|
|
Top = 6
|
2016-09-20 10:11:30 +00:00
|
|
|
Width = 42
|
2009-09-17 15:58:07 +00:00
|
|
|
BorderSpacing.Left = 6
|
|
|
|
BorderSpacing.Top = 6
|
|
|
|
Caption = 'Label1'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object Label2: TLabel
|
|
|
|
AnchorSideLeft.Control = Owner
|
2016-09-20 10:11:30 +00:00
|
|
|
AnchorSideTop.Control = RxDBDateEdit1
|
2009-09-17 15:58:07 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 6
|
2016-09-20 10:11:30 +00:00
|
|
|
Height = 20
|
|
|
|
Top = 75
|
2013-09-28 16:12:19 +00:00
|
|
|
Width = 87
|
2009-09-17 15:58:07 +00:00
|
|
|
BorderSpacing.Around = 6
|
|
|
|
Caption = 'Currency edit'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object CurrencyEdit1: TCurrencyEdit
|
|
|
|
AnchorSideLeft.Control = Label2
|
|
|
|
AnchorSideTop.Control = Label2
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 12
|
2016-09-20 10:11:30 +00:00
|
|
|
Height = 37
|
|
|
|
Top = 101
|
2009-09-17 15:58:07 +00:00
|
|
|
Width = 148
|
|
|
|
Alignment = taCenter
|
|
|
|
BorderSpacing.Around = 6
|
|
|
|
MaxValue = 0
|
|
|
|
MinValue = 0
|
2013-09-28 16:12:19 +00:00
|
|
|
TabOrder = 0
|
2009-09-17 15:58:07 +00:00
|
|
|
Value = 0
|
|
|
|
end
|
|
|
|
object Button1: TButton
|
|
|
|
Left = 248
|
2016-09-20 10:11:30 +00:00
|
|
|
Height = 36
|
2009-09-17 15:58:07 +00:00
|
|
|
Top = 80
|
2013-09-28 16:12:19 +00:00
|
|
|
Width = 77
|
2009-09-17 15:58:07 +00:00
|
|
|
AutoSize = True
|
|
|
|
Caption = 'Invalidate'
|
|
|
|
OnClick = Button1Click
|
2013-09-28 16:12:19 +00:00
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object RxDateEdit1: TRxDateEdit
|
|
|
|
Left = 12
|
2016-09-20 10:11:30 +00:00
|
|
|
Height = 37
|
|
|
|
Top = 160
|
2013-09-28 16:12:19 +00:00
|
|
|
Width = 80
|
|
|
|
ButtonWidth = 23
|
|
|
|
MaxLength = 10
|
|
|
|
NumGlyphs = 2
|
2016-09-20 10:11:30 +00:00
|
|
|
PasswordChar = #0
|
2013-09-28 16:12:19 +00:00
|
|
|
PopupColor = clWindow
|
2009-09-17 15:58:07 +00:00
|
|
|
TabOrder = 2
|
2013-09-28 16:12:19 +00:00
|
|
|
Text = ' . . '
|
|
|
|
end
|
2016-09-20 10:11:30 +00:00
|
|
|
object RxDBDateEdit1: TRxDBDateEdit
|
2013-09-28 16:12:19 +00:00
|
|
|
AnchorSideLeft.Control = Label1
|
|
|
|
AnchorSideTop.Control = Label1
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 12
|
2016-09-20 10:11:30 +00:00
|
|
|
Height = 37
|
|
|
|
Top = 32
|
|
|
|
Width = 151
|
|
|
|
BorderSpacing.Around = 6
|
2013-09-28 16:12:19 +00:00
|
|
|
ButtonWidth = 23
|
|
|
|
Enabled = False
|
|
|
|
MaxLength = 10
|
|
|
|
NumGlyphs = 2
|
2016-09-20 10:11:30 +00:00
|
|
|
PasswordChar = #0
|
2013-09-28 16:12:19 +00:00
|
|
|
PopupColor = clWindow
|
|
|
|
TabOrder = 3
|
2016-09-20 10:11:30 +00:00
|
|
|
Text = 't1. . '
|
2013-09-28 16:12:19 +00:00
|
|
|
DataField = 'DOC_DATE'
|
|
|
|
DataSource = dsData
|
2009-09-17 15:58:07 +00:00
|
|
|
end
|
2013-09-28 16:12:19 +00:00
|
|
|
object dsData: TDataSource
|
2009-09-17 15:58:07 +00:00
|
|
|
DataSet = rxData
|
|
|
|
left = 264
|
|
|
|
top = 21
|
|
|
|
end
|
|
|
|
object rxData: TRxMemoryData
|
|
|
|
FieldDefs = <
|
|
|
|
item
|
|
|
|
Name = 'DOC_DATE'
|
|
|
|
DataType = ftDate
|
|
|
|
end>
|
2013-09-28 16:12:19 +00:00
|
|
|
PacketRecords = 0
|
2009-09-17 15:58:07 +00:00
|
|
|
left = 304
|
|
|
|
top = 21
|
|
|
|
object rxDataDOC_DATE: TDateField
|
|
|
|
DisplayWidth = 10
|
|
|
|
FieldKind = fkData
|
|
|
|
FieldName = 'DOC_DATE'
|
|
|
|
Index = 0
|
|
|
|
LookupCache = False
|
|
|
|
ProviderFlags = [pfInUpdate, pfInWhere]
|
|
|
|
ReadOnly = False
|
|
|
|
Required = False
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|