ircount_6.bas
上传用户:ask_sh
上传日期:2008-08-18
资源大小:550k
文件大小:3k
源码类别:

电子政务应用

开发平台:

Visual Basic

  1. Attribute VB_Name = "Module1"
  2. Option Explicit
  3. Public times As Single
  4. Public ti As Integer
  5. Public l As Single
  6. Public irdata
  7. Public Time_times As Single
  8. Public f_add   As Boolean
  9. Public f_readd As Boolean
  10. Public f_dec  As Boolean
  11. Public f_redec As Boolean
  12. Public b As Boolean
  13. Public isFormatRight As Boolean
  14. Public DetectTimes As Integer
  15. 'Public m_2thnum As Integer
  16. 'Public m_3thnum As Integer
  17. 'Public m_4thnum As Integer
  18. 'Public m_cyclenum As Integer
  19. Public DataLines As Integer, iBits As Integer
  20. Public point_n As Integer
  21. Public xx, yy As Integer
  22. Public C0 As Integer
  23. Public DataCol As Integer
  24. Public total_time As Single
  25. Public code(80) As String
  26. 'Public binary_code1(320) As Integer
  27. 'Public binary_code2(70) As Integer
  28. 'Public binary_code3(70) As Integer
  29. Public bCode As String, bCode1 As String
  30. Public sHex As String, hCode1 As String, sSData As String
  31. Public sRpt As String
  32. Public SampleCode As String
  33. Public bSecondPress As Boolean
  34. Public sForm As String
  35. Public sCustom As String
  36. Public sRCustom As String
  37. Public sData As String
  38. Public sRData As String
  39. Public sFData As String
  40. Public sTData As String
  41. Public sPData As String
  42. Public point_x, point_y As Integer
  43. Public i As Integer, j As Integer, k As Integer
  44. Public sLen As Integer, GroupNO As Integer
  45. Public time_tolerance As Single
  46. Public time_0_1 As Integer
  47. Public Head_Osc As Single
  48. Public Head_Idle As Single
  49. Public Head2_Osc As Single
  50. Public Head2_Idle As Single
  51. Public T_Osc As Single
  52. Public T_Idle As Single
  53. Public E_Osc As Single
  54. Public E_Idle As Single
  55. Public D0_Osc As Single
  56. Public D0_Idle As Single
  57. Public D1_Idle As Single
  58. Public CarT As Single
  59. Public wrap As String
  60. Public CarH As Single
  61. Public T As Single
  62. Public T1 As Single
  63. Public T_Tole As Single
  64. Public Bits As Integer
  65. Public xTime  As Integer ' PULSE CODE TOLERANCE
  66. Public IR_type As Integer
  67. 'Public f_half_bit   As Boolean  ' use for hl format code
  68. 'Public f_hl_H       As Boolean  ' IF IS HIGH LEVEL, SET  f_hl_H TO 1
  69. 'Public f_check     As Boolean   ' check ib time flag
  70. Public f_order     As Boolean   ' read code order
  71. 'Public f_fatal     As Boolean   ' time fatal error
  72. 'Public f_no_repeat As Boolean   ' no repeat code
  73. 'Public f_code1_end As Boolean   ' no repeat code
  74. 'Public f_code2_end As Boolean   ' no repeat code
  75. 'Public f_code3_end As Boolean   ' no repeat code
  76. 'Public count_code  As Integer
  77. 'Public f_mid_spe   As Boolean
  78. 'Public f_head_spe  As Boolean
  79. 'Public f_tail_spe  As Boolean
  80. 'Public count_head As Integer       ' head special code num
  81. 'Public count_mid As Integer        ' middle part special code num
  82. 'Public count_tail As Integer       ' tail part special code num
  83. 'Public count_pos As Integer
  84. 'Public Time_times As Single
  85. 'Public ss As Single
  86. 'Public temp As Single
  87. Public ScaleWidth_bk  As Long
  88. 'database varity
  89. Public Newdb As Database
  90. Public tdfIRFormat As TableDef
  91. Public tdfIRHead As TableDef
  92. Public tbls As TableDefs
  93. Public flds As Fields
  94. Public fld1 As Field
  95. Public fld2 As Field
  96. Public idxs As Indexes
  97. Public idxFormat As Index
  98. Public idxHead As Index
  99. 'Public idxHeadOsc As Index
  100. 'Public idxHeadIdle As Index
  101. 'Public idxH2Idle As Index
  102. 'Public fldindex As Field
  103. 'Public cmd_key As Integer
  104. Public record1 As Recordset