| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 |
- Version =20
- VersionRequired =20
- Begin Form
- DividingLines = NotDefault
- AllowDesignChanges = NotDefault
- DefaultView =0
- PictureAlignment =2
- DatasheetGridlinesBehavior =3
- GridY =10
- Width =6994
- DatasheetFontHeight =11
- ItemSuffix =2
- Right =9465
- Bottom =7905
- DatasheetGridlinesColor =14806254
- RecSrcDt = Begin
- 0x21fba9d0d312e540
- End
- DatasheetFontName ="Calibri"
- 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 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 =5952
- Name ="Détail"
- AutoHeight =1
- AlternateBackColor =15921906
- AlternateBackThemeColorIndex =1
- AlternateBackShade =95.0
- BackThemeColorIndex =1
- Begin
- Begin CommandButton
- OverlapFlags =85
- Left =1587
- Top =396
- Width =2451
- Height =576
- ForeColor =4210752
- Name ="Commande0"
- Caption ="Chevaliers"
- ControlTipText ="Ouvrir formulaire"
- GridlineColor =10921638
- OnClickEmMacro = Begin
- Version =196611
- ColumnsShown =8
- Begin
- Action ="OpenForm"
- Argument ="frmChevaliers"
- Argument ="0"
- Argument =""
- Argument =""
- Argument ="-1"
- Argument ="0"
- End
- Begin
- Comment ="_AXL:<?xml version=\"1.0\" encoding=\"UTF-16\" standalone=\"no\"?>\015\012<UserI"
- "nterfaceMacro For=\"Commande0\" xmlns=\"http://schemas.microsoft.com/office/acce"
- "ssservices/2009/11/application\" xmlns:a=\"http://schemas.microsoft.com/office/a"
- "ccessservices/2009/11/forms\"><"
- End
- Begin
- Comment ="_AXL:Statements><Action Name=\"OpenForm\"><Argument Name=\"FormName\">frmChevali"
- "ers</Argument></Action></Statements></UserInterfaceMacro>"
- End
- End
- LayoutCachedLeft =1587
- LayoutCachedTop =396
- LayoutCachedWidth =4038
- LayoutCachedHeight =972
- BackColor =14136213
- BorderColor =14136213
- HoverColor =15060409
- PressedColor =9592887
- HoverForeColor =4210752
- PressedForeColor =4210752
- WebImagePaddingLeft =2
- WebImagePaddingTop =2
- WebImagePaddingRight =1
- WebImagePaddingBottom =1
- End
- Begin CommandButton
- OverlapFlags =85
- Left =1587
- Top =1644
- Width =2551
- Height =567
- TabIndex =1
- ForeColor =4210752
- Name ="Commande1"
- Caption ="Stats"
- OnClick ="[Event Procedure]"
- GridlineColor =10921638
- LayoutCachedLeft =1587
- LayoutCachedTop =1644
- LayoutCachedWidth =4138
- LayoutCachedHeight =2211
- BackColor =14136213
- BorderColor =14136213
- HoverColor =15060409
- PressedColor =9592887
- HoverForeColor =4210752
- PressedForeColor =4210752
- WebImagePaddingLeft =2
- WebImagePaddingTop =2
- WebImagePaddingRight =1
- WebImagePaddingBottom =1
- 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 Commande1_Click()
- DoCmd.OpenForm "frmVictoiresParTypes"
- End Sub
|