RxFPC: revert 4650, fix button icons in RxDBGrid, move resourses for pickdate to res file

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4654 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2016-05-19 07:43:14 +00:00
parent 2c01d20390
commit f2f1d873ad
24 changed files with 194 additions and 202 deletions

View File

@ -55,7 +55,7 @@
<MinVersion Major="1" Release="18" Build="56" Valid="True"/> <MinVersion Major="1" Release="18" Build="56" Valid="True"/>
</Item5> </Item5>
</RequiredPackages> </RequiredPackages>
<Units Count="128"> <Units Count="129">
<Unit0> <Unit0>
<Filename Value="RxDBGridDemo.lpr"/> <Filename Value="RxDBGridDemo.lpr"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
@ -70,9 +70,8 @@
<HasResources Value="True"/> <HasResources Value="True"/>
<ResourceBaseClass Value="Form"/> <ResourceBaseClass Value="Form"/>
<UnitName Value="RxDBGridMainUnit"/> <UnitName Value="RxDBGridMainUnit"/>
<IsVisibleTab Value="True"/> <TopLine Value="70"/>
<TopLine Value="68"/> <CursorPos X="133" Y="87"/>
<CursorPos X="133" Y="85"/>
<UsageCount Value="107"/> <UsageCount Value="107"/>
<Loaded Value="True"/> <Loaded Value="True"/>
<LoadedDesigner Value="True"/> <LoadedDesigner Value="True"/>
@ -470,10 +469,11 @@
</Unit62> </Unit62>
<Unit63> <Unit63>
<Filename Value="../../vclutils.pas"/> <Filename Value="../../vclutils.pas"/>
<EditorIndex Value="-1"/> <EditorIndex Value="2"/>
<TopLine Value="621"/> <TopLine Value="618"/>
<CursorPos X="25" Y="629"/> <CursorPos X="10" Y="629"/>
<UsageCount Value="12"/> <UsageCount Value="12"/>
<Loaded Value="True"/>
</Unit63> </Unit63>
<Unit64> <Unit64>
<Filename Value="../../../../lcl/include/canvas.inc"/> <Filename Value="../../../../lcl/include/canvas.inc"/>
@ -827,10 +827,12 @@
</Unit118> </Unit118>
<Unit119> <Unit119>
<Filename Value="../../pickdate.pas"/> <Filename Value="../../pickdate.pas"/>
<EditorIndex Value="-1"/> <IsVisibleTab Value="True"/>
<TopLine Value="991"/> <EditorIndex Value="1"/>
<CursorPos X="3" Y="940"/> <TopLine Value="990"/>
<CursorPos X="36" Y="1017"/>
<UsageCount Value="10"/> <UsageCount Value="10"/>
<Loaded Value="True"/>
</Unit119> </Unit119>
<Unit120> <Unit120>
<Filename Value="../../rxdbctrls.pas"/> <Filename Value="../../rxdbctrls.pas"/>
@ -889,8 +891,30 @@
<CursorPos X="64" Y="119"/> <CursorPos X="64" Y="119"/>
<UsageCount Value="10"/> <UsageCount Value="10"/>
</Unit127> </Unit127>
<Unit128>
<Filename Value="../../pickdate.lrs"/>
<EditorIndex Value="-1"/>
<UsageCount Value="10"/>
</Unit128>
</Units> </Units>
<JumpHistory HistoryIndex="-1"/> <JumpHistory Count="4" HistoryIndex="3">
<Position1>
<Filename Value="../../pickdate.pas"/>
<Caret Line="940" Column="3" TopLine="1560"/>
</Position1>
<Position2>
<Filename Value="../../pickdate.pas"/>
<Caret Line="353" Column="10" TopLine="319"/>
</Position2>
<Position3>
<Filename Value="rxdbgridmainunit.pas"/>
<Caret Line="85" Column="133" TopLine="68"/>
</Position3>
<Position4>
<Filename Value="rxdbgridmainunit.pas"/>
<Caret Line="86" Column="133" TopLine="69"/>
</Position4>
</JumpHistory>
</ProjectOptions> </ProjectOptions>
<CompilerOptions> <CompilerOptions>
<Version Value="11"/> <Version Value="11"/>

