frmMenu.bas 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. Version =20
  2. VersionRequired =20
  3. Begin Form
  4. DividingLines = NotDefault
  5. AllowDesignChanges = NotDefault
  6. DefaultView =0
  7. PictureAlignment =2
  8. DatasheetGridlinesBehavior =3
  9. GridY =10
  10. Width =6994
  11. DatasheetFontHeight =11
  12. ItemSuffix =2
  13. Right =9465
  14. Bottom =7905
  15. DatasheetGridlinesColor =14806254
  16. RecSrcDt = Begin
  17. 0x21fba9d0d312e540
  18. End
  19. DatasheetFontName ="Calibri"
  20. FilterOnLoad =0
  21. ShowPageMargins =0
  22. DisplayOnSharePointSite =1
  23. DatasheetAlternateBackColor =15921906
  24. DatasheetGridlinesColor12 =0
  25. FitToScreen =1
  26. DatasheetBackThemeColorIndex =1
  27. BorderThemeColorIndex =3
  28. ThemeFontIndex =1
  29. ForeThemeColorIndex =0
  30. AlternateBackThemeColorIndex =1
  31. AlternateBackShade =95.0
  32. Begin
  33. Begin CommandButton
  34. Width =1701
  35. Height =283
  36. FontSize =11
  37. FontWeight =400
  38. FontName ="Calibri"
  39. ForeThemeColorIndex =0
  40. ForeTint =75.0
  41. GridlineThemeColorIndex =1
  42. GridlineShade =65.0
  43. UseTheme =1
  44. Shape =1
  45. Gradient =12
  46. BackThemeColorIndex =4
  47. BackTint =60.0
  48. BorderLineStyle =0
  49. BorderColor =16777215
  50. BorderThemeColorIndex =4
  51. BorderTint =60.0
  52. ThemeFontIndex =1
  53. HoverThemeColorIndex =4
  54. HoverTint =40.0
  55. PressedThemeColorIndex =4
  56. PressedShade =75.0
  57. HoverForeThemeColorIndex =0
  58. HoverForeTint =75.0
  59. PressedForeThemeColorIndex =0
  60. PressedForeTint =75.0
  61. End
  62. Begin Section
  63. Height =5952
  64. Name ="Détail"
  65. AutoHeight =1
  66. AlternateBackColor =15921906
  67. AlternateBackThemeColorIndex =1
  68. AlternateBackShade =95.0
  69. BackThemeColorIndex =1
  70. Begin
  71. Begin CommandButton
  72. OverlapFlags =85
  73. Left =1587
  74. Top =396
  75. Width =2451
  76. Height =576
  77. ForeColor =4210752
  78. Name ="Commande0"
  79. Caption ="Chevaliers"
  80. ControlTipText ="Ouvrir formulaire"
  81. GridlineColor =10921638
  82. OnClickEmMacro = Begin
  83. Version =196611
  84. ColumnsShown =8
  85. Begin
  86. Action ="OpenForm"
  87. Argument ="frmChevaliers"
  88. Argument ="0"
  89. Argument =""
  90. Argument =""
  91. Argument ="-1"
  92. Argument ="0"
  93. End
  94. Begin
  95. Comment ="_AXL:<?xml version=\"1.0\" encoding=\"UTF-16\" standalone=\"no\"?>\015\012<UserI"
  96. "nterfaceMacro For=\"Commande0\" xmlns=\"http://schemas.microsoft.com/office/acce"
  97. "ssservices/2009/11/application\" xmlns:a=\"http://schemas.microsoft.com/office/a"
  98. "ccessservices/2009/11/forms\"><"
  99. End
  100. Begin
  101. Comment ="_AXL:Statements><Action Name=\"OpenForm\"><Argument Name=\"FormName\">frmChevali"
  102. "ers</Argument></Action></Statements></UserInterfaceMacro>"
  103. End
  104. End
  105. LayoutCachedLeft =1587
  106. LayoutCachedTop =396
  107. LayoutCachedWidth =4038
  108. LayoutCachedHeight =972
  109. BackColor =14136213
  110. BorderColor =14136213
  111. HoverColor =15060409
  112. PressedColor =9592887
  113. HoverForeColor =4210752
  114. PressedForeColor =4210752
  115. WebImagePaddingLeft =2
  116. WebImagePaddingTop =2
  117. WebImagePaddingRight =1
  118. WebImagePaddingBottom =1
  119. End
  120. Begin CommandButton
  121. OverlapFlags =85
  122. Left =1587
  123. Top =1644
  124. Width =2551
  125. Height =567
  126. TabIndex =1
  127. ForeColor =4210752
  128. Name ="Commande1"
  129. Caption ="Stats"
  130. OnClick ="[Event Procedure]"
  131. GridlineColor =10921638
  132. LayoutCachedLeft =1587
  133. LayoutCachedTop =1644
  134. LayoutCachedWidth =4138
  135. LayoutCachedHeight =2211
  136. BackColor =14136213
  137. BorderColor =14136213
  138. HoverColor =15060409
  139. PressedColor =9592887
  140. HoverForeColor =4210752
  141. PressedForeColor =4210752
  142. WebImagePaddingLeft =2
  143. WebImagePaddingTop =2
  144. WebImagePaddingRight =1
  145. WebImagePaddingBottom =1
  146. End
  147. End
  148. End
  149. End
  150. End
  151. CodeBehindForm
  152. Attribute VB_GlobalNameSpace = False
  153. Attribute VB_Creatable = True
  154. Attribute VB_PredeclaredId = True
  155. Attribute VB_Exposed = False
  156. Option Compare Database
  157. Private Sub Commande1_Click()
  158. DoCmd.OpenForm "frmVictoiresParTypes"
  159. End Sub