home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / CODE_UPLOAD139201192001.psc / Mod_Var.bas < prev   
Encoding:
BASIC Source File  |  2000-09-09  |  855 b   |  22 lines

  1. Attribute VB_Name = "Mod_Var"
  2. Public m_Doc, m_Doc_Number As Long, m_Mdi, m_File_Path As String, _
  3. m_Save_Path As String, m_Str_String As String, m_Start_Value As _
  4. Long, m_End_Value As Long, m_Option As FindConstants, m_Window_Index As _
  5. Integer, Search_String As String, Start_Pos As Long, End_Pos As Long, _
  6. Search_Mode As Integer, m_Search_String As String, m_Start_Pos As Long, _
  7. m_End_Pos As Long, m_Search_Loop As Integer, m_Mode_Option As Integer, _
  8. S_End As Integer, m_W_Save As Integer, m_Char_Index As Long, m_File_Changed _
  9. As Boolean, m_Color As String, m_Tags_Bold As Boolean, m_Active_Dir As String, _
  10. m_Active_Dir_Pic As String
  11.  
  12.  
  13. Public Const c_Button_Width = 1500
  14. Public Const c_Button_Height = 375
  15.  
  16. '//
  17. '// by Gⁿnther Brandner
  18. '// 06/08/2000
  19. '// Ascii-Editor for the Expert
  20. '// Cmd_Button Width = 1500; Height = 375
  21.  
  22.