View File

@ -554,6 +554,35 @@ object RxDBGridMainForm: TRxDBGridMainForm
OnChange = CheckBox5Change OnChange = CheckBox5Change
TabOrder = 7 TabOrder = 7
end end
object Label2: TLabel
AnchorSideLeft.Control = CheckBox5
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Panel1
Left = 865
Height = 20
Top = 7
Width = 32
BorderSpacing.Around = 6
Caption = 'Дата'
ParentColor = False
end
object RxDateEdit1: TRxDateEdit
AnchorSideLeft.Control = Label2
AnchorSideTop.Control = Label2
AnchorSideTop.Side = asrBottom
Left = 871
Height = 30
Top = 33
Width = 129
BorderSpacing.Around = 6
ButtonWidth = 23
MaxLength = 10
NumGlyphs = 2
PasswordChar = #0
PopupColor = clWindow
TabOrder = 8
Text = ' . . '
end
end end
object SpeedButton1: TSpeedButton object SpeedButton1: TSpeedButton
Left = 596 Left = 596

View File

@ -7,8 +7,8 @@ interface
uses uses
Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, rxmemds, Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, rxmemds,
DB, rxdbgrid, RxAboutDialog, RxIniPropStorage, RxDBGridPrintGrid, DB, rxdbgrid, RxAboutDialog, RxIniPropStorage, RxDBGridPrintGrid,
RxDBGridExportSpreadSheet, RxDBGridFooterTools, ExtCtrls, Buttons, Menus, RxDBGridExportSpreadSheet, RxDBGridFooterTools, tooledit, ExtCtrls, Buttons,
ActnList, StdCtrls, DBGrids, types; Menus, ActnList, StdCtrls, DBGrids, types;
type type
@ -17,11 +17,13 @@ type
TRxDBGridMainForm = class(TForm) TRxDBGridMainForm = class(TForm)
actCalcTotal: TAction; actCalcTotal: TAction;
CheckBox5: TCheckBox; CheckBox5: TCheckBox;
Label2: TLabel;
MenuItem10: TMenuItem; MenuItem10: TMenuItem;
MenuItem11: TMenuItem; MenuItem11: TMenuItem;
MenuItem8: TMenuItem; MenuItem8: TMenuItem;
MenuItem9: TMenuItem; MenuItem9: TMenuItem;
RxAboutDialog1: TRxAboutDialog; RxAboutDialog1: TRxAboutDialog;
RxDateEdit1: TRxDateEdit;
RxDBGridExportSpreadSheet1: TRxDBGridExportSpreadSheet; RxDBGridExportSpreadSheet1: TRxDBGridExportSpreadSheet;
RxDBGridFooterTools1: TRxDBGridFooterTools; RxDBGridFooterTools1: TRxDBGridFooterTools;
RxDBGridPrint1: TRxDBGridPrint; RxDBGridPrint1: TRxDBGridPrint;

View File

