├── install.vbs ├── RelaxTools.pptx ├── RelaxTools.xlam ├── ExcelReadOnly.vbs ├── rlxAliasOpen.vbs ├── RelaxToolsAddin.png ├── Source ├── 03.CopyXlam.bat ├── src │ ├── Form │ │ ├── frmComp.frx │ │ ├── frmDoc.frx │ │ ├── frmEdit.frx │ │ ├── frmGrep.frx │ │ ├── frmGrid.frx │ │ ├── frmHtml.frx │ │ ├── frmInfo.frx │ │ ├── frmKana.frx │ │ ├── frmBinary.frx │ │ ├── frmColor.frx │ │ ├── frmCombo.frx │ │ ├── frmEditEx.frx │ │ ├── frmFavEdit.frx │ │ ├── frmFusen.frx │ │ ├── frmGrammer.frx │ │ ├── frmHatena.frx │ │ ├── frmHotKey.frx │ │ ├── frmLoadCSV.frx │ │ ├── frmMulti.frx │ │ ├── frmRedmine.frx │ │ ├── frmReplace.frx │ │ ├── frmReport.frx │ │ ├── frmScroll.frx │ │ ├── frmSelect.frx │ │ ├── frmShape.frx │ │ ├── frmStamp.frx │ │ ├── frmStampBz.frx │ │ ├── frmStyle.frx │ │ ├── frmSushi.frx │ │ ├── frmVersion.frx │ │ ├── frmA1Setting.frx │ │ ├── frmCheckList.frx │ │ ├── frmContents.frx │ │ ├── frmCrossLine.frx │ │ ├── frmElectoric.frx │ │ ├── frmFavorite.frx │ │ ├── frmFileList.frx │ │ ├── frmFormatSql.frx │ │ ├── frmFormatXml.frx │ │ ├── frmGrepMulti.frx │ │ ├── frmGridText.frx │ │ ├── frmHoldBook.frx │ │ ├── frmImportKey.frx │ │ ├── frmInputStr.frx │ │ ├── frmKantanDx.frx │ │ ├── frmMarkdown.frx │ │ ├── frmMaxCount.frx │ │ ├── frmMergeFile.frx │ │ ├── frmPageList.frx │ │ ├── frmReSelect.frx │ │ ├── frmReference.frx │ │ ├── frmSearchBox.frx │ │ ├── frmSearchEx.frx │ │ ├── frmSectionEx.frx │ │ ├── frmStepCount.frx │ │ ├── frmTimeLeap.frx │ │ ├── frmTreeList.frx │ │ ├── frmCommonOption.frx │ │ ├── frmContextMenu.frx │ │ ├── frmCopyScreen.frx │ │ ├── frmCreateFolder.frx │ │ ├── frmCrossLineH.frx │ │ ├── frmCrossLineV.frx │ │ ├── frmFavCategory.frx │ │ ├── frmInformation.frx │ │ ├── frmInputLength.frx │ │ ├── frmPickSetting.frx │ │ ├── frmScreenShot.frx │ │ ├── frmSearchFusen.frx │ │ ├── frmSectionList.frx │ │ ├── frmSelectCell.frx │ │ ├── frmSetPackage.frx │ │ ├── frmSheetManager.frx │ │ ├── frmSourceExport.frx │ │ ├── frmStampMitome.frx │ │ ├── frmStaticCheck.frx │ │ ├── frmSushiSetting.frx │ │ ├── frmBackupSetting.frx │ │ ├── frmContextMenuAdd.frx │ │ ├── frmCrossLineGauge.frx │ │ ├── frmScreenSetting.frx │ │ ├── frmTimeLeapSetting.frx │ │ ├── frmCM.frm │ │ ├── frmMulti.frm │ │ ├── frmCrossLineH.frm │ │ ├── frmCrossLineV.frm │ │ ├── frmCrossLineGauge.frm │ │ ├── frmGitCommit.frm │ │ ├── frmInfo.frm │ │ ├── frmGitResult.frm │ │ ├── frmMaxCount.frm │ │ ├── frmFCS.frm │ │ ├── frmKana.frm │ │ ├── frmElectoric.frm │ │ ├── frmInformation.frm │ │ ├── frmImportKey.frm │ │ ├── frmFormatSql.frm │ │ └── frmPickSetting.frm │ ├── Microsoft Excel Objects │ │ ├── Sheet1.cls │ │ ├── Sheet11.cls │ │ ├── Sheet3.cls │ │ ├── Sheet4.cls │ │ ├── Sheet10.cls │ │ ├── Sheet12.cls │ │ ├── Sheet15.cls │ │ ├── Sheet17.cls │ │ ├── Sheet18.cls │ │ ├── Sheet2.cls │ │ ├── Sheet21.cls │ │ ├── Sheet22.cls │ │ ├── Sheet23.cls │ │ ├── Sheet24.cls │ │ ├── Sheet25.cls │ │ ├── Sheet26.cls │ │ ├── Sheet27.cls │ │ ├── Sheet28.cls │ │ ├── Sheet29.cls │ │ ├── Sheet30.cls │ │ ├── Sheet5.cls │ │ ├── Sheet7.cls │ │ └── Sheet9.cls │ ├── Class │ │ ├── rlxBorder.cls │ │ ├── KantanLine.cls │ │ ├── UndoRangeDTO.cls │ │ ├── favoriteDTO.cls │ │ ├── ComboDTO.cls │ │ ├── ResizeWindow.cls │ │ ├── MenuDTO.cls │ │ ├── ClipDataDTO.cls │ │ ├── HoldDto.cls │ │ ├── XMLElement.cls │ │ ├── StampBzDTO.cls │ │ ├── StampMitomeDTO.cls │ │ ├── StampDatDTO.cls │ │ ├── SectionStructDTO.cls │ │ ├── FileParamDTO.cls │ │ ├── IVersion.cls │ │ └── Stack.cls │ └── Modules │ │ ├── basContextMenu.bas │ │ ├── basSearchEx.bas │ │ └── MacroHelper.bas └── customUI │ └── images │ ├── 01.png │ ├── 02.png │ ├── 03.png │ ├── 04.png │ ├── 05.png │ ├── 06.png │ ├── 07.png │ ├── 08.png │ ├── 09.png │ ├── 10.png │ ├── 11.png │ ├── 12.png │ ├── 13.png │ ├── 14.png │ ├── 15.png │ ├── 16.png │ ├── 17.png │ ├── 18.png │ ├── 19.png │ ├── 20.png │ ├── 21.png │ ├── 22.png │ ├── 23.png │ ├── 24.png │ ├── 25.png │ ├── 26.png │ ├── 27.png │ ├── 28.png │ ├── 29.png │ ├── 30.png │ ├── 31.png │ ├── 32.png │ ├── 33.png │ ├── 34.png │ ├── 35.png │ ├── 36.png │ ├── 37.png │ ├── 38.png │ ├── 39.png │ ├── 40.png │ ├── A1.png │ ├── No1.png │ ├── No2.png │ ├── No3.png │ ├── No4.png │ ├── No5.png │ ├── Web.png │ ├── ac.png │ ├── bin.png │ ├── bug.png │ ├── fcs.png │ ├── git.png │ ├── hg.png │ ├── lf.png │ ├── log.png │ ├── sql.png │ ├── std.png │ ├── str.png │ ├── tag.png │ ├── vba.png │ ├── xml.png │ ├── Copy.png │ ├── Keys.png │ ├── Paste.png │ ├── Tools.png │ ├── arrow.png │ ├── cafe.png │ ├── diff.png │ ├── edit.png │ ├── erase.png │ ├── hLine.png │ ├── help.png │ ├── java.png │ ├── lock.png │ ├── logo.png │ ├── lower.png │ ├── merge.png │ ├── mouse.png │ ├── pick.png │ ├── push.png │ ├── qiita.png │ ├── r1c1.png │ ├── reset.png │ ├── rtos.png │ ├── shape.png │ ├── space.png │ ├── stor.png │ ├── sushi.png │ ├── swap.png │ ├── upper.png │ ├── vLine.png │ ├── CopyLine.png │ ├── Database.png │ ├── Encrypt.png │ ├── INSERT.png │ ├── Keyboard.png │ ├── LegendHS.png │ ├── Repair.png │ ├── Tools32.png │ ├── addfile.png │ ├── binView.png │ ├── brouser.png │ ├── bzStamp.png │ ├── calendar.png │ ├── chPage.png │ ├── clipCopy.png │ ├── commit.png │ ├── contents.png │ ├── convert.png │ ├── day_plus.png │ ├── editor.png │ ├── eraser.png │ ├── fcspic.png │ ├── folder_L.png │ ├── format.png │ ├── fusen01.png │ ├── fusen01b.png │ ├── fusen01g.png │ ├── fusen01p.png │ ├── fusen01w.png │ ├── fusen02.png │ ├── fusen02b.png │ ├── fusen02g.png │ ├── fusen02p.png │ ├── fusen02w.png │ ├── fusen03.png │ ├── fusen03b.png │ ├── fusen03g.png │ ├── fusen03p.png │ ├── fusen03w.png │ ├── fusen04.png │ ├── fusen04b.png │ ├── fusen04g.png │ ├── fusen04p.png │ ├── fusen04w.png │ ├── fusen05.png │ ├── fusen05b.png │ ├── fusen05g.png │ ├── fusen05p.png │ ├── fusen05w.png │ ├── fusen06.png │ ├── fusen06b.png │ ├── fusen06g.png │ ├── fusen06p.png │ ├── fusen06w.png │ ├── fusen_l.png │ ├── fusen_s.png │ ├── hLine32.png │ ├── hLineDel.png │ ├── hankaku.png │ ├── headDel.png │ ├── headIns.png │ ├── hiragana.png │ ├── import.png │ ├── kakkoDel.png │ ├── kakkoIns.png │ ├── kantan.png │ ├── kantanDx.png │ ├── kantan_L.png │ ├── katakana.png │ ├── lshape.png │ ├── markup.png │ ├── midDel.png │ ├── midIns.png │ ├── outline.png │ ├── pushpin.png │ ├── rdLine.png │ ├── redmine.png │ ├── refreshG.png │ ├── rename.png │ ├── return.png │ ├── revert.png │ ├── ruLine.png │ ├── sakura.png │ ├── saveA1.png │ ├── saveHS.png │ ├── save_L.png │ ├── selValue.png │ ├── sshape.png │ ├── swapcell.png │ ├── timeleap.png │ ├── tortoise.png │ ├── unMerge.png │ ├── unlock.png │ ├── vLine32.png │ ├── vLineDel.png │ ├── winLine.png │ ├── zenkaku.png │ ├── AroundLine.png │ ├── DecisionCL.png │ ├── DecisionYN.png │ ├── DeleteLine.png │ ├── EditCodeHS.png │ ├── FileReload.png │ ├── FolderList.png │ ├── FolderTree.png │ ├── InsertLine.png │ ├── RelaxChan.png │ ├── RelaxTools.png │ ├── TableLine.png │ ├── TortoiseHg.png │ ├── backColor.png │ ├── backDraft.png │ ├── backFomula.png │ ├── backSecret.png │ ├── base_gauge.png │ ├── bottomDel.png │ ├── bottomIns.png │ ├── chPageDel.png │ ├── checklist.png │ ├── clipPaste.png │ ├── clipboard.png │ ├── countpage.png │ ├── crossLine.png │ ├── day_minus.png │ ├── editing32.png │ ├── firstUpper.png │ ├── fontColor.png │ ├── lineColor.png │ ├── lineModify.png │ ├── madonomori.png │ ├── madoprize.png │ ├── mergeWhite.png │ ├── month_plus.png │ ├── refresh_L.png │ ├── shimabeige.png │ ├── simablue_L.png │ ├── splitSheet.png │ ├── stamp_data.png │ ├── subversion.png │ ├── tateMerge.png │ ├── vbaexport.png │ ├── year_minus.png │ ├── year_plus.png │ ├── Book_angleHS.png │ ├── Book_openHS.png │ ├── EditTableHS.png │ ├── NumberAsText.png │ ├── PrimaryKeyHS.png │ ├── ProtectFormHS.png │ ├── RelaxFillNext.png │ ├── RelaxFillPlus.png │ ├── TreeView_713.png │ ├── backDeadline.png │ ├── backNotSpace.png │ ├── backNotString.png │ ├── backStampAll.png │ ├── base_cog_32.png │ ├── bottomDelLf.png │ ├── bottomInsLf.png │ ├── copyReadonly.png │ ├── information_L.png │ ├── month_minus.png │ ├── openReadonly.png │ ├── openfolderHS.png │ ├── revisiongraph.png │ ├── searchFusen.png │ ├── searchShape.png │ ├── selNotValue.png │ ├── shapeCircle.png │ ├── shapeSquare.png │ ├── shapedelete.png │ ├── stamp_mitome.png │ ├── stopcelljoin.png │ ├── swapcellvalue.png │ ├── tortoisegit.png │ ├── RelaxFillMinus.png │ ├── back1cell1data.png │ ├── backGraphPaper.png │ ├── backNoCellJoin.png │ ├── base_picture_32.png │ ├── shapeFukidashi.png │ ├── 126_Edit_32x32_72.png │ ├── 2392_ZoomIn_16x16.png │ ├── FavoriteStarPlus.png │ ├── FavoriteStar_16x16.png │ ├── GitHub-Mark-32px.png │ ├── ProofingTools_32.png │ ├── RelaxFillNextLeft.png │ ├── ShowAllGridlines.png │ ├── backConfidential.png │ ├── base_checkmark_32.png │ ├── shapeLineFukidashi.png │ ├── 007_PrintView_32x32_72.png │ ├── 112_Minus_Blue_32x32_72.png │ ├── 112_Plus_Blue_32x32_72.png │ ├── ViewCode(Markup)_6279.png │ ├── 112_Minus_Orange_32x32_72.png │ ├── 112_Plus_Orange_32x32_72.png │ ├── 112_UpArrowShort_Blue_16x16_72.png │ ├── 109_AllAnnotations_Help_32x32_72.png │ ├── 112_DownArrowShort_Blue_16x16_72.png │ ├── 112_DownArrowShort_Green_16x16_72.png │ ├── 112_LeftArrowShort_Blue_16x16_72.png │ ├── 112_LeftArrowShort_Grey_16x16_72.png │ ├── 112_RightArrowShort_Blue_16x16_72.png │ ├── 112_RightArrowShort_Grey_16x16_72.png │ ├── 112_UpArrowShort_Green_16x16_72.png │ ├── FavoriteStar_FrontFacing_32x32_72.png │ ├── SoftwareDefinitionModel_11321_16x.png │ ├── 109_AllAnnotations_Default_32x32_72.png │ ├── 112_LeftArrowShort_Orange_32x32_72.png │ └── 112_RightArrowShort_Orange_32x32_72.png ├── keyConfig ├── delete.key ├── evidence.key ├── firststep.key ├── section_no.key ├── text_align.key └── F1_key_disable.key ├── Section_No_Manual.xlsx ├── ExcelSetHomePosition.vbs └── LICENSE /install.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/install.vbs -------------------------------------------------------------------------------- /RelaxTools.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/RelaxTools.pptx -------------------------------------------------------------------------------- /RelaxTools.xlam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/RelaxTools.xlam -------------------------------------------------------------------------------- /ExcelReadOnly.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/ExcelReadOnly.vbs -------------------------------------------------------------------------------- /rlxAliasOpen.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/rlxAliasOpen.vbs -------------------------------------------------------------------------------- /RelaxToolsAddin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/RelaxToolsAddin.png -------------------------------------------------------------------------------- /Source/03.CopyXlam.bat: -------------------------------------------------------------------------------- 1 | copy "%USERPROFILE%\Application Data\Microsoft\AddIns\RelaxTools.xlam" .. 2 | -------------------------------------------------------------------------------- /keyConfig/delete.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/keyConfig/delete.key -------------------------------------------------------------------------------- /Section_No_Manual.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Section_No_Manual.xlsx -------------------------------------------------------------------------------- /keyConfig/evidence.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/keyConfig/evidence.key -------------------------------------------------------------------------------- /ExcelSetHomePosition.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/ExcelSetHomePosition.vbs -------------------------------------------------------------------------------- /keyConfig/firststep.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/keyConfig/firststep.key -------------------------------------------------------------------------------- /keyConfig/section_no.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/keyConfig/section_no.key -------------------------------------------------------------------------------- /keyConfig/text_align.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/keyConfig/text_align.key -------------------------------------------------------------------------------- /Source/src/Form/frmComp.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmComp.frx -------------------------------------------------------------------------------- /Source/src/Form/frmDoc.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmDoc.frx -------------------------------------------------------------------------------- /Source/src/Form/frmEdit.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmEdit.frx -------------------------------------------------------------------------------- /Source/src/Form/frmGrep.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmGrep.frx -------------------------------------------------------------------------------- /Source/src/Form/frmGrid.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmGrid.frx -------------------------------------------------------------------------------- /Source/src/Form/frmHtml.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmHtml.frx -------------------------------------------------------------------------------- /Source/src/Form/frmInfo.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmInfo.frx -------------------------------------------------------------------------------- /Source/src/Form/frmKana.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmKana.frx -------------------------------------------------------------------------------- /Source/customUI/images/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/01.png -------------------------------------------------------------------------------- /Source/customUI/images/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/02.png -------------------------------------------------------------------------------- /Source/customUI/images/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/03.png -------------------------------------------------------------------------------- /Source/customUI/images/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/04.png -------------------------------------------------------------------------------- /Source/customUI/images/05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/05.png -------------------------------------------------------------------------------- /Source/customUI/images/06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/06.png -------------------------------------------------------------------------------- /Source/customUI/images/07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/07.png -------------------------------------------------------------------------------- /Source/customUI/images/08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/08.png -------------------------------------------------------------------------------- /Source/customUI/images/09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/09.png -------------------------------------------------------------------------------- /Source/customUI/images/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/10.png -------------------------------------------------------------------------------- /Source/customUI/images/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/11.png -------------------------------------------------------------------------------- /Source/customUI/images/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/12.png -------------------------------------------------------------------------------- /Source/customUI/images/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/13.png -------------------------------------------------------------------------------- /Source/customUI/images/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/14.png -------------------------------------------------------------------------------- /Source/customUI/images/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/15.png -------------------------------------------------------------------------------- /Source/customUI/images/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/16.png -------------------------------------------------------------------------------- /Source/customUI/images/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/17.png -------------------------------------------------------------------------------- /Source/customUI/images/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/18.png -------------------------------------------------------------------------------- /Source/customUI/images/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/19.png -------------------------------------------------------------------------------- /Source/customUI/images/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/20.png -------------------------------------------------------------------------------- /Source/customUI/images/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/21.png -------------------------------------------------------------------------------- /Source/customUI/images/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/22.png -------------------------------------------------------------------------------- /Source/customUI/images/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/23.png -------------------------------------------------------------------------------- /Source/customUI/images/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/24.png -------------------------------------------------------------------------------- /Source/customUI/images/25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/25.png -------------------------------------------------------------------------------- /Source/customUI/images/26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/26.png -------------------------------------------------------------------------------- /Source/customUI/images/27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/27.png -------------------------------------------------------------------------------- /Source/customUI/images/28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/28.png -------------------------------------------------------------------------------- /Source/customUI/images/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/29.png -------------------------------------------------------------------------------- /Source/customUI/images/30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/30.png -------------------------------------------------------------------------------- /Source/customUI/images/31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/31.png -------------------------------------------------------------------------------- /Source/customUI/images/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/32.png -------------------------------------------------------------------------------- /Source/customUI/images/33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/33.png -------------------------------------------------------------------------------- /Source/customUI/images/34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/34.png -------------------------------------------------------------------------------- /Source/customUI/images/35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/35.png -------------------------------------------------------------------------------- /Source/customUI/images/36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/36.png -------------------------------------------------------------------------------- /Source/customUI/images/37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/37.png -------------------------------------------------------------------------------- /Source/customUI/images/38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/38.png -------------------------------------------------------------------------------- /Source/customUI/images/39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/39.png -------------------------------------------------------------------------------- /Source/customUI/images/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/40.png -------------------------------------------------------------------------------- /Source/customUI/images/A1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/A1.png -------------------------------------------------------------------------------- /Source/customUI/images/No1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/No1.png -------------------------------------------------------------------------------- /Source/customUI/images/No2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/No2.png -------------------------------------------------------------------------------- /Source/customUI/images/No3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/No3.png -------------------------------------------------------------------------------- /Source/customUI/images/No4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/No4.png -------------------------------------------------------------------------------- /Source/customUI/images/No5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/No5.png -------------------------------------------------------------------------------- /Source/customUI/images/Web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/Web.png -------------------------------------------------------------------------------- /Source/customUI/images/ac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/ac.png -------------------------------------------------------------------------------- /Source/customUI/images/bin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/bin.png -------------------------------------------------------------------------------- /Source/customUI/images/bug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/bug.png -------------------------------------------------------------------------------- /Source/customUI/images/fcs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fcs.png -------------------------------------------------------------------------------- /Source/customUI/images/git.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/git.png -------------------------------------------------------------------------------- /Source/customUI/images/hg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/hg.png -------------------------------------------------------------------------------- /Source/customUI/images/lf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/lf.png -------------------------------------------------------------------------------- /Source/customUI/images/log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/log.png -------------------------------------------------------------------------------- /Source/customUI/images/sql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/sql.png -------------------------------------------------------------------------------- /Source/customUI/images/std.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/std.png -------------------------------------------------------------------------------- /Source/customUI/images/str.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/str.png -------------------------------------------------------------------------------- /Source/customUI/images/tag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/tag.png -------------------------------------------------------------------------------- /Source/customUI/images/vba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/vba.png -------------------------------------------------------------------------------- /Source/customUI/images/xml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/xml.png -------------------------------------------------------------------------------- /Source/src/Form/frmBinary.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmBinary.frx -------------------------------------------------------------------------------- /Source/src/Form/frmColor.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmColor.frx -------------------------------------------------------------------------------- /Source/src/Form/frmCombo.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmCombo.frx -------------------------------------------------------------------------------- /Source/src/Form/frmEditEx.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmEditEx.frx -------------------------------------------------------------------------------- /Source/src/Form/frmFavEdit.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmFavEdit.frx -------------------------------------------------------------------------------- /Source/src/Form/frmFusen.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmFusen.frx -------------------------------------------------------------------------------- /Source/src/Form/frmGrammer.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmGrammer.frx -------------------------------------------------------------------------------- /Source/src/Form/frmHatena.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmHatena.frx -------------------------------------------------------------------------------- /Source/src/Form/frmHotKey.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmHotKey.frx -------------------------------------------------------------------------------- /Source/src/Form/frmLoadCSV.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmLoadCSV.frx -------------------------------------------------------------------------------- /Source/src/Form/frmMulti.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmMulti.frx -------------------------------------------------------------------------------- /Source/src/Form/frmRedmine.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmRedmine.frx -------------------------------------------------------------------------------- /Source/src/Form/frmReplace.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmReplace.frx -------------------------------------------------------------------------------- /Source/src/Form/frmReport.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmReport.frx -------------------------------------------------------------------------------- /Source/src/Form/frmScroll.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmScroll.frx -------------------------------------------------------------------------------- /Source/src/Form/frmSelect.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmSelect.frx -------------------------------------------------------------------------------- /Source/src/Form/frmShape.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmShape.frx -------------------------------------------------------------------------------- /Source/src/Form/frmStamp.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmStamp.frx -------------------------------------------------------------------------------- /Source/src/Form/frmStampBz.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmStampBz.frx -------------------------------------------------------------------------------- /Source/src/Form/frmStyle.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmStyle.frx -------------------------------------------------------------------------------- /Source/src/Form/frmSushi.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmSushi.frx -------------------------------------------------------------------------------- /Source/src/Form/frmVersion.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmVersion.frx -------------------------------------------------------------------------------- /keyConfig/F1_key_disable.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/keyConfig/F1_key_disable.key -------------------------------------------------------------------------------- /Source/customUI/images/Copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/Copy.png -------------------------------------------------------------------------------- /Source/customUI/images/Keys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/Keys.png -------------------------------------------------------------------------------- /Source/customUI/images/Paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/Paste.png -------------------------------------------------------------------------------- /Source/customUI/images/Tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/Tools.png -------------------------------------------------------------------------------- /Source/customUI/images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/arrow.png -------------------------------------------------------------------------------- /Source/customUI/images/cafe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/cafe.png -------------------------------------------------------------------------------- /Source/customUI/images/diff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/diff.png -------------------------------------------------------------------------------- /Source/customUI/images/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/edit.png -------------------------------------------------------------------------------- /Source/customUI/images/erase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/erase.png -------------------------------------------------------------------------------- /Source/customUI/images/hLine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/hLine.png -------------------------------------------------------------------------------- /Source/customUI/images/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/help.png -------------------------------------------------------------------------------- /Source/customUI/images/java.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/java.png -------------------------------------------------------------------------------- /Source/customUI/images/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/lock.png -------------------------------------------------------------------------------- /Source/customUI/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/logo.png -------------------------------------------------------------------------------- /Source/customUI/images/lower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/lower.png -------------------------------------------------------------------------------- /Source/customUI/images/merge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/merge.png -------------------------------------------------------------------------------- /Source/customUI/images/mouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/mouse.png -------------------------------------------------------------------------------- /Source/customUI/images/pick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/pick.png -------------------------------------------------------------------------------- /Source/customUI/images/push.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/push.png -------------------------------------------------------------------------------- /Source/customUI/images/qiita.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/qiita.png -------------------------------------------------------------------------------- /Source/customUI/images/r1c1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/r1c1.png -------------------------------------------------------------------------------- /Source/customUI/images/reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/reset.png -------------------------------------------------------------------------------- /Source/customUI/images/rtos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/rtos.png -------------------------------------------------------------------------------- /Source/customUI/images/shape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/shape.png -------------------------------------------------------------------------------- /Source/customUI/images/space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/space.png -------------------------------------------------------------------------------- /Source/customUI/images/stor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/stor.png -------------------------------------------------------------------------------- /Source/customUI/images/sushi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/sushi.png -------------------------------------------------------------------------------- /Source/customUI/images/swap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/swap.png -------------------------------------------------------------------------------- /Source/customUI/images/upper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/upper.png -------------------------------------------------------------------------------- /Source/customUI/images/vLine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/vLine.png -------------------------------------------------------------------------------- /Source/src/Form/frmA1Setting.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmA1Setting.frx -------------------------------------------------------------------------------- /Source/src/Form/frmCheckList.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmCheckList.frx -------------------------------------------------------------------------------- /Source/src/Form/frmContents.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmContents.frx -------------------------------------------------------------------------------- /Source/src/Form/frmCrossLine.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmCrossLine.frx -------------------------------------------------------------------------------- /Source/src/Form/frmElectoric.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmElectoric.frx -------------------------------------------------------------------------------- /Source/src/Form/frmFavorite.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmFavorite.frx -------------------------------------------------------------------------------- /Source/src/Form/frmFileList.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmFileList.frx -------------------------------------------------------------------------------- /Source/src/Form/frmFormatSql.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmFormatSql.frx -------------------------------------------------------------------------------- /Source/src/Form/frmFormatXml.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmFormatXml.frx -------------------------------------------------------------------------------- /Source/src/Form/frmGrepMulti.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmGrepMulti.frx -------------------------------------------------------------------------------- /Source/src/Form/frmGridText.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmGridText.frx -------------------------------------------------------------------------------- /Source/src/Form/frmHoldBook.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmHoldBook.frx -------------------------------------------------------------------------------- /Source/src/Form/frmImportKey.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmImportKey.frx -------------------------------------------------------------------------------- /Source/src/Form/frmInputStr.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmInputStr.frx -------------------------------------------------------------------------------- /Source/src/Form/frmKantanDx.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmKantanDx.frx -------------------------------------------------------------------------------- /Source/src/Form/frmMarkdown.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmMarkdown.frx -------------------------------------------------------------------------------- /Source/src/Form/frmMaxCount.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmMaxCount.frx -------------------------------------------------------------------------------- /Source/src/Form/frmMergeFile.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmMergeFile.frx -------------------------------------------------------------------------------- /Source/src/Form/frmPageList.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmPageList.frx -------------------------------------------------------------------------------- /Source/src/Form/frmReSelect.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmReSelect.frx -------------------------------------------------------------------------------- /Source/src/Form/frmReference.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmReference.frx -------------------------------------------------------------------------------- /Source/src/Form/frmSearchBox.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmSearchBox.frx -------------------------------------------------------------------------------- /Source/src/Form/frmSearchEx.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmSearchEx.frx -------------------------------------------------------------------------------- /Source/src/Form/frmSectionEx.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmSectionEx.frx -------------------------------------------------------------------------------- /Source/src/Form/frmStepCount.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmStepCount.frx -------------------------------------------------------------------------------- /Source/src/Form/frmTimeLeap.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmTimeLeap.frx -------------------------------------------------------------------------------- /Source/src/Form/frmTreeList.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmTreeList.frx -------------------------------------------------------------------------------- /Source/customUI/images/CopyLine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/CopyLine.png -------------------------------------------------------------------------------- /Source/customUI/images/Database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/Database.png -------------------------------------------------------------------------------- /Source/customUI/images/Encrypt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/Encrypt.png -------------------------------------------------------------------------------- /Source/customUI/images/INSERT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/INSERT.png -------------------------------------------------------------------------------- /Source/customUI/images/Keyboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/Keyboard.png -------------------------------------------------------------------------------- /Source/customUI/images/LegendHS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/LegendHS.png -------------------------------------------------------------------------------- /Source/customUI/images/Repair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/Repair.png -------------------------------------------------------------------------------- /Source/customUI/images/Tools32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/Tools32.png -------------------------------------------------------------------------------- /Source/customUI/images/addfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/addfile.png -------------------------------------------------------------------------------- /Source/customUI/images/binView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/binView.png -------------------------------------------------------------------------------- /Source/customUI/images/brouser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/brouser.png -------------------------------------------------------------------------------- /Source/customUI/images/bzStamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/bzStamp.png -------------------------------------------------------------------------------- /Source/customUI/images/calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/calendar.png -------------------------------------------------------------------------------- /Source/customUI/images/chPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/chPage.png -------------------------------------------------------------------------------- /Source/customUI/images/clipCopy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/clipCopy.png -------------------------------------------------------------------------------- /Source/customUI/images/commit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/commit.png -------------------------------------------------------------------------------- /Source/customUI/images/contents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/contents.png -------------------------------------------------------------------------------- /Source/customUI/images/convert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/convert.png -------------------------------------------------------------------------------- /Source/customUI/images/day_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/day_plus.png -------------------------------------------------------------------------------- /Source/customUI/images/editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/editor.png -------------------------------------------------------------------------------- /Source/customUI/images/eraser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/eraser.png -------------------------------------------------------------------------------- /Source/customUI/images/fcspic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fcspic.png -------------------------------------------------------------------------------- /Source/customUI/images/folder_L.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/folder_L.png -------------------------------------------------------------------------------- /Source/customUI/images/format.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/format.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen01.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen01b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen01b.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen01g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen01g.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen01p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen01p.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen01w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen01w.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen02.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen02b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen02b.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen02g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen02g.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen02p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen02p.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen02w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen02w.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen03.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen03b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen03b.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen03g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen03g.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen03p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen03p.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen03w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen03w.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen04.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen04b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen04b.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen04g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen04g.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen04p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen04p.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen04w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen04w.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen05.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen05b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen05b.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen05g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen05g.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen05p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen05p.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen05w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen05w.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen06.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen06b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen06b.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen06g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen06g.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen06p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen06p.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen06w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen06w.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen_l.png -------------------------------------------------------------------------------- /Source/customUI/images/fusen_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fusen_s.png -------------------------------------------------------------------------------- /Source/customUI/images/hLine32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/hLine32.png -------------------------------------------------------------------------------- /Source/customUI/images/hLineDel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/hLineDel.png -------------------------------------------------------------------------------- /Source/customUI/images/hankaku.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/hankaku.png -------------------------------------------------------------------------------- /Source/customUI/images/headDel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/headDel.png -------------------------------------------------------------------------------- /Source/customUI/images/headIns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/headIns.png -------------------------------------------------------------------------------- /Source/customUI/images/hiragana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/hiragana.png -------------------------------------------------------------------------------- /Source/customUI/images/import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/import.png -------------------------------------------------------------------------------- /Source/customUI/images/kakkoDel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/kakkoDel.png -------------------------------------------------------------------------------- /Source/customUI/images/kakkoIns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/kakkoIns.png -------------------------------------------------------------------------------- /Source/customUI/images/kantan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/kantan.png -------------------------------------------------------------------------------- /Source/customUI/images/kantanDx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/kantanDx.png -------------------------------------------------------------------------------- /Source/customUI/images/kantan_L.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/kantan_L.png -------------------------------------------------------------------------------- /Source/customUI/images/katakana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/katakana.png -------------------------------------------------------------------------------- /Source/customUI/images/lshape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/lshape.png -------------------------------------------------------------------------------- /Source/customUI/images/markup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/markup.png -------------------------------------------------------------------------------- /Source/customUI/images/midDel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/midDel.png -------------------------------------------------------------------------------- /Source/customUI/images/midIns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/midIns.png -------------------------------------------------------------------------------- /Source/customUI/images/outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/outline.png -------------------------------------------------------------------------------- /Source/customUI/images/pushpin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/pushpin.png -------------------------------------------------------------------------------- /Source/customUI/images/rdLine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/rdLine.png -------------------------------------------------------------------------------- /Source/customUI/images/redmine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/redmine.png -------------------------------------------------------------------------------- /Source/customUI/images/refreshG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/refreshG.png -------------------------------------------------------------------------------- /Source/customUI/images/rename.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/rename.png -------------------------------------------------------------------------------- /Source/customUI/images/return.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/return.png -------------------------------------------------------------------------------- /Source/customUI/images/revert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/revert.png -------------------------------------------------------------------------------- /Source/customUI/images/ruLine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/ruLine.png -------------------------------------------------------------------------------- /Source/customUI/images/sakura.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/sakura.png -------------------------------------------------------------------------------- /Source/customUI/images/saveA1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/saveA1.png -------------------------------------------------------------------------------- /Source/customUI/images/saveHS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/saveHS.png -------------------------------------------------------------------------------- /Source/customUI/images/save_L.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/save_L.png -------------------------------------------------------------------------------- /Source/customUI/images/selValue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/selValue.png -------------------------------------------------------------------------------- /Source/customUI/images/sshape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/sshape.png -------------------------------------------------------------------------------- /Source/customUI/images/swapcell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/swapcell.png -------------------------------------------------------------------------------- /Source/customUI/images/timeleap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/timeleap.png -------------------------------------------------------------------------------- /Source/customUI/images/tortoise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/tortoise.png -------------------------------------------------------------------------------- /Source/customUI/images/unMerge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/unMerge.png -------------------------------------------------------------------------------- /Source/customUI/images/unlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/unlock.png -------------------------------------------------------------------------------- /Source/customUI/images/vLine32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/vLine32.png -------------------------------------------------------------------------------- /Source/customUI/images/vLineDel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/vLineDel.png -------------------------------------------------------------------------------- /Source/customUI/images/winLine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/winLine.png -------------------------------------------------------------------------------- /Source/customUI/images/zenkaku.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/zenkaku.png -------------------------------------------------------------------------------- /Source/src/Form/frmCommonOption.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmCommonOption.frx -------------------------------------------------------------------------------- /Source/src/Form/frmContextMenu.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmContextMenu.frx -------------------------------------------------------------------------------- /Source/src/Form/frmCopyScreen.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmCopyScreen.frx -------------------------------------------------------------------------------- /Source/src/Form/frmCreateFolder.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmCreateFolder.frx -------------------------------------------------------------------------------- /Source/src/Form/frmCrossLineH.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmCrossLineH.frx -------------------------------------------------------------------------------- /Source/src/Form/frmCrossLineV.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmCrossLineV.frx -------------------------------------------------------------------------------- /Source/src/Form/frmFavCategory.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmFavCategory.frx -------------------------------------------------------------------------------- /Source/src/Form/frmInformation.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmInformation.frx -------------------------------------------------------------------------------- /Source/src/Form/frmInputLength.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmInputLength.frx -------------------------------------------------------------------------------- /Source/src/Form/frmPickSetting.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmPickSetting.frx -------------------------------------------------------------------------------- /Source/src/Form/frmScreenShot.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmScreenShot.frx -------------------------------------------------------------------------------- /Source/src/Form/frmSearchFusen.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmSearchFusen.frx -------------------------------------------------------------------------------- /Source/src/Form/frmSectionList.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmSectionList.frx -------------------------------------------------------------------------------- /Source/src/Form/frmSelectCell.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmSelectCell.frx -------------------------------------------------------------------------------- /Source/src/Form/frmSetPackage.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmSetPackage.frx -------------------------------------------------------------------------------- /Source/src/Form/frmSheetManager.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmSheetManager.frx -------------------------------------------------------------------------------- /Source/src/Form/frmSourceExport.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmSourceExport.frx -------------------------------------------------------------------------------- /Source/src/Form/frmStampMitome.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmStampMitome.frx -------------------------------------------------------------------------------- /Source/src/Form/frmStaticCheck.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmStaticCheck.frx -------------------------------------------------------------------------------- /Source/src/Form/frmSushiSetting.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmSushiSetting.frx -------------------------------------------------------------------------------- /Source/customUI/images/AroundLine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/AroundLine.png -------------------------------------------------------------------------------- /Source/customUI/images/DecisionCL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/DecisionCL.png -------------------------------------------------------------------------------- /Source/customUI/images/DecisionYN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/DecisionYN.png -------------------------------------------------------------------------------- /Source/customUI/images/DeleteLine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/DeleteLine.png -------------------------------------------------------------------------------- /Source/customUI/images/EditCodeHS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/EditCodeHS.png -------------------------------------------------------------------------------- /Source/customUI/images/FileReload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/FileReload.png -------------------------------------------------------------------------------- /Source/customUI/images/FolderList.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/FolderList.png -------------------------------------------------------------------------------- /Source/customUI/images/FolderTree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/FolderTree.png -------------------------------------------------------------------------------- /Source/customUI/images/InsertLine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/InsertLine.png -------------------------------------------------------------------------------- /Source/customUI/images/RelaxChan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/RelaxChan.png -------------------------------------------------------------------------------- /Source/customUI/images/RelaxTools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/RelaxTools.png -------------------------------------------------------------------------------- /Source/customUI/images/TableLine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/TableLine.png -------------------------------------------------------------------------------- /Source/customUI/images/TortoiseHg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/TortoiseHg.png -------------------------------------------------------------------------------- /Source/customUI/images/backColor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/backColor.png -------------------------------------------------------------------------------- /Source/customUI/images/backDraft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/backDraft.png -------------------------------------------------------------------------------- /Source/customUI/images/backFomula.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/backFomula.png -------------------------------------------------------------------------------- /Source/customUI/images/backSecret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/backSecret.png -------------------------------------------------------------------------------- /Source/customUI/images/base_gauge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/base_gauge.png -------------------------------------------------------------------------------- /Source/customUI/images/bottomDel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/bottomDel.png -------------------------------------------------------------------------------- /Source/customUI/images/bottomIns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/bottomIns.png -------------------------------------------------------------------------------- /Source/customUI/images/chPageDel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/chPageDel.png -------------------------------------------------------------------------------- /Source/customUI/images/checklist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/checklist.png -------------------------------------------------------------------------------- /Source/customUI/images/clipPaste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/clipPaste.png -------------------------------------------------------------------------------- /Source/customUI/images/clipboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/clipboard.png -------------------------------------------------------------------------------- /Source/customUI/images/countpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/countpage.png -------------------------------------------------------------------------------- /Source/customUI/images/crossLine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/crossLine.png -------------------------------------------------------------------------------- /Source/customUI/images/day_minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/day_minus.png -------------------------------------------------------------------------------- /Source/customUI/images/editing32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/editing32.png -------------------------------------------------------------------------------- /Source/customUI/images/firstUpper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/firstUpper.png -------------------------------------------------------------------------------- /Source/customUI/images/fontColor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/fontColor.png -------------------------------------------------------------------------------- /Source/customUI/images/lineColor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/lineColor.png -------------------------------------------------------------------------------- /Source/customUI/images/lineModify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/lineModify.png -------------------------------------------------------------------------------- /Source/customUI/images/madonomori.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/madonomori.png -------------------------------------------------------------------------------- /Source/customUI/images/madoprize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/madoprize.png -------------------------------------------------------------------------------- /Source/customUI/images/mergeWhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/mergeWhite.png -------------------------------------------------------------------------------- /Source/customUI/images/month_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/month_plus.png -------------------------------------------------------------------------------- /Source/customUI/images/refresh_L.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/refresh_L.png -------------------------------------------------------------------------------- /Source/customUI/images/shimabeige.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/shimabeige.png -------------------------------------------------------------------------------- /Source/customUI/images/simablue_L.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/simablue_L.png -------------------------------------------------------------------------------- /Source/customUI/images/splitSheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/splitSheet.png -------------------------------------------------------------------------------- /Source/customUI/images/stamp_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/stamp_data.png -------------------------------------------------------------------------------- /Source/customUI/images/subversion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/subversion.png -------------------------------------------------------------------------------- /Source/customUI/images/tateMerge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/tateMerge.png -------------------------------------------------------------------------------- /Source/customUI/images/vbaexport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/vbaexport.png -------------------------------------------------------------------------------- /Source/customUI/images/year_minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/year_minus.png -------------------------------------------------------------------------------- /Source/customUI/images/year_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/year_plus.png -------------------------------------------------------------------------------- /Source/src/Form/frmBackupSetting.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmBackupSetting.frx -------------------------------------------------------------------------------- /Source/src/Form/frmContextMenuAdd.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmContextMenuAdd.frx -------------------------------------------------------------------------------- /Source/src/Form/frmCrossLineGauge.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmCrossLineGauge.frx -------------------------------------------------------------------------------- /Source/src/Form/frmScreenSetting.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmScreenSetting.frx -------------------------------------------------------------------------------- /Source/customUI/images/Book_angleHS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/Book_angleHS.png -------------------------------------------------------------------------------- /Source/customUI/images/Book_openHS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/Book_openHS.png -------------------------------------------------------------------------------- /Source/customUI/images/EditTableHS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/EditTableHS.png -------------------------------------------------------------------------------- /Source/customUI/images/NumberAsText.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/NumberAsText.png -------------------------------------------------------------------------------- /Source/customUI/images/PrimaryKeyHS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/PrimaryKeyHS.png -------------------------------------------------------------------------------- /Source/customUI/images/ProtectFormHS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/ProtectFormHS.png -------------------------------------------------------------------------------- /Source/customUI/images/RelaxFillNext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/RelaxFillNext.png -------------------------------------------------------------------------------- /Source/customUI/images/RelaxFillPlus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/RelaxFillPlus.png -------------------------------------------------------------------------------- /Source/customUI/images/TreeView_713.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/TreeView_713.png -------------------------------------------------------------------------------- /Source/customUI/images/backDeadline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/backDeadline.png -------------------------------------------------------------------------------- /Source/customUI/images/backNotSpace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/backNotSpace.png -------------------------------------------------------------------------------- /Source/customUI/images/backNotString.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/backNotString.png -------------------------------------------------------------------------------- /Source/customUI/images/backStampAll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/backStampAll.png -------------------------------------------------------------------------------- /Source/customUI/images/base_cog_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/base_cog_32.png -------------------------------------------------------------------------------- /Source/customUI/images/bottomDelLf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/bottomDelLf.png -------------------------------------------------------------------------------- /Source/customUI/images/bottomInsLf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/bottomInsLf.png -------------------------------------------------------------------------------- /Source/customUI/images/copyReadonly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/copyReadonly.png -------------------------------------------------------------------------------- /Source/customUI/images/information_L.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/information_L.png -------------------------------------------------------------------------------- /Source/customUI/images/month_minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/month_minus.png -------------------------------------------------------------------------------- /Source/customUI/images/openReadonly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/openReadonly.png -------------------------------------------------------------------------------- /Source/customUI/images/openfolderHS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/openfolderHS.png -------------------------------------------------------------------------------- /Source/customUI/images/revisiongraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/revisiongraph.png -------------------------------------------------------------------------------- /Source/customUI/images/searchFusen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/searchFusen.png -------------------------------------------------------------------------------- /Source/customUI/images/searchShape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/searchShape.png -------------------------------------------------------------------------------- /Source/customUI/images/selNotValue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/selNotValue.png -------------------------------------------------------------------------------- /Source/customUI/images/shapeCircle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/shapeCircle.png -------------------------------------------------------------------------------- /Source/customUI/images/shapeSquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/shapeSquare.png -------------------------------------------------------------------------------- /Source/customUI/images/shapedelete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/shapedelete.png -------------------------------------------------------------------------------- /Source/customUI/images/stamp_mitome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/stamp_mitome.png -------------------------------------------------------------------------------- /Source/customUI/images/stopcelljoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/stopcelljoin.png -------------------------------------------------------------------------------- /Source/customUI/images/swapcellvalue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/swapcellvalue.png -------------------------------------------------------------------------------- /Source/customUI/images/tortoisegit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/tortoisegit.png -------------------------------------------------------------------------------- /Source/src/Form/frmTimeLeapSetting.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/src/Form/frmTimeLeapSetting.frx -------------------------------------------------------------------------------- /Source/customUI/images/RelaxFillMinus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/RelaxFillMinus.png -------------------------------------------------------------------------------- /Source/customUI/images/back1cell1data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/back1cell1data.png -------------------------------------------------------------------------------- /Source/customUI/images/backGraphPaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/backGraphPaper.png -------------------------------------------------------------------------------- /Source/customUI/images/backNoCellJoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/backNoCellJoin.png -------------------------------------------------------------------------------- /Source/customUI/images/base_picture_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/base_picture_32.png -------------------------------------------------------------------------------- /Source/customUI/images/shapeFukidashi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/shapeFukidashi.png -------------------------------------------------------------------------------- /Source/customUI/images/126_Edit_32x32_72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/126_Edit_32x32_72.png -------------------------------------------------------------------------------- /Source/customUI/images/2392_ZoomIn_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/2392_ZoomIn_16x16.png -------------------------------------------------------------------------------- /Source/customUI/images/FavoriteStarPlus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/FavoriteStarPlus.png -------------------------------------------------------------------------------- /Source/customUI/images/FavoriteStar_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/FavoriteStar_16x16.png -------------------------------------------------------------------------------- /Source/customUI/images/GitHub-Mark-32px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/GitHub-Mark-32px.png -------------------------------------------------------------------------------- /Source/customUI/images/ProofingTools_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/ProofingTools_32.png -------------------------------------------------------------------------------- /Source/customUI/images/RelaxFillNextLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/RelaxFillNextLeft.png -------------------------------------------------------------------------------- /Source/customUI/images/ShowAllGridlines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/ShowAllGridlines.png -------------------------------------------------------------------------------- /Source/customUI/images/backConfidential.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/backConfidential.png -------------------------------------------------------------------------------- /Source/customUI/images/base_checkmark_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/base_checkmark_32.png -------------------------------------------------------------------------------- /Source/customUI/images/shapeLineFukidashi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/shapeLineFukidashi.png -------------------------------------------------------------------------------- /Source/customUI/images/007_PrintView_32x32_72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/007_PrintView_32x32_72.png -------------------------------------------------------------------------------- /Source/customUI/images/112_Minus_Blue_32x32_72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/112_Minus_Blue_32x32_72.png -------------------------------------------------------------------------------- /Source/customUI/images/112_Plus_Blue_32x32_72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/112_Plus_Blue_32x32_72.png -------------------------------------------------------------------------------- /Source/customUI/images/ViewCode(Markup)_6279.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/ViewCode(Markup)_6279.png -------------------------------------------------------------------------------- /Source/customUI/images/112_Minus_Orange_32x32_72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/112_Minus_Orange_32x32_72.png -------------------------------------------------------------------------------- /Source/customUI/images/112_Plus_Orange_32x32_72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/112_Plus_Orange_32x32_72.png -------------------------------------------------------------------------------- /Source/customUI/images/112_UpArrowShort_Blue_16x16_72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/112_UpArrowShort_Blue_16x16_72.png -------------------------------------------------------------------------------- /Source/customUI/images/109_AllAnnotations_Help_32x32_72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/109_AllAnnotations_Help_32x32_72.png -------------------------------------------------------------------------------- /Source/customUI/images/112_DownArrowShort_Blue_16x16_72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/112_DownArrowShort_Blue_16x16_72.png -------------------------------------------------------------------------------- /Source/customUI/images/112_DownArrowShort_Green_16x16_72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/112_DownArrowShort_Green_16x16_72.png -------------------------------------------------------------------------------- /Source/customUI/images/112_LeftArrowShort_Blue_16x16_72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/112_LeftArrowShort_Blue_16x16_72.png -------------------------------------------------------------------------------- /Source/customUI/images/112_LeftArrowShort_Grey_16x16_72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/112_LeftArrowShort_Grey_16x16_72.png -------------------------------------------------------------------------------- /Source/customUI/images/112_RightArrowShort_Blue_16x16_72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/112_RightArrowShort_Blue_16x16_72.png -------------------------------------------------------------------------------- /Source/customUI/images/112_RightArrowShort_Grey_16x16_72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/112_RightArrowShort_Grey_16x16_72.png -------------------------------------------------------------------------------- /Source/customUI/images/112_UpArrowShort_Green_16x16_72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/112_UpArrowShort_Green_16x16_72.png -------------------------------------------------------------------------------- /Source/customUI/images/FavoriteStar_FrontFacing_32x32_72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/FavoriteStar_FrontFacing_32x32_72.png -------------------------------------------------------------------------------- /Source/customUI/images/SoftwareDefinitionModel_11321_16x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/SoftwareDefinitionModel_11321_16x.png -------------------------------------------------------------------------------- /Source/customUI/images/109_AllAnnotations_Default_32x32_72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/109_AllAnnotations_Default_32x32_72.png -------------------------------------------------------------------------------- /Source/customUI/images/112_LeftArrowShort_Orange_32x32_72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/112_LeftArrowShort_Orange_32x32_72.png -------------------------------------------------------------------------------- /Source/customUI/images/112_RightArrowShort_Orange_32x32_72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RelaxTools/RelaxTools-Addin/HEAD/Source/customUI/images/112_RightArrowShort_Orange_32x32_72.png -------------------------------------------------------------------------------- /Source/src/Microsoft Excel Objects/Sheet1.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "Sheet1" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = True 9 | Attribute VB_Exposed = True 10 | Option Explicit 11 | 12 | -------------------------------------------------------------------------------- /Source/src/Microsoft Excel Objects/Sheet11.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "Sheet11" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = True 9 | Attribute VB_Exposed = True 10 | Option Explicit 11 | 12 | -------------------------------------------------------------------------------- /Source/src/Microsoft Excel Objects/Sheet3.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "Sheet3" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = True 9 | Attribute VB_Exposed = True 10 | Option Explicit 11 | 12 | -------------------------------------------------------------------------------- /Source/src/Microsoft Excel Objects/Sheet4.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "Sheet4" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = True 9 | Attribute VB_Exposed = True 10 | Option Explicit 11 | 12 | -------------------------------------------------------------------------------- /Source/src/Class/rlxBorder.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "rlxBorder" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = False 9 | Attribute VB_Exposed = False 10 | Option Explicit 11 | 12 | Public Weight As XlBorderWeight 13 | Public LineStyle As XlLineStyle 14 | 15 | -------------------------------------------------------------------------------- /Source/src/Form/frmCM.frm: -------------------------------------------------------------------------------- 1 | VERSION 5.00 2 | Begin {C62A69F0-16DC-11CE-9E98-00AA00574A4F} frmCM 3 | Caption = "福島コンピューターシステム株式会社 - 福島に拠点を持つソフトウェア会社です。" 4 | ClientHeight = 3660 5 | ClientLeft = 120 6 | ClientTop = 465 7 | ClientWidth = 8940 8 | OleObjectBlob = "frmCM.frx":0000 9 | StartUpPosition = 1 'オーナー フォームの中央 10 | End 11 | Attribute VB_Name = "frmCM" 12 | Attribute VB_GlobalNameSpace = False 13 | Attribute VB_Creatable = False 14 | Attribute VB_PredeclaredId = True 15 | Attribute VB_Exposed = False 16 | Option Explicit 17 | 18 | -------------------------------------------------------------------------------- /Source/src/Form/frmMulti.frm: -------------------------------------------------------------------------------- 1 | VERSION 5.00 2 | Begin {C62A69F0-16DC-11CE-9E98-00AA00574A4F} frmMulti 3 | Caption = "UserForm1" 4 | ClientHeight = 1005 5 | ClientLeft = 120 6 | ClientTop = 465 7 | ClientWidth = 9495.001 8 | OleObjectBlob = "frmMulti.frx":0000 9 | ShowModal = 0 'False 10 | StartUpPosition = 1 'オーナー フォームの中央 11 | End 12 | Attribute VB_Name = "frmMulti" 13 | Attribute VB_GlobalNameSpace = False 14 | Attribute VB_Creatable = False 15 | Attribute VB_PredeclaredId = True 16 | Attribute VB_Exposed = False 17 | Option Explicit 18 | 19 | 20 | Private Sub UserForm_Initialize() 21 | Me.Caption = C_TITLE 22 | End Sub 23 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2009 Yasuhiro Watanabe 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /Source/src/Class/KantanLine.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "KantanLine" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = False 9 | Attribute VB_Exposed = False 10 | Option Explicit 11 | 12 | '名前 13 | Public Text As String 14 | 15 | '外周 16 | 'Public OutSideLine As New rlxBorder 17 | Public OutSideLine As Long 18 | 19 | '行ヘッダの行数 20 | Public HHeadLineCount As Long 21 | 22 | '行ヘッダと行の間の線 23 | 'Public HHeadBorderLine As New rlxBorder 24 | Public HHeadBorderLine As Long 25 | 26 | '行ヘッダの色 27 | Public HeadColor As Long 28 | 29 | '明細色設定 30 | Public EnableEvenColor As Boolean 31 | 32 | '明細色 33 | Public EvenColor As Long 34 | ' 35 | '列ヘッダの行数 36 | Public VHeadLineCount As Long 37 | 38 | '列ヘッダの列の間の線 39 | 'Public VHeadBorderLine As New rlxBorder 40 | Public VHeadBorderLine As Long 41 | 42 | '縦中線 43 | 'Public VInsideLine As New rlxBorder 44 | Public VInsideLine As Long 45 | 46 | '横中線 47 | 'Public HInsideLine As New rlxBorder 48 | Public HInsideLine As Long 49 | 50 | '方眼紙設定 51 | Public EnableHogan As Boolean 52 | 53 | '行ヘッダ線の繰り返し 54 | Public EnableHRepeat As Boolean 55 | 56 | '列ヘッダ線の繰り返し 57 | Public EnableVRepeat As Boolean 58 | 59 | '方眼紙行自動設定 60 | Public AuthoHogan As Boolean 61 | 62 | '方眼紙判定行 63 | Public HoganJudgeLineCount As Long 64 | 65 | 66 | -------------------------------------------------------------------------------- /Source/src/Form/frmCrossLineH.frm: -------------------------------------------------------------------------------- 1 | VERSION 5.00 2 | Begin {C62A69F0-16DC-11CE-9E98-00AA00574A4F} frmCrossLineH 3 | Caption = "frmCrossLineH" 4 | ClientHeight = 1095 5 | ClientLeft = 45 6 | ClientTop = 330 7 | ClientWidth = 5415 8 | OleObjectBlob = "frmCrossLineH.frx":0000 9 | ShowModal = 0 'False 10 | End 11 | Attribute VB_Name = "frmCrossLineH" 12 | Attribute VB_GlobalNameSpace = False 13 | Attribute VB_Creatable = False 14 | Attribute VB_PredeclaredId = True 15 | Attribute VB_Exposed = False 16 | 17 | Option Explicit 18 | 19 | #If VBA7 And Win64 Then 20 | Public hWnd As LongPtr 21 | #Else 22 | Public hWnd As Long 23 | #End If 24 | Public Transparency As Double 25 | 26 | Public Sub Run() 27 | 28 | hWnd = FindWindow("ThunderDFrame", Me.Caption) 29 | 30 | If hWnd <> 0& Then 31 | SetWindowLong hWnd, GWL_EXSTYLE, GetWindowLong(hWnd, GWL_EXSTYLE) Or WS_EX_LAYERED Or &H20 32 | 33 | 'フレーム無 34 | SetWindowLong hWnd, GWL_EXSTYLE, GetWindowLong(hWnd, GWL_EXSTYLE) And Not WS_EX_DLGMODALFRAME 35 | 36 | 'キャプションなし 37 | SetWindowLong hWnd, GWL_STYLE, GetWindowLong(hWnd, GWL_STYLE) And Not WS_CAPTION 38 | 39 | '半透明化 40 | SetLayeredWindowAttributes hWnd, 0, Transparency * 0.01 * 255, LWA_ALPHA 41 | 42 | End If 43 | 44 | Me.Show 45 | 46 | End Sub 47 | 48 | 49 | 50 | 51 | -------------------------------------------------------------------------------- /Source/src/Form/frmCrossLineV.frm: -------------------------------------------------------------------------------- 1 | VERSION 5.00 2 | Begin {C62A69F0-16DC-11CE-9E98-00AA00574A4F} frmCrossLineV 3 | Caption = "frmCrossLineV" 4 | ClientHeight = 2205 5 | ClientLeft = 45 6 | ClientTop = 330 7 | ClientWidth = 9240.001 8 | OleObjectBlob = "frmCrossLineV.frx":0000 9 | ShowModal = 0 'False 10 | End 11 | Attribute VB_Name = "frmCrossLineV" 12 | Attribute VB_GlobalNameSpace = False 13 | Attribute VB_Creatable = False 14 | Attribute VB_PredeclaredId = True 15 | Attribute VB_Exposed = False 16 | 17 | Option Explicit 18 | 19 | #If VBA7 And Win64 Then 20 | Public hWnd As LongPtr 21 | #Else 22 | Public hWnd As Long 23 | #End If 24 | Public Transparency As Double 25 | 26 | Public Sub Run() 27 | 28 | hWnd = FindWindow("ThunderDFrame", Me.Caption) 29 | 30 | If hWnd <> 0& Then 31 | SetWindowLong hWnd, GWL_EXSTYLE, GetWindowLong(hWnd, GWL_EXSTYLE) Or WS_EX_LAYERED Or &H20 32 | 33 | 'フレーム無 34 | SetWindowLong hWnd, GWL_EXSTYLE, GetWindowLong(hWnd, GWL_EXSTYLE) And Not WS_EX_DLGMODALFRAME 35 | 36 | 'キャプションなし 37 | SetWindowLong hWnd, GWL_STYLE, GetWindowLong(hWnd, GWL_STYLE) And Not WS_CAPTION 38 | 39 | '半透明化 40 | SetLayeredWindowAttributes hWnd, 0, Transparency * 0.01 * 255, LWA_ALPHA 41 | 42 | End If 43 | 44 | Me.Show 45 | 46 | End Sub 47 | 48 | Private Sub UserForm_Resize() 49 | 50 | ' Image1.width = Me.width 51 | ' Image1.Height = Me.Height 52 | 53 | End Sub 54 | -------------------------------------------------------------------------------- /Source/src/Form/frmCrossLineGauge.frm: -------------------------------------------------------------------------------- 1 | VERSION 5.00 2 | Begin {C62A69F0-16DC-11CE-9E98-00AA00574A4F} frmCrossLineGauge 3 | Caption = "ガイド" 4 | ClientHeight = 870 5 | ClientLeft = 120 6 | ClientTop = 465 7 | ClientWidth = 1995 8 | OleObjectBlob = "frmCrossLineGauge.frx":0000 9 | ShowModal = 0 'False 10 | StartUpPosition = 1 'オーナー フォームの中央 11 | End 12 | Attribute VB_Name = "frmCrossLineGauge" 13 | Attribute VB_GlobalNameSpace = False 14 | Attribute VB_Creatable = False 15 | Attribute VB_PredeclaredId = True 16 | Attribute VB_Exposed = False 17 | 18 | Option Explicit 19 | 20 | #If VBA7 And Win64 Then 21 | Public hWnd As LongPtr 22 | #Else 23 | Public hWnd As Long 24 | #End If 25 | Public Transparency As Double 26 | 27 | Public Sub Run() 28 | 29 | 30 | 31 | hWnd = FindWindow("ThunderDFrame", Me.Caption) 32 | 33 | 34 | 35 | If hWnd <> 0& Then 36 | 'キャプションなし 37 | SetWindowLong hWnd, GWL_STYLE, GetWindowLong(hWnd, GWL_STYLE) And Not WS_SYSMENU 38 | ' SetWindowLong hWnd, GWL_EXSTYLE, GetWindowLong(hWnd, GWL_EXSTYLE) Or WS_EX_LAYERED Or &H20 39 | 40 | 'フレーム無 41 | ' SetWindowLong hWnd, GWL_EXSTYLE, GetWindowLong(hWnd, GWL_EXSTYLE) And Not WS_EX_DLGMODALFRAME 42 | 43 | 'キャプションなし 44 | ' SetWindowLong hWnd, GWL_STYLE, GetWindowLong(hWnd, GWL_STYLE) And Not WS_CAPTION 45 | 46 | '半透明化 47 | ' SetLayeredWindowAttributes hWnd, 0, Transparency * 0.01 * 255, LWA_ALPHA 48 | 49 | End If 50 | 51 | Me.Show 52 | 53 | End Sub 54 | 55 | 56 | 57 | -------------------------------------------------------------------------------- /Source/src/Modules/basContextMenu.bas: -------------------------------------------------------------------------------- 1 | Attribute VB_Name = "basContextMenu" 2 | '----------------------------------------------------------------------------------------------------- 3 | ' 4 | ' [RelaxTools-Addin] v4 5 | ' 6 | ' Copyright (c) 2009 Yasuhiro Watanabe 7 | ' https://github.com/RelaxTools/RelaxTools-Addin 8 | ' author:relaxtools@opensquare.net 9 | ' 10 | ' The MIT License (MIT) 11 | ' 12 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 13 | ' of this software and associated documentation files (the "Software"), to deal 14 | ' in the Software without restriction, including without limitation the rights 15 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 16 | ' copies of the Software, and to permit persons to whom the Software is 17 | ' furnished to do so, subject to the following conditions: 18 | ' 19 | ' The above copyright notice and this permission notice shall be included in all 20 | ' copies or substantial portions of the Software. 21 | ' 22 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 23 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 24 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 25 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 26 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 27 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 28 | ' SOFTWARE. 29 | ' 30 | '----------------------------------------------------------------------------------------------------- 31 | Public Sub copyMenu(ByVal Index As Long) 32 | frmContextMenu.copyMenu (Index) 33 | End Sub 34 | 35 | 36 | -------------------------------------------------------------------------------- /Source/src/Modules/basSearchEx.bas: -------------------------------------------------------------------------------- 1 | Attribute VB_Name = "basSearchEx" 2 | '----------------------------------------------------------------------------------------------------- 3 | ' 4 | ' [RelaxTools-Addin] v4 5 | ' 6 | ' Copyright (c) 2009 Yasuhiro Watanabe 7 | ' https://github.com/RelaxTools/RelaxTools-Addin 8 | ' author:relaxtools@opensquare.net 9 | ' 10 | ' The MIT License (MIT) 11 | ' 12 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 13 | ' of this software and associated documentation files (the "Software"), to deal 14 | ' in the Software without restriction, including without limitation the rights 15 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 16 | ' copies of the Software, and to permit persons to whom the Software is 17 | ' furnished to do so, subject to the following conditions: 18 | ' 19 | ' The above copyright notice and this permission notice shall be included in all 20 | ' copies or substantial portions of the Software. 21 | ' 22 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 23 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 24 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 25 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 26 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 27 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 28 | ' SOFTWARE. 29 | ' 30 | '----------------------------------------------------------------------------------------------------- 31 | Option Explicit 32 | Option Private Module 33 | 34 | Sub listCopy() 35 | frmSearchEx.listCopy 36 | End Sub 37 | -------------------------------------------------------------------------------- /Source/src/Microsoft Excel Objects/Sheet10.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "Sheet10" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = True 9 | Attribute VB_Exposed = True 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | -------------------------------------------------------------------------------- /Source/src/Microsoft Excel Objects/Sheet12.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "Sheet12" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = True 9 | Attribute VB_Exposed = True 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | -------------------------------------------------------------------------------- /Source/src/Microsoft Excel Objects/Sheet15.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "Sheet15" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = True 9 | Attribute VB_Exposed = True 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | -------------------------------------------------------------------------------- /Source/src/Microsoft Excel Objects/Sheet17.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "Sheet17" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = True 9 | Attribute VB_Exposed = True 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | -------------------------------------------------------------------------------- /Source/src/Microsoft Excel Objects/Sheet18.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "Sheet18" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = True 9 | Attribute VB_Exposed = True 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | -------------------------------------------------------------------------------- /Source/src/Microsoft Excel Objects/Sheet2.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "Sheet2" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = True 9 | Attribute VB_Exposed = True 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | -------------------------------------------------------------------------------- /Source/src/Microsoft Excel Objects/Sheet21.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "Sheet21" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = True 9 | Attribute VB_Exposed = True 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | -------------------------------------------------------------------------------- /Source/src/Microsoft Excel Objects/Sheet22.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "Sheet22" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = True 9 | Attribute VB_Exposed = True 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | -------------------------------------------------------------------------------- /Source/src/Microsoft Excel Objects/Sheet23.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "Sheet23" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = True 9 | Attribute VB_Exposed = True 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | -------------------------------------------------------------------------------- /Source/src/Microsoft Excel Objects/Sheet24.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "Sheet24" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = True 9 | Attribute VB_Exposed = True 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | -------------------------------------------------------------------------------- /Source/src/Microsoft Excel Objects/Sheet25.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "Sheet25" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = True 9 | Attribute VB_Exposed = True 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | -------------------------------------------------------------------------------- /Source/src/Microsoft Excel Objects/Sheet26.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "Sheet26" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = True 9 | Attribute VB_Exposed = True 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | -------------------------------------------------------------------------------- /Source/src/Microsoft Excel Objects/Sheet27.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "Sheet27" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = True 9 | Attribute VB_Exposed = True 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | -------------------------------------------------------------------------------- /Source/src/Microsoft Excel Objects/Sheet28.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "Sheet28" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = True 9 | Attribute VB_Exposed = True 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | -------------------------------------------------------------------------------- /Source/src/Microsoft Excel Objects/Sheet29.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "Sheet29" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = True 9 | Attribute VB_Exposed = True 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | -------------------------------------------------------------------------------- /Source/src/Microsoft Excel Objects/Sheet30.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "Sheet30" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = True 9 | Attribute VB_Exposed = True 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | -------------------------------------------------------------------------------- /Source/src/Microsoft Excel Objects/Sheet5.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "Sheet5" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = True 9 | Attribute VB_Exposed = True 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | -------------------------------------------------------------------------------- /Source/src/Microsoft Excel Objects/Sheet7.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "Sheet7" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = True 9 | Attribute VB_Exposed = True 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | -------------------------------------------------------------------------------- /Source/src/Microsoft Excel Objects/Sheet9.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "Sheet9" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = True 9 | Attribute VB_Exposed = True 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | -------------------------------------------------------------------------------- /Source/src/Class/UndoRangeDTO.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "UndoRangeDTO" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = False 9 | Attribute VB_Exposed = False 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | Public sourceRange As Range 42 | Public destRange As Range 43 | 44 | -------------------------------------------------------------------------------- /Source/src/Class/favoriteDTO.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "favoriteDTO" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = False 9 | Attribute VB_Exposed = False 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | 40 | Public Category As String 41 | Public filename As String 42 | 'Public Text As String 43 | 44 | -------------------------------------------------------------------------------- /Source/src/Class/ComboDTO.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "ComboDTO" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = False 9 | Attribute VB_Exposed = False 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | Public No As String 42 | Public Category As String 43 | Public DISP_NAME As String 44 | Public Macro As String 45 | -------------------------------------------------------------------------------- /Source/src/Class/ResizeWindow.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "ResizeWindow" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = False 9 | Attribute VB_Exposed = False 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | Public FormWidth As Long 42 | Public FormHeight As Long 43 | Public ButtonLeft As Long 44 | Public AddHeight As Long 45 | 46 | -------------------------------------------------------------------------------- /Source/src/Modules/MacroHelper.bas: -------------------------------------------------------------------------------- 1 | Attribute VB_Name = "MacroHelper" 2 | Option Explicit 3 | Option Private Module 4 | '--------------------------------------------------------------------------------------------------- 5 | ' 6 | ' [RelaxTools-Addin] v4 7 | ' 8 | ' Copyright (c) 2009 Yasuhiro Watanabe 9 | ' https://github.com/RelaxTools/RelaxTools-Addin 10 | ' author:relaxtools@opensquare.net 11 | ' 12 | ' The MIT License (MIT) 13 | ' 14 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 15 | ' of this software and associated documentation files (the "Software"), to deal 16 | ' in the Software without restriction, including without limitation the rights 17 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 18 | ' copies of the Software, and to permit persons to whom the Software is 19 | ' furnished to do so, subject to the following conditions: 20 | ' 21 | ' The above copyright notice and this permission notice shall be included in all 22 | ' copies or substantial portions of the Software. 23 | ' 24 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 25 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 26 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 27 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 29 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 30 | ' SOFTWARE. 31 | ' 32 | '--------------------------------------------------------------------------------------------------- 33 | ' Application.Run / .OnKey / .OnAction / .OnUndo / .OnRepeat / .OnTime 34 | '--------------------------------------------------------------------------------------------------- 35 | Public Function BuildPath(ByVal strMacro As String) As String 36 | 37 | BuildPath = "'" & ThisWorkbook.Name & "'!" & strMacro 38 | 39 | End Function 40 | -------------------------------------------------------------------------------- /Source/src/Class/MenuDTO.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "MenuDTO" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = False 9 | Attribute VB_Exposed = False 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | Public Category As String 42 | Public Macro As String 43 | Public Label As String 44 | Public Devision As String 45 | Public Help As String 46 | Public description As String 47 | 48 | -------------------------------------------------------------------------------- /Source/src/Class/ClipDataDTO.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "ClipDataDTO" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = False 9 | Attribute VB_Exposed = False 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | #If VBA7 And Win64 Then 42 | Public lngFormat As Long 43 | Public lngHandle As LongPtr 44 | #Else 45 | Public lngFormat As Long 46 | Public lngHandle As Long 47 | #End If 48 | 49 | -------------------------------------------------------------------------------- /Source/src/Class/HoldDto.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "HoldDto" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = False 9 | Attribute VB_Exposed = False 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | Public FullName As String 42 | Public ReadOnly As Boolean 43 | Public Top As Long 44 | Public Left As Long 45 | Public Height As Long 46 | Public width As Long 47 | Public WindowState As Long 48 | 49 | 50 | -------------------------------------------------------------------------------- /Source/src/Class/XMLElement.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "XMLElement" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = False 9 | Attribute VB_Exposed = False 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | Public Enum EnumElementType 42 | StartTag 43 | EndTag 44 | StandAlone 45 | Header 46 | data 47 | CData 48 | Comment 49 | End Enum 50 | 51 | 52 | Public Element As String 53 | Public ElementName As String 54 | Public ElementType As EnumElementType 55 | 56 | 57 | -------------------------------------------------------------------------------- /Source/src/Class/StampBzDTO.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "StampBzDTO" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = False 9 | Attribute VB_Exposed = False 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | Public StampType As String 42 | Public Text As String 43 | Public DateType As String 44 | Public DateFormat As String 45 | Public UserDate As String 46 | Public Font As String 47 | Public Color As String 48 | Public size As String 49 | Public Round As String 50 | Public Rotate As String 51 | Public LineSize As String 52 | 53 | 54 | 55 | -------------------------------------------------------------------------------- /Source/src/Class/StampMitomeDTO.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "StampMitomeDTO" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = False 9 | Attribute VB_Exposed = False 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | Public StampType As String 42 | Public Text As String 43 | Public Font As String 44 | Public Color As String 45 | Public size As String 46 | Public Line As String 47 | Public FilePath As String 48 | Public Round As String 49 | Public LineSize As String 50 | Public Rotate As String 51 | Public Fill As String 52 | Public rect As String 53 | 54 | -------------------------------------------------------------------------------- /Source/src/Class/StampDatDTO.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "StampDatDTO" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = False 9 | Attribute VB_Exposed = False 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | 'Public Text As String 42 | Public Upper As String 43 | Public DateType As String 44 | Public UserDate As String 45 | Public DateFormat As String 46 | 47 | Public Lower As String 48 | Public Font As String 49 | Public Color As String 50 | Public size As String 51 | Public Line As String 52 | Public WordArt As String 53 | Public Fill As String 54 | Public rect As String 55 | 56 | 57 | -------------------------------------------------------------------------------- /Source/src/Form/frmGitCommit.frm: -------------------------------------------------------------------------------- 1 | VERSION 5.00 2 | Begin {C62A69F0-16DC-11CE-9E98-00AA00574A4F} frmGitCommit 3 | Caption = "UserForm1" 4 | ClientHeight = 6420 5 | ClientLeft = 120 6 | ClientTop = 465 7 | ClientWidth = 11625 8 | OleObjectBlob = "frmGitCommit.frx":0000 9 | StartUpPosition = 1 'オーナー フォームの中央 10 | End 11 | Attribute VB_Name = "frmGitCommit" 12 | Attribute VB_GlobalNameSpace = False 13 | Attribute VB_Creatable = False 14 | Attribute VB_PredeclaredId = True 15 | Attribute VB_Exposed = False 16 | '----------------------------------------------------------------------------------------------------- 17 | ' 18 | ' [RelaxTools-Addin] v4 19 | ' 20 | ' Copyright (c) 2009 Yasuhiro Watanabe 21 | ' https://github.com/RelaxTools/RelaxTools-Addin 22 | ' author:relaxtools@opensquare.net 23 | ' 24 | ' The MIT License (MIT) 25 | ' 26 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 27 | ' of this software and associated documentation files (the "Software"), to deal 28 | ' in the Software without restriction, including without limitation the rights 29 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 30 | ' copies of the Software, and to permit persons to whom the Software is 31 | ' furnished to do so, subject to the following conditions: 32 | ' 33 | ' The above copyright notice and this permission notice shall be included in all 34 | ' copies or substantial portions of the Software. 35 | ' 36 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 37 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 38 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 39 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 40 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 41 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 42 | ' SOFTWARE. 43 | ' 44 | '----------------------------------------------------------------------------------------------------- 45 | 'Option Explicit 46 | ' 47 | 'Private Sub cmdOK_Click() 48 | ' GitCommit 49 | 'End Sub 50 | ' 51 | 'Private Sub UserForm_Click() 52 | ' 53 | 'End Sub 54 | -------------------------------------------------------------------------------- /Source/src/Class/SectionStructDTO.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "SectionStructDTO" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = False 9 | Attribute VB_Exposed = False 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | Public classObj As Object 42 | Public useFormat As Boolean 43 | Public fontName As String 44 | Public fontSize As Single 45 | Public fontBold As Boolean 46 | Public fontItalic As Boolean 47 | Public fontUnderLine As Boolean 48 | 49 | Public useFormat2 As Boolean 50 | Public fontName2 As String 51 | Public fontSize2 As Single 52 | Public fontBold2 As Boolean 53 | Public fontItalic2 As Boolean 54 | Public fontUnderLine2 As Boolean 55 | 56 | -------------------------------------------------------------------------------- /Source/src/Form/frmInfo.frm: -------------------------------------------------------------------------------- 1 | VERSION 5.00 2 | Begin {C62A69F0-16DC-11CE-9E98-00AA00574A4F} frmInfo 3 | Caption = "カンパのお願い" 4 | ClientHeight = 3165 5 | ClientLeft = 120 6 | ClientTop = 465 7 | ClientWidth = 7230 8 | OleObjectBlob = "frmInfo.frx":0000 9 | StartUpPosition = 1 'オーナー フォームの中央 10 | End 11 | Attribute VB_Name = "frmInfo" 12 | Attribute VB_GlobalNameSpace = False 13 | Attribute VB_Creatable = False 14 | Attribute VB_PredeclaredId = True 15 | Attribute VB_Exposed = False 16 | '----------------------------------------------------------------------------------------------------- 17 | ' 18 | ' [RelaxTools-Addin] v4 19 | ' 20 | ' Copyright (c) 2009 Yasuhiro Watanabe 21 | ' https://github.com/RelaxTools/RelaxTools-Addin 22 | ' author:relaxtools@opensquare.net 23 | ' 24 | ' The MIT License (MIT) 25 | ' 26 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 27 | ' of this software and associated documentation files (the "Software"), to deal 28 | ' in the Software without restriction, including without limitation the rights 29 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 30 | ' copies of the Software, and to permit persons to whom the Software is 31 | ' furnished to do so, subject to the following conditions: 32 | ' 33 | ' The above copyright notice and this permission notice shall be included in all 34 | ' copies or substantial portions of the Software. 35 | ' 36 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 37 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 38 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 39 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 40 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 41 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 42 | ' SOFTWARE. 43 | ' 44 | '----------------------------------------------------------------------------------------------------- 45 | Option Explicit 46 | 47 | Private Sub chkShow_Change() 48 | If chkShow.Value Then 49 | Call SaveSetting(C_TITLE, "Info", "Show", ThisWorkbook.Worksheets("Info").Cells(1, 1).Value) 50 | Else 51 | Call SaveSetting(C_TITLE, "Info", "Show", "") 52 | End If 53 | End Sub 54 | 55 | -------------------------------------------------------------------------------- /Source/src/Form/frmGitResult.frm: -------------------------------------------------------------------------------- 1 | VERSION 5.00 2 | Begin {C62A69F0-16DC-11CE-9E98-00AA00574A4F} frmGitResult 3 | Caption = "GitResult" 4 | ClientHeight = 5265 5 | ClientLeft = 120 6 | ClientTop = 465 7 | ClientWidth = 16080 8 | OleObjectBlob = "frmGitResult.frx":0000 9 | StartUpPosition = 1 'オーナー フォームの中央 10 | End 11 | Attribute VB_Name = "frmGitResult" 12 | Attribute VB_GlobalNameSpace = False 13 | Attribute VB_Creatable = False 14 | Attribute VB_PredeclaredId = True 15 | Attribute VB_Exposed = False 16 | '----------------------------------------------------------------------------------------------------- 17 | ' 18 | ' [RelaxTools-Addin] v4 19 | ' 20 | ' Copyright (c) 2009 Yasuhiro Watanabe 21 | ' https://github.com/RelaxTools/RelaxTools-Addin 22 | ' author:relaxtools@opensquare.net 23 | ' 24 | ' The MIT License (MIT) 25 | ' 26 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 27 | ' of this software and associated documentation files (the "Software"), to deal 28 | ' in the Software without restriction, including without limitation the rights 29 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 30 | ' copies of the Software, and to permit persons to whom the Software is 31 | ' furnished to do so, subject to the following conditions: 32 | ' 33 | ' The above copyright notice and this permission notice shall be included in all 34 | ' copies or substantial portions of the Software. 35 | ' 36 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 37 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 38 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 39 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 40 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 41 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 42 | ' SOFTWARE. 43 | ' 44 | '----------------------------------------------------------------------------------------------------- 45 | Option Explicit 46 | Public Sub Start(ByVal strMsg As String) 47 | 48 | txtResult.Text = strMsg 49 | txtResult.SelStart = Len(txtResult.Text) 50 | txtResult.SelStart = 0 51 | 52 | Me.show 53 | 54 | End Sub 55 | 56 | Private Sub cmdClose_Click() 57 | Unload Me 58 | End Sub 59 | 60 | -------------------------------------------------------------------------------- /Source/src/Form/frmMaxCount.frm: -------------------------------------------------------------------------------- 1 | VERSION 5.00 2 | Begin {C62A69F0-16DC-11CE-9E98-00AA00574A4F} frmMaxCount 3 | Caption = "選択中のセルの最大文字数/バイト" 4 | ClientHeight = 1920 5 | ClientLeft = 45 6 | ClientTop = 435 7 | ClientWidth = 3915 8 | OleObjectBlob = "frmMaxCount.frx":0000 9 | ShowModal = 0 'False 10 | StartUpPosition = 1 'オーナー フォームの中央 11 | End 12 | Attribute VB_Name = "frmMaxCount" 13 | Attribute VB_GlobalNameSpace = False 14 | Attribute VB_Creatable = False 15 | Attribute VB_PredeclaredId = True 16 | Attribute VB_Exposed = False 17 | '----------------------------------------------------------------------------------------------------- 18 | ' 19 | ' [RelaxTools-Addin] v4 20 | ' 21 | ' Copyright (c) 2009 Yasuhiro Watanabe 22 | ' https://github.com/RelaxTools/RelaxTools-Addin 23 | ' author:relaxtools@opensquare.net 24 | ' 25 | ' The MIT License (MIT) 26 | ' 27 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 28 | ' of this software and associated documentation files (the "Software"), to deal 29 | ' in the Software without restriction, including without limitation the rights 30 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 31 | ' copies of the Software, and to permit persons to whom the Software is 32 | ' furnished to do so, subject to the following conditions: 33 | ' 34 | ' The above copyright notice and this permission notice shall be included in all 35 | ' copies or substantial portions of the Software. 36 | ' 37 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 38 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 39 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 40 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 41 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 42 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 43 | ' SOFTWARE. 44 | ' 45 | '----------------------------------------------------------------------------------------------------- 46 | Option Explicit 47 | 48 | Public Sub Start(ByVal lngByte As Long, ByVal lngString As Long) 49 | 50 | Me.txtByte.Value = lngByte 51 | Me.txtString.Value = lngString 52 | 53 | Me.Show 54 | 55 | End Sub 56 | 57 | Private Sub cmdCancel_Click() 58 | Unload Me 59 | End Sub 60 | -------------------------------------------------------------------------------- /Source/src/Form/frmFCS.frm: -------------------------------------------------------------------------------- 1 | VERSION 5.00 2 | Begin {C62A69F0-16DC-11CE-9E98-00AA00574A4F} frmFCS 3 | Caption = "福島コンピューターシステム株式会社 - 福島に拠点を持つソフトウェア会社です。" 4 | ClientHeight = 3660 5 | ClientLeft = 120 6 | ClientTop = 465 7 | ClientWidth = 8940 8 | OleObjectBlob = "frmFCS.frx":0000 9 | StartUpPosition = 1 'オーナー フォームの中央 10 | End 11 | Attribute VB_Name = "frmFCS" 12 | Attribute VB_GlobalNameSpace = False 13 | Attribute VB_Creatable = False 14 | Attribute VB_PredeclaredId = True 15 | Attribute VB_Exposed = False 16 | '----------------------------------------------------------------------------------------------------- 17 | ' 18 | ' [RelaxTools-Addin] v4 19 | ' 20 | ' Copyright (c) 2009 Yasuhiro Watanabe 21 | ' https://github.com/RelaxTools/RelaxTools-Addin 22 | ' author:relaxtools@opensquare.net 23 | ' 24 | ' The MIT License (MIT) 25 | ' 26 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 27 | ' of this software and associated documentation files (the "Software"), to deal 28 | ' in the Software without restriction, including without limitation the rights 29 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 30 | ' copies of the Software, and to permit persons to whom the Software is 31 | ' furnished to do so, subject to the following conditions: 32 | ' 33 | ' The above copyright notice and this permission notice shall be included in all 34 | ' copies or substantial portions of the Software. 35 | ' 36 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 37 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 38 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 39 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 40 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 41 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 42 | ' SOFTWARE. 43 | ' 44 | '----------------------------------------------------------------------------------------------------- 45 | Option Explicit 46 | 47 | Private Sub UserForm_Initialize() 48 | 49 | Dim strBuf As String 50 | 51 | strBuf = "郡山駅から徒歩75分(5km)" & vbCrLf 52 | ' strBuf = strBuf & "タクシーでおいでください。" & vbCrLf 53 | strBuf = strBuf & "自衛隊裏独立系ソフトウェア会社" 54 | 55 | lblMessage.Caption = strBuf 56 | 57 | 58 | End Sub 59 | -------------------------------------------------------------------------------- /Source/src/Form/frmKana.frm: -------------------------------------------------------------------------------- 1 | VERSION 5.00 2 | Begin {C62A69F0-16DC-11CE-9E98-00AA00574A4F} frmKana 3 | Caption = "ひらがな⇔カタカナ変換の設定" 4 | ClientHeight = 9555.001 5 | ClientLeft = 120 6 | ClientTop = 465 7 | ClientWidth = 10710 8 | OleObjectBlob = "frmKana.frx":0000 9 | StartUpPosition = 1 'オーナー フォームの中央 10 | End 11 | Attribute VB_Name = "frmKana" 12 | Attribute VB_GlobalNameSpace = False 13 | Attribute VB_Creatable = False 14 | Attribute VB_PredeclaredId = True 15 | Attribute VB_Exposed = False 16 | '----------------------------------------------------------------------------------------------------- 17 | ' 18 | ' [RelaxTools-Addin] v4 19 | ' 20 | ' Copyright (c) 2009 Yasuhiro Watanabe 21 | ' https://github.com/RelaxTools/RelaxTools-Addin 22 | ' author:relaxtools@opensquare.net 23 | ' 24 | ' The MIT License (MIT) 25 | ' 26 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 27 | ' of this software and associated documentation files (the "Software"), to deal 28 | ' in the Software without restriction, including without limitation the rights 29 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 30 | ' copies of the Software, and to permit persons to whom the Software is 31 | ' furnished to do so, subject to the following conditions: 32 | ' 33 | ' The above copyright notice and this permission notice shall be included in all 34 | ' copies or substantial portions of the Software. 35 | ' 36 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 37 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 38 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 39 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 40 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 41 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 42 | ' SOFTWARE. 43 | ' 44 | '----------------------------------------------------------------------------------------------------- 45 | Option Explicit 46 | 47 | Private Sub cmdCancel_Click() 48 | Unload Me 49 | End Sub 50 | 51 | Private Sub cmdRun_Click() 52 | SaveSetting C_TITLE, "KatakanaConv", "kake", chkKatakanaConv.Value 53 | Unload Me 54 | End Sub 55 | 56 | Private Sub UserForm_Initialize() 57 | chkKatakanaConv.Value = GetSetting(C_TITLE, "KatakanaConv", "kake", False) 58 | End Sub 59 | -------------------------------------------------------------------------------- /Source/src/Class/FileParamDTO.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "FileParamDTO" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = False 9 | Attribute VB_Exposed = False 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | Private strFileName As String 42 | Private strDirectory As String 43 | Private intAttribute As Integer 44 | 45 | Property Let filename(ByVal c As String) 46 | strFileName = c 47 | End Property 48 | Property Get filename() As String 49 | filename = strFileName 50 | End Property 51 | Property Let Directory(ByVal c As String) 52 | strDirectory = c 53 | End Property 54 | Property Get Directory() As String 55 | Directory = strDirectory 56 | End Property 57 | Property Let Attrib(ByVal c As Integer) 58 | intAttribute = c 59 | End Property 60 | Property Get Attrib() As Integer 61 | Attrib = intAttribute 62 | End Property 63 | -------------------------------------------------------------------------------- /Source/src/Form/frmElectoric.frm: -------------------------------------------------------------------------------- 1 | VERSION 5.00 2 | Begin {C62A69F0-16DC-11CE-9E98-00AA00574A4F} frmElectoric 3 | Caption = "電子納品変換設定" 4 | ClientHeight = 1800 5 | ClientLeft = 45 6 | ClientTop = 435 7 | ClientWidth = 4710 8 | OleObjectBlob = "frmElectoric.frx":0000 9 | StartUpPosition = 1 'オーナー フォームの中央 10 | End 11 | Attribute VB_Name = "frmElectoric" 12 | Attribute VB_GlobalNameSpace = False 13 | Attribute VB_Creatable = False 14 | Attribute VB_PredeclaredId = True 15 | Attribute VB_Exposed = False 16 | '----------------------------------------------------------------------------------------------------- 17 | ' 18 | ' [RelaxTools-Addin] v4 19 | ' 20 | ' Copyright (c) 2009 Yasuhiro Watanabe 21 | ' https://github.com/RelaxTools/RelaxTools-Addin 22 | ' author:relaxtools@opensquare.net 23 | ' 24 | ' The MIT License (MIT) 25 | ' 26 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 27 | ' of this software and associated documentation files (the "Software"), to deal 28 | ' in the Software without restriction, including without limitation the rights 29 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 30 | ' copies of the Software, and to permit persons to whom the Software is 31 | ' furnished to do so, subject to the following conditions: 32 | ' 33 | ' The above copyright notice and this permission notice shall be included in all 34 | ' copies or substantial portions of the Software. 35 | ' 36 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 37 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 38 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 39 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 40 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 41 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 42 | ' SOFTWARE. 43 | ' 44 | '----------------------------------------------------------------------------------------------------- 45 | 46 | Option Explicit 47 | 48 | 49 | Private Sub cmdCancel_Click() 50 | Unload Me 51 | End Sub 52 | 53 | Private Sub cmdOk_Click() 54 | 55 | SaveSetting C_TITLE, "electoric", "String", txtString.Value 56 | Unload Me 57 | 58 | End Sub 59 | 60 | 61 | Private Sub UserForm_Initialize() 62 | 63 | txtString.Value = GetSetting(C_TITLE, "electoric", "String", "") 64 | 65 | End Sub 66 | -------------------------------------------------------------------------------- /Source/src/Form/frmInformation.frm: -------------------------------------------------------------------------------- 1 | VERSION 5.00 2 | Begin {C62A69F0-16DC-11CE-9E98-00AA00574A4F} frmInformation 3 | Caption = "お知らせ" 4 | ClientHeight = 795 5 | ClientLeft = 45 6 | ClientTop = 435 7 | ClientWidth = 6060 8 | OleObjectBlob = "frmInformation.frx":0000 9 | ShowModal = 0 'False 10 | StartUpPosition = 1 'オーナー フォームの中央 11 | End 12 | Attribute VB_Name = "frmInformation" 13 | Attribute VB_GlobalNameSpace = False 14 | Attribute VB_Creatable = False 15 | Attribute VB_PredeclaredId = True 16 | Attribute VB_Exposed = False 17 | '----------------------------------------------------------------------------------------------------- 18 | ' 19 | ' [RelaxTools-Addin] v4 20 | ' 21 | ' Copyright (c) 2009 Yasuhiro Watanabe 22 | ' https://github.com/RelaxTools/RelaxTools-Addin 23 | ' author:relaxtools@opensquare.net 24 | ' 25 | ' The MIT License (MIT) 26 | ' 27 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 28 | ' of this software and associated documentation files (the "Software"), to deal 29 | ' in the Software without restriction, including without limitation the rights 30 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 31 | ' copies of the Software, and to permit persons to whom the Software is 32 | ' furnished to do so, subject to the following conditions: 33 | ' 34 | ' The above copyright notice and this permission notice shall be included in all 35 | ' copies or substantial portions of the Software. 36 | ' 37 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 38 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 39 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 40 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 41 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 42 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 43 | ' SOFTWARE. 44 | ' 45 | '----------------------------------------------------------------------------------------------------- 46 | Option Explicit 47 | Public Message As String 48 | 49 | Private Sub UserForm_Activate() 50 | Me.lblMessage.Caption = Message 51 | 52 | End Sub 53 | 54 | Private Sub UserForm_Initialize() 55 | Me.Caption = C_TITLE 56 | End Sub 57 | 58 | Private Sub UserForm_QueryClose(Cancel As Integer, CloseMode As Integer) 59 | If CloseMode = 0 Then 60 | Cancel = True 61 | End If 62 | End Sub 63 | -------------------------------------------------------------------------------- /Source/src/Class/IVersion.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "IVersion" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = False 9 | Attribute VB_Exposed = False 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | 41 | Public Sub Add() 42 | 43 | End Sub 44 | Public Sub Commit() 45 | 46 | End Sub 47 | 48 | Public Sub Revert() 49 | 50 | End Sub 51 | Public Sub Log() 52 | 53 | End Sub 54 | 55 | Public Sub Locked() 56 | 57 | End Sub 58 | 59 | Public Sub Unlocked() 60 | 61 | End Sub 62 | 63 | Public Sub Update() 64 | 65 | End Sub 66 | 67 | Public Sub Diff() 68 | 69 | End Sub 70 | Public Sub Brouser() 71 | 72 | End Sub 73 | Public Sub Ver() 74 | 75 | End Sub 76 | Public Sub Cleanup() 77 | 78 | End Sub 79 | Public Sub Help() 80 | 81 | End Sub 82 | Public Sub Pull() 83 | 84 | End Sub 85 | Public Sub Push() 86 | 87 | End Sub 88 | 89 | Public Sub Tag() 90 | 91 | End Sub 92 | Public Sub RevisionGraph() 93 | 94 | End Sub 95 | -------------------------------------------------------------------------------- /Source/src/Class/Stack.cls: -------------------------------------------------------------------------------- 1 | VERSION 1.0 CLASS 2 | BEGIN 3 | MultiUse = -1 'True 4 | END 5 | Attribute VB_Name = "Stack" 6 | Attribute VB_GlobalNameSpace = False 7 | Attribute VB_Creatable = False 8 | Attribute VB_PredeclaredId = False 9 | Attribute VB_Exposed = False 10 | '----------------------------------------------------------------------------------------------------- 11 | ' 12 | ' [RelaxTools-Addin] v4 13 | ' 14 | ' Copyright (c) 2009 Yasuhiro Watanabe 15 | ' https://github.com/RelaxTools/RelaxTools-Addin 16 | ' author:relaxtools@opensquare.net 17 | ' 18 | ' The MIT License (MIT) 19 | ' 20 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 21 | ' of this software and associated documentation files (the "Software"), to deal 22 | ' in the Software without restriction, including without limitation the rights 23 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | ' copies of the Software, and to permit persons to whom the Software is 25 | ' furnished to do so, subject to the following conditions: 26 | ' 27 | ' The above copyright notice and this permission notice shall be included in all 28 | ' copies or substantial portions of the Software. 29 | ' 30 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | ' SOFTWARE. 37 | ' 38 | '----------------------------------------------------------------------------------------------------- 39 | Option Explicit 40 | Dim mCol As Collection 41 | Private Sub Class_Initialize() 42 | Set mCol = New Collection 43 | End Sub 44 | Private Sub Class_Terminate() 45 | Set mCol = Nothing 46 | End Sub 47 | Sub Push(ByVal strBuf As String) 48 | mCol.Add strBuf 49 | End Sub 50 | 51 | Function Pop() As String 52 | If mCol.Count = 0 Then 53 | Pop = "" 54 | Else 55 | Pop = mCol(mCol.Count) 56 | mCol.Remove mCol.Count 57 | End If 58 | End Function 59 | 60 | Function Value() As String 61 | If mCol.Count = 0 Then 62 | Value = "" 63 | Else 64 | Value = mCol(mCol.Count) 65 | End If 66 | End Function 67 | 68 | Function Eof() As Boolean 69 | If mCol.Count = 0 Then 70 | Eof = True 71 | Else 72 | Eof = False 73 | End If 74 | End Function 75 | -------------------------------------------------------------------------------- /Source/src/Form/frmImportKey.frm: -------------------------------------------------------------------------------- 1 | VERSION 5.00 2 | Begin {C62A69F0-16DC-11CE-9E98-00AA00574A4F} frmImportKey 3 | Caption = "インポート" 4 | ClientHeight = 4335 5 | ClientLeft = 45 6 | ClientTop = 390 7 | ClientWidth = 8100 8 | OleObjectBlob = "frmImportKey.frx":0000 9 | StartUpPosition = 1 'オーナー フォームの中央 10 | End 11 | Attribute VB_Name = "frmImportKey" 12 | Attribute VB_GlobalNameSpace = False 13 | Attribute VB_Creatable = False 14 | Attribute VB_PredeclaredId = True 15 | Attribute VB_Exposed = False 16 | '----------------------------------------------------------------------------------------------------- 17 | ' 18 | ' [RelaxTools-Addin] v4 19 | ' 20 | ' Copyright (c) 2009 Yasuhiro Watanabe 21 | ' https://github.com/RelaxTools/RelaxTools-Addin 22 | ' author:relaxtools@opensquare.net 23 | ' 24 | ' The MIT License (MIT) 25 | ' 26 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 27 | ' of this software and associated documentation files (the "Software"), to deal 28 | ' in the Software without restriction, including without limitation the rights 29 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 30 | ' copies of the Software, and to permit persons to whom the Software is 31 | ' furnished to do so, subject to the following conditions: 32 | ' 33 | ' The above copyright notice and this permission notice shall be included in all 34 | ' copies or substantial portions of the Software. 35 | ' 36 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 37 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 38 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 39 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 40 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 41 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 42 | ' SOFTWARE. 43 | ' 44 | '----------------------------------------------------------------------------------------------------- 45 | Option Explicit 46 | 47 | Private m As VbMsgBoxResult 48 | 49 | Function Start(ByVal strMsg As String) As VbMsgBoxResult 50 | 51 | txtMessage.Text = strMsg 52 | 53 | txtMessage.SelStart = 0 54 | 55 | Me.Show 56 | 57 | Start = m 58 | 59 | End Function 60 | 61 | Private Sub cmdCancel_Click() 62 | m = vbCancel 63 | Unload Me 64 | End Sub 65 | 66 | Private Sub cmdClear_Click() 67 | m = vbNo 68 | Unload Me 69 | End Sub 70 | 71 | Private Sub cmdOk_Click() 72 | m = vbYes 73 | Unload Me 74 | End Sub 75 | 76 | -------------------------------------------------------------------------------- /Source/src/Form/frmFormatSql.frm: -------------------------------------------------------------------------------- 1 | VERSION 5.00 2 | Begin {C62A69F0-16DC-11CE-9E98-00AA00574A4F} frmFormatSql 3 | Caption = "美しすぎるSQL整形" 4 | ClientHeight = 2400 5 | ClientLeft = 45 6 | ClientTop = 435 7 | ClientWidth = 4710 8 | OleObjectBlob = "frmFormatSql.frx":0000 9 | StartUpPosition = 1 'オーナー フォームの中央 10 | End 11 | Attribute VB_Name = "frmFormatSql" 12 | Attribute VB_GlobalNameSpace = False 13 | Attribute VB_Creatable = False 14 | Attribute VB_PredeclaredId = True 15 | Attribute VB_Exposed = False 16 | '----------------------------------------------------------------------------------------------------- 17 | ' 18 | ' [RelaxTools-Addin] v4 19 | ' 20 | ' Copyright (c) 2009 Yasuhiro Watanabe 21 | ' https://github.com/RelaxTools/RelaxTools-Addin 22 | ' author:relaxtools@opensquare.net 23 | ' 24 | ' The MIT License (MIT) 25 | ' 26 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 27 | ' of this software and associated documentation files (the "Software"), to deal 28 | ' in the Software without restriction, including without limitation the rights 29 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 30 | ' copies of the Software, and to permit persons to whom the Software is 31 | ' furnished to do so, subject to the following conditions: 32 | ' 33 | ' The above copyright notice and this permission notice shall be included in all 34 | ' copies or substantial portions of the Software. 35 | ' 36 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 37 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 38 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 39 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 40 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 41 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 42 | ' SOFTWARE. 43 | ' 44 | '----------------------------------------------------------------------------------------------------- 45 | 46 | Option Explicit 47 | 48 | Private Sub cmdCancel_Click() 49 | Unload Me 50 | End Sub 51 | 52 | Private Sub cmdOk_Click() 53 | 54 | SaveSetting C_TITLE, "FormatSql", "RightComma", chkRightComma.Value 55 | SaveSetting C_TITLE, "FormatSql", "UpperCase", chkUpperCase.Value 56 | Unload Me 57 | 58 | End Sub 59 | 60 | Private Sub UserForm_Initialize() 61 | 62 | chkRightComma.Value = GetSetting(C_TITLE, "FormatSql", "RightComma", False) 63 | chkUpperCase.Value = GetSetting(C_TITLE, "FormatSql", "UpperCase", False) 64 | 65 | End Sub 66 | -------------------------------------------------------------------------------- /Source/src/Form/frmPickSetting.frm: -------------------------------------------------------------------------------- 1 | VERSION 5.00 2 | Begin {C62A69F0-16DC-11CE-9E98-00AA00574A4F} frmPickSetting 3 | Caption = "マウスカーソル追従モードの設定" 4 | ClientHeight = 1815 5 | ClientLeft = 45 6 | ClientTop = 435 7 | ClientWidth = 3390 8 | OleObjectBlob = "frmPickSetting.frx":0000 9 | StartUpPosition = 1 'オーナー フォームの中央 10 | End 11 | Attribute VB_Name = "frmPickSetting" 12 | Attribute VB_GlobalNameSpace = False 13 | Attribute VB_Creatable = False 14 | Attribute VB_PredeclaredId = True 15 | Attribute VB_Exposed = False 16 | '----------------------------------------------------------------------------------------------------- 17 | ' 18 | ' [RelaxTools-Addin] v4 19 | ' 20 | ' Copyright (c) 2009 Yasuhiro Watanabe 21 | ' https://github.com/RelaxTools/RelaxTools-Addin 22 | ' author:relaxtools@opensquare.net 23 | ' 24 | ' The MIT License (MIT) 25 | ' 26 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 27 | ' of this software and associated documentation files (the "Software"), to deal 28 | ' in the Software without restriction, including without limitation the rights 29 | ' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 30 | ' copies of the Software, and to permit persons to whom the Software is 31 | ' furnished to do so, subject to the following conditions: 32 | ' 33 | ' The above copyright notice and this permission notice shall be included in all 34 | ' copies or substantial portions of the Software. 35 | ' 36 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 37 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 38 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 39 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 40 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 41 | ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 42 | ' SOFTWARE. 43 | ' 44 | '----------------------------------------------------------------------------------------------------- 45 | 46 | Option Explicit 47 | Private Sub cmdCancel_Click() 48 | Unload Me 49 | End Sub 50 | 51 | Private Sub cmdOk_Click() 52 | 53 | Call SaveSetting(C_TITLE, "Shape", "PickShape", chkShape.Value) 54 | Call SaveSetting(C_TITLE, "Shape", "PickFusen", chkFusen.Value) 55 | 56 | Unload Me 57 | 58 | End Sub 59 | 60 | 61 | Private Sub UserForm_Initialize() 62 | 63 | chkShape.Value = CBool(GetSetting(C_TITLE, "Shape", "PickShape", True)) 64 | chkFusen.Value = CBool(GetSetting(C_TITLE, "Shape", "PickFusen", True)) 65 | 66 | End Sub 67 | --------------------------------------------------------------------------------