home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / QBAS / VBUTIL.ZIP / CALEND1.FRM (.txt) < prev    next >
Visual Basic Form  |  1993-04-01  |  5KB  |  131 lines

  1. CalendarMakerFrm
  2. Calendar Maker
  3. Form1%
  4. YearBox
  5. MakeBtn
  6. Make Calendar
  7. MonthBox
  8. QuitBtn
  9. YearLbl
  10. Year Number
  11. MonthLbl
  12. Month Number
  13. Form_Clickv
  14.     Form_LoadY
  15. DateFormatOpt
  16. Value>
  17. TimeFormat
  18. TimeFormatOpt*
  19. NowBtn_Click
  20. TextBox
  21. QuitBtn_ClickV
  22. CountryCmb_Change%
  23. CountryCmbI
  24.     ComboItemm
  25. VScroll1_Change
  26. TimeScl_Changed
  27. ScrollBarValueBox
  28. TimeSclc
  29. ScrollValueBox
  30. Label1_Click
  31. TimerBtn_Click
  32. Count
  33. Total
  34. TextLine
  35. TimerBtn
  36. Caption
  37. ScrollValueBox_Change
  38. MaxLbl_Click~
  39. TextBox_Change@
  40. TextBox_LostFocus
  41. QuitBtn
  42. Enabled
  43. False
  44.     MIN_VALUE
  45.     MAX_VALUE
  46. MinLble
  47. MaxLbl
  48. SmallChange
  49. LargeChange
  50. properties
  51. PrintBtn_Click
  52. FilenameS
  53. CurrentLineNumber$
  54.     MAX_LINES/
  55. PrintHeadingq
  56. Printer
  57. BadFile
  58. ExitSub
  59. PrintHadingW
  60. PageNumber
  61. PageNum}
  62. PageNumStr
  63. PrintTab)
  64. TAB_SIZE
  65. PageNumberStr
  66. TextBox_KeyPress
  67. KeyAscii
  68. MonthBox_Change5
  69. YearBox_Change
  70. YearBox_KeyPress<
  71. MonthBox_KeyPress|
  72. MakeBtn_ClickG
  73. CalendarFrm
  74. Calendar
  75. YearNum
  76. MonthNum
  77. YearBoxj
  78. MotnhBox
  79. MonthBox
  80.     MonthName
  81. MonthNumber
  82. YearNumber
  83. DaysInMonth
  84. NumnerOfDays
  85. NumberOfDays
  86. TheWeekDay
  87.     DAY_SPACE
  88. DAY_Spc@
  89.     DAY_SAPCE
  90. DayIndex`
  91. FontName
  92. FontSize
  93. LEFT_MARGIN
  94. SerialDayNum
  95. AutoRedraw
  96. DaysInMonth
  97. MakeBtn_Click
  98.  set page format
  99.  if Year text box is empty use the current yearx
  100.  if the Month text box is empty use the current monthe
  101.  get the year number
  102.  get the month number'
  103.  is the year number invalid?
  104. Invalid Year number
  105. Input Error
  106.  is the month number invalid?
  107. Invalid Month number
  108. Input Error
  109.  show output formb
  110.  select font name and size
  111. Courier
  112.  clear the form and build a new calendar
  113.                
  114.  write the first day of the montha
  115.  write every other day
  116.  Sunday?
  117.  a day other than Sunday
  118. MonthBox_KeyPress
  119. MonthName
  120. January
  121. February
  122. March
  123. April
  124. August
  125. September
  126. October
  127. November
  128. December
  129. QuitBtn_Click
  130. YearBox_KeyPress
  131.