@ -2,9 +2,11 @@ rm tooledit.lrs
rm rxdbgrid.lrs rm rxdbgrid.lrs
rm tooledit.res rm tooledit.res
rm rxdbgrid.res rm rxdbgrid.res
rm pickdate.rex
/usr/local/share/lazarus/tools/lazres rxdbgrid.res rx_markerdown.png rx_markerup.png rx_DropDown.png rx_Ellipsis.png rx_Glyph.png rx_minus.png rx_plus.png rx_UpDown.png rx_menu_grid.png /usr/local/share/lazarus/tools/lazres rxdbgrid.res rx_markerdown.png rx_markerup.png rx_DropDown.png rx_Ellipsis.png rx_Glyph.png rx_minus.png rx_plus.png rx_UpDown.png rx_menu_grid.png
/usr/local/share/lazarus/tools/lazres rx_lcl.res picDateEdit.png rxbtn_downarrow.png /usr/local/share/lazarus/tools/lazres rx_lcl.res picDateEdit.png rxbtn_downarrow.png
/usr/local/share/lazarus/tools/lazres pickdate.res rx_next1.png rx_next2.png rx_prev1.png rx_prev2.png
#../../../../tools\lazres.exe tooledit.lrs picDateEdit.bmp #../../../../tools\lazres.exe tooledit.lrs picDateEdit.bmp
#../../../../tools\lazres.exe rxdbgrid.lrs rx_markerdown.xpm rx_markerup.xpm #../../../../tools\lazres.exe rxdbgrid.lrs rx_markerdown.xpm rx_markerup.xpm

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 193 B

After

Width:  |  Height:  |  Size: 149 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 B

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 204 B

After

Width:  |  Height:  |  Size: 143 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 B

After

Width:  |  Height:  |  Size: 127 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 178 B

After

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 B

View File

@ -1,11 +0,0 @@
/* XPM */
static char *next1[]={
"8 6 2 1",
". c None",
"# c #000000",
"...#....",
"...##...",
"...###..",
"...###..",
"...##...",
"...#...."};

View File

@ -1,11 +0,0 @@
/* XPM */
static char *next2[]={
"8 6 2 1",
". c None",
"# c #000000",
".#...#..",
".##..##.",
".###.###",
".###.###",
".##..##.",
".#...#.."};

View File

@ -1,11 +0,0 @@
/* XPM */
static char *prev1[]={
"8 6 2 1",
". c None",
"# c #000000",
"....#...",
"...##...",
"..###...",
"..###...",
"...##...",
"....#..."};

View File

@ -1,11 +0,0 @@
/* XPM */
static char *prev2[]={
"8 6 2 1",
". c None",
"# c #000000",
"..#...#.",
".##..##.",
"###.###.",
"###.###.",
".##..##.",
"..#...#."};

View File

@ -1,20 +0,0 @@
LazarusResources.Add('next1','XPM',[
'/* XPM */'#10'static char *next1[]={'#10'"8 6 2 1",'#10'". c None",'#10'"# c'
+' #000000",'#10'"...#....",'#10'"...##...",'#10'"...###..",'#10'"...###..",'
+#10'"...##...",'#10'"...#...."};'#10
]);
LazarusResources.Add('next2','XPM',[
'/* XPM */'#10'static char *next2[]={'#10'"8 6 2 1",'#10'". c None",'#10'"# c'
+' #000000",'#10'".#...#..",'#10'".##..##.",'#10'".###.###",'#10'".###.###",'
+#10'".##..##.",'#10'".#...#.."};'#10
]);
LazarusResources.Add('prev1','XPM',[
'/* XPM */'#10'static char *prev1[]={'#10'"8 6 2 1",'#10'". c None",'#10'"# c'
+' #000000",'#10'"....#...",'#10'"...##...",'#10'"..###...",'#10'"..###...",'
+#10'"...##...",'#10'"....#..."};'#10
]);
LazarusResources.Add('prev2','XPM',[
'/* XPM */'#10'static char *prev2[]={'#10'"8 6 2 1",'#10'". c None",'#10'"# c'
+' #000000",'#10'"..#...#.",'#10'".##..##.",'#10'"###.###.",'#10'"###.###.",'
+#10'".##..##.",'#10'"..#...#."};'#10
]);

View File

