2007-08-09 21:36:59 +00:00
|
|
|
object Form1: TForm1
|
2009-02-19 17:06:55 +00:00
|
|
|
Left = 369
|
|
|
|
Height = 500
|
|
|
|
Top = 228
|
|
|
|
Width = 536
|
|
|
|
ActiveControl = RadioGroup1.RadioButton4
|
2007-08-09 21:36:59 +00:00
|
|
|
Caption = 'Form1'
|
2009-02-19 17:06:55 +00:00
|
|
|
ClientHeight = 500
|
|
|
|
ClientWidth = 536
|
2007-08-09 21:36:59 +00:00
|
|
|
OnCreate = FormCreate
|
2009-02-19 17:06:55 +00:00
|
|
|
SessionProperties = 'Edit1.Text'
|
|
|
|
LCLVersion = '0.9.27'
|
2007-08-09 21:36:59 +00:00
|
|
|
object PaintBox1: TPaintBox
|
|
|
|
Left = 16
|
|
|
|
Height = 129
|
|
|
|
Top = 16
|
|
|
|
Width = 184
|
2009-02-19 17:06:55 +00:00
|
|
|
OnPaint = PaintBox1Paint
|
2007-08-09 21:36:59 +00:00
|
|
|
end
|
|
|
|
object Edit1: TEdit
|
2009-02-19 17:06:55 +00:00
|
|
|
Left = 8
|
|
|
|
Height = 27
|
|
|
|
Top = 152
|
|
|
|
Width = 192
|
|
|
|
AutoSize = True
|
2007-08-09 21:36:59 +00:00
|
|
|
OnChange = Edit1Change
|
|
|
|
TabOrder = 0
|
|
|
|
Text = 'Edit1'
|
|
|
|
end
|
|
|
|
object RadioGroup1: TRadioGroup
|
2009-02-19 17:06:55 +00:00
|
|
|
Left = 208
|
|
|
|
Height = 136
|
|
|
|
Top = 8
|
|
|
|
Width = 79
|
|
|
|
AutoFill = True
|
|
|
|
AutoSize = True
|
|
|
|
Caption = 'Direction'
|
|
|
|
ChildSizing.LeftRightSpacing = 6
|
|
|
|
ChildSizing.TopBottomSpacing = 6
|
|
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
|
ChildSizing.ControlsPerLine = 1
|
|
|
|
ClientHeight = 117
|
|
|
|
ClientWidth = 75
|
2007-08-09 21:36:59 +00:00
|
|
|
ItemIndex = 4
|
|
|
|
Items.Strings = (
|
|
|
|
'0 %'
|
|
|
|
'90 %'
|
|
|
|
'180 %'
|
|
|
|
'270 %'
|
|
|
|
'360 %'
|
|
|
|
)
|
|
|
|
OnClick = CheckBox1Change
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object RxDBGrid1: TRxDBGrid
|
2009-02-19 17:06:55 +00:00
|
|
|
Left = 0
|
|
|
|
Height = 308
|
|
|
|
Top = 192
|
|
|
|
Width = 536
|
|
|
|
TitleButtons = False
|
|
|
|
AutoSort = False
|
2007-08-09 21:36:59 +00:00
|
|
|
Columns = <
|
|
|
|
item
|
2009-02-19 17:06:55 +00:00
|
|
|
Title.Alignment = taCenter
|
|
|
|
Title.Orientation = toHorizontal
|
2007-08-09 21:36:59 +00:00
|
|
|
FieldName = 'DEMO_1'
|
2009-02-19 17:06:55 +00:00
|
|
|
Filter.DropDownRows = 0
|
|
|
|
Filter.ItemIndex = -1
|
2007-08-09 21:36:59 +00:00
|
|
|
end>
|
2009-02-19 17:06:55 +00:00
|
|
|
OptionsRx = []
|
2007-08-09 21:36:59 +00:00
|
|
|
Align = alBottom
|
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
2009-02-19 17:06:55 +00:00
|
|
|
FocusColor = clRed
|
|
|
|
SelectedColor = clHighlight
|
|
|
|
GridLineStyle = psSolid
|
2007-08-09 21:36:59 +00:00
|
|
|
DataSource = Datasource1
|
|
|
|
ParentColor = False
|
2009-02-19 17:06:55 +00:00
|
|
|
TabOrder = 2
|
|
|
|
TitleStyle = tsNative
|
2007-08-09 21:36:59 +00:00
|
|
|
end
|
|
|
|
object RxMemoryData1: TRxMemoryData
|
2009-02-19 17:06:55 +00:00
|
|
|
AutoCalcFields = False
|
2007-08-09 21:36:59 +00:00
|
|
|
FieldDefs = <
|
|
|
|
item
|
|
|
|
Name = 'DEMO_1'
|
|
|
|
DataType = ftInteger
|
|
|
|
Precision = -1
|
2009-02-19 17:06:55 +00:00
|
|
|
Size = 0
|
2007-08-09 21:36:59 +00:00
|
|
|
end
|
|
|
|
item
|
|
|
|
Name = 'Demo2'
|
|
|
|
DataType = ftString
|
|
|
|
Precision = -1
|
|
|
|
Size = 40
|
|
|
|
end>
|
|
|
|
left = 312
|
|
|
|
top = 64
|
|
|
|
object RxMemoryData1DEMO_11: TLongintField
|
|
|
|
DisplayWidth = 10
|
2009-02-19 17:06:55 +00:00
|
|
|
FieldKind = fkData
|
2007-08-09 21:36:59 +00:00
|
|
|
FieldName = 'DEMO_1'
|
2009-02-19 17:06:55 +00:00
|
|
|
Index = 0
|
|
|
|
LookupCache = False
|
|
|
|
ProviderFlags = [pfInUpdate, pfInWhere]
|
|
|
|
ReadOnly = False
|
|
|
|
Required = False
|
2007-08-09 21:36:59 +00:00
|
|
|
end
|
|
|
|
object RxMemoryData1Demo21: TStringField
|
|
|
|
DisplayWidth = 40
|
2009-02-19 17:06:55 +00:00
|
|
|
FieldKind = fkData
|
2007-08-09 21:36:59 +00:00
|
|
|
FieldName = 'Demo2'
|
|
|
|
Index = 1
|
2009-02-19 17:06:55 +00:00
|
|
|
LookupCache = False
|
|
|
|
ProviderFlags = [pfInUpdate, pfInWhere]
|
|
|
|
ReadOnly = False
|
|
|
|
Required = False
|
|
|
|
Size = 40
|
2007-08-09 21:36:59 +00:00
|
|
|
end
|
|
|
|
end
|
|
|
|
object Datasource1: TDatasource
|
|
|
|
DataSet = RxMemoryData1
|
|
|
|
left = 312
|
|
|
|
top = 32
|
|
|
|
end
|
2009-02-19 17:06:55 +00:00
|
|
|
object IniPropStorage1: TIniPropStorage
|
|
|
|
StoredValues = <>
|
|
|
|
left = 447
|
|
|
|
top = 19
|
|
|
|
end
|
2007-08-09 21:36:59 +00:00
|
|
|
end
|