sfrm_msg.bas 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. Version =20
  2. VersionRequired =20
  3. Begin Form
  4. AllowFilters = NotDefault
  5. AutoResize = NotDefault
  6. RecordSelectors = NotDefault
  7. MaxButton = NotDefault
  8. MinButton = NotDefault
  9. ControlBox = NotDefault
  10. NavigationButtons = NotDefault
  11. AllowDeletions = NotDefault
  12. CloseButton = NotDefault
  13. DividingLines = NotDefault
  14. AllowAdditions = NotDefault
  15. AllowEdits = NotDefault
  16. AllowDesignChanges = NotDefault
  17. ScrollBars =2
  18. BorderStyle =1
  19. PictureAlignment =2
  20. DatasheetGridlinesBehavior =3
  21. GridY =10
  22. Width =9581
  23. DatasheetFontHeight =11
  24. ItemSuffix =2
  25. Left =1125
  26. Top =8925
  27. Right =12030
  28. Bottom =13935
  29. DatasheetGridlinesColor =14806254
  30. RecSrcDt = Begin
  31. 0xf12900a6cd39e440
  32. End
  33. RecordSource ="SELECT tbl_msg.DateMsg, tbl_msg.Msg FROM tbl_msg ORDER BY tbl_msg.DateMsg DESC; "
  34. DatasheetFontName ="Calibri"
  35. FilterOnLoad =0
  36. ShowPageMargins =0
  37. DisplayOnSharePointSite =1
  38. DatasheetAlternateBackColor =15921906
  39. DatasheetGridlinesColor12 =0
  40. DatasheetBackThemeColorIndex =1
  41. BorderThemeColorIndex =3
  42. ThemeFontIndex =1
  43. ForeThemeColorIndex =0
  44. AlternateBackThemeColorIndex =1
  45. AlternateBackShade =95.0
  46. Begin
  47. Begin Label
  48. BackStyle =0
  49. FontSize =11
  50. FontName ="Calibri"
  51. ThemeFontIndex =1
  52. BackThemeColorIndex =1
  53. BorderThemeColorIndex =0
  54. BorderTint =50.0
  55. ForeThemeColorIndex =0
  56. ForeTint =50.0
  57. GridlineThemeColorIndex =1
  58. GridlineShade =65.0
  59. End
  60. Begin TextBox
  61. AddColon = NotDefault
  62. FELineBreak = NotDefault
  63. BorderLineStyle =0
  64. Width =1701
  65. LabelX =-1701
  66. FontSize =11
  67. FontName ="Calibri"
  68. AsianLineBreak =1
  69. BackThemeColorIndex =1
  70. BorderThemeColorIndex =1
  71. BorderShade =65.0
  72. ThemeFontIndex =1
  73. ForeThemeColorIndex =0
  74. ForeTint =75.0
  75. GridlineThemeColorIndex =1
  76. GridlineShade =65.0
  77. End
  78. Begin Section
  79. Height =340
  80. BackColor =14211288
  81. Name ="Détail"
  82. AlternateBackColor =14211288
  83. Begin
  84. Begin TextBox
  85. FontItalic = NotDefault
  86. OldBorderStyle =0
  87. OverlapFlags =85
  88. BackStyle =0
  89. IMESentenceMode =3
  90. Left =113
  91. Width =1926
  92. Height =315
  93. ColumnWidth =1995
  94. BorderColor =10921638
  95. Name ="DateMsg"
  96. ControlSource ="DateMsg"
  97. GridlineColor =10921638
  98. LayoutCachedLeft =113
  99. LayoutCachedWidth =2039
  100. LayoutCachedHeight =315
  101. ForeTint =100.0
  102. End
  103. Begin TextBox
  104. FontItalic = NotDefault
  105. OldBorderStyle =0
  106. OverlapFlags =85
  107. BackStyle =0
  108. IMESentenceMode =3
  109. Left =2140
  110. Width =7221
  111. Height =315
  112. ColumnWidth =7545
  113. TabIndex =1
  114. BorderColor =10921638
  115. Name ="Msg"
  116. ControlSource ="Msg"
  117. GridlineColor =10921638
  118. LayoutCachedLeft =2140
  119. LayoutCachedWidth =9361
  120. LayoutCachedHeight =315
  121. ForeTint =100.0
  122. End
  123. End
  124. End
  125. End
  126. End