@ -264,8 +264,9 @@ const
implementation implementation
uses Messages, RXCtrls, rxconst, ToolEdit, vclutils, math, LCLStrConsts, uses Messages, RXCtrls, rxconst, ToolEdit, vclutils, math, LCLStrConsts, LResources;
{rxstrutils,} LResources;
{$R pickdate.res}
const const
SBtnGlyphs: array[0..3] of PChar = ('PREV2', 'PREV1', 'NEXT1', 'NEXT2'); SBtnGlyphs: array[0..3] of PChar = ('PREV2', 'PREV1', 'NEXT1', 'NEXT2');
@ -795,7 +796,7 @@ begin
if FMonthOffset = 2 then FMonthOffset := -5; if FMonthOffset = 2 then FMonthOffset := -5;
FillDaysArray; FillDaysArray;
MoveExtend(false, (ADay - FMonthOffset) mod 7, (ADay - FMonthOffset) div 7 + 1, true); MoveExtend(false, (ADay - FMonthOffset) mod 7, (ADay - FMonthOffset) div 7 + 1);
TopRow:=1; //Правим ошибку для автоскрола календаря после 15 числа... TopRow:=1; //Правим ошибку для автоскрола календаря после 15 числа...
VisualChange; VisualChange;
@ -1012,7 +1013,8 @@ begin
Parent := FControlPanel; Parent := FControlPanel;
SetBounds(-1, -1, BtnSide, BtnSide); SetBounds(-1, -1, BtnSide, BtnSide);
//loaded bitmap should be freed as Glyph just takes a copy of it //loaded bitmap should be freed as Glyph just takes a copy of it
TmpBitmap:=LoadBitmapFromLazarusResource('prev2'); //TmpBitmap:=LoadBitmapFromLazarusResource('prev2');
TmpBitmap:=CreateResBitmap('rx_prev2');
Glyph := TmpBitmap; Glyph := TmpBitmap;
FreeAndNil(TmpBitmap); FreeAndNil(TmpBitmap);
@ -1027,7 +1029,8 @@ begin
Parent := FControlPanel; Parent := FControlPanel;
SetBounds(BtnSide - 2, -1, BtnSide, BtnSide); SetBounds(BtnSide - 2, -1, BtnSide, BtnSide);
TmpBitmap:=LoadBitmapFromLazarusResource('prev1'); //TmpBitmap:=LoadBitmapFromLazarusResource('prev1');
TmpBitmap:=CreateResBitmap('rx_prev1');
Glyph := TmpBitmap; Glyph := TmpBitmap;
FreeAndNil(TmpBitmap); FreeAndNil(TmpBitmap);
@ -1041,7 +1044,8 @@ begin
begin begin
Parent := FControlPanel; Parent := FControlPanel;
SetBounds(FControlPanel.Width - 2 * BtnSide + 2, -1, BtnSide, BtnSide); SetBounds(FControlPanel.Width - 2 * BtnSide + 2, -1, BtnSide, BtnSide);
TmpBitmap:=LoadBitmapFromLazarusResource('next1'); //TmpBitmap:=LoadBitmapFromLazarusResource('next1');
TmpBitmap:=CreateResBitmap('rx_next1');
Glyph := TmpBitmap; Glyph := TmpBitmap;
FreeAndNil(TmpBitmap); FreeAndNil(TmpBitmap);
OnClick := @NextMonthBtnClick; OnClick := @NextMonthBtnClick;
@ -1054,7 +1058,8 @@ begin
begin begin
Parent := FControlPanel; Parent := FControlPanel;
SetBounds(FControlPanel.Width - BtnSide + 1, -1, BtnSide, BtnSide); SetBounds(FControlPanel.Width - BtnSide + 1, -1, BtnSide, BtnSide);
TmpBitmap:=LoadBitmapFromLazarusResource('next2'); //TmpBitmap:=LoadBitmapFromLazarusResource('next2');
TmpBitmap:=CreateResBitmap('rx_next2');
Glyph := TmpBitmap; Glyph := TmpBitmap;
FreeAndNil(TmpBitmap); FreeAndNil(TmpBitmap);
OnClick := @NextYearBtnClick; OnClick := @NextYearBtnClick;
@ -1589,6 +1594,4 @@ begin
DefaultRowHeight := (aHeight - GridLinesH) div 7; DefaultRowHeight := (aHeight - GridLinesH) div 7;
end; end;
initialization
{$I pickdate.lrs}
end. end.

