diff --git a/components/rx/trunk/demos/RxAppUtils/RxMessageBeep/project1.ico b/components/rx/trunk/demos/RxAppUtils/RxMessageBeep/project1.ico new file mode 100644 index 000000000..0341321b5 Binary files /dev/null and b/components/rx/trunk/demos/RxAppUtils/RxMessageBeep/project1.ico differ diff --git a/components/rx/trunk/demos/RxAppUtils/RxMessageBeep/project1.lpi b/components/rx/trunk/demos/RxAppUtils/RxMessageBeep/project1.lpi new file mode 100644 index 000000000..edbcd2541 --- /dev/null +++ b/components/rx/trunk/demos/RxAppUtils/RxMessageBeep/project1.lpi @@ -0,0 +1,81 @@ + + + + + + + + + + <Scaled Value="True"/> + <ResourceType Value="res"/> + <UseXPManifest Value="True"/> + <XPManifest> + <DpiAware Value="True"/> + </XPManifest> + <Icon Value="0"/> + </General> + <BuildModes Count="1"> + <Item1 Name="Default" Default="True"/> + </BuildModes> + <PublishOptions> + <Version Value="2"/> + </PublishOptions> + <RunParams> + <FormatVersion Value="2"/> + <Modes Count="0"/> + </RunParams> + <RequiredPackages Count="2"> + <Item1> + <PackageName Value="rxnew"/> + </Item1> + <Item2> + <PackageName Value="LCL"/> + </Item2> + </RequiredPackages> + <Units Count="2"> + <Unit0> + <Filename Value="project1.lpr"/> + <IsPartOfProject Value="True"/> + </Unit0> + <Unit1> + <Filename Value="unit1.pas"/> + <IsPartOfProject Value="True"/> + <ComponentName Value="Form1"/> + <ResourceBaseClass Value="Form"/> + <UnitName Value="Unit1"/> + </Unit1> + </Units> + </ProjectOptions> + <CompilerOptions> + <Version Value="11"/> + <PathDelim Value="\"/> + <Target> + <Filename Value="project1"/> + </Target> + <SearchPaths> + <IncludeFiles Value="$(ProjOutDir)"/> + <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> + </SearchPaths> + <Linking> + <Options> + <Win32> + <GraphicApplication Value="True"/> + </Win32> + </Options> + </Linking> + </CompilerOptions> + <Debugging> + <Exceptions Count="3"> + <Item1> + <Name Value="EAbort"/> + </Item1> + <Item2> + <Name Value="ECodetoolError"/> + </Item2> + <Item3> + <Name Value="EFOpenError"/> + </Item3> + </Exceptions> + </Debugging> +</CONFIG> diff --git a/components/rx/trunk/demos/RxAppUtils/RxMessageBeep/project1.lpr b/components/rx/trunk/demos/RxAppUtils/RxMessageBeep/project1.lpr new file mode 100644 index 000000000..a567dbab1 --- /dev/null +++ b/components/rx/trunk/demos/RxAppUtils/RxMessageBeep/project1.lpr @@ -0,0 +1,23 @@ +program project1; + +{$mode objfpc}{$H+} + +uses + {$IFDEF UNIX}{$IFDEF UseCThreads} + cthreads, + {$ENDIF}{$ENDIF} + Interfaces, // this includes the LCL widgetset + Forms, Unit1, rxnew + { you can add units after this }; + +{$R *.res} + +begin + Application.Title:='RxMessageBeep demo'; + RequireDerivedFormResource:=True; + Application.Scaled:=True; + Application.Initialize; + Application.CreateForm(TForm1, Form1); + Application.Run; +end. + diff --git a/components/rx/trunk/demos/RxAppUtils/RxMessageBeep/project1.lps b/components/rx/trunk/demos/RxAppUtils/RxMessageBeep/project1.lps new file mode 100644 index 000000000..9c25288b4 --- /dev/null +++ b/components/rx/trunk/demos/RxAppUtils/RxMessageBeep/project1.lps @@ -0,0 +1,97 @@ +<?xml version="1.0" encoding="UTF-8"?> +<CONFIG> + <ProjectSession> + <PathDelim Value="\"/> + <Version Value="11"/> + <BuildModes Active="Default"/> + <Units Count="4"> + <Unit0> + <Filename Value="project1.lpr"/> + <IsPartOfProject Value="True"/> + <EditorIndex Value="-1"/> + <WindowIndex Value="-1"/> + <TopLine Value="-1"/> + <CursorPos X="-1" Y="-1"/> + <UsageCount Value="20"/> + </Unit0> + <Unit1> + <Filename Value="unit1.pas"/> + <IsPartOfProject Value="True"/> + <ComponentName Value="Form1"/> + <ResourceBaseClass Value="Form"/> + <UnitName Value="Unit1"/> + <IsVisibleTab Value="True"/> + <TopLine Value="9"/> + <CursorPos X="18" Y="39"/> + <UsageCount Value="20"/> + <Loaded Value="True"/> + <LoadedDesigner Value="True"/> + </Unit1> + <Unit2> + <Filename Value="..\..\..\rxcontrols\rxapputils.pas"/> + <UnitName Value="rxAppUtils"/> + <EditorIndex Value="1"/> + <TopLine Value="33"/> + <CursorPos X="22" Y="49"/> + <UsageCount Value="10"/> + <Bookmarks Count="1"> + <Item0 X="7" Y="302" ID="1"/> + </Bookmarks> + <Loaded Value="True"/> + </Unit2> + <Unit3> + <Filename Value="Z:\home\install\source\fpcsrc\rtl\win\wininc\defines.inc"/> + <EditorIndex Value="2"/> + <TopLine Value="2201"/> + <CursorPos Y="2224"/> + <UsageCount Value="10"/> + <Loaded Value="True"/> + </Unit3> + </Units> + <JumpHistory Count="10" HistoryIndex="9"> + <Position1> + <Filename Value="unit1.pas"/> + </Position1> + <Position2> + <Filename Value="unit1.pas"/> + <Caret Line="26" Column="6"/> + </Position2> + <Position3> + <Filename Value="unit1.pas"/> + <Caret Line="22" Column="20"/> + </Position3> + <Position4> + <Filename Value="unit1.pas"/> + <Caret Line="36" Column="43" TopLine="9"/> + </Position4> + <Position5> + <Filename Value="unit1.pas"/> + <Caret Line="39" Column="18" TopLine="9"/> + </Position5> + <Position6> + <Filename Value="..\..\..\rxcontrols\rxapputils.pas"/> + <Caret Line="100" Column="10" TopLine="84"/> + </Position6> + <Position7> + <Filename Value="..\..\..\rxcontrols\rxapputils.pas"/> + <Caret Line="303" TopLine="290"/> + </Position7> + <Position8> + <Filename Value="..\..\..\rxcontrols\rxapputils.pas"/> + <Caret Line="302" Column="7" TopLine="290"/> + </Position8> + <Position9> + <Filename Value="..\..\..\rxcontrols\rxapputils.pas"/> + <Caret Line="307" Column="11" TopLine="290"/> + </Position9> + <Position10> + <Filename Value="..\..\..\rxcontrols\rxapputils.pas"/> + <Caret Line="305" TopLine="290"/> + </Position10> + </JumpHistory> + <RunParams> + <FormatVersion Value="2"/> + <Modes Count="0" ActiveMode=""/> + </RunParams> + </ProjectSession> +</CONFIG> diff --git a/components/rx/trunk/demos/RxAppUtils/RxMessageBeep/project1.res b/components/rx/trunk/demos/RxAppUtils/RxMessageBeep/project1.res new file mode 100644 index 000000000..1adb0406c Binary files /dev/null and b/components/rx/trunk/demos/RxAppUtils/RxMessageBeep/project1.res differ diff --git a/components/rx/trunk/demos/RxAppUtils/RxMessageBeep/unit1.lfm b/components/rx/trunk/demos/RxAppUtils/RxMessageBeep/unit1.lfm new file mode 100644 index 000000000..b8305b1b1 --- /dev/null +++ b/components/rx/trunk/demos/RxAppUtils/RxMessageBeep/unit1.lfm @@ -0,0 +1,56 @@ +object Form1: TForm1 + Left = 523 + Height = 240 + Top = 246 + Width = 320 + Caption = 'RxMessageBeep demo' + ClientHeight = 240 + ClientWidth = 320 + LCLVersion = '1.9.0.0' + object RadioGroup1: TRadioGroup + AnchorSideLeft.Control = Owner + AnchorSideTop.Control = Owner + Left = 6 + Height = 137 + Top = 6 + Width = 133 + AutoFill = True + AutoSize = True + BorderSpacing.Around = 6 + Caption = 'Beep style' + ChildSizing.LeftRightSpacing = 6 + ChildSizing.EnlargeHorizontal = crsHomogenousChildResize + ChildSizing.EnlargeVertical = crsHomogenousChildResize + ChildSizing.ShrinkHorizontal = crsScaleChilds + ChildSizing.ShrinkVertical = crsScaleChilds + ChildSizing.Layout = cclLeftToRightThenTopToBottom + ChildSizing.ControlsPerLine = 1 + ClientHeight = 119 + ClientWidth = 129 + ItemIndex = 0 + Items.Strings = ( + 'mbsBeep' + 'mbsIconAsterisk' + 'mbsIconExclamation' + 'mbsIconError' + 'mbsIconQuestion' + 'mbsIconWarning' + 'mbsOk' + ) + TabOrder = 0 + end + object Button1: TButton + AnchorSideLeft.Control = RadioGroup1 + AnchorSideLeft.Side = asrBottom + AnchorSideTop.Control = RadioGroup1 + AnchorSideTop.Side = asrCenter + Left = 145 + Height = 23 + Top = 63 + Width = 95 + AutoSize = True + Caption = 'Message beep' + OnClick = Button1Click + TabOrder = 1 + end +end diff --git a/components/rx/trunk/demos/RxAppUtils/RxMessageBeep/unit1.pas b/components/rx/trunk/demos/RxAppUtils/RxMessageBeep/unit1.pas new file mode 100644 index 000000000..d2cff0b41 --- /dev/null +++ b/components/rx/trunk/demos/RxAppUtils/RxMessageBeep/unit1.pas @@ -0,0 +1,43 @@ +unit Unit1; + +{$mode objfpc}{$H+} + +interface + +uses + Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ExtCtrls, StdCtrls; + +type + + { TForm1 } + + TForm1 = class(TForm) + Button1: TButton; + RadioGroup1: TRadioGroup; + procedure Button1Click(Sender: TObject); + private + + public + + end; + +var + Form1: TForm1; + +implementation +uses rxAppUtils; + +{$R *.lfm} + +{ TForm1 } + +procedure TForm1.Button1Click(Sender: TObject); +var + R: TRxMsgBeepStyle; +begin + R:=TRxMsgBeepStyle(RadioGroup1.ItemIndex); + RxMessageBeep(R); +end; + +end. + diff --git a/components/rx/trunk/docs/readmy.txt b/components/rx/trunk/docs/readmy.txt index 425f63b7d..438d4e0fa 100644 --- a/components/rx/trunk/docs/readmy.txt +++ b/components/rx/trunk/docs/readmy.txt @@ -1,4 +1,25 @@ -1. Contributors +1. Установка + Для установки библиотеки в IDE Lazarus необходимо установить пакет rxnew.lpk. + Для включения визуальных редакторов компонентв в IDE необходимо дополнительно установить 2 пакет: + - dcl_rx_ctrl.lpk - редакторы визуальных компонент + - dcl_rxtools.lpk - редакторы не визуальных компонент + + Дополнительно устанавливаются пакеты + - rxdbgrid_export_spreadsheet.lpk - модуль интеграции работы с электронными таблицами и RxDBGrid + (выгрузка из RxDBGrid в электронную таблицу) + - rxdbgrid_print.lpk - включение поддержки печати содержимого RxDBGrid + - rx_sort_fbdataset.lpk - поддержка автоматической сортировки данных в RxDBGrid, полученных из + компонентов UIB/FBDataSet + - rx_sort_ibx.lpk - поддержка автоматической сортировки данных в RxDBGrid, полученных из + компонентов IBX + - rx_sort_sqldb.lpk - поддержка автоматической сортировки данных в RxDBGrid, полученных из + компонентов SQLDB + - rx_sort_zeos.lpk - поддержка автоматической сортировки данных в RxDBGrid, полученных из + компонентов ZEOS + - rx.lpk - допольнительные компоненты Rx + Автоматически устанавливаемые пакеты + - rxtools.lpk - доплнительные функции библиотеки RxFPC +2. Contributors brick08 - from freepascal.ru rtn - from freepascal.ru kit - from freepascal.ru diff --git a/components/rx/trunk/images/TRxTextHolder.png b/components/rx/trunk/images/TRxTextHolder.png index e65ad6933..d3c76a425 100644 Binary files a/components/rx/trunk/images/TRxTextHolder.png and b/components/rx/trunk/images/TRxTextHolder.png differ diff --git a/components/rx/trunk/images/TRxTextHolder_150.png b/components/rx/trunk/images/TRxTextHolder_150.png index eb83e1eab..d39d9b290 100644 Binary files a/components/rx/trunk/images/TRxTextHolder_150.png and b/components/rx/trunk/images/TRxTextHolder_150.png differ diff --git a/components/rx/trunk/images/TRxTextHolder_200.png b/components/rx/trunk/images/TRxTextHolder_200.png index 66df2da68..6b804d633 100644 Binary files a/components/rx/trunk/images/TRxTextHolder_200.png and b/components/rx/trunk/images/TRxTextHolder_200.png differ diff --git a/components/rx/trunk/images/TStrHolder.png b/components/rx/trunk/images/TStrHolder.png new file mode 100644 index 000000000..aa10a3bf9 Binary files /dev/null and b/components/rx/trunk/images/TStrHolder.png differ diff --git a/components/rx/trunk/images/TStrHolder_150.png b/components/rx/trunk/images/TStrHolder_150.png new file mode 100644 index 000000000..48ad481c3 Binary files /dev/null and b/components/rx/trunk/images/TStrHolder_150.png differ diff --git a/components/rx/trunk/images/TStrHolder_200.png b/components/rx/trunk/images/TStrHolder_200.png new file mode 100644 index 000000000..9ac6d10e6 Binary files /dev/null and b/components/rx/trunk/images/TStrHolder_200.png differ diff --git a/components/rx/trunk/images/imgsrc/rxtools/trxtextholder/TRxTextHolder.svg b/components/rx/trunk/images/imgsrc/rxtools/trxtextholder/TRxTextHolder.svg index 5be12447f..24e1247f5 100644 --- a/components/rx/trunk/images/imgsrc/rxtools/trxtextholder/TRxTextHolder.svg +++ b/components/rx/trunk/images/imgsrc/rxtools/trxtextholder/TRxTextHolder.svg @@ -78,11 +78,11 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="11.313709" - inkscape:cx="12.985734" - inkscape:cy="11.48312" + inkscape:zoom="30.454512" + inkscape:cx="12.57431" + inkscape:cy="7.8430303" inkscape:document-units="px" - inkscape:current-layer="layer7" + inkscape:current-layer="layer13" showgrid="true" units="px" inkscape:window-width="1366" @@ -105,7 +105,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -129,14 +129,14 @@ transform="translate(0,-24)" sodipodi:insensitive="true"> <path - style="color:#000000;fill:#2c5aa0;stroke-width:0.27917731" - d="M 14,0.9921875 V 12 h 3 1.263672 3.314453 H 22 23 V 3 L 21,1 Z" - transform="translate(0,24)" + style="color:#000000;fill:#2c5aa0;stroke-width:0.30735502" + d="M 13,29.992188 V 42 h 3.333333 1.40408 3.682726 0.46875 H 23 V 32 l -2,-2 z" id="path1470" - inkscape:connector-curvature="0" /> + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccccccc" /> <path - style="color:#000000;fill:#ffffff;stroke-width:0.23601465" - d="m 15,26 h 5 l 2,1.894737 V 35 h -7 z" + style="color:#000000;fill:#ffffff;stroke-width:0.26595837" + d="m 14,31 h 6 l 2,2 v 8 h -8 z" id="rect1463" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccc" /> @@ -148,23 +148,23 @@ transform="translate(0,-24)" sodipodi:insensitive="true"> <path - style="fill:#000000;stroke-width:0.57735032" - d="m 16,31 h 4 v 1 h -4 z" + style="fill:#000000;stroke-width:0.64549726" + d="m 15,36 h 5 v 1 h -5 z" id="rect4578-8-6" inkscape:connector-curvature="0" /> <path - style="fill:#000000;stroke-width:0.6454972" - d="m 16,29 h 5 v 1 h -5 z" + style="fill:#000000;stroke-width:0.70710677" + d="m 15,34 h 6 v 1 h -6 z" id="rect4578-8-60" inkscape:connector-curvature="0" /> <path - style="fill:#000000;stroke-width:0.50000006" - d="m 16,27 h 3 v 1 h -3 z" + style="fill:#000000;stroke-width:0.57735032" + d="m 15,32 h 4 v 1 h -4 z" id="rect4578-8-60-7" inkscape:connector-curvature="0" /> <path - style="fill:#000000;stroke-width:0.64549726" - d="m 16,33 h 5 v 1 h -5 z" + style="fill:#000000;stroke-width:0.70710683" + d="m 15,38 h 6 v 1 h -6 z" id="rect4578-8-5" inkscape:connector-curvature="0" /> </g> @@ -190,7 +190,8 @@ id="layer7" inkscape:label="paper_01" transform="translate(0,-24)" - style="opacity:0.98000004"> + style="opacity:0.98000004" + sodipodi:insensitive="true"> <path style="fill:#1b3965;stroke-width:0.78401428;stroke-linecap:round;stroke-linejoin:bevel" d="m 2,34 h 8 V 44 H 2 Z" @@ -226,8 +227,8 @@ id="layer10" inkscape:label="paper_03" transform="translate(0,-24)" - style="display:none" - sodipodi:insensitive="true"> + sodipodi:insensitive="true" + style="display:none"> <path style="fill:#000000;stroke-width:0.80337554;stroke-linecap:round;stroke-linejoin:bevel" d="M 2,34.5 8.5,36 V 46.5 L 2,44.5 Z" @@ -258,7 +259,8 @@ inkscape:groupmode="layer" id="layer11" inkscape:label="clip" - transform="translate(0,-24)"> + transform="translate(0,-24)" + sodipodi:insensitive="true"> <path inkscape:connector-curvature="0" style="fill:#ffffff;stroke-width:1.15399826;stroke-linecap:round;stroke-linejoin:bevel" @@ -274,7 +276,7 @@ sodipodi:insensitive="true"> <path style="fill:#2c5aa0;stroke-width:0.15000001" - d="m 20,25 3,3 h -3 z" + d="m 20,30 3,3 h -3 z" id="rect4648" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc" /> @@ -283,8 +285,18 @@ inkscape:groupmode="layer" id="layer13" inkscape:label="arrows_matte" - transform="translate(0,-24)" - sodipodi:insensitive="true" /> + transform="translate(0,-24)"> + <path + style="fill:#ffffff;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:0.99999994, 2.99999982000000021" + d="m 21,40 h 2 v 2 h -2 z" + id="rect860" + inkscape:connector-curvature="0" /> + <path + style="fill:#ffffff;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:0.99999994, 2.99999982000000021" + d="m 13,30 h 2 v 2 h -2 z" + id="rect860-1" + inkscape:connector-curvature="0" /> + </g> <g inkscape:groupmode="layer" id="layer12" @@ -308,7 +320,7 @@ </g> <g id="g908" - transform="matrix(0.95248768,0,0,0.9230818,1.0927856,13.461382)"> + transform="matrix(0.95248768,0,0,0.9230818,1.0927856,1.4613814)"> <path sodipodi:nodetypes="ccsc" inkscape:connector-curvature="0" diff --git a/components/rx/trunk/images/imgsrc/rxtools/trxtextholder/TRxTextHolder_150.svg b/components/rx/trunk/images/imgsrc/rxtools/trxtextholder/TRxTextHolder_150.svg index ef5bef3a5..b28205c55 100644 --- a/components/rx/trunk/images/imgsrc/rxtools/trxtextholder/TRxTextHolder_150.svg +++ b/components/rx/trunk/images/imgsrc/rxtools/trxtextholder/TRxTextHolder_150.svg @@ -78,11 +78,11 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="15.627533" - inkscape:cx="-1.2306082" - inkscape:cy="14.039039" + inkscape:zoom="23.222222" + inkscape:cx="27.219269" + inkscape:cy="13.097017" inkscape:document-units="px" - inkscape:current-layer="layer10" + inkscape:current-layer="layer13" showgrid="true" units="px" inkscape:window-width="1366" @@ -126,18 +126,15 @@ inkscape:groupmode="layer" id="layer4" inkscape:label="list" - transform="translate(0,-12)" - sodipodi:insensitive="true"> + transform="translate(0,-12)"> <path style="color:#000000;fill:#2c5aa0;stroke-width:0.46090296" - d="M 20,1 V 19 H 26 27.105469 28 v -2 h 4 v 2 H 32.630859 33 35 V 4 L 32,1 Z" - transform="translate(0,12)" + d="M 20,21 V 39 H 26 27.105469 28 31.230469 32 35 V 37 24 l -3,-3 z" id="path1470" inkscape:connector-curvature="0" /> <path style="color:#000000;fill:#ffffff;stroke-width:0.42884499" - d="m 21,2 v 16 h 7 v -1 h 4 v 1 h 2 V 5 L 31,2 Z" - transform="translate(0,12)" + d="m 21,22 v 16 h 7 4 2 V 25 l -3,-3 z" id="rect1463" inkscape:connector-curvature="0" /> </g> @@ -149,27 +146,27 @@ sodipodi:insensitive="true"> <path style="fill:#000000;stroke-width:0.86602545" - d="m 23,27 h 9 v 1 h -9 z" + d="m 23,35 h 9 v 1 h -9 z" id="rect4578-8" inkscape:connector-curvature="0" /> <path style="fill:#000000;stroke-width:0.86602545" - d="m 23,21 h 9 v 1 h -9 z" + d="m 23,29 h 9 v 1 h -9 z" id="rect4578-8-6" inkscape:connector-curvature="0" /> <path style="fill:#000000;stroke-width:0.86602545" - d="m 23,18 h 9 v 1 h -9 z" + d="m 23,26 h 9 v 1 h -9 z" id="rect4578-8-60" inkscape:connector-curvature="0" /> <path style="fill:#000000;stroke-width:0.70710689" - d="m 23,15 h 6 v 1 h -6 z" + d="m 23,23 h 6 v 1 h -6 z" id="rect4578-8-60-7" inkscape:connector-curvature="0" /> <path style="fill:#000000;stroke-width:0.76376265" - d="m 23,24 h 7 v 1 h -7 z" + d="m 23,32 h 7 v 1 h -7 z" id="rect4578-8-5" inkscape:connector-curvature="0" /> </g> @@ -195,9 +192,10 @@ inkscape:groupmode="layer" id="layer7" inkscape:label="paper_01" - transform="translate(0,-12)"> + transform="translate(0,-12)" + sodipodi:insensitive="true"> <path - style="fill:#1b3965;stroke-width:1.22404182;stroke-linecap:round;stroke-linejoin:bevel;fill-opacity:0.98039216" + style="fill:#1b3965;fill-opacity:0.98039216;stroke-width:1.22404182;stroke-linecap:round;stroke-linejoin:bevel" d="M 2,27 H 16 V 42 H 2 Z" id="rect849-8" inkscape:connector-curvature="0" @@ -212,9 +210,10 @@ inkscape:groupmode="layer" id="layer9" inkscape:label="paper_02" - transform="translate(0,-12)"> + transform="translate(0,-12)" + sodipodi:insensitive="true"> <path - style="fill:#1b3965;stroke-width:1.18293226;stroke-linecap:round;stroke-linejoin:bevel;fill-opacity:0.98039216" + style="fill:#1b3965;fill-opacity:0.98039216;stroke-width:1.18293226;stroke-linecap:round;stroke-linejoin:bevel" d="m 2,27 12,2 V 44 L 3,42.521739 Z" id="rect849-8-5" inkscape:connector-curvature="0" @@ -230,9 +229,10 @@ inkscape:groupmode="layer" id="layer10" inkscape:label="paper_03" - transform="translate(0,-12)"> + transform="translate(0,-12)" + sodipodi:insensitive="true"> <path - style="fill:#1b3965;stroke-width:1.16579986;stroke-linecap:round;stroke-linejoin:bevel;fill-opacity:0.98039216" + style="fill:#1b3965;fill-opacity:0.98039216;stroke-width:1.16579986;stroke-linecap:round;stroke-linejoin:bevel" d="m 2,27 10,4 V 46 L 3,42.958333 Z" id="rect849-8-5-4" inkscape:connector-curvature="0" @@ -282,7 +282,7 @@ sodipodi:insensitive="true"> <path style="fill:#2c5aa0;stroke-width:0.22500001" - d="m 31,13 4,4 h -4 z" + d="m 31,21 4,4 h -4 z" id="rect4648" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc" /> @@ -291,7 +291,18 @@ inkscape:groupmode="layer" id="layer13" inkscape:label="arrows_matte" - transform="translate(0,-12)" /> + transform="translate(0,-12)"> + <path + style="fill:#ffffff;stroke-width:2.12132025;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:2.12132022, 6.36396065000000011" + d="m 32,36 h 3 v 3 h -3 z" + id="rect996" + inkscape:connector-curvature="0" /> + <path + style="fill:#ffffff;stroke-width:2.12132025;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:2.12132022, 6.36396065000000011" + d="m 20,21 h 3 v 3 h -3 z" + id="rect996-7" + inkscape:connector-curvature="0" /> + </g> <g inkscape:groupmode="layer" id="layer12" @@ -315,7 +326,7 @@ </g> <g id="g7695" - transform="matrix(0.95248731,0,0,1.0256409,2.1391853,15.384617)"> + transform="matrix(0.95248731,0,0,1.0256409,2.1391854,-1.615382)"> <path sodipodi:nodetypes="ccsc" inkscape:connector-curvature="0" diff --git a/components/rx/trunk/images/imgsrc/rxtools/trxtextholder/TRxTextHolder_200.svg b/components/rx/trunk/images/imgsrc/rxtools/trxtextholder/TRxTextHolder_200.svg index ccd1c9dcf..1e35aa4bc 100644 --- a/components/rx/trunk/images/imgsrc/rxtools/trxtextholder/TRxTextHolder_200.svg +++ b/components/rx/trunk/images/imgsrc/rxtools/trxtextholder/TRxTextHolder_200.svg @@ -78,11 +78,11 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="7.2459157" - inkscape:cx="23.31182" - inkscape:cy="37.600431" + inkscape:zoom="8.7083333" + inkscape:cx="-6.5341365" + inkscape:cy="7.1304557" inkscape:document-units="px" - inkscape:current-layer="layer11" + inkscape:current-layer="layer13" showgrid="true" units="px" inkscape:window-width="1366" @@ -125,52 +125,57 @@ <g inkscape:groupmode="layer" id="layer4" - inkscape:label="list"> + inkscape:label="list" + sodipodi:insensitive="true"> <path - style="color:#000000;fill:#2c5aa0;stroke-width:0.58653969" - d="M 27 1.9863281 L 27 25 L 36 25 L 36 23 L 43 23 L 43 25 L 46 25 L 46 7 L 40.722656 2 L 27 1.9863281 z " - id="path1470" /> + style="color:#000000;fill:#2c5aa0;stroke-width:0.65542644" + d="M 25,11 V 11.01563 13.275396 14 37 H 34.947266 38 39.369141 46 V 32.480469 31 16 L 41,11 29,11.0039 V 11 Z" + id="path1470" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccccccccccccc" /> <path - style="color:#000000;fill:#ffffff;stroke-width:0.50198543" - d="M 29,4 H 39.714286 L 44,8 V 23 H 29 Z" + style="color:#000000;fill:#ffffff;stroke-width:0.57504851" + d="M 27,13 V 35 H 39.466667 44 V 32.683985 31.7 15 l -2,-2 z" id="rect1463" inkscape:connector-curvature="0" - sodipodi:nodetypes="cccccc" /> + sodipodi:nodetypes="ccccccccc" /> </g> <g inkscape:groupmode="layer" id="layer6" - inkscape:label="strings"> + inkscape:label="strings" + sodipodi:insensitive="true"> <path - style="fill:#000000;stroke-width:1.35400653" - d="m 31,19 h 11 v 2 H 31 Z" + style="fill:#000000;stroke-width:1.58113897" + d="m 28,31 h 15 v 2 H 28 Z" id="rect4578-8" inkscape:connector-curvature="0" /> <path - style="fill:#000000;stroke-width:1.22474492" - d="m 31,13 h 9 v 2 h -9 z" + style="fill:#000000;stroke-width:1.58113885" + d="m 28,23 h 15 v 2 H 28 Z" id="rect4578-8-6" inkscape:connector-curvature="0" /> <path - style="fill:#000000;stroke-width:1.35400641" - d="m 31,10 h 11 v 2 H 31 Z" + style="fill:#000000;stroke-width:1.58113885" + d="m 28,19 h 15 v 2 H 28 Z" id="rect4578-8-60" inkscape:connector-curvature="0" /> <path - style="fill:#000000;stroke-width:1.08012354" - d="m 31,7 h 7 v 2 h -7 z" + style="fill:#000000;stroke-width:1.41421366" + d="m 28,15 h 12 v 2 H 28 Z" id="rect4578-8-60-7" inkscape:connector-curvature="0" /> <path - style="fill:#000000;stroke-width:1.35400653" - d="m 31,16 h 11 v 2 H 31 Z" + style="fill:#000000;stroke-width:1.58113897" + d="m 28,27 h 15 v 2 H 28 Z" id="rect4578-8-5" inkscape:connector-curvature="0" /> </g> <g inkscape:groupmode="layer" id="layer2" - inkscape:label="holder_back"> + inkscape:label="holder_back" + sodipodi:insensitive="true"> <path style="fill:#aa4400;stroke-width:1.656201;stroke-linecap:round;stroke-linejoin:bevel" d="M 5,18 H 22 V 39 H 5 Z" @@ -185,9 +190,10 @@ <g inkscape:groupmode="layer" id="layer7" - inkscape:label="paper_01"> + inkscape:label="paper_01" + sodipodi:insensitive="true"> <path - style="fill:#1b3965;stroke-width:1.60675108;stroke-linecap:round;stroke-linejoin:bevel;fill-opacity:0.98039216" + style="fill:#1b3965;fill-opacity:0.98039216;stroke-width:1.60675108;stroke-linecap:round;stroke-linejoin:bevel" d="M 5,20 H 21 V 41 H 5 Z" id="rect849-8" inkscape:connector-curvature="0" /> @@ -200,9 +206,10 @@ <g inkscape:groupmode="layer" id="layer9" - inkscape:label="paper_02"> + inkscape:label="paper_02" + sodipodi:insensitive="true"> <path - style="fill:#1b3965;stroke-width:1.60675108;stroke-linecap:round;stroke-linejoin:bevel;fill-opacity:0.98039216" + style="fill:#1b3965;fill-opacity:0.98039216;stroke-width:1.60675108;stroke-linecap:round;stroke-linejoin:bevel" d="m 4,20 15,2 V 43 L 4,41 Z" id="rect849-8-5" inkscape:connector-curvature="0" @@ -217,9 +224,10 @@ <g inkscape:groupmode="layer" id="layer10" - inkscape:label="paper_03"> + inkscape:label="paper_03" + sodipodi:insensitive="true"> <path - style="fill:#1b3965;stroke-width:1.60675108;stroke-linecap:round;stroke-linejoin:bevel;fill-opacity:0.98039216" + style="fill:#1b3965;fill-opacity:0.98039216;stroke-width:1.60675108;stroke-linecap:round;stroke-linejoin:bevel" d="m 4,21 13,3 V 45 L 4,41 Z" id="rect849-8-5-4" inkscape:connector-curvature="0" @@ -234,7 +242,8 @@ <g inkscape:groupmode="layer" id="layer3" - inkscape:label="holder_front"> + inkscape:label="holder_front" + sodipodi:insensitive="true"> <path style="fill:#d45500;stroke-width:1.70421672;stroke-linecap:round;stroke-linejoin:bevel" d="m 2,20 13,6 V 46 L 2,40 Z" @@ -245,7 +254,8 @@ <g inkscape:groupmode="layer" id="layer11" - inkscape:label="clip"> + inkscape:label="clip" + sodipodi:insensitive="true"> <path style="color:#000000;fill:#ffffff;stroke-width:0.96834123px;stroke-linecap:round" d="m 4,27 a 0.48209902,0.48634842 0 1 0 -0.4117866,0.879419 l 1.7434721,0.830833 a 0.48209902,0.48634842 0 1 0 0.4117866,-0.87942 z" @@ -260,10 +270,11 @@ <g inkscape:groupmode="layer" id="layer8" - inkscape:label="corner 1"> + inkscape:label="corner 1" + sodipodi:insensitive="true"> <path - style="fill:#2c5aa0;stroke-width:0.30000001" - d="m 40,2 6,6 h -6 z" + style="fill:#2c5aa0;stroke-width:0.25" + d="m 41,11 5,5 h -5 z" id="rect4648" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc" /> @@ -271,11 +282,44 @@ <g inkscape:groupmode="layer" id="layer13" - inkscape:label="arrows_matte" /> + inkscape:label="arrows_matte"> + <path + style="fill:#ffffff;stroke-width:1.1547004;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:1.15470047, 3.46410141000000005" + d="m 38,35 h 8 v 2 h -8 z" + id="rect881" + inkscape:connector-curvature="0" /> + <path + style="fill:#ffffff;stroke-width:1.1547004;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:1.15470047, 3.46410141000000005" + d="m 25,11 h 8 v 2 h -8 z" + id="rect881-7" + inkscape:connector-curvature="0" /> + <path + style="fill:#ffffff;stroke-width:0.81649649;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:0.81649654, 2.44948960000000016" + d="m 44,31 h 2 v 4 h -2 z" + id="rect881-4" + inkscape:connector-curvature="0" /> + <path + style="fill:#ffffff;stroke-width:0.81649649;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:0.81649654, 2.44948960000000016" + d="m 25,13 h 2 v 4 h -2 z" + id="rect881-4-6" + inkscape:connector-curvature="0" /> + <path + style="fill:#ffffff;stroke-width:0.91287082;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:0.91287088, 2.73861262999999999" + d="m 29,35 h 5 v 2 h -5 z" + id="rect881-4-8" + inkscape:connector-curvature="0" /> + <path + style="fill:#ffffff;stroke-width:0.91287082;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:0.91287088, 2.73861262999999999" + d="m 37,11 h 4 l 1,1 v 1 h -5 z" + id="rect881-4-8-8" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccc" /> + </g> <g inkscape:groupmode="layer" id="layer12" - inkscape:label="arrows"> + inkscape:label="arrows" + sodipodi:insensitive="true"> <g transform="translate(0.00220543,1.1363489e-6)" id="g885"> @@ -297,7 +341,7 @@ </g> </g> <g - transform="translate(-0.00205793,20)" + transform="translate(2.7005426e-5,-0.99999989)" id="g880"> <path sodipodi:nodetypes="ccsc" diff --git a/components/rx/trunk/images/imgsrc/rxtools/tstrholder/TStrHolder.svg b/components/rx/trunk/images/imgsrc/rxtools/tstrholder/TStrHolder.svg new file mode 100644 index 000000000..45c0ba897 --- /dev/null +++ b/components/rx/trunk/images/imgsrc/rxtools/tstrholder/TStrHolder.svg @@ -0,0 +1,395 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + viewBox="0 0 24 24" + version="1.1" + id="svg862" + inkscape:version="0.92.3 (2405546, 2018-03-11)" + sodipodi:docname="TStrHolder.svg" + inkscape:export-filename="TStrHolder.png" + inkscape:export-xdpi="96" + inkscape:export-ydpi="96"> + <defs + id="defs856"> + <inkscape:path-effect + effect="simplify" + id="path-effect1060" + is_visible="true" + steps="1" + threshold="0.000408163" + smooth_angles="360" + helper_size="0" + simplify_individual_paths="false" + simplify_just_coalesce="false" + simplifyindividualpaths="false" + simplifyJustCoalesce="false" /> + <inkscape:path-effect + effect="simplify" + id="path-effect1051" + is_visible="true" + steps="1" + threshold="0.000408163" + smooth_angles="360" + helper_size="0" + simplify_individual_paths="false" + simplify_just_coalesce="false" + simplifyindividualpaths="false" + simplifyJustCoalesce="false" /> + <inkscape:path-effect + effect="simplify" + id="path-effect1046" + is_visible="true" + steps="1" + threshold="0.000408163" + smooth_angles="360" + helper_size="0" + simplify_individual_paths="false" + simplify_just_coalesce="false" + simplifyindividualpaths="false" + simplifyJustCoalesce="false" /> + <filter + inkscape:collect="always" + style="color-interpolation-filters:sRGB" + id="filter906" + x="-0.104" + width="1.2079999" + y="-0.14181818" + height="1.2836365"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.52" + id="feGaussianBlur908" /> + </filter> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="6.6559365" + inkscape:cy="12.634796" + inkscape:document-units="px" + inkscape:current-layer="layer18" + showgrid="true" + units="px" + inkscape:window-width="1366" + inkscape:window-height="706" + inkscape:window-x="-8" + inkscape:window-y="-8" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:snap-global="true"> + <inkscape:grid + type="xygrid" + id="grid1407" /> + </sodipodi:namedview> + <metadata + id="metadata859"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="base" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-308.29999)" + sodipodi:insensitive="true" + style="display:none"> + <path + style="opacity:0.7;fill:#ffccaa;stroke-width:1.29777133" + d="m 0,308.29999 h 24 v 24 H 0 Z" + id="rect1409" + inkscape:connector-curvature="0" /> + </g> + <g + inkscape:groupmode="layer" + id="layer7" + inkscape:label="paper" + transform="translate(0,-24)" + sodipodi:insensitive="true"> + <path + style="fill:#1b3965;fill-opacity:0.98039216;stroke-width:1.21458972;stroke-linecap:round;stroke-linejoin:bevel" + d="M 1,31 H 13 V 47 H 1 Z" + id="rect849-8" + inkscape:connector-curvature="0" /> + <path + style="fill:#ffffff;stroke-width:1.03715336;stroke-linecap:round;stroke-linejoin:bevel" + d="M 2,32 H 12 V 46 H 2 Z" + id="rect849-8-4" + inkscape:connector-curvature="0" /> + </g> + <g + inkscape:groupmode="layer" + id="layer11" + inkscape:label="paper_strings" + transform="translate(0,-24)" + sodipodi:insensitive="true"> + <path + style="fill:#000000;stroke-width:0.89442718;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:0.89442716, 2.68328145999999990" + d="m 3,36 h 8 v 1 H 3 Z" + id="rect867" + inkscape:connector-curvature="0" /> + <path + style="fill:#000000;stroke-width:0.89442718;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:0.89442716, 2.68328144999999996" + d="m 3,34 h 8 v 1 H 3 Z" + id="rect867-3" + inkscape:connector-curvature="0" /> + <path + style="fill:#000000;stroke-width:0.89442718;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:0.89442716, 2.68328144999999996" + d="m 3,40 h 8 v 1 H 3 Z" + id="rect867-7" + inkscape:connector-curvature="0" /> + <path + style="fill:#000000;stroke-width:0.89442718;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:0.89442716, 2.68328144999999996" + d="m 3,42 h 8 v 1 H 3 Z" + id="rect867-2-3" + inkscape:connector-curvature="0" /> + <path + style="fill:#000000;stroke-width:0.89442718;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:0.89442716, 2.68328145999999990" + d="m 3,44 h 8 v 1 H 3 Z" + id="rect867-2-6" + inkscape:connector-curvature="0" /> + <path + style="fill:#000000;stroke-width:0.89442718;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:0.89442716, 2.68328145999999990" + d="m 3,38 h 8 v 1 H 3 Z" + id="rect867-0" + inkscape:connector-curvature="0" /> + </g> + <g + inkscape:groupmode="layer" + id="layer17" + inkscape:label="chars_matte" + transform="translate(0,-24)" + sodipodi:insensitive="true"> + <path + style="fill:#ffffff;stroke-width:0.63245547;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:0.6324555, 1.89736649000000002" + d="m 7,32 h 6 V 44 H 7 Z" + id="rect1025" + inkscape:connector-curvature="0" /> + </g> + <g + inkscape:groupmode="layer" + id="layer14" + inkscape:label="chars_frame" + transform="translate(0,-24)" + sodipodi:insensitive="true"> + <path + style="fill:#000080;stroke-width:0.99014741;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:0.99014749, 2.97044245000000018" + d="M 8,33 H 23 V 43 H 8 Z" + id="rect972" + inkscape:connector-curvature="0" /> + <path + style="fill:#ffffff;stroke-width:0.82446253;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:0.82446255, 2.47338762999999995" + d="m 9,34 h 13 v 8 H 9 Z" + id="rect972-2" + inkscape:connector-curvature="0" /> + </g> + <g + inkscape:groupmode="layer" + id="layer13" + inkscape:label="char_s" + transform="translate(0,-24)" + sodipodi:insensitive="true"> + <text + xml:space="preserve" + style="font-size:9.33333302px;line-height:1.25;font-family:Wingdings;-inkscape-font-specification:Wingdings;letter-spacing:0px;word-spacing:0px;fill:#000000;stroke-width:0.5" + x="13.788582" + y="29.891438" + id="text936"><tspan + sodipodi:role="line" + id="tspan934" + x="13.788582" + y="38.430458" /></text> + <text + xml:space="preserve" + style="font-size:9.33333302px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;letter-spacing:0px;word-spacing:0px;fill:#000000;stroke-width:0.5" + x="13.6875" + y="32.71875" + id="text940"><tspan + sodipodi:role="line" + id="tspan938" + x="13.6875" + y="41.12579" /></text> + <g + aria-label="S" + style="font-size:18.66666603px;font-family:Calibri;-inkscape-font-specification:Calibri;letter-spacing:0px;word-spacing:0px;fill:#000000" + id="text917" + transform="matrix(0.55132838,0,0,0.49420846,14.961954,19.679538)"> + <path + d="m -1.7447923,39.658856 c 0,0.552951 -0.1138851,1.045139 -0.3416554,1.476562 -0.2210712,0.431423 -0.5325805,0.799045 -0.9345281,1.102865 -0.3952485,0.297743 -0.8641873,0.522569 -1.4068166,0.674479 -0.5359301,0.151909 -0.7623123,0.227864 -1.3274164,0.227864 -0.3949653,0 -0.7625868,-0.03342 -1.1028645,-0.10026 -0.3342014,-0.06684 -0.6349826,-0.148872 -0.9023437,-0.246094 -0.2612847,-0.09722 -0.4830729,-0.197482 -0.6653646,-0.300781 -0.1762153,-0.103299 -0.3007812,-0.191406 -0.3736979,-0.264323 -0.06684,-0.07292 -0.1184896,-0.164063 -0.1549479,-0.273438 -0.030382,-0.115451 -0.045573,-0.267361 -0.045573,-0.455729 0,-0.133681 0.00608,-0.243056 0.018229,-0.328125 0.012153,-0.09114 0.030382,-0.164062 0.054688,-0.21875 0.024305,-0.05469 0.054687,-0.09114 0.091146,-0.109375 0.036459,-0.02431 0.078993,-0.03646 0.1276041,-0.03646 0.085069,0 1.4917535,0.307927 1.8320312,0.316874 0.3463541,0.0085 0.7443576,0.01268 1.1940104,0.01268 0.3402777,0 0.6501735,-0.0037 0.9296874,-0.01118 0.2855903,-0.0075 0.8975877,-0.221144 1.0181719,-0.464199 0.1205843,-0.243056 0.1808765,-0.519532 0.1808765,-0.829427 0,-0.334201 -0.083739,-0.619792 -0.2512173,-0.856771 -0.1674781,-0.236979 -0.3885493,-0.443577 -0.6632136,-0.619792 -0.2746641,-0.182291 -1.2091824,-0.796007 -1.5798833,-0.947916 -0.3707009,-0.157987 -0.7312918,-0.331164 -1.0817726,-0.519532 -0.3504809,-0.188368 -0.6638917,-0.410156 -0.9402324,-0.665364 -0.2763406,-0.255209 -0.5021312,-0.552952 -0.6773717,-0.893229 -0.1685004,-0.346355 -0.2527506,-0.759549 -0.2527506,-1.239584 0,-0.492187 0.09773,-0.929687 0.2931907,-1.3125 0.2022005,-0.388889 0.4785412,-0.713975 0.829022,-0.97526 0.3572209,-0.261285 0.778472,-0.458767 1.2637532,-0.592448 C -6.1220103,31.069878 -5.6367188,31 -5.1263022,31 c 0.2612847,0 0.5225695,0.02431 0.7838542,0.07292 0.2673611,0.04253 0.516493,0.103297 0.7473958,0.182292 0.2369791,0.07292 0.4466145,0.157986 0.6289062,0.255208 0.1822917,0.09115 0.3007813,0.167101 0.3554688,0.227865 0.060764,0.05469 0.1002605,0.10026 0.1184895,0.136719 0.018229,0.03038 0.03342,0.07291 0.045573,0.127604 0.012153,0.04861 0.021267,0.109377 0.027344,0.182291 0.00607,0.07292 0.00911,0.167101 0.00911,0.282553 0,0.109375 -0.00608,0.206597 -0.018229,0.291666 -0.00607,0.08507 -0.018226,0.157986 -0.036458,0.21875 -0.018229,0.05469 -0.045573,0.09722 -0.082031,0.127604 -0.030382,0.02431 -0.06684,0.03646 -0.109375,0.03646 -0.06684,0 -0.6319444,-0.111094 -0.8385416,-0.126504 -0.2065972,-0.01632 -0.4526909,-0.03082 -0.7382812,-0.04351 -0.2795139,-0.0136 -0.5954861,-0.0204 -0.9479167,-0.0204 -0.3281249,0 -0.5871701,0.0068 -0.8567708,0.0204 -0.2696007,0.01269 -0.6499113,-0.01222 -0.8939867,0.193943 -0.2349179,0.198427 -0.2564853,0.55333 -0.2564853,0.778157 0,0.328125 0.041739,0.610677 0.2102397,0.847656 0.1685004,0.236979 0.390921,0.446615 0.6672617,0.628906 0.2830807,0.182292 0.5707137,0.349393 0.8927623,0.501303 0.3220486,0.151909 1.4390179,0.786892 1.7940716,0.97526 0.3550537,0.182291 0.6699127,0.401041 0.9445769,0.65625 0.2813633,0.249132 0.505784,0.546875 0.6732622,0.893229 0.1741773,0.340278 0.2612659,0.744358 0.2612659,1.21224 z" + id="path919" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccscccccscccscsccssccsccscccscccccccscccsccscsssccccccc" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer15" + inkscape:label="char_t" + transform="translate(0,-24)" + sodipodi:insensitive="true"> + <g + aria-label="t" + style="font-size:18.66666603px;font-family:Wingdings;-inkscape-font-specification:Wingdings;letter-spacing:0px;word-spacing:0px;fill:#000000" + id="text993" + transform="matrix(0.5216213,0,0,0.49420858,-2.0894299,24.727157)"> + <path + d="m 36.596339,31.750471 c 0,0.243057 -0.01823,0.430873 -0.05469,0.563448 -0.03038,0.127052 -0.07292,0.218198 -0.127604,0.273438 -0.05469,0.04971 -0.136718,0.09667 -0.246094,0.140861 -0.103298,0.03867 -0.227864,0.07181 -0.373697,0.09943 -0.139757,0.03315 -0.294704,0.058 -0.464842,0.07457 -0.164063,0.01657 -0.331163,0.02485 -0.501301,0.02485 -0.455729,0 -0.887476,-0.05248 -1.106084,-0.157433 -0.218607,-0.104957 -0.399456,-0.265153 -0.542544,-0.480588 -0.143089,-0.22096 -0.248418,-0.49716 -0.315989,-0.828599 -0.06757,-0.33144 -0.08805,-0.717064 -0.101354,-1.176611 v -3.427073 h 0.0196 c 0.0067,0 -0.01123,-0.09056 -0.01458,-0.271669 -0.0034,-0.188987 -0.005,-0.500029 -0.005,-0.933125 0,-0.228359 3.36e-4,-0.295533 10e-4,-0.406014 10e-4,-0.110479 0.0023,-0.196101 0.004,-0.256866 0.0017,-0.06629 0.0037,-0.11324 0.006,-0.140861 0.0027,-0.02762 0.0124,-0.04143 0.009,-0.04143 h -0.02011 v -1.648912 c 0,-0.05524 0.0099,-0.104956 0.02981,-0.149147 0.02385,-0.04419 0.0636,-0.0801 0.119241,-0.107719 0.05962,-0.03315 0.137126,-0.05524 0.232518,-0.06629 0.09937,-0.01657 0.220596,-0.02485 0.363684,-0.02485 0.147064,0 0.268292,0.0083 0.363684,0.02485 0.09937,0.01105 0.192958,0.03314 0.355469,0.06629 0.162511,0.02762 0.278591,0.06353 0.348239,0.107719 0.06965,0.04419 0.107914,0.09429 0.104476,0.149147 v 1.648912 h 1.552492 c 0.06077,0 0.112416,0.01381 0.154949,0.04143 0.04861,0.02762 0.08811,0.07457 0.118489,0.140861 0.03038,0.06077 0.05165,0.146389 0.0638,0.256866 0.01823,0.110481 0.02734,0.177655 0.02734,0.406014 0,0.433096 -0.03038,0.744138 -0.09115,0.933125 -0.06077,0.181112 -0.149912,0.261982 -0.264322,0.271669 H 34.67924 v 3.112208 c 0,0.403251 0.133492,0.707071 0.400476,0.911458 0.266981,0.198865 1.218866,0.107727 1.261401,0.107727 0.03646,0 0.06988,0.01105 0.10026,0.03314 0.03646,0.01657 0.0638,0.05523 0.08203,0.116005 0.01823,0.05524 0.03342,0.132576 0.04557,0.232008 0.01823,0.09943 0.02734,0.226484 0.02734,0.381155 z" + style="-inkscape-font-specification:'Calibri Bold';stroke-width:0.95346224" + id="path1018" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccscccscscscccscscccscccscscccscscscsccccc" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer16" + inkscape:label="char_r" + transform="translate(0,-24)" + sodipodi:insensitive="true"> + <g + aria-label="r" + style="font-size:18.66666603px;font-family:Wingdings;-inkscape-font-specification:Wingdings;letter-spacing:0px;word-spacing:0px;fill:#000000" + id="text998" + transform="matrix(0.57442036,0,0,0.44373809,-3.8279738,26.356643)"> + <path + d="m 43.222656,25.261719 c 0,0.21875 -0.0061,0.398003 -0.01823,0.53776 -0.01215,0.139757 -0.03038,0.249132 -0.05469,0.328125 -0.02431,0.07899 -0.05773,0.133681 -0.10026,0.164063 -0.03646,0.03038 -0.08507,0.04557 -0.145833,0.04557 -0.04861,0 -0.103301,-0.0091 -0.164063,-0.02734 -0.06077,-0.02431 -0.130645,-0.04861 -0.209635,-0.07292 -0.07292,-0.02431 -0.154948,-0.04557 -0.246094,-0.0638 -0.09115,-0.02431 -0.191406,-0.03646 -0.300781,-0.03646 -0.127605,0 -0.255209,0.02734 -0.382813,0.08203 -0.127604,0.04861 -0.447952,0.096 -0.61491,0.196569 -0.133681,0.109376 -0.634086,0.313225 -0.749224,0.495516 -0.110533,0.182292 -0.366283,0.389513 -0.495237,0.656874 v 5.067708 c 0,0.06077 -0.01382,0.115454 -0.04145,0.164062 -0.02763,0.04253 -0.07599,0.07899 -0.145074,0.109375 -0.06448,0.03038 -0.151982,0.05165 -0.262515,0.0638 C 39.181315,32.990884 39.040848,33 38.870444,33 38.700039,33 38.559571,32.9909 38.449039,32.97266 38.338506,32.96051 38.248698,32.93924 38.179615,32.90886 38.115135,32.87848 38.069083,32.84202 38.041449,32.799485 38.013816,32.75087 38,32.696181 38,32.635417 v -8.130208 c 0,-0.08864 0.01519,-0.163989 0.04557,-0.226034 0.03038,-0.07091 0.08507,-0.128532 0.164062,-0.17285 0.07899,-0.04432 0.179254,-0.07534 0.300782,-0.09307 0.127604,-0.02659 0.28559,-0.03988 0.473958,-0.03988 0.194445,0 0.355469,0.01329 0.483073,0.03988 0.127604,0.01773 0.224826,0.04875 0.291666,0.09307 0.07292,0.04432 0.124566,0.101935 0.154948,0.17285 0.03038,0.06205 0.03937,0.138019 0.04557,0.226034 l 0.0204,0.289868 c 0.212674,-0.30382 0.894381,-0.480886 1.07812,-0.543519 0.210941,-0.08024 0.38108,-0.150429 0.551219,-0.192964 0.170139,-0.04861 0.340277,-0.07292 0.510416,-0.07292 0.07899,0 0.164063,0.0061 0.255209,0.01823 0.09115,0.0061 0.18533,0.02126 0.282552,0.04557 0.09722,0.01823 0.182291,0.04253 0.255208,0.07292 0.07292,0.02431 0.124566,0.05165 0.154948,0.08203 0.03646,0.03038 0.06077,0.0638 0.07292,0.100261 0.01823,0.03646 0.03342,0.08811 0.04557,0.154948 0.01215,0.06077 0.02127,0.154951 0.02734,0.282552 0.0061,0.127604 0.0091,0.300781 0.0091,0.519531 z" + style="-inkscape-font-specification:'Calibri Bold'" + id="path1021" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csccscccsccccscccscccsscccscccscccsccccccccc" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer18" + inkscape:label="arrows_matte" + transform="translate(0,-24)"> + <path + style="fill:#ffffff;stroke-width:0.57735026;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:0.57735024, 1.73205070999999999" + d="m 22,40 h 1 v 3 h -1 z" + id="rect1029" + inkscape:connector-curvature="0" /> + <path + style="fill:#ffffff;stroke-width:0.40824828;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:0.40824827, 1.22474480000000008" + d="m 12,44 h 1 v 2 h -1 z" + id="rect1035" + inkscape:connector-curvature="0" /> + <path + style="fill:#ffffff;stroke-width:0.66666663;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:0.66666663, 1.99999988000000006" + d="m 14,42 h 4 v 1 h -4 z" + id="rect1029-5" + inkscape:connector-curvature="0" /> + <path + style="fill:#ffffff;stroke-width:0.33333331;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:0.33333332, 0.99999994000000003" + d="m 12,31 h 1 v 1 h -1 z" + id="rect1029-6" + inkscape:connector-curvature="0" /> + <path + style="fill:#ffffff;stroke-width:0.66666663;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:0.66666663, 1.99999988000000006" + d="m 18,42 h 4 v 1 h -4 z" + id="rect1029-5-3" + inkscape:connector-curvature="0" /> + </g> + <g + inkscape:groupmode="layer" + id="layer12" + inkscape:label="arrows" + transform="translate(0,-24)" + sodipodi:insensitive="true"> + <g + id="g914" + transform="matrix(0.95252699,0,0,0.92307594,1.0934104,3.6154626)"> + <path + style="color:#000000;fill:#ff0000;stroke-width:0.86743361" + d="m 16.394529,43.286049 v 2.088952 c 5.656268,-0.239359 6.962429,-4.803937 6.526574,-4.874222 -0.344082,-0.05549 -1.731408,2.87231 -6.526574,2.78527 z" + id="path7127-7" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccsc" /> + <path + inkscape:connector-curvature="0" + id="path7431-3" + d="m 16.397115,41.724381 a 0.06550392,0.07649713 0 0 0 -0.05788,0.0049 l -3.806236,2.556251 a 0.06550392,0.07649713 0 0 0 8.75e-4,0.133399 l 0.27943,0.18916 3.519058,2.382206 a 0.06550392,0.07649713 0 0 0 0.09738,-0.0669 l 0.0078,-5.127639 a 0.06550392,0.07649713 0 0 0 -0.04034,-0.07145 z" + style="color:#000000;fill:#ff0000;stroke-width:0.1415607;stroke-linecap:round;stroke-linejoin:round" /> + </g> + <g + id="g908" + transform="matrix(0.95248768,0,0,0.9230818,1.0927856,2.4613814)"> + <path + sodipodi:nodetypes="ccsc" + inkscape:connector-curvature="0" + id="path7453-9" + d="M 19.097657,29.213952 19.093751,27.125 c -5.656269,0.239359 -6.95071,4.803936 -6.514855,4.874221 0.344082,0.05549 1.723595,-2.872309 6.518761,-2.785269 z" + style="color:#000000;fill:#008000;stroke-width:0.86743361" /> + <path + style="color:#000000;fill:#008000;stroke-width:0.14156069;stroke-linecap:round;stroke-linejoin:round" + d="m 19.102884,30.775619 a 0.06550392,0.07649712 0 0 0 0.05788,-0.0049 l 3.806237,-2.55625 a 0.06550392,0.07649712 0 0 0 -8.75e-4,-0.133399 l -0.279431,-0.18916 -3.519057,-2.382206 a 0.06550392,0.07649712 0 0 0 -0.09738,0.0669 l -0.0077,5.127638 a 0.06550392,0.07649712 0 0 0 0.04034,0.07145 z" + id="path7455-1" + inkscape:connector-curvature="0" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="text" + transform="translate(0,-24)" + sodipodi:insensitive="true"> + <path + transform="matrix(1.25,0,0,1.25,-10,-47)" + inkscape:connector-curvature="0" + style="opacity:0.7;fill:#ffffff;fill-rule:evenodd;stroke-width:0.80000001;stroke-linejoin:round;paint-order:fill markers stroke;filter:url(#filter906)" + d="m 8.8,56.8 h 10.4 c 0.4432,0 0.8,0.3568 0.8,0.8 v 7.2 c 0,0.4432 -0.3568,0.8 -0.8,0.8 H 8.8 C 8.3568,65.6 8,65.2432 8,64.8 v -7.2 c 0,-0.4432 0.3568,-0.8 0.8,-0.8 z" + id="rect957" /> + <path + style="color:#000000;fill:#c500ab;fill-rule:evenodd;stroke-width:0.99394226;stroke-linejoin:round;paint-order:fill markers stroke" + d="M 1.5429688,25 A 0.54445904,0.45371587 0 0 0 1,25.453125 v 4.09375 A 0.54445904,0.45371587 0 0 0 1.5429688,30 h 2.5 C 5.6183038,30 7,29.114429 7,27.908203 V 27.091796 C 7,25.885571 5.6183038,25 4.0429688,25 Z M 3,26 H 4.021485 C 4.5969613,26 5,26.542635 5,27.115234 v 0.769531 C 5,28.457365 4.5969613,29 4.021485,29 H 3 Z" + id="path923" + inkscape:connector-curvature="0" /> + <path + style="color:#000000;fill:#c500ab;stroke-width:1.41421342px" + d="m 1,25 v 9 h 2 v -9 z" + id="path926" + inkscape:connector-curvature="0" /> + <path + style="color:#000000;fill:#c500ab;stroke-width:1px" + d="m 3,29 3,5 H 8 L 5,29 Z" + id="path926-3" + inkscape:connector-curvature="0" + inkscape:transform-center-x="2.1060773" + inkscape:transform-center-y="-3.9821745" + sodipodi:nodetypes="ccccc" /> + <path + style="color:#000000;fill:#c500ab;stroke-width:1px" + d="m 12,28 -4,6.005859 2,-0.0059 4,-6 z" + id="path946" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccc" /> + <path + sodipodi:nodetypes="ccccc" + inkscape:connector-curvature="0" + id="path950" + d="m 10,28 4,6 -2,-4.1e-5 -4,-6 z" + style="color:#000000;fill:#c500ab;stroke-width:1px" /> + </g> +</svg> diff --git a/components/rx/trunk/images/imgsrc/rxtools/tstrholder/TStrHolder_150.svg b/components/rx/trunk/images/imgsrc/rxtools/tstrholder/TStrHolder_150.svg new file mode 100644 index 000000000..e5308db0a --- /dev/null +++ b/components/rx/trunk/images/imgsrc/rxtools/tstrholder/TStrHolder_150.svg @@ -0,0 +1,380 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="36" + height="36" + viewBox="0 0 36 36" + version="1.1" + id="svg862" + inkscape:version="0.92.3 (2405546, 2018-03-11)" + sodipodi:docname="TStrHolder_150.svg" + inkscape:export-filename="TStrHolder_150.png" + inkscape:export-xdpi="96" + inkscape:export-ydpi="96"> + <defs + id="defs856"> + <inkscape:path-effect + effect="simplify" + id="path-effect1060" + is_visible="true" + steps="1" + threshold="0.000408163" + smooth_angles="360" + helper_size="0" + simplify_individual_paths="false" + simplify_just_coalesce="false" + simplifyindividualpaths="false" + simplifyJustCoalesce="false" /> + <inkscape:path-effect + effect="simplify" + id="path-effect1051" + is_visible="true" + steps="1" + threshold="0.000408163" + smooth_angles="360" + helper_size="0" + simplify_individual_paths="false" + simplify_just_coalesce="false" + simplifyindividualpaths="false" + simplifyJustCoalesce="false" /> + <inkscape:path-effect + effect="simplify" + id="path-effect1046" + is_visible="true" + steps="1" + threshold="0.000408163" + smooth_angles="360" + helper_size="0" + simplify_individual_paths="false" + simplify_just_coalesce="false" + simplifyindividualpaths="false" + simplifyJustCoalesce="false" /> + <filter + inkscape:collect="always" + style="color-interpolation-filters:sRGB" + id="filter922" + x="-0.10421053" + width="1.2084211" + y="-0.14142857" + height="1.2828571"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.66" + id="feGaussianBlur924" /> + </filter> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="4" + inkscape:cx="24.390809" + inkscape:cy="9.5910566" + inkscape:document-units="px" + inkscape:current-layer="layer18" + showgrid="true" + units="px" + inkscape:window-width="1366" + inkscape:window-height="706" + inkscape:window-x="-8" + inkscape:window-y="-8" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:snap-global="true"> + <inkscape:grid + type="xygrid" + id="grid1407" /> + </sodipodi:namedview> + <metadata + id="metadata859"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="base" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-296.29999)" + sodipodi:insensitive="true" + style="display:none"> + <path + style="opacity:0.7;fill:#ffccaa;stroke-width:1.94665694" + d="m 0,296.29999 h 36 v 36 H 0 Z" + id="rect1409" + inkscape:connector-curvature="0" /> + </g> + <g + inkscape:groupmode="layer" + id="layer7" + inkscape:label="paper" + transform="translate(0,-12)" + sodipodi:insensitive="true"> + <path + style="fill:#1b3965;fill-opacity:0.98039216;stroke-width:1.87180841;stroke-linecap:round;stroke-linejoin:bevel" + d="M 1,23 H 20 V 47 H 1 Z" + id="rect849-8" + inkscape:connector-curvature="0" /> + <path + style="fill:#ffffff;stroke-width:1.51823699;stroke-linecap:round;stroke-linejoin:bevel" + d="M 3,25 H 18 V 45 H 3 Z" + id="rect849-8-4" + inkscape:connector-curvature="0" /> + </g> + <g + inkscape:groupmode="layer" + id="layer11" + inkscape:label="paper_strings" + transform="translate(0,-12)" + sodipodi:insensitive="true"> + <path + style="fill:#000000;stroke-width:1.14017534;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:1.14017538, 3.42052611999999989" + d="m 4,30 h 13 v 1 H 4 Z" + id="rect867" + inkscape:connector-curvature="0" /> + <path + style="fill:#000000;stroke-width:1.14017534;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:1.14017538, 3.42052610999999995" + d="m 4,27 h 13 v 1 H 4 Z" + id="rect867-3" + inkscape:connector-curvature="0" /> + <path + style="fill:#000000;stroke-width:1.14017534;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:1.14017538, 3.42052610999999995" + d="m 4,36 h 13 v 1 H 4 Z" + id="rect867-7" + inkscape:connector-curvature="0" /> + <path + style="fill:#000000;stroke-width:1.14017534;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:1.14017538, 3.42052610999999995" + d="m 4,39 h 13 v 1 H 4 Z" + id="rect867-2-3" + inkscape:connector-curvature="0" /> + <path + style="fill:#000000;stroke-width:1.14017534;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:1.14017538, 3.42052611999999989" + d="m 4,42 h 13 v 1 H 4 Z" + id="rect867-2-6" + inkscape:connector-curvature="0" /> + <path + style="fill:#000000;stroke-width:1.14017534;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:1.14017538, 3.42052611999999989" + d="m 4,33 h 13 v 1 H 4 Z" + id="rect867-0" + inkscape:connector-curvature="0" /> + </g> + <g + inkscape:groupmode="layer" + id="layer17" + inkscape:label="chars_matte" + transform="translate(0,-12)"> + <path + style="fill:#ffffff;stroke-width:0.76376259;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:0.76376257, 2.29128772000000014" + d="m 13,25 h 7 v 15 h -7 z" + id="rect1025" + inkscape:connector-curvature="0" /> + </g> + <g + inkscape:groupmode="layer" + id="layer14" + inkscape:label="chars_frame" + transform="translate(0,-12)" + sodipodi:insensitive="true"> + <path + style="fill:#000080;stroke-width:1.33578205;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:1.335782, 4.00734596000000032" + d="M 14,26 H 35 V 39 H 14 Z" + id="rect972" + inkscape:connector-curvature="0" /> + <path + style="fill:#ffffff;stroke-width:1.16876566;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:1.16876556, 3.50629665999999984" + d="M 15,27 H 34 V 38 H 15 Z" + id="rect972-2" + inkscape:connector-curvature="0" /> + </g> + <g + inkscape:groupmode="layer" + id="layer13" + inkscape:label="char_s" + transform="translate(0,-12)"> + <text + xml:space="preserve" + style="font-size:14px;line-height:1.25;font-family:Wingdings;-inkscape-font-specification:Wingdings;letter-spacing:0px;word-spacing:0px;fill:#000000;stroke-width:0.75" + x="20.682873" + y="20.837156" + id="text936"><tspan + sodipodi:role="line" + id="tspan934" + x="20.682873" + y="33.645687" /></text> + <text + xml:space="preserve" + style="font-size:14px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;letter-spacing:0px;word-spacing:0px;fill:#000000;stroke-width:0.75" + x="20.53125" + y="25.078125" + id="text940"><tspan + sodipodi:role="line" + id="tspan938" + x="20.53125" + y="37.688686" /></text> + <g + aria-label="S" + style="font-size:18.66666603px;font-family:Wingdings;-inkscape-font-specification:Wingdings;letter-spacing:0px;word-spacing:0px;fill:#000000" + id="text948" + transform="matrix(0.77903675,0,0,0.73688681,-2.929176,12.682736)"> + <path + d="m 32,29.253905 q 0,0.929688 -0.346354,1.63151 -0.346354,0.701823 -0.938802,1.175782 -0.592448,0.464843 -1.385416,0.701823 -0.792969,0.236979 -1.695313,0.236979 -0.610677,0 -1.139323,-0.100261 -0.519531,-0.10026 -0.920573,-0.236979 -0.401041,-0.145833 -0.674479,-0.300781 -0.264323,-0.154948 -0.382812,-0.273438 -0.11849,-0.118489 -0.173177,-0.337239 -0.04557,-0.227865 -0.04557,-0.647136 0,-0.282552 0.01823,-0.473958 0.01823,-0.191406 0.05469,-0.309896 0.04557,-0.118489 0.109375,-0.164062 0.07292,-0.05469 0.164063,-0.05469 0.127604,0 0.355469,0.154948 0.236979,0.145834 0.601562,0.328125 0.364583,0.182292 0.865885,0.33724 0.510417,0.145833 1.175782,0.145833 0.4375,0 0.783854,-0.10026 0.346354,-0.109375 0.583333,-0.300782 0.246094,-0.191406 0.373698,-0.473958 0.127604,-0.282552 0.127604,-0.628906 0,-0.401042 -0.21875,-0.683594 -0.21875,-0.291666 -0.574219,-0.510416 -0.346354,-0.227865 -0.792968,-0.419271 -0.446615,-0.200521 -0.920573,-0.419271 -0.473958,-0.21875 -0.920573,-0.492188 -0.446615,-0.282552 -0.802083,-0.665364 -0.346354,-0.391927 -0.565104,-0.920573 -0.21875,-0.528646 -0.21875,-1.266927 0,-0.847656 0.309895,-1.485677 0.319011,-0.647135 0.847657,-1.066406 0.53776,-0.428386 1.257812,-0.638021 0.729167,-0.209636 1.540365,-0.209636 0.41927,0 0.838541,0.0638 0.419271,0.0638 0.783854,0.173177 0.364584,0.109375 0.647136,0.246093 0.282552,0.136719 0.373698,0.227865 0.09114,0.09115 0.118489,0.154948 0.03646,0.0638 0.05469,0.173177 0.02734,0.10026 0.03646,0.264323 0.0091,0.154948 0.0091,0.391927 0,0.264323 -0.01823,0.446614 -0.0091,0.182292 -0.04557,0.300782 -0.02734,0.118489 -0.09115,0.173177 -0.05469,0.05469 -0.154948,0.05469 -0.100261,0 -0.319011,-0.127604 -0.21875,-0.127604 -0.53776,-0.273437 -0.31901,-0.154948 -0.738281,-0.273438 -0.419271,-0.127604 -0.920573,-0.127604 -0.391927,0 -0.683594,0.10026 -0.291666,0.09115 -0.492187,0.264323 -0.191407,0.164063 -0.291667,0.401042 -0.09115,0.236979 -0.09115,0.501302 0,0.391927 0.209636,0.683594 0.21875,0.282552 0.574218,0.510416 0.364584,0.21875 0.820313,0.419271 0.455729,0.191406 0.929687,0.410156 0.473959,0.21875 0.929688,0.501303 0.455729,0.273437 0.811198,0.665364 0.355468,0.382813 0.574218,0.911458 Q 32,28.542968 32,29.253905 Z" + style="-inkscape-font-specification:'Calibri Bold'" + id="path1015" + inkscape:connector-curvature="0" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer15" + inkscape:label="char_t" + transform="translate(0,-12)"> + <g + aria-label="t" + style="font-size:18.66666603px;font-family:Wingdings;-inkscape-font-specification:Wingdings;letter-spacing:0px;word-spacing:0px;fill:#000000" + id="text993" + transform="matrix(0.86936746,0,0,0.71945589,-4.1050623,13.25796)"> + <path + d="m 36.751299,31.705728 c 0,0.267361 -0.01823,0.473959 -0.05469,0.619792 -0.03038,0.139757 -0.07292,0.240017 -0.127604,0.300781 -0.05469,0.05469 -0.136718,0.106336 -0.246094,0.154948 -0.103299,0.04253 -0.227865,0.07899 -0.373698,0.109375 -0.139757,0.03646 -0.294704,0.0638 -0.464843,0.08203 -0.164063,0.01823 -0.331163,0.02734 -0.501302,0.02734 -0.455729,0 -0.850695,-0.05773 -1.184896,-0.173177 -0.334201,-0.115451 -0.610677,-0.291667 -0.829427,-0.528646 -0.21875,-0.243055 -0.379774,-0.546875 -0.483073,-0.911458 -0.103299,-0.364583 -0.154948,-0.796007 -0.154948,-1.294271 v -4.042144 h -0.971058 c -0.06232,0 -0.109707,-0.07914 -0.142454,-0.23742 -0.03275,-0.165163 -0.04913,-0.436992 -0.04913,-0.815488 0,-0.199571 0.0033,-0.12451 0.0098,-0.446615 0.0098,-0.322102 0.02292,-0.571733 0.0393,-0.748892 0.01637,-0.193271 0.03602,-0.330157 0.05895,-0.410683 0.0262,-0.08052 0.0046,-0.120781 0.08842,-0.120781 h 0.966146 v -1.016516 c 0,-0.06077 0.01519,-0.115454 0.04557,-0.164062 0.03646,-0.04861 0.09722,-0.08811 0.182292,-0.11849 0.09115,-0.03646 0.209635,-0.06077 0.355468,-0.07292 0.15191,-0.01823 0.33724,-0.02734 0.55599,-0.02734 0.224826,0 0.410156,0.0091 0.555989,0.02734 0.15191,0.01215 0.2704,0.03646 0.355469,0.07292 0.08507,0.03038 0.145833,0.06988 0.182292,0.11849 0.03646,0.04861 0.05469,0.103301 0.05469,0.164062 v 1.016516 h 1.768229 c 0.09776,0 0.180841,0.04026 0.249261,0.120781 0.0782,0.08052 0.141741,0.217417 0.190613,0.410683 0.04887,0.177157 0.08309,0.42679 0.102633,0.748892 0.02933,0.322105 0.04398,0.247044 0.04398,0.446615 0,0.378496 -0.04887,0.650325 -0.146631,0.815488 -0.09776,0.15828 -0.239507,0.23742 -0.42521,0.23742 h -1.782886 v 3.69579 c 0,0.443576 0.06988,0.777777 0.209636,1.002604 0.139757,0.21875 0.388888,0.328125 0.747395,0.328125 0.121528,0 0.230903,-0.0091 0.328125,-0.02734 0.09722,-0.02431 0.182292,-0.04861 0.255209,-0.07292 0.07899,-0.03038 0.142795,-0.05469 0.191406,-0.07292 0.05469,-0.02431 0.103298,-0.03646 0.145833,-0.03646 0.03646,0 0.06988,0.01215 0.100261,0.03646 0.03646,0.01823 0.0638,0.06076 0.08203,0.127604 0.01823,0.06077 0.03342,0.145836 0.04557,0.255208 0.01823,0.109375 0.02734,0.249132 0.02734,0.419271 z" + style="-inkscape-font-specification:'Calibri Bold'" + id="path1018" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccsscsscscscccscscccscccscscccscscscscccsccccc" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer16" + inkscape:label="char_r" + transform="translate(0,-12)"> + <g + aria-label="r" + style="font-size:18.66666603px;font-family:Wingdings;-inkscape-font-specification:Wingdings;letter-spacing:0px;word-spacing:0px;fill:#000000" + id="text998" + transform="matrix(0.76589381,0,0,0.77654171,-0.10396456,11.374124)"> + <path + d="m 43.222656,25.261719 c 0,0.21875 -0.0061,0.398003 -0.01823,0.53776 -0.01215,0.139757 -0.03038,0.249132 -0.05469,0.328125 -0.02431,0.07899 -0.05773,0.133681 -0.10026,0.164063 -0.03646,0.03038 -0.08507,0.04557 -0.145833,0.04557 -0.04861,0 -0.103301,-0.0091 -0.164063,-0.02734 -0.06077,-0.02431 -0.130645,-0.04861 -0.209635,-0.07292 -0.07292,-0.02431 -0.154948,-0.04557 -0.246094,-0.0638 -0.09115,-0.02431 -0.191406,-0.03646 -0.300781,-0.03646 -0.127605,0 -0.255209,0.02734 -0.382813,0.08203 -0.127604,0.04861 -0.252895,0.492188 -0.431541,0.674479 -0.171503,0.182292 -0.357298,0.407119 -0.557385,0.67448 v 5.067708 c 0,0.0608 -0.02144,0.115454 -0.06432,0.164062 -0.04288,0.04253 -0.11791,0.07899 -0.225098,0.109375 -0.100043,0.03038 -0.235816,0.05165 -0.407319,0.0638 C 39.743094,32.990884 39.525144,33 39.260743,33 c -0.2644,0 -0.482352,-0.0091 -0.653855,-0.02734 -0.171503,-0.01215 -0.278763,-0.03342 -0.369909,-0.0638 -0.08507,-0.03038 -0.145833,-0.06684 -0.182292,-0.109375 C 38.018229,32.75087 38,32.696181 38,32.635417 v -8.130208 c 0,-0.06077 0.01519,-0.112416 0.04557,-0.154948 0.03038,-0.04861 0.08507,-0.08811 0.164062,-0.11849 0.07899,-0.03038 0.157862,-0.05165 0.300782,-0.0638 0.150065,-0.01823 0.33586,-0.02734 0.557385,-0.02734 0.228671,0 0.418039,0.0091 0.568104,0.02734 0.150066,0.01215 0.264401,0.03342 0.343006,0.0638 0.08575,0.03038 0.146492,0.06988 0.182222,0.11849 0.03573,0.04253 0.05359,0.09366 0.05359,0.154948 v 1.011718 c 0.250109,-0.303819 0.714051,-1.105903 0.884229,-1.221354 0.170139,-0.115451 0.340278,-0.194444 0.510417,-0.236979 0.170139,-0.04861 0.340277,-0.07292 0.510416,-0.07292 0.07899,0 0.164063,0.0061 0.255209,0.01823 0.09115,0.0061 0.18533,0.02126 0.282552,0.04557 0.09722,0.01823 0.182291,0.04253 0.255208,0.07292 0.07292,0.02431 0.124566,0.05165 0.154948,0.08203 0.03646,0.03038 0.06077,0.0638 0.07292,0.100261 0.01823,0.03646 0.03342,0.08811 0.04557,0.154948 0.01215,0.06077 0.02127,0.154951 0.02734,0.282552 0.0061,0.127604 0.0091,0.300781 0.0091,0.519531 z" + style="-inkscape-font-specification:'Calibri Bold'" + id="path1021" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csccscccscccscccscccsscccscccscccsccccccccc" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer18" + inkscape:label="arrows_matte" + transform="translate(0,-12)"> + <path + style="fill:#ffffff;stroke-width:1.08012342;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:1.08012338, 3.24037015999999989" + d="M 31.5,36 H 35 v 3 h -3.5 z" + id="rect1029" + inkscape:connector-curvature="0" /> + <path + style="fill:#ffffff;stroke-width:0.49999994;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:0.49999997, 1.49999991000000010" + d="m 19,41.25 h 1 v 3 h -1 z" + id="rect1035" + inkscape:connector-curvature="0" /> + <path + style="fill:#ffffff;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:0.99999994, 2.99999982000000021" + d="m 19,23 h 1 v 3 h -1 z" + id="rect1075" /> + </g> + <g + inkscape:groupmode="layer" + id="layer12" + inkscape:label="arrows" + transform="translate(0,-12)"> + <g + id="g7701" + transform="matrix(0.93764425,0,0,1,2.1847741,-9.944149e-6)"> + <path + style="color:#000000;fill:#ff0000;stroke-width:1.32814324" + d="m 24.937497,41.286228 -0.0039,3.217678 c 8.619077,-0.368245 10.610346,-7.394578 9.946186,-7.502708 -0.524315,-0.08537 -2.63536,4.418938 -9.94228,4.28503 z" + id="path7127-9" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccsc" /> + <path + inkscape:connector-curvature="0" + id="path7431-6" + d="m 24.938461,38.883662 a 0.0998155,0.11768787 0 0 0 -0.0882,0.0076 l -5.79998,3.932693 a 0.0998155,0.11768787 0 0 0 0.0013,0.205229 l 0.425799,0.291015 5.362374,3.664932 a 0.0998155,0.11768787 0 0 0 0.148395,-0.102926 l 0.01181,-7.888675 a 0.0998155,0.11768787 0 0 0 -0.06148,-0.10992 z" + style="color:#000000;fill:#ff0000;stroke-width:0.21674614;stroke-linecap:round;stroke-linejoin:round" /> + </g> + <g + id="g7695" + transform="matrix(0.95248731,0,0,1.0256409,2.1391854,0.38461804)"> + <path + sodipodi:nodetypes="ccsc" + inkscape:connector-curvature="0" + id="path7453-5" + d="m 28.640627,19.820928 v -3.14124 c -8.484404,0.359038 -10.426066,7.213716 -9.772283,7.319144 0.516123,0.08323 2.579534,-4.308464 9.772283,-4.177904 z" + style="color:#000000;fill:#008000;stroke-width:1.30115032" /> + <path + style="color:#000000;fill:#008000;stroke-width:0.21234104;stroke-linecap:round;stroke-linejoin:round" + d="m 28.654326,22.163429 a 0.09825587,0.11474568 0 0 0 0.08682,-0.0074 l 5.709355,-3.834375 a 0.09825587,0.11474568 0 0 0 -0.0013,-0.200099 l -0.419146,-0.28374 -5.278587,-3.573309 a 0.09825587,0.11474568 0 0 0 -0.146076,0.100354 l -0.01162,7.691457 a 0.09825587,0.11474568 0 0 0 0.06052,0.107173 z" + id="path7455-2" + inkscape:connector-curvature="0" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer19" + inkscape:label="text" + sodipodi:insensitive="true"> + <path + transform="matrix(1.25,0,0,1.25,-9,-43)" + style="opacity:0.7;fill:#ffffff;fill-rule:evenodd;stroke-width:1.54574692;stroke-linecap:round;stroke-linejoin:round;filter:url(#filter922)" + d="m 9.6,36 h 12 c 0.8864,0 1.6,0.666027 1.6,1.493333 v 8.213333 C 23.2,46.533974 22.4864,47.2 21.6,47.2 H 9.6 C 8.7136,47.2 8,46.533974 8,45.706666 V 37.493333 C 8,36.666027 8.7136,36 9.6,36 Z" + id="rect927" + inkscape:connector-curvature="0" /> + <path + style="color:#000000;fill:#c500ab;fill-rule:evenodd;stroke-width:1.58827055;stroke-linecap:round;stroke-linejoin:round" + d="M 2.865235,3 A 0.86602866,0.72835573 0 0 0 2,3.728515 V 8.271484 A 0.86602866,0.72835573 0 0 0 2.865235,9 H 6.81836 C 8.565646,9 10,7.793735 10,6.324219 V 5.675781 C 10,4.206265 8.565646,3 6.81836,3 Z M 4,5 H 6.722656 C 7.443925,5 8,5.343367 8,5.789063 V 6.210938 C 8,6.656633 7.443925,7 6.722656,7 H 4 Z" + id="path866" + inkscape:connector-curvature="0" /> + <path + style="color:#000000;fill:#c500ab;stroke-width:1.41421366px" + d="M 2,3 V 15 H 4 V 3 Z" + id="path869" + inkscape:connector-curvature="0" /> + <path + style="color:#000000;fill:#c500ab;stroke-width:1.41421366px" + d="m 4.902344,8 c 1.918331,3.509988 1.901981,3.490013 3.820312,7 H 11 L 7.173526,7.999098 7.167969,8 Z" + id="path869-7" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccc" /> + <path + style="color:#000000;fill:#c500ab;stroke-width:1.41421342px" + d="M 17.067184,7 11.500203,14.999474 13.929688,15 19.5,7 Z" + id="path914" + inkscape:connector-curvature="0" + inkscape:transform-center-x="-4.2600094" + inkscape:transform-center-y="-4.3500857" + sodipodi:nodetypes="ccccc" /> + <path + sodipodi:nodetypes="ccccc" + inkscape:transform-center-y="-4.3500857" + inkscape:transform-center-x="4.2600094" + inkscape:connector-curvature="0" + id="path922-0" + d="M 13.933019,7 19.5,14.999474 17.070515,15 11.500203,7 Z" + style="color:#000000;fill:#c500ab;stroke-width:1.41421342px" /> + </g> +</svg> diff --git a/components/rx/trunk/images/imgsrc/rxtools/tstrholder/TStrHolder_200.svg b/components/rx/trunk/images/imgsrc/rxtools/tstrholder/TStrHolder_200.svg new file mode 100644 index 000000000..85d9d244d --- /dev/null +++ b/components/rx/trunk/images/imgsrc/rxtools/tstrholder/TStrHolder_200.svg @@ -0,0 +1,368 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + viewBox="0 0 48 48" + version="1.1" + id="svg862" + inkscape:version="0.92.3 (2405546, 2018-03-11)" + sodipodi:docname="TStrHolder_200.svg" + inkscape:export-filename="TStrHolder_200.png" + inkscape:export-xdpi="96" + inkscape:export-ydpi="96"> + <defs + id="defs856"> + <inkscape:path-effect + effect="simplify" + id="path-effect1060" + is_visible="true" + steps="1" + threshold="0.000408163" + smooth_angles="360" + helper_size="0" + simplify_individual_paths="false" + simplify_just_coalesce="false" + simplifyindividualpaths="false" + simplifyJustCoalesce="false" /> + <inkscape:path-effect + effect="simplify" + id="path-effect1051" + is_visible="true" + steps="1" + threshold="0.000408163" + smooth_angles="360" + helper_size="0" + simplify_individual_paths="false" + simplify_just_coalesce="false" + simplifyindividualpaths="false" + simplifyJustCoalesce="false" /> + <inkscape:path-effect + effect="simplify" + id="path-effect1046" + is_visible="true" + steps="1" + threshold="0.000408163" + smooth_angles="360" + helper_size="0" + simplify_individual_paths="false" + simplify_just_coalesce="false" + simplifyindividualpaths="false" + simplifyJustCoalesce="false" /> + <filter + inkscape:collect="always" + style="color-interpolation-filters:sRGB" + id="filter946" + x="-0.10444444" + width="1.2088889" + y="-0.141" + height="1.2819999"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.94000001" + id="feGaussianBlur948" /> + </filter> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="12.315443" + inkscape:cx="21.634438" + inkscape:cy="22.056128" + inkscape:document-units="px" + inkscape:current-layer="layer18" + showgrid="true" + units="px" + inkscape:window-width="1366" + inkscape:window-height="706" + inkscape:window-x="-8" + inkscape:window-y="-8" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:snap-global="true"> + <inkscape:grid + type="xygrid" + id="grid1407" /> + </sodipodi:namedview> + <metadata + id="metadata859"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="base" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-284.29999)" + sodipodi:insensitive="true" + style="display:none"> + <path + style="opacity:0.7;fill:#ffccaa;stroke-width:2.59554267" + d="m 0,284.29999 h 48 v 48 H 0 Z" + id="rect1409" + inkscape:connector-curvature="0" /> + </g> + <g + inkscape:groupmode="layer" + id="layer7" + inkscape:label="paper" + sodipodi:insensitive="true"> + <path + style="fill:#1b3965;fill-opacity:0.98039216;stroke-width:2.35204291;stroke-linecap:round;stroke-linejoin:bevel" + d="M 2,16 H 26 V 46 H 2 Z" + id="rect849-8" + inkscape:connector-curvature="0" /> + <path + style="fill:#ffffff;stroke-width:1.9988519;stroke-linecap:round;stroke-linejoin:bevel" + d="M 4,18 H 24 V 44 H 4 Z" + id="rect849-8-4" + inkscape:connector-curvature="0" /> + </g> + <g + inkscape:groupmode="layer" + id="layer11" + inkscape:label="paper_strings" + sodipodi:insensitive="true"> + <path + style="fill:#000000;stroke-width:1.89736652;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:1.89736652, 5.69209953000000013" + d="m 5,24 h 18 v 2 H 5 Z" + id="rect867" + inkscape:connector-curvature="0" /> + <path + style="fill:#000000;stroke-width:1.89736652;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:1.89736652, 5.69209952000000019" + d="m 5,20 h 18 v 2 H 5 Z" + id="rect867-3" + inkscape:connector-curvature="0" /> + <path + style="fill:#000000;stroke-width:1.89736652;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:1.89736652, 5.69209952000000019" + d="m 5,32 h 18 v 2 H 5 Z" + id="rect867-7" + inkscape:connector-curvature="0" /> + <path + style="fill:#000000;stroke-width:1.89736652;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:1.89736652, 5.69209952000000019" + d="m 5,36 h 18 v 2 H 5 Z" + id="rect867-2-3" + inkscape:connector-curvature="0" /> + <path + style="fill:#000000;stroke-width:1.89736652;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:1.89736652, 5.69209953000000013" + d="m 5,40 h 18 v 2 H 5 Z" + id="rect867-2-6" + inkscape:connector-curvature="0" /> + <path + style="fill:#000000;stroke-width:1.89736652;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:1.89736652, 5.69209953000000013" + d="m 5,28 h 18 v 2 H 5 Z" + id="rect867-0" + inkscape:connector-curvature="0" /> + </g> + <g + inkscape:groupmode="layer" + id="layer17" + inkscape:label="chars_matte"> + <path + style="fill:#ffffff;stroke-width:0.83665997;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:0.83665997, 2.50997993000000008" + d="m 19,18 h 7 v 18 h -7 z" + id="rect1025" + inkscape:connector-curvature="0" /> + </g> + <g + inkscape:groupmode="layer" + id="layer14" + inkscape:label="chars_frame" + sodipodi:insensitive="true"> + <path + style="fill:#000080;stroke-width:1.64892507;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:1.64892509, 4.94677524000000002" + d="M 20,19 H 46 V 35 H 20 Z" + id="rect972" + inkscape:connector-curvature="0" /> + <path + style="fill:#ffffff;stroke-width:1.48191702;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:1.48191707, 4.44575118000000025" + d="M 21,20 H 45 V 34 H 21 Z" + id="rect972-2" + inkscape:connector-curvature="0" /> + </g> + <g + inkscape:groupmode="layer" + id="layer13" + inkscape:label="char_s" + sodipodi:insensitive="true"> + <text + xml:space="preserve" + style="font-size:18.66666603px;line-height:1.25;font-family:Wingdings;-inkscape-font-specification:Wingdings;letter-spacing:0px;word-spacing:0px;fill:#000000" + x="27.577164" + y="11.782875" + id="text936"><tspan + sodipodi:role="line" + id="tspan934" + x="27.577164" + y="28.860914" /></text> + <text + xml:space="preserve" + style="font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;letter-spacing:0px;word-spacing:0px;fill:#000000" + x="27.375" + y="17.4375" + id="text940"><tspan + sodipodi:role="line" + id="tspan938" + x="27.375" + y="34.251583" /></text> + <g + aria-label="S" + style="font-size:18.66666603px;font-family:Wingdings;-inkscape-font-specification:Wingdings;letter-spacing:0px;word-spacing:0px;fill:#000000" + id="text948" + transform="matrix(1.0387157,0,0,0.9825158,-3.2389021,0.57697946)"> + <path + d="m 32,29.253905 q 0,0.929688 -0.346354,1.63151 -0.346354,0.701823 -0.938802,1.175782 -0.592448,0.464843 -1.385416,0.701823 -0.792969,0.236979 -1.695313,0.236979 -0.610677,0 -1.139323,-0.100261 -0.519531,-0.10026 -0.920573,-0.236979 -0.401041,-0.145833 -0.674479,-0.300781 -0.264323,-0.154948 -0.382812,-0.273438 -0.11849,-0.118489 -0.173177,-0.337239 -0.04557,-0.227865 -0.04557,-0.647136 0,-0.282552 0.01823,-0.473958 0.01823,-0.191406 0.05469,-0.309896 0.04557,-0.118489 0.109375,-0.164062 0.07292,-0.05469 0.164063,-0.05469 0.127604,0 0.355469,0.154948 0.236979,0.145834 0.601562,0.328125 0.364583,0.182292 0.865885,0.33724 0.510417,0.145833 1.175782,0.145833 0.4375,0 0.783854,-0.10026 0.346354,-0.109375 0.583333,-0.300782 0.246094,-0.191406 0.373698,-0.473958 0.127604,-0.282552 0.127604,-0.628906 0,-0.401042 -0.21875,-0.683594 -0.21875,-0.291666 -0.574219,-0.510416 -0.346354,-0.227865 -0.792968,-0.419271 -0.446615,-0.200521 -0.920573,-0.419271 -0.473958,-0.21875 -0.920573,-0.492188 -0.446615,-0.282552 -0.802083,-0.665364 -0.346354,-0.391927 -0.565104,-0.920573 -0.21875,-0.528646 -0.21875,-1.266927 0,-0.847656 0.309895,-1.485677 0.319011,-0.647135 0.847657,-1.066406 0.53776,-0.428386 1.257812,-0.638021 0.729167,-0.209636 1.540365,-0.209636 0.41927,0 0.838541,0.0638 0.419271,0.0638 0.783854,0.173177 0.364584,0.109375 0.647136,0.246093 0.282552,0.136719 0.373698,0.227865 0.09114,0.09115 0.118489,0.154948 0.03646,0.0638 0.05469,0.173177 0.02734,0.10026 0.03646,0.264323 0.0091,0.154948 0.0091,0.391927 0,0.264323 -0.01823,0.446614 -0.0091,0.182292 -0.04557,0.300782 -0.02734,0.118489 -0.09115,0.173177 -0.05469,0.05469 -0.154948,0.05469 -0.100261,0 -0.319011,-0.127604 -0.21875,-0.127604 -0.53776,-0.273437 -0.31901,-0.154948 -0.738281,-0.273438 -0.419271,-0.127604 -0.920573,-0.127604 -0.391927,0 -0.683594,0.10026 -0.291666,0.09115 -0.492187,0.264323 -0.191407,0.164063 -0.291667,0.401042 -0.09115,0.236979 -0.09115,0.501302 0,0.391927 0.209636,0.683594 0.21875,0.282552 0.574218,0.510416 0.364584,0.21875 0.820313,0.419271 0.455729,0.191406 0.929687,0.410156 0.473959,0.21875 0.929688,0.501303 0.455729,0.273437 0.811198,0.665364 0.355468,0.382813 0.574218,0.911458 Q 32,28.542968 32,29.253905 Z" + style="-inkscape-font-specification:'Calibri Bold'" + id="path1015" + inkscape:connector-curvature="0" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer15" + inkscape:label="char_t" + sodipodi:insensitive="true"> + <g + aria-label="t" + style="font-size:18.66666603px;font-family:Wingdings;-inkscape-font-specification:Wingdings;letter-spacing:0px;word-spacing:0px;fill:#000000" + id="text993" + transform="matrix(1.0432426,0,0,0.98841716,-1.3405199,0.38223833)"> + <path + d="m 36.751299,31.705728 q 0,0.401042 -0.05469,0.619792 -0.04557,0.209635 -0.127604,0.300781 -0.08203,0.08203 -0.246094,0.154948 -0.154948,0.0638 -0.373698,0.109375 -0.209635,0.05469 -0.464843,0.08203 -0.246094,0.02734 -0.501302,0.02734 -0.683594,0 -1.184896,-0.173177 Q 33.29687,32.65364 32.968745,32.298171 32.64062,31.933588 32.485672,31.386713 32.330724,30.839838 32.330724,30.092442 v -4.165365 h -0.97526 q -0.173178,0 -0.264323,-0.209635 -0.09115,-0.21875 -0.09115,-0.720052 0,-0.264323 0.01823,-0.446615 0.02734,-0.182291 0.07292,-0.282552 0.04557,-0.109375 0.109375,-0.154948 0.07292,-0.04557 0.164062,-0.04557 h 0.966146 v -1.813802 q 0,-0.09115 0.04557,-0.164062 0.05469,-0.07292 0.182292,-0.11849 0.136718,-0.05469 0.355468,-0.07292 0.227865,-0.02734 0.55599,-0.02734 0.337239,0 0.555989,0.02734 0.227865,0.01823 0.355469,0.07292 0.127604,0.04557 0.182292,0.11849 0.05469,0.07292 0.05469,0.164062 v 1.813802 h 1.768229 q 0.09115,0 0.154948,0.04557 0.07292,0.04557 0.11849,0.154948 0.04557,0.100261 0.0638,0.282552 0.02734,0.182292 0.02734,0.446615 0,0.501302 -0.09115,0.720052 -0.09115,0.209635 -0.264323,0.209635 h -1.777344 v 3.819011 q 0,0.665364 0.209636,1.002604 0.209635,0.328125 0.747395,0.328125 0.182292,0 0.328125,-0.02734 0.145834,-0.03646 0.255209,-0.07292 0.118489,-0.04557 0.191406,-0.07292 0.08203,-0.03646 0.145833,-0.03646 0.05469,0 0.100261,0.03646 0.05469,0.02734 0.08203,0.127604 0.02734,0.09115 0.04557,0.255208 0.02734,0.164063 0.02734,0.419271 z" + style="-inkscape-font-specification:'Calibri Bold'" + id="path1018" + inkscape:connector-curvature="0" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer16" + inkscape:label="char_r" + sodipodi:insensitive="true"> + <g + aria-label="r" + style="font-size:18.66666603px;font-family:Wingdings;-inkscape-font-specification:Wingdings;letter-spacing:0px;word-spacing:0px;fill:#000000" + id="text998" + transform="matrix(0.95736729,0,0,0.99841075,2.6200431,0.05244519)"> + <path + d="m 43.222656,25.261719 q 0,0.328125 -0.01823,0.53776 -0.01823,0.209636 -0.05469,0.328125 -0.03646,0.11849 -0.10026,0.164063 -0.05469,0.04557 -0.145833,0.04557 -0.07292,0 -0.164063,-0.02734 -0.09115,-0.03646 -0.209635,-0.07292 -0.109375,-0.03646 -0.246094,-0.0638 -0.136719,-0.03646 -0.300781,-0.03646 -0.191407,0 -0.382813,0.08203 -0.191406,0.07292 -0.401041,0.236979 -0.200521,0.164063 -0.428386,0.4375 -0.21875,0.273438 -0.473958,0.67448 v 5.067708 q 0,0.09115 -0.05469,0.164062 -0.05469,0.0638 -0.191406,0.109375 -0.127604,0.04557 -0.346354,0.0638 Q 39.485677,33 39.148437,33 38.811198,33 38.592448,32.97266 38.373698,32.95443 38.236979,32.90886 38.109375,32.86329 38.054687,32.799485 38,32.726563 38,32.635417 v -8.130208 q 0,-0.09115 0.04557,-0.154948 0.04557,-0.07292 0.164062,-0.11849 0.11849,-0.04557 0.300782,-0.0638 0.191406,-0.02734 0.473958,-0.02734 0.291667,0 0.483073,0.02734 0.191406,0.01823 0.291666,0.0638 0.109375,0.04557 0.154948,0.11849 0.04557,0.0638 0.04557,0.154948 v 1.011718 q 0.319011,-0.455729 0.601563,-0.747395 0.282552,-0.300782 0.53776,-0.473959 0.255209,-0.173177 0.510417,-0.236979 0.255208,-0.07292 0.510416,-0.07292 0.11849,0 0.255209,0.01823 0.136719,0.0091 0.282552,0.04557 0.145833,0.02734 0.255208,0.07292 0.109375,0.03646 0.154948,0.08203 0.05469,0.04557 0.07292,0.100261 0.02734,0.05469 0.04557,0.154948 0.01823,0.09115 0.02734,0.282552 0.0091,0.191406 0.0091,0.519531 z" + style="-inkscape-font-specification:'Calibri Bold'" + id="path1021" + inkscape:connector-curvature="0" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer18" + inkscape:label="arrows_matte"> + <path + style="fill:#ffffff;stroke-width:1.15470052;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:1.15470047, 3.46410141000000005" + d="m 42,32 h 4 v 3 h -4 z" + id="rect1029" + inkscape:connector-curvature="0" /> + <path + style="fill:#ffffff;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:0.99999994, 2.99999982000000021" + d="m 24,39 h 3 v 4 h -3 z" + id="rect1035" /> + </g> + <g + inkscape:groupmode="layer" + id="layer12" + inkscape:label="arrows"> + <g + transform="matrix(1.000105,0,0,0.99999972,-0.00262573,1.0312525e-5)" + id="g885"> + <g + style="fill:#ff0000" + transform="matrix(1.2500003,0,0,1.1607144,8.3749895,3.7499972)" + id="g7436"> + <path + sodipodi:nodetypes="ccsc" + inkscape:connector-curvature="0" + id="path7127" + d="M 19.55,29.99721 19.553125,33.6 C 28.603153,33.187566 30.671134,25.322448 29.973766,25.201342 29.423235,25.105732 27.222264,30.147187 19.55,29.99721 Z" + style="color:#000000;stroke-width:1.44028521" /> + <path + style="color:#000000;stroke-width:0.23504713;stroke-linecap:round;stroke-linejoin:round" + d="m 19.535387,27.309702 a 0.10480624,0.13181042 0 0 0 -0.09261,0.0085 L 13.3528,31.722818 a 0.10480624,0.13181042 0 0 0 0.0014,0.229857 l 0.447089,0.325937 5.630491,4.104724 a 0.10480624,0.13181042 0 0 0 0.155814,-0.115278 l 0.0124,-8.835315 a 0.10480624,0.13181042 0 0 0 -0.06455,-0.123111 z" + id="path7431" + inkscape:connector-curvature="0" /> + </g> + </g> + <g + transform="matrix(1.0000993,0,0,1,-0.00454155,2.0000001)" + id="g880"> + <path + sodipodi:nodetypes="ccsc" + inkscape:connector-curvature="0" + id="path7453" + d="M 38.17969,10.427904 V 6.2499995 C 26.867152,6.7287176 24.286081,15.857872 25.157792,15.998442 c 0.688163,0.110976 3.431566,-5.744619 13.021898,-5.570538 z" + style="color:#000000;fill:#008000;stroke-width:1.73486722" /> + <path + style="color:#000000;fill:#008000;stroke-width:0.28312138;stroke-linecap:round;stroke-linejoin:round" + d="m 38.205768,13.551238 a 0.13100783,0.15299424 0 0 0 0.115763,-0.0099 l 7.612473,-5.1125005 a 0.13100783,0.15299424 0 0 0 -0.0018,-0.2667983 L 45.373393,7.7837535 38.335277,3.0193416 A 0.13100783,0.15299424 0 0 0 38.14051,3.1531464 l -0.0155,10.2552766 a 0.13100783,0.15299424 0 0 0 0.08069,0.142897 z" + id="path7455" + inkscape:connector-curvature="0" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="text" + sodipodi:insensitive="true"> + <path + transform="matrix(1.25,0,0,1.25,-7.9999995,-435.03122)" + inkscape:connector-curvature="0" + style="opacity:0.7;fill:#ffffff;fill-rule:evenodd;stroke-width:1.60000002;stroke-linecap:round;stroke-linejoin:round;filter:url(#filter946)" + d="M 9.5999996,348.82498 H 28 c 0.8864,0 1.6,0.7136 1.6,1.6 v 12.8 c 0,0.8864 -0.7136,1.6 -1.6,1.6 H 9.5999996 c -0.8864,0 -1.6,-0.7136 -1.6,-1.6 v -12.8 c 0,-0.8864 0.7136,-1.6 1.6,-1.6 z" + id="rect1019" /> + <path + style="color:#000000;fill:#c500ab;stroke-width:1.7320509px" + d="M 24.242188,6.9999999 17,19 h 3.5 L 27.75,6.9999999 Z" + id="path989" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccc" /> + <path + style="color:#000000;fill:#c500ab;stroke-width:1.7320509px" + d="M 20.507813,6.9999999 27.75,19 h -3.5 L 17,6.9999999 Z" + id="path989-7" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccc" /> + <path + style="color:#000000;fill:#c500ab;fill-rule:evenodd;stroke-width:1.98741937;stroke-linecap:round;stroke-linejoin:round" + d="m 3,2 v 3 h 7.111328 C 11.193949,5 12,5.5155999 12,6.1503874 v 0.699225 C 12,7.4844 11.193949,8 10.111328,8 H 3 v 3 h 7.964844 C 13.162362,11 15,9.2597249 15,7.0859375 V 5.9140624 C 15,3.740275 13.162362,2 10.964844,2 Z" + id="path920" + inkscape:connector-curvature="0" /> + <path + style="color:#000000;fill:#c500ab;stroke-width:1.75809813px" + d="M 3,2 V 19 H 6.0000005 V 2 Z" + id="path922" + inkscape:connector-curvature="0" /> + <path + style="color:#000000;fill:#c500ab;stroke-width:1.73205078px" + d="M 7.7058818,9.8235249 12.601563,19 H 16 L 10.35294,8.4117629 Z" + id="path942" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccc" /> + </g> +</svg> diff --git a/components/rx/trunk/images/mk_res.sh b/components/rx/trunk/images/mk_res.sh index d1bcf4ebf..b777b4319 100755 --- a/components/rx/trunk/images/mk_res.sh +++ b/components/rx/trunk/images/mk_res.sh @@ -63,7 +63,8 @@ rm RxSortZeos.res TRxSystemServices.png TRxSystemServices_150.png TRxSystemServices_200.png \ TRxVersionInfo.png TRxVersionInfo_150.png TRxVersionInfo_200.png \ TRxXMLPropStorage.png TRxXMLPropStorage_150.png TRxXMLPropStorage_200.png \ - TRxTextHolder.png TRxTextHolder_150.png TRxTextHolder_200.png + TRxTextHolder.png TRxTextHolder_150.png TRxTextHolder_200.png \ + TStrHolder.png TStrHolder_150.png TStrHolder_200.png /usr/local/share/lazarus/tools/lazres RxSortFBDataSet.res TRxSortFBDataSet.png TRxSortFBDataSet_150.png TRxSortFBDataSet_200.png diff --git a/components/rx/trunk/images/rx.res b/components/rx/trunk/images/rx.res index 62be7b456..328beb789 100644 Binary files a/components/rx/trunk/images/rx.res and b/components/rx/trunk/images/rx.res differ diff --git a/components/rx/trunk/rx.res b/components/rx/trunk/rx.res index 62be7b456..328beb789 100644 Binary files a/components/rx/trunk/rx.res and b/components/rx/trunk/rx.res differ diff --git a/components/rx/trunk/rx_laz/strholder.pp b/components/rx/trunk/rx_laz/strholder.pp index 59df6994c..63cf5db12 100644 --- a/components/rx/trunk/rx_laz/strholder.pp +++ b/components/rx/trunk/rx_laz/strholder.pp @@ -144,8 +144,6 @@ Procedure Register; implementation -{$R strholder.res} - uses RTLConsts; diff --git a/components/rx/trunk/rx_laz/strholder.res b/components/rx/trunk/rx_laz/strholder.res deleted file mode 100644 index c873ea332..000000000 Binary files a/components/rx/trunk/rx_laz/strholder.res and /dev/null differ diff --git a/components/rx/trunk/rx_laz/tstrholder.xpm b/components/rx/trunk/rx_laz/tstrholder.xpm deleted file mode 100644 index b4978707e..000000000 --- a/components/rx/trunk/rx_laz/tstrholder.xpm +++ /dev/null @@ -1,286 +0,0 @@ -/* XPM */ -static char *tstrholder[] = { -/* columns rows colors chars-per-pixel */ -"24 24 256 2", -" c black", -". c #800000", -"X c #008000", -"o c transparent", -"O c navy", -"+ c #800080", -"@ c #008080", -"# c #808080", -"$ c #C0C0C0", -"% c red", -"& c green", -"* c yellow", -"= c blue", -"- c magenta", -"; c cyan", -": c gray100", -"> c black", -", c black", -"< c black", -"1 c black", -"2 c black", -"3 c black", -"4 c black", -"5 c black", -"6 c black", -"7 c black", -"8 c black", -"9 c black", -"0 c black", -"q c black", -"w c black", -"e c black", -"r c black", -"t c black", -"y c black", -"u c black", -"i c black", -"p c black", -"a c black", -"s c black", -"d c black", -"f c black", -"g c black", -"h c black", -"j c black", -"k c black", -"l c black", -"z c black", -"x c black", -"c c black", -"v c black", -"b c black", -"n c black", -"m c black", -"M c black", -"N c black", -"B c black", -"V c black", -"C c black", -"Z c black", -"A c black", -"S c black", -"D c black", -"F c black", -"G c black", -"H c black", -"J c black", -"K c black", -"L c black", -"P c black", -"I c black", -"U c black", -"Y c black", -"T c black", -"R c black", -"E c black", -"W c black", -"Q c black", -"! c black", -"~ c black", -"^ c black", -"/ c black", -"( c black", -") c black", -"_ c black", -"` c black", -"' c black", -"] c black", -"[ c black", -"{ c black", -"} c black", -"| c black", -" . c black", -".. c black", -"X. c black", -"o. c black", -"O. c black", -"+. c black", -"@. c black", -"#. c black", -"$. c black", -"%. c black", -"&. c black", -"*. c black", -"=. c black", -"-. c black", -";. c black", -":. c black", -">. c black", -",. c black", -"<. c black", -"1. c black", -"2. c black", -"3. c black", -"4. c black", -"5. c black", -"6. c black", -"7. c black", -"8. c black", -"9. c black", -"0. c black", -"q. c black", -"w. c black", -"e. c black", -"r. c black", -"t. c black", -"y. c black", -"u. c black", -"i. c black", -"p. c black", -"a. c black", -"s. c black", -"d. c black", -"f. c black", -"g. c black", -"h. c black", -"j. c black", -"k. c black", -"l. c black", -"z. c black", -"x. c black", -"c. c black", -"v. c black", -"b. c black", -"n. c black", -"m. c black", -"M. c black", -"N. c black", -"B. c black", -"V. c black", -"C. c black", -"Z. c black", -"A. c black", -"S. c black", -"D. c black", -"F. c black", -"G. c black", -"H. c black", -"J. c black", -"K. c black", -"L. c black", -"P. c black", -"I. c black", -"U. c black", -"Y. c black", -"T. c black", -"R. c black", -"E. c black", -"W. c black", -"Q. c black", -"!. c black", -"~. c black", -"^. c black", -"/. c black", -"(. c black", -"). c black", -"_. c black", -"`. c black", -"'. c black", -"]. c black", -"[. c black", -"{. c black", -"}. c black", -"|. c black", -" X c black", -".X c black", -"XX c black", -"oX c black", -"OX c black", -"+X c black", -"@X c black", -"#X c black", -"$X c black", -"%X c black", -"&X c black", -"*X c black", -"=X c black", -"-X c black", -";X c black", -":X c black", -">X c black", -",X c black", -"<X c black", -"1X c black", -"2X c black", -"3X c black", -"4X c black", -"5X c black", -"6X c black", -"7X c black", -"8X c black", -"9X c black", -"0X c black", -"qX c black", -"wX c black", -"eX c black", -"rX c black", -"tX c black", -"yX c black", -"uX c black", -"iX c black", -"pX c black", -"aX c black", -"sX c black", -"dX c black", -"fX c black", -"gX c black", -"hX c black", -"jX c black", -"kX c black", -"lX c black", -"zX c black", -"xX c black", -"cX c black", -"vX c black", -"bX c black", -"nX c black", -"mX c black", -"MX c black", -"NX c black", -"BX c black", -"VX c black", -"CX c black", -"ZX c black", -"AX c black", -"SX c black", -"DX c black", -"FX c black", -"GX c black", -"HX c black", -"JX c black", -"KX c black", -"LX c black", -"PX c black", -"IX c black", -"UX c black", -/* pixels */ -"o o o o o o o o o o o o o o o o o o o o o o o o ", -"o o o o o o o o o o o o o o ", -"o o o o o o o o o o : : : : : : : : : : o o ", -"o o o o o o o o o o : = = = = = = = = : o o ", -"o o o o o o o o o o : : : : : : : : : : o o ", -"o o o o o o o o o o : = = = = = = = = : o o ", -"o o o o o o o o o o : : : : : : : : : : o o ", -"o o o o o o o o o o : = = = = = = = = : o o ", -"o o o o o o o o o o : : : : : : : : : : o o ", -"o o o o o o : = = = = = = = = : o o ", -"o o o # # # # : : : : : : : : : : o o ", -"o o # # # # # # # : = = = = = = = = : o o ", -"o o # # # # # # # : : : : : : : : : : o o ", -"o o # # # # # # # # o o o ", -"o o # # # # # # # # o o o o o o ", -"o o : : $ $ # # o o o o o o ", -"o o : : $ $ $ $ $ $ $ $ $ $ # # o o o o o o ", -"o o : : $ $ $ $ $ $ $ $ $ $ # # o o o o o o ", -"o o : : $ $ $ $ $ $ $ $ $ $ # # o o o o o o ", -"o o : : $ $ $ $ $ $ $ $ $ $ # # o o o o o o ", -"o o : : $ $ $ $ $ $ $ $ $ $ # # o o o o o o ", -"o o o $ $ $ $ $ $ $ $ $ $ o o o o o o o ", -"o o o o o o o o o o o o o o ", -"o o o o o o o o o o o o o o o o o o o o o o o o " -}; diff --git a/components/rx/trunk/rxcontrols/rxmdi.pas b/components/rx/trunk/rxcontrols/rxmdi.pas index a2e3053b6..e2620d4a0 100644 --- a/components/rx/trunk/rxcontrols/rxmdi.pas +++ b/components/rx/trunk/rxcontrols/rxmdi.pas @@ -28,6 +28,10 @@ along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. } + +{ TODO : 1. Реализовать отображение открытых окон в элементе меню - с переключением на выбранное окно } +{ TODO : 2. В элементе меню отображать пункт для открытия диалогового окна со списком всех открытых окон } + unit RxMDI; {$I rx.inc} diff --git a/components/rx/trunk/rxcontrols/rxtoolbar.pas b/components/rx/trunk/rxcontrols/rxtoolbar.pas index b1e5ee97a..fb2401da9 100644 --- a/components/rx/trunk/rxcontrols/rxtoolbar.pas +++ b/components/rx/trunk/rxcontrols/rxtoolbar.pas @@ -378,11 +378,15 @@ begin PaintSeparator; exit; end; - inherited Paint; + +// inherited Paint; UpdateState(false); if (not Assigned(Action)) or (TToolbarItems(FOwnerItem.Collection).FToolPanel.FToolBarStyle = tbsNative) then + begin + inherited Paint; exit; + end; PaintRect:=ClientRect; if (Action is TCustomAction) and Assigned(FImageList) and @@ -560,7 +564,8 @@ begin and (tpGlyphPopup in TToolbarItems(FOwnerItem.Collection).FToolPanel.Options) and FFullPush then begin // FImageList.Draw(Canvas, Offset.X, Offset.Y, TCustomAction(Action).ImageIndex, false); - FImageList.Draw(Canvas, Offset.X, Offset.Y, TCustomAction(Action).ImageIndex, gdeShadowed); + //FImageList.Draw(Canvas, Offset.X, Offset.Y, TCustomAction(Action).ImageIndex, gdeShadowed); + FImageList.Draw(Canvas, Offset.X, Offset.Y, TCustomAction(Action).ImageIndex, gde1Bit); Dec(Offset.X, 2); Dec(Offset.Y, 2); end;