Version =20 VersionRequired =20 Begin Form PopUp = NotDefault Modal = NotDefault RecordSelectors = NotDefault NavigationButtons = NotDefault DividingLines = NotDefault AllowDesignChanges = NotDefault DefaultView =0 ScrollBars =0 PictureAlignment =2 DatasheetGridlinesBehavior =3 GridY =10 Width =5555 DatasheetFontHeight =11 ItemSuffix =2 Left =-19725 Top =2430 Right =-8460 Bottom =14565 DatasheetGridlinesColor =14806254 RecSrcDt = Begin 0xc9a40f6c4f8ae440 End Caption ="Progress" DatasheetFontName ="Calibri" PrtMip = Begin 0x6801000068010000680100006801000000000000201c0000e010000001000000 , 0x010000006801000000000000a10700000100000001000000 End FilterOnLoad =0 ShowPageMargins =0 DisplayOnSharePointSite =1 DatasheetAlternateBackColor =15921906 DatasheetGridlinesColor12 =0 FitToScreen =1 DatasheetBackThemeColorIndex =1 BorderThemeColorIndex =3 ThemeFontIndex =1 ForeThemeColorIndex =0 AlternateBackThemeColorIndex =1 AlternateBackShade =95.0 Begin Begin Label BackStyle =0 FontSize =11 FontName ="Calibri" ThemeFontIndex =1 BackThemeColorIndex =1 BorderThemeColorIndex =0 BorderTint =50.0 ForeThemeColorIndex =0 ForeTint =50.0 GridlineThemeColorIndex =1 GridlineShade =65.0 End Begin Rectangle SpecialEffect =3 BackStyle =0 BorderLineStyle =0 Width =850 Height =850 BackThemeColorIndex =1 BorderThemeColorIndex =1 BorderShade =65.0 GridlineThemeColorIndex =1 GridlineShade =65.0 End Begin CommandButton Width =1701 Height =283 FontSize =11 FontWeight =400 FontName ="Calibri" ForeThemeColorIndex =0 ForeTint =75.0 GridlineThemeColorIndex =1 GridlineShade =65.0 UseTheme =1 Shape =1 Gradient =12 BackThemeColorIndex =4 BackTint =60.0 BorderLineStyle =0 BorderColor =16777215 BorderThemeColorIndex =4 BorderTint =60.0 ThemeFontIndex =1 HoverThemeColorIndex =4 HoverTint =40.0 PressedThemeColorIndex =4 PressedShade =75.0 HoverForeThemeColorIndex =0 HoverForeTint =75.0 PressedForeThemeColorIndex =0 PressedForeTint =75.0 End Begin Section Height =2437 Name ="Détail" AlternateBackColor =10079487 BackThemeColorIndex =1 Begin Begin Label OverlapFlags =85 TextAlign =2 Left =105 Top =120 Width =5205 Height =405 FontSize =10 FontWeight =700 BorderColor =8355711 Name ="txt_title" Caption ="Running..." FontName ="Verdana" GridlineColor =10921638 LayoutCachedLeft =105 LayoutCachedTop =120 LayoutCachedWidth =5310 LayoutCachedHeight =525 ThemeFontIndex =-1 ForeTint =100.0 End Begin Label OverlapFlags =85 TextAlign =2 Left =123 Top =636 Width =5158 Height =742 FontSize =10 BorderColor =8355711 Name ="txt_msg" Caption ="..." FontName ="Verdana" GridlineColor =10921638 LayoutCachedLeft =123 LayoutCachedTop =636 LayoutCachedWidth =5281 LayoutCachedHeight =1378 ThemeFontIndex =-1 ForeTint =100.0 End Begin Rectangle SpecialEffect =0 BackStyle =1 BorderWidth =2 OverlapFlags =93 Left =121 Top =1480 Width =5159 Height =340 BackColor =14922894 BorderColor =6174487 Name ="shape" GridlineColor =10921638 LayoutCachedLeft =121 LayoutCachedTop =1480 LayoutCachedWidth =5280 LayoutCachedHeight =1820 BackThemeColorIndex =2 BackTint =40.0 BorderThemeColorIndex =2 BorderShade =75.0 End Begin Rectangle SpecialEffect =0 BackStyle =1 OldBorderStyle =0 OverlapFlags =215 Left =127 Top =1486 Width =3052 Height =318 BackColor =6174487 BorderColor =10921638 Name ="prog" GridlineColor =10921638 LayoutCachedLeft =127 LayoutCachedTop =1486 LayoutCachedWidth =3179 LayoutCachedHeight =1804 BackThemeColorIndex =2 BackShade =75.0 End Begin CommandButton OverlapFlags =85 Left =4422 Top =1927 Width =850 Height =340 FontSize =9 Name ="btn_ok" Caption ="OK" OnClick ="[Event Procedure]" FontName ="Verdana" LeftPadding =60 RightPadding =75 BottomPadding =120 GridlineColor =10921638 LayoutCachedLeft =4422 LayoutCachedTop =1927 LayoutCachedWidth =5272 LayoutCachedHeight =2267 ForeTint =100.0 UseTheme =0 BackColor =0 BackThemeColorIndex =0 BackTint =100.0 BorderColor =0 BorderThemeColorIndex =0 BorderTint =100.0 ThemeFontIndex =-1 HoverColor =3355443 HoverThemeColorIndex =0 HoverTint =80.0 PressedColor =0 PressedThemeColorIndex =0 PressedShade =80.0 HoverForeColor =0 HoverForeTint =100.0 PressedForeColor =0 PressedForeTint =100.0 Shadow =-1 QuickStyle =22 QuickStyleMask =-1 WebImagePaddingLeft =4 WebImagePaddingTop =2 WebImagePaddingRight =4 WebImagePaddingBottom =7 End End End End End CodeBehindForm Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = True Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Option Compare Database Private Sub btn_ok_Click() DoCmd.Close acForm, Me.name End Sub