Binary file not shown.

Binary file not shown.

View File

@ -25,7 +25,7 @@ translate to Lazarus by alexs in 2005 - 2016
"/> "/>
<License Value="LGPL"/> <License Value="LGPL"/>
<Version Major="2" Minor="9" Release="2" Build="190"/> <Version Major="2" Minor="9" Release="2" Build="190"/>
<Files Count="68"> <Files Count="67">
<Item1> <Item1>
<Filename Value="autopanel.pas"/> <Filename Value="autopanel.pas"/>
<UnitName Value="AutoPanel"/> <UnitName Value="AutoPanel"/>
@ -71,236 +71,232 @@ translate to Lazarus by alexs in 2005 - 2016
<UnitName Value="pickdate"/> <UnitName Value="pickdate"/>
</Item11> </Item11>
<Item12> <Item12>
<Filename Value="pickdate.lrs"/>
<Type Value="LRS"/>
</Item12>
<Item13>
<Filename Value="registerrx.pas"/> <Filename Value="registerrx.pas"/>
<HasRegisterProc Value="True"/> <HasRegisterProc Value="True"/>
<UnitName Value="registerrx"/> <UnitName Value="registerrx"/>
</Item13> </Item12>
<Item14> <Item13>
<Filename Value="registerrxdb.pas"/> <Filename Value="registerrxdb.pas"/>
<HasRegisterProc Value="True"/> <HasRegisterProc Value="True"/>
<UnitName Value="RegisterRxDB"/> <UnitName Value="RegisterRxDB"/>
</Item14> </Item13>
<Item15> <Item14>
<Filename Value="registerrxtools.pas"/> <Filename Value="registerrxtools.pas"/>
<HasRegisterProc Value="True"/> <HasRegisterProc Value="True"/>
<UnitName Value="RegisterRxTools"/> <UnitName Value="RegisterRxTools"/>
</Item15> </Item14>
<Item16> <Item15>
<Filename Value="rx.inc"/> <Filename Value="rx.inc"/>
<Type Value="Include"/> <Type Value="Include"/>
</Item16> </Item15>
<Item17> <Item16>
<Filename Value="rxaboutdialog.pas"/> <Filename Value="rxaboutdialog.pas"/>
<UnitName Value="RxAboutDialog"/> <UnitName Value="RxAboutDialog"/>
</Item17> </Item16>
<Item18> <Item17>
<Filename Value="rxaboutformunit.pas"/> <Filename Value="rxaboutformunit.pas"/>
<UnitName Value="rxAboutFormUnit"/> <UnitName Value="rxAboutFormUnit"/>
</Item18> </Item17>
<Item19> <Item18>
<Filename Value="rxappicon.pas"/> <Filename Value="rxappicon.pas"/>
<UnitName Value="rxappicon"/> <UnitName Value="rxappicon"/>
</Item19> </Item18>
<Item20> <Item19>
<Filename Value="rxapputils.pas"/> <Filename Value="rxapputils.pas"/>
<UnitName Value="rxapputils"/> <UnitName Value="rxapputils"/>
</Item20> </Item19>
<Item21> <Item20>
<Filename Value="rxclock.pas"/> <Filename Value="rxclock.pas"/>
<UnitName Value="rxclock"/> <UnitName Value="rxclock"/>
</Item21> </Item20>
<Item22> <Item21>
<Filename Value="rxconst.pas"/> <Filename Value="rxconst.pas"/>
<UnitName Value="rxconst"/> <UnitName Value="rxconst"/>
</Item22> </Item21>
<Item23> <Item22>
<Filename Value="rxctrls.pas"/> <Filename Value="rxctrls.pas"/>
<UnitName Value="rxctrls"/> <UnitName Value="rxctrls"/>
</Item23> </Item22>
<Item24> <Item23>
<Filename Value="rxdbcolorbox.pas"/> <Filename Value="rxdbcolorbox.pas"/>
<UnitName Value="RxDBColorBox"/> <UnitName Value="RxDBColorBox"/>
</Item24> </Item23>
<Item25> <Item24>
<Filename Value="rxdbcomb.pas"/> <Filename Value="rxdbcomb.pas"/>
<UnitName Value="rxdbcomb"/> <UnitName Value="rxdbcomb"/>
</Item25> </Item24>
<Item26> <Item25>
<Filename Value="rxdbctrls.pas"/> <Filename Value="rxdbctrls.pas"/>
<UnitName Value="RxDBCtrls"/> <UnitName Value="RxDBCtrls"/>
</Item26> </Item25>
<Item27> <Item26>
<Filename Value="rxdbgrid.pas"/> <Filename Value="rxdbgrid.pas"/>
<UnitName Value="rxdbgrid"/> <UnitName Value="rxdbgrid"/>
</Item27> </Item26>
<Item28> <Item27>
<Filename Value="rxdbgrid_columsunit.pas"/> <Filename Value="rxdbgrid_columsunit.pas"/>
<UnitName Value="rxdbgrid_columsunit"/> <UnitName Value="rxdbgrid_columsunit"/>
</Item28> </Item27>
<Item29> <Item28>
<Filename Value="rxdbgrid_findunit.pas"/> <Filename Value="rxdbgrid_findunit.pas"/>
<UnitName Value="rxdbgrid_findunit"/> <UnitName Value="rxdbgrid_findunit"/>
</Item29> </Item28>
<Item30> <Item29>
<Filename Value="rxdbspinedit.pas"/> <Filename Value="rxdbspinedit.pas"/>
<UnitName Value="RxDBSpinEdit"/> <UnitName Value="RxDBSpinEdit"/>
</Item30> </Item29>
<Item31> <Item30>
<Filename Value="rxdbtimeedit.pas"/> <Filename Value="rxdbtimeedit.pas"/>
<UnitName Value="RxDBTimeEdit"/> <UnitName Value="RxDBTimeEdit"/>
</Item31> </Item30>
<Item32> <Item31>
<Filename Value="rxdconst.pas"/> <Filename Value="rxdconst.pas"/>
<UnitName Value="rxdconst"/> <UnitName Value="rxdconst"/>
</Item32> </Item31>
<Item33> <Item32>
<Filename Value="rxdice.pas"/> <Filename Value="rxdice.pas"/>
<UnitName Value="rxdice"/> <UnitName Value="rxdice"/>
</Item33> </Item32>
<Item34> <Item33>
<Filename Value="rxfilterby.pas"/> <Filename Value="rxfilterby.pas"/>
<UnitName Value="rxfilterby"/> <UnitName Value="rxfilterby"/>
</Item34> </Item33>
<Item35> <Item34>
<Filename Value="rxiconv.pas"/> <Filename Value="rxiconv.pas"/>
<UnitName Value="rxiconv"/> <UnitName Value="rxiconv"/>
</Item35> </Item34>
<Item36> <Item35>
<Filename Value="rxlogin.pas"/> <Filename Value="rxlogin.pas"/>
<UnitName Value="rxlogin"/> <UnitName Value="rxlogin"/>
</Item36> </Item35>
<Item37> <Item36>
<Filename Value="rxlookup.pas"/> <Filename Value="rxlookup.pas"/>
<UnitName Value="rxlookup"/> <UnitName Value="rxlookup"/>
</Item37> </Item36>
<Item38> <Item37>
<Filename Value="rxmemds.pas"/> <Filename Value="rxmemds.pas"/>
<UnitName Value="rxmemds"/> <UnitName Value="rxmemds"/>
</Item38> </Item37>
<Item39> <Item38>
<Filename Value="rxpopupunit.pas"/> <Filename Value="rxpopupunit.pas"/>
<UnitName Value="rxpopupunit"/> <UnitName Value="rxpopupunit"/>
</Item39> </Item38>
<Item40> <Item39>
<Filename Value="rxsortmemds.pas"/> <Filename Value="rxsortmemds.pas"/>
<UnitName Value="rxsortmemds"/> <UnitName Value="rxsortmemds"/>
</Item40> </Item39>
<Item41> <Item40>
<Filename Value="rxspin.pas"/> <Filename Value="rxspin.pas"/>
<UnitName Value="rxspin"/> <UnitName Value="rxspin"/>
</Item41> </Item40>
<Item42> <Item41>
<Filename Value="rxswitch.pas"/> <Filename Value="rxswitch.pas"/>
<UnitName Value="rxswitch"/> <UnitName Value="rxswitch"/>
</Item42> </Item41>
<Item43> <Item42>
<Filename Value="rxsystemservices.pas"/> <Filename Value="rxsystemservices.pas"/>
<UnitName Value="RxSystemServices"/> <UnitName Value="RxSystemServices"/>
</Item43> </Item42>
<Item44> <Item43>
<Filename Value="rxtbrsetup.pas"/> <Filename Value="rxtbrsetup.pas"/>
<UnitName Value="rxtbrsetup"/> <UnitName Value="rxtbrsetup"/>
</Item44> </Item43>
<Item45> <Item44>
<Filename Value="rxtimeedit.pas"/> <Filename Value="rxtimeedit.pas"/>
<UnitName Value="RxTimeEdit"/> <UnitName Value="RxTimeEdit"/>
</Item45> </Item44>
<Item46> <Item45>
<Filename Value="rxtoolbar.pas"/> <Filename Value="rxtoolbar.pas"/>
<UnitName Value="rxtoolbar"/> <UnitName Value="rxtoolbar"/>
</Item46> </Item45>
<Item47> <Item46>
<Filename Value="rxversinfo.pas"/> <Filename Value="rxversinfo.pas"/>
<UnitName Value="RxVersInfo"/> <UnitName Value="RxVersInfo"/>
</Item47> </Item46>
<Item48> <Item47>
<Filename Value="rxviewspanel.pas"/> <Filename Value="rxviewspanel.pas"/>
<UnitName Value="RxViewsPanel"/> <UnitName Value="RxViewsPanel"/>
</Item48> </Item47>
<Item49> <Item48>
<Filename Value="rxxpman.pas"/> <Filename Value="rxxpman.pas"/>
<UnitName Value="rxxpman"/> <UnitName Value="rxxpman"/>
</Item49> </Item48>
<Item50> <Item49>
<Filename Value="seldsfrm.pas"/> <Filename Value="seldsfrm.pas"/>
<UnitName Value="seldsfrm"/> <UnitName Value="seldsfrm"/>
</Item50> </Item49>
<Item51> <Item50>
<Filename Value="tooledit.pas"/> <Filename Value="tooledit.pas"/>
<UnitName Value="tooledit"/> <UnitName Value="tooledit"/>
</Item51> </Item50>
<Item52> <Item51>
<Filename Value="vclutils.pas"/> <Filename Value="vclutils.pas"/>
<UnitName Value="vclutils"/> <UnitName Value="vclutils"/>
</Item52> </Item51>
<Item53> <Item52>
<Filename Value="rxcloseformvalidator.pas"/> <Filename Value="rxcloseformvalidator.pas"/>
<UnitName Value="RxCloseFormValidator"/> <UnitName Value="RxCloseFormValidator"/>
</Item53> </Item52>
<Item54> <Item53>
<Filename Value="rxhistorynavigator.pas"/> <Filename Value="rxhistorynavigator.pas"/>
<UnitName Value="RxHistoryNavigator"/> <UnitName Value="RxHistoryNavigator"/>
</Item54> </Item53>
<Item55> <Item54>
<Filename Value="ex_rx_bin_datapacket.pas"/> <Filename Value="ex_rx_bin_datapacket.pas"/>
<UnitName Value="ex_rx_bin_datapacket"/> <UnitName Value="ex_rx_bin_datapacket"/>
</Item55> </Item54>
<Item56> <Item55>
<Filename Value="ex_rx_datapacket.pas"/> <Filename Value="ex_rx_datapacket.pas"/>
<UnitName Value="ex_rx_datapacket"/> <UnitName Value="ex_rx_datapacket"/>
</Item56> </Item55>
<Item57> <Item56>
<Filename Value="ex_rx_xml_datapacket.pas"/> <Filename Value="ex_rx_xml_datapacket.pas"/>
<UnitName Value="ex_rx_xml_datapacket"/> <UnitName Value="ex_rx_xml_datapacket"/>
</Item57> </Item56>
<Item58> <Item57>
<Filename Value="rxsortby.lfm"/> <Filename Value="rxsortby.lfm"/>
<Type Value="LFM"/> <Type Value="LFM"/>
</Item58> </Item57>
<Item59> <Item58>
<Filename Value="rxsortby.pas"/> <Filename Value="rxsortby.pas"/>
<UnitName Value="rxsortby"/> <UnitName Value="rxsortby"/>
</Item59> </Item58>
<Item60> <Item59>
<Filename Value="rxmdi.pas"/> <Filename Value="rxmdi.pas"/>
<UnitName Value="RxMDI"/> <UnitName Value="RxMDI"/>
</Item60> </Item59>
<Item61> <Item60>
<Filename Value="rxinipropstorage.pas"/> <Filename Value="rxinipropstorage.pas"/>
<UnitName Value="RxIniPropStorage"/> <UnitName Value="RxIniPropStorage"/>
</Item61> </Item60>
<Item62> <Item61>
<Filename Value="rx_lcl.res"/> <Filename Value="rx_lcl.res"/>
<Type Value="Binary"/> <Type Value="Binary"/>
</Item62> </Item61>
<Item63> <Item62>
<Filename Value="rxdaterangeeditunit.pas"/> <Filename Value="rxdaterangeeditunit.pas"/>
<UnitName Value="rxDateRangeEditUnit"/> <UnitName Value="rxDateRangeEditUnit"/>
</Item63> </Item62>
<Item64> <Item63>
<Filename Value="rxdbgridfootertools.pas"/> <Filename Value="rxdbgridfootertools.pas"/>
<UnitName Value="RxDBGridFooterTools"/> <UnitName Value="RxDBGridFooterTools"/>
</Item64> </Item63>
<Item65> <Item64>
<Filename Value="rxdbgridfootertools_setup.lfm"/> <Filename Value="rxdbgridfootertools_setup.lfm"/>
<Type Value="LFM"/> <Type Value="LFM"/>
</Item65> </Item64>
<Item66> <Item65>
<Filename Value="rxdbgridfootertools_setup.pas"/> <Filename Value="rxdbgridfootertools_setup.pas"/>
<UnitName Value="rxdbgridfootertools_setup"/> <UnitName Value="rxdbgridfootertools_setup"/>
</Item66> </Item65>
<Item67> <Item66>
<Filename Value="rxshortcutunit.lfm"/> <Filename Value="rxshortcutunit.lfm"/>
<Type Value="LFM"/> <Type Value="LFM"/>
</Item67> </Item66>
<Item68> <Item67>
<Filename Value="rxshortcutunit.pas"/> <Filename Value="rxshortcutunit.pas"/>
<UnitName Value="rxShortCutUnit"/> <UnitName Value="rxShortCutUnit"/>
</Item68> </Item67>
</Files> </Files>
<LazDoc Paths="docs;\usr\local\share\lazarus\components\rxnew\docs"/> <LazDoc Paths="docs;\usr\local\share\lazarus\components\rxnew\docs"/>
<i18n> <i18n>