home *** CD-ROM | disk | FTP | other *** search
INI File | 2006-09-14 | 3.5 KB | 76 lines |
- ;------------- file monitoring --------------
-
- [File_Monitoring]
- props=$Task_TreatsPanel
- State=[Task_Header]
- Body=[OAS_Body]
-
- [OAS_Body]
- props=$Task_Body
- Description=[Task_Description]
- Settings=[Task_Protection_Status]
- Statistics=[File_Monitoring_Statistics]
-
- [File_Monitoring_Statistics]
- props=$Task_Statistics
- Scaned=$Task_Statistics_Item v($(NumScaned))
- Detected=$Task_Statistics_Item $Detected
- Untreated=$Task_Statistics_Item $Untreated
- LastScaned=$Task_Statistics_Item v($(CurObject,Last_Scanned_None))
-
- ;------------- SettingsWindow.File_Monitoring -----------
-
- [SettingsWindow.File_Monitoring]
- props=$SettingsViewPanel xy(,$AOLTitleSizeY,,$DialogPanelSizeY) at(fixstyle) bg(GroupBody)
- Header=$SettingsViewHeader i(File)
- Body=[SettingsWindow.File_Monitoring_Body]
-
- [SettingsWindow.File_Monitoring_Body]
- props=$SettingsBodyAttr bg(GroupBody)
- Startup=[SettingsViewStartup] xy($AOLGroup_Shift,,$AOLGroup_Shift,)
- StartupGroup=[SettingsViewStartup_Group]
- SettingsGroup=[LevelGroup3] lb(v($(flags,fld($ScanObjectsLevelFields,ScanObjects,UseCompoundPostponeSize,CompoundPostponeSize)))) xy($AOLGroup_Shift,,$AOLGroup_Shift,)
- TreatGroup=[Treat_Group] xy($AOLGroup_Shift,,$AOLGroup_Shift,)
-
- ;------------- SettingsWindow.File_Monitoring.Customize -----------
-
- [SettingsWindow.File_Monitoring.Customize]
- props=$DlgAttr alias(filemonadvsettdlg) sz(390,375) at(resizable)
- Tab=[FileMonAdvSettTab]
-
- [FileMonAdvSettTab]
- props=$DlgBodyTabAttr
- FileMonAdvSettCommonTab=[FileMonAdvSettCommon] h(1062)
- FileMonAdvSettAddTab=[FileMonAdvSettAdd] h(1064)
-
- [FileMonAdvSettCommon]
- FileTypesGroup=[FileTypes_Group]
- DontCheckGroup=[DontCheck_Group]
- CompoundFilesGroup=[CompoundFiles_Group]
-
- [FileMonAdvSettAdd]
- IncludeGroup=[Include_Group]
-
- [CompoundFiles_Group]
- props=$SettingsGroupNext sz(p,a) lb(v($(flags,fld(ScanArchived,ScanSFXArchived,ScanOLE,UseCompoundPostponeSize,CompoundPostponeSize,UseSizeLimit,SizeLimit))))
- Archive=$Checkbox $First_Control v($(ScanArchived)) tt($(ScanArchived,CompoundFiles_Group_ScanArchived))
- SFX=$Checkbox $Next_Control v($(ScanSFXArchived)) tt($(ScanSFXArchived,CompoundFiles_Group_ScanSFXArchived))
- OLE=$Checkbox $Next_Control v($(ScanOLE)) tt($(ScanOLE,CompoundFiles_Group_ScanOLE))
- PostponeSizeCheck=$Checkbox $Next_Control xy(0,10) v($(UseCompoundPostponeSize)) tt($(UseCompoundPostponeSize,CompoundFiles_Group_UseCompoundPostponeSize))
- PostponeSizeLabel=a(rs) sz(25)
- PostponeSizeValue=t(edit) at(number) nl(0,9999) a(ps) sz(65,0) xy($Edit_CommentOffsetX,$Edit_CenterOffsetY) v($(CompoundPostponeSize)) disable($(UseCompoundPostponeSize,Enable_if))
- SkipSizeCheck=$Checkbox $Next_Control v($(UseSizeLimit)) tt($(UseSizeLimit,CompoundFiles_Group_UseSizeLimit))
- SkipSizeLabel=a(rs) sz(25)
- SkipSizeValue=t(edit) at(number) nl(1,9999) a(ps) sz(65,0) xy($Edit_CommentOffsetX,$Edit_CenterOffsetY) v($(SizeLimit)) disable($(UseSizeLimit,Enable_if))
-
- [DontCheck_Group]
- props=$SettingsGroupNext sz(p,a) lb(v($(flags,fld(ScanUnchangedObjects))))
- CheckNew=$CheckBox $Next_Control xy(,4) at(invert) v($(ScanUnchangedObjects)) tt($(ScanUnchangedObjects,OAS_DontCheck_Group_ScanUnchangedObjects))
-
- [Include_Group]
- props =$SettingsGroupFirst sz(p,p) rs(,100) h(1035) lb(v($(flags,fld(ScanObjects))))
- InclList =t(listctrl) a(lt) sz(p,p) xy(,,80) at(singlesel,noheader,checked)
- Add =$Button a(rs) xy(,,,$Button_Shift) tt($OAS_Include_Group_Add)
- Edit =$Button a(ra) xy(,,,$Button_Shift) tt($OAS_Include_Group_Edt)
- Delete =$Button a(ra) xy(,,,$Button_Shift) tt($OAS_Include_Group_Del)
-