frmView.frm
上传用户:xianglong
上传日期:2022-06-19
资源大小:1105k
文件大小:69k
源码类别:

控制台编程

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
  3. Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
  4. Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
  5. Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
  6. Object = "{C8530F8A-C19C-11D2-99D6-9419F37DBB29}#1.1#0"; "ccrpprg6.ocx"
  7. Begin VB.Form frmView 
  8.    Caption         =   "模拟操作"
  9.    ClientHeight    =   9825
  10.    ClientLeft      =   60
  11.    ClientTop       =   420
  12.    ClientWidth     =   15240
  13.    FillColor       =   &H8000000E&
  14.    LinkTopic       =   "Form1"
  15.    MaxButton       =   0   'False
  16.    MinButton       =   0   'False
  17.    ScaleHeight     =   9825
  18.    ScaleWidth      =   15240
  19.    StartUpPosition =   2  '屏幕中心
  20.    Begin VB.CommandButton cmdRep 
  21.       Caption         =   "重置"
  22.       Height          =   375
  23.       Left            =   14040
  24.       TabIndex        =   58
  25.       Top             =   120
  26.       Width           =   1095
  27.    End
  28.    Begin VB.Timer Timer10 
  29.       Enabled         =   0   'False
  30.       Interval        =   250
  31.       Left            =   8160
  32.       Top             =   600
  33.    End
  34.    Begin CCRProgressBar6.ccrpProgressBar ccrpProgressBar1 
  35.       Height          =   255
  36.       Left            =   0
  37.       Top             =   1920
  38.       Width           =   3135
  39.       _ExtentX        =   5530
  40.       _ExtentY        =   450
  41.       AutoCaption     =   1
  42.       BorderStyle     =   1
  43.       Caption         =   "0%"
  44.       FillColor       =   255
  45.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  46.          Name            =   "宋体"
  47.          Size            =   9
  48.          Charset         =   134
  49.          Weight          =   400
  50.          Underline       =   0   'False
  51.          Italic          =   0   'False
  52.          Strikethrough   =   0   'False
  53.       EndProperty
  54.       ForeColor       =   0
  55.       Max             =   25
  56.    End
  57.    Begin VB.Frame Frame4 
  58.       Caption         =   "物料加工列表:"
  59.       BeginProperty Font 
  60.          Name            =   "宋体"
  61.          Size            =   9
  62.          Charset         =   134
  63.          Weight          =   700
  64.          Underline       =   0   'False
  65.          Italic          =   0   'False
  66.          Strikethrough   =   0   'False
  67.       EndProperty
  68.       ForeColor       =   &H000000FF&
  69.       Height          =   2415
  70.       Left            =   11520
  71.       TabIndex        =   43
  72.       Top             =   4320
  73.       Width           =   3615
  74.       Begin MSAdodcLib.Adodc Adodc2 
  75.          Height          =   375
  76.          Left            =   960
  77.          Top             =   960
  78.          Visible         =   0   'False
  79.          Width           =   1575
  80.          _ExtentX        =   2778
  81.          _ExtentY        =   661
  82.          ConnectMode     =   0
  83.          CursorLocation  =   3
  84.          IsolationLevel  =   -1
  85.          ConnectionTimeout=   15
  86.          CommandTimeout  =   30
  87.          CursorType      =   3
  88.          LockType        =   3
  89.          CommandType     =   8
  90.          CursorOptions   =   0
  91.          CacheSize       =   50
  92.          MaxRecords      =   0
  93.          BOFAction       =   0
  94.          EOFAction       =   0
  95.          ConnectStringType=   1
  96.          Appearance      =   1
  97.          BackColor       =   -2147483643
  98.          ForeColor       =   -2147483640
  99.          Orientation     =   0
  100.          Enabled         =   -1
  101.          Connect         =   ""
  102.          OLEDBString     =   ""
  103.          OLEDBFile       =   ""
  104.          DataSourceName  =   ""
  105.          OtherAttributes =   ""
  106.          UserName        =   ""
  107.          Password        =   ""
  108.          RecordSource    =   ""
  109.          Caption         =   "Adodc2"
  110.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  111.             Name            =   "宋体"
  112.             Size            =   9
  113.             Charset         =   134
  114.             Weight          =   400
  115.             Underline       =   0   'False
  116.             Italic          =   0   'False
  117.             Strikethrough   =   0   'False
  118.          EndProperty
  119.          _Version        =   393216
  120.       End
  121.       Begin MSDataGridLib.DataGrid DataGrid2 
  122.          Bindings        =   "frmView.frx":0000
  123.          Height          =   2055
  124.          Left            =   120
  125.          TabIndex        =   44
  126.          Top             =   240
  127.          Width           =   3375
  128.          _ExtentX        =   5953
  129.          _ExtentY        =   3625
  130.          _Version        =   393216
  131.          HeadLines       =   1
  132.          RowHeight       =   15
  133.          BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  134.             Name            =   "宋体"
  135.             Size            =   9
  136.             Charset         =   134
  137.             Weight          =   400
  138.             Underline       =   0   'False
  139.             Italic          =   0   'False
  140.             Strikethrough   =   0   'False
  141.          EndProperty
  142.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  143.             Name            =   "宋体"
  144.             Size            =   9
  145.             Charset         =   134
  146.             Weight          =   400
  147.             Underline       =   0   'False
  148.             Italic          =   0   'False
  149.             Strikethrough   =   0   'False
  150.          EndProperty
  151.          ColumnCount     =   2
  152.          BeginProperty Column00 
  153.             DataField       =   ""
  154.             Caption         =   ""
  155.             BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
  156.                Type            =   0
  157.                Format          =   ""
  158.                HaveTrueFalseNull=   0
  159.                FirstDayOfWeek  =   0
  160.                FirstWeekOfYear =   0
  161.                LCID            =   2052
  162.                SubFormatType   =   0
  163.             EndProperty
  164.          EndProperty
  165.          BeginProperty Column01 
  166.             DataField       =   ""
  167.             Caption         =   ""
  168.             BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
  169.                Type            =   0
  170.                Format          =   ""
  171.                HaveTrueFalseNull=   0
  172.                FirstDayOfWeek  =   0
  173.                FirstWeekOfYear =   0
  174.                LCID            =   2052
  175.                SubFormatType   =   0
  176.             EndProperty
  177.          EndProperty
  178.          SplitCount      =   1
  179.          BeginProperty Split0 
  180.             BeginProperty Column00 
  181.             EndProperty
  182.             BeginProperty Column01 
  183.             EndProperty
  184.          EndProperty
  185.       End
  186.    End
  187.    Begin VB.Frame Frame3 
  188.       Caption         =   "产品信息列表:"
  189.       BeginProperty Font 
  190.          Name            =   "宋体"
  191.          Size            =   9
  192.          Charset         =   134
  193.          Weight          =   700
  194.          Underline       =   0   'False
  195.          Italic          =   0   'False
  196.          Strikethrough   =   0   'False
  197.       EndProperty
  198.       ForeColor       =   &H000000FF&
  199.       Height          =   1335
  200.       Left            =   11520
  201.       TabIndex        =   36
  202.       Top             =   2880
  203.       Width           =   3615
  204.       Begin MSAdodcLib.Adodc Adodc1 
  205.          Height          =   330
  206.          Left            =   960
  207.          Top             =   840
  208.          Visible         =   0   'False
  209.          Width           =   1695
  210.          _ExtentX        =   2990
  211.          _ExtentY        =   582
  212.          ConnectMode     =   0
  213.          CursorLocation  =   3
  214.          IsolationLevel  =   -1
  215.          ConnectionTimeout=   15
  216.          CommandTimeout  =   30
  217.          CursorType      =   3
  218.          LockType        =   3
  219.          CommandType     =   8
  220.          CursorOptions   =   0
  221.          CacheSize       =   50
  222.          MaxRecords      =   0
  223.          BOFAction       =   0
  224.          EOFAction       =   0
  225.          ConnectStringType=   1
  226.          Appearance      =   1
  227.          BackColor       =   -2147483643
  228.          ForeColor       =   -2147483640
  229.          Orientation     =   0
  230.          Enabled         =   -1
  231.          Connect         =   ""
  232.          OLEDBString     =   ""
  233.          OLEDBFile       =   ""
  234.          DataSourceName  =   ""
  235.          OtherAttributes =   ""
  236.          UserName        =   ""
  237.          Password        =   ""
  238.          RecordSource    =   ""
  239.          Caption         =   "Adodc1"
  240.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  241.             Name            =   "宋体"
  242.             Size            =   9
  243.             Charset         =   134
  244.             Weight          =   400
  245.             Underline       =   0   'False
  246.             Italic          =   0   'False
  247.             Strikethrough   =   0   'False
  248.          EndProperty
  249.          _Version        =   393216
  250.       End
  251.       Begin MSDataGridLib.DataGrid DataGrid1 
  252.          Height          =   975
  253.          Left            =   120
  254.          TabIndex        =   37
  255.          Top             =   240
  256.          Width           =   3375
  257.          _ExtentX        =   5953
  258.          _ExtentY        =   1720
  259.          _Version        =   393216
  260.          HeadLines       =   1
  261.          RowHeight       =   15
  262.          BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  263.             Name            =   "宋体"
  264.             Size            =   9
  265.             Charset         =   134
  266.             Weight          =   400
  267.             Underline       =   0   'False
  268.             Italic          =   0   'False
  269.             Strikethrough   =   0   'False
  270.          EndProperty
  271.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  272.             Name            =   "宋体"
  273.             Size            =   9
  274.             Charset         =   134
  275.             Weight          =   400
  276.             Underline       =   0   'False
  277.             Italic          =   0   'False
  278.             Strikethrough   =   0   'False
  279.          EndProperty
  280.          ColumnCount     =   2
  281.          BeginProperty Column00 
  282.             DataField       =   ""
  283.             Caption         =   ""
  284.             BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
  285.                Type            =   0
  286.                Format          =   ""
  287.                HaveTrueFalseNull=   0
  288.                FirstDayOfWeek  =   0
  289.                FirstWeekOfYear =   0
  290.                LCID            =   2052
  291.                SubFormatType   =   0
  292.             EndProperty
  293.          EndProperty
  294.          BeginProperty Column01 
  295.             DataField       =   ""
  296.             Caption         =   ""
  297.             BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
  298.                Type            =   0
  299.                Format          =   ""
  300.                HaveTrueFalseNull=   0
  301.                FirstDayOfWeek  =   0
  302.                FirstWeekOfYear =   0
  303.                LCID            =   2052
  304.                SubFormatType   =   0
  305.             EndProperty
  306.          EndProperty
  307.          SplitCount      =   1
  308.          BeginProperty Split0 
  309.             BeginProperty Column00 
  310.             EndProperty
  311.             BeginProperty Column01 
  312.             EndProperty
  313.          EndProperty
  314.       End
  315.    End
  316.    Begin VB.Frame Frame2 
  317.       Caption         =   "请选择要生产的产品及产量:"
  318.       BeginProperty Font 
  319.          Name            =   "宋体"
  320.          Size            =   9
  321.          Charset         =   134
  322.          Weight          =   700
  323.          Underline       =   0   'False
  324.          Italic          =   0   'False
  325.          Strikethrough   =   0   'False
  326.       EndProperty
  327.       ForeColor       =   &H000000FF&
  328.       Height          =   2055
  329.       Left            =   11520
  330.       TabIndex        =   29
  331.       Top             =   720
  332.       Width           =   3615
  333.       Begin MSComCtl2.MonthView MonthView 
  334.          Height          =   2220
  335.          Left            =   0
  336.          TabIndex        =   42
  337.          Top             =   1920
  338.          Visible         =   0   'False
  339.          Width           =   4065
  340.          _ExtentX        =   7170
  341.          _ExtentY        =   3916
  342.          _Version        =   393216
  343.          ForeColor       =   -2147483630
  344.          BackColor       =   -2147483633
  345.          Appearance      =   1
  346.          StartOfWeek     =   25493505
  347.          CurrentDate     =   39216
  348.       End
  349.       Begin VB.CommandButton cmd 
  350.          Appearance      =   0  'Flat
  351.          Height          =   615
  352.          Left            =   2880
  353.          Picture         =   "frmView.frx":0015
  354.          Style           =   1  'Graphical
  355.          TabIndex        =   41
  356.          Top             =   960
  357.          Width           =   615
  358.       End
  359.       Begin VB.TextBox Text3 
  360.          BeginProperty DataFormat 
  361.             Type            =   1
  362.             Format          =   "yyyy-M-d"
  363.             HaveTrueFalseNull=   0
  364.             FirstDayOfWeek  =   0
  365.             FirstWeekOfYear =   0
  366.             LCID            =   2052
  367.             SubFormatType   =   3
  368.          EndProperty
  369.          Height          =   270
  370.          Left            =   1440
  371.          TabIndex        =   40
  372.          Top             =   1080
  373.          Visible         =   0   'False
  374.          Width           =   1335
  375.       End
  376.       Begin VB.ComboBox cmbMID 
  377.          BeginProperty Font 
  378.             Name            =   "宋体"
  379.             Size            =   9
  380.             Charset         =   134
  381.             Weight          =   700
  382.             Underline       =   0   'False
  383.             Italic          =   0   'False
  384.             Strikethrough   =   0   'False
  385.          EndProperty
  386.          ForeColor       =   &H000000FF&
  387.          Height          =   300
  388.          Left            =   240
  389.          Style           =   2  'Dropdown List
  390.          TabIndex        =   38
  391.          Top             =   720
  392.          Width           =   1095
  393.       End
  394.       Begin VB.CommandButton cmdQuit 
  395.          Caption         =   "取消"
  396.          Height          =   375
  397.          Left            =   1920
  398.          TabIndex        =   35
  399.          Top             =   1440
  400.          Width           =   855
  401.       End
  402.       Begin VB.CommandButton cmdGive 
  403.          Caption         =   "提交"
  404.          Height          =   375
  405.          Left            =   840
  406.          TabIndex        =   34
  407.          Top             =   1440
  408.          Width           =   975
  409.       End
  410.       Begin VB.TextBox Text2 
  411.          ForeColor       =   &H000000FF&
  412.          Height          =   270
  413.          Left            =   1440
  414.          TabIndex        =   31
  415.          Top             =   720
  416.          Width           =   975
  417.       End
  418.       Begin VB.ComboBox cmbPro 
  419.          ForeColor       =   &H00FF0000&
  420.          Height          =   300
  421.          Left            =   1440
  422.          Style           =   2  'Dropdown List
  423.          TabIndex        =   30
  424.          Top             =   360
  425.          Width           =   1935
  426.       End
  427.       Begin VB.Label Label14 
  428.          Caption         =   "日    期:"
  429.          BeginProperty Font 
  430.             Name            =   "宋体"
  431.             Size            =   9
  432.             Charset         =   134
  433.             Weight          =   700
  434.             Underline       =   0   'False
  435.             Italic          =   0   'False
  436.             Strikethrough   =   0   'False
  437.          EndProperty
  438.          ForeColor       =   &H000000FF&
  439.          Height          =   255
  440.          Left            =   240
  441.          TabIndex        =   39
  442.          Top             =   1080
  443.          Width           =   1095
  444.       End
  445.       Begin VB.Label Label15 
  446.          Caption         =   "(要求数字)"
  447.          BeginProperty Font 
  448.             Name            =   "宋体"
  449.             Size            =   9
  450.             Charset         =   134
  451.             Weight          =   700
  452.             Underline       =   0   'False
  453.             Italic          =   0   'False
  454.             Strikethrough   =   0   'False
  455.          EndProperty
  456.          ForeColor       =   &H000000FF&
  457.          Height          =   255
  458.          Left            =   2400
  459.          TabIndex        =   33
  460.          Top             =   720
  461.          Width           =   1095
  462.       End
  463.       Begin VB.Label Label13 
  464.          Caption         =   "产 品 名:"
  465.          BeginProperty Font 
  466.             Name            =   "宋体"
  467.             Size            =   9
  468.             Charset         =   134
  469.             Weight          =   700
  470.             Underline       =   0   'False
  471.             Italic          =   0   'False
  472.             Strikethrough   =   0   'False
  473.          EndProperty
  474.          ForeColor       =   &H000000FF&
  475.          Height          =   255
  476.          Left            =   240
  477.          TabIndex        =   32
  478.          Top             =   360
  479.          Width           =   1095
  480.       End
  481.    End
  482.    Begin VB.CommandButton cmdOver 
  483.       Caption         =   "暂停"
  484.       Height          =   375
  485.       Left            =   12840
  486.       TabIndex        =   28
  487.       Top             =   120
  488.       Width           =   1095
  489.    End
  490.    Begin VB.Timer Timer9 
  491.       Enabled         =   0   'False
  492.       Interval        =   250
  493.       Left            =   2520
  494.       Top             =   9000
  495.    End
  496.    Begin VB.Timer Timer8 
  497.       Enabled         =   0   'False
  498.       Interval        =   250
  499.       Left            =   3120
  500.       Top             =   9000
  501.    End
  502.    Begin VB.Frame Frame1 
  503.       Caption         =   "部分工作模块的代码显示:"
  504.       BeginProperty Font 
  505.          Name            =   "宋体"
  506.          Size            =   9
  507.          Charset         =   134
  508.          Weight          =   700
  509.          Underline       =   0   'False
  510.          Italic          =   0   'False
  511.          Strikethrough   =   0   'False
  512.       EndProperty
  513.       ForeColor       =   &H000000FF&
  514.       Height          =   2655
  515.       Left            =   11520
  516.       TabIndex        =   24
  517.       Top             =   6840
  518.       Width           =   3615
  519.       Begin VB.TextBox Text1 
  520.          Height          =   2295
  521.          Left            =   120
  522.          MultiLine       =   -1  'True
  523.          ScrollBars      =   3  'Both
  524.          TabIndex        =   25
  525.          Top             =   240
  526.          Width           =   3375
  527.       End
  528.    End
  529.    Begin VB.CommandButton SQ2 
  530.       Caption         =   "SQ2(OFF)"
  531.       Height          =   375
  532.       Left            =   5880
  533.       TabIndex        =   13
  534.       Top             =   9120
  535.       Width           =   855
  536.    End
  537.    Begin VB.CommandButton SQ1 
  538.       Caption         =   "SQ1(OFF)"
  539.       Height          =   375
  540.       Left            =   4680
  541.       TabIndex        =   12
  542.       Top             =   9120
  543.       Width           =   855
  544.    End
  545.    Begin VB.Timer Timer7 
  546.       Enabled         =   0   'False
  547.       Interval        =   250
  548.       Left            =   3120
  549.       Top             =   8400
  550.    End
  551.    Begin VB.Timer Timer6 
  552.       Enabled         =   0   'False
  553.       Interval        =   250
  554.       Left            =   2520
  555.       Top             =   8400
  556.    End
  557.    Begin VB.Timer Timer5 
  558.       Enabled         =   0   'False
  559.       Interval        =   250
  560.       Left            =   3120
  561.       Top             =   7800
  562.    End
  563.    Begin VB.Timer Timer4 
  564.       Enabled         =   0   'False
  565.       Interval        =   250
  566.       Left            =   2520
  567.       Top             =   7800
  568.    End
  569.    Begin VB.Timer Timer3 
  570.       Enabled         =   0   'False
  571.       Interval        =   250
  572.       Left            =   2520
  573.       Top             =   7200
  574.    End
  575.    Begin VB.Timer Timer1 
  576.       Enabled         =   0   'False
  577.       Interval        =   100
  578.       Left            =   6120
  579.       Top             =   2520
  580.    End
  581.    Begin VB.CommandButton cmdStart 
  582.       Caption         =   "启动(SB1)"
  583.       Height          =   375
  584.       Left            =   11640
  585.       TabIndex        =   1
  586.       Top             =   120
  587.       Width           =   1095
  588.    End
  589.    Begin VB.Timer Timer2 
  590.       Enabled         =   0   'False
  591.       Interval        =   250
  592.       Left            =   5520
  593.       Top             =   2520
  594.    End
  595.    Begin VB.PictureBox picCar 
  596.       Appearance      =   0  'Flat
  597.       AutoRedraw      =   -1  'True
  598.       AutoSize        =   -1  'True
  599.       BackColor       =   &H80000005&
  600.       DrawStyle       =   5  'Transparent
  601.       ForeColor       =   &H80000008&
  602.       Height          =   840
  603.       Left            =   9960
  604.       Picture         =   "frmView.frx":08DF
  605.       ScaleHeight     =   810
  606.       ScaleWidth      =   1410
  607.       TabIndex        =   0
  608.       Top             =   8040
  609.       Width           =   1440
  610.    End
  611.    Begin MSComctlLib.StatusBar sbStatusBar 
  612.       Align           =   2  'Align Bottom
  613.       Height          =   270
  614.       Left            =   0
  615.       TabIndex        =   2
  616.       Top             =   9555
  617.       Width           =   15240
  618.       _ExtentX        =   26882
  619.       _ExtentY        =   476
  620.       _Version        =   393216
  621.       BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628} 
  622.          NumPanels       =   3
  623.          BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
  624.             AutoSize        =   1
  625.             Object.Width           =   20902
  626.             Text            =   "自动配料系统简单的演示"
  627.             TextSave        =   "自动配料系统简单的演示"
  628.          EndProperty
  629.          BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
  630.             Style           =   6
  631.             AutoSize        =   2
  632.             TextSave        =   "2007-6-4"
  633.          EndProperty
  634.          BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
  635.             Style           =   5
  636.             AutoSize        =   2
  637.             Object.Width           =   2858
  638.             TextSave        =   "☆崔兆阳☆ 15:06"
  639.          EndProperty
  640.       EndProperty
  641.    End
  642.    Begin VB.Line Line86 
  643.       BorderColor     =   &H000000FF&
  644.       X1              =   10440
  645.       X2              =   11160
  646.       Y1              =   3600
  647.       Y2              =   3120
  648.    End
  649.    Begin VB.Line Line85 
  650.       BorderColor     =   &H000000FF&
  651.       X1              =   10800
  652.       X2              =   11160
  653.       Y1              =   3600
  654.       Y2              =   3120
  655.    End
  656.    Begin VB.Line Line84 
  657.       BorderColor     =   &H000000FF&
  658.       X1              =   10440
  659.       X2              =   9600
  660.       Y1              =   3600
  661.       Y2              =   3600
  662.    End
  663.    Begin VB.Line Line83 
  664.       BorderColor     =   &H000000FF&
  665.       X1              =   9600
  666.       X2              =   9600
  667.       Y1              =   3600
  668.       Y2              =   4560
  669.    End
  670.    Begin VB.Line Line82 
  671.       BorderColor     =   &H000000FF&
  672.       X1              =   11280
  673.       X2              =   11280
  674.       Y1              =   3600
  675.       Y2              =   4560
  676.    End
  677.    Begin VB.Line Line81 
  678.       BorderColor     =   &H000000FF&
  679.       X1              =   9600
  680.       X2              =   11280
  681.       Y1              =   4560
  682.       Y2              =   4560
  683.    End
  684.    Begin VB.Line Line80 
  685.       BorderColor     =   &H000000FF&
  686.       X1              =   10800
  687.       X2              =   11280
  688.       Y1              =   3600
  689.       Y2              =   3600
  690.    End
  691.    Begin VB.Label Label27 
  692.       Caption         =   "☆根据产品名选☆☆则来查看相关☆☆信息以便于提☆☆交物料的信息☆"
  693.       ForeColor       =   &H000000FF&
  694.       Height          =   735
  695.       Left            =   9720
  696.       TabIndex        =   57
  697.       Top             =   3720
  698.       Width           =   1455
  699.    End
  700.    Begin VB.Line Line79 
  701.       BorderColor     =   &H000000FF&
  702.       X1              =   8880
  703.       X2              =   8160
  704.       Y1              =   6480
  705.       Y2              =   6960
  706.    End
  707.    Begin VB.Line Line78 
  708.       BorderColor     =   &H000000FF&
  709.       X1              =   8520
  710.       X2              =   8160
  711.       Y1              =   6480
  712.       Y2              =   6960
  713.    End
  714.    Begin VB.Line Line77 
  715.       BorderColor     =   &H000000FF&
  716.       X1              =   9720
  717.       X2              =   9720
  718.       Y1              =   5640
  719.       Y2              =   6480
  720.    End
  721.    Begin VB.Line Line76 
  722.       BorderColor     =   &H000000FF&
  723.       X1              =   8040
  724.       X2              =   8040
  725.       Y1              =   6480
  726.       Y2              =   5640
  727.    End
  728.    Begin VB.Line Line75 
  729.       BorderColor     =   &H000000FF&
  730.       X1              =   8040
  731.       X2              =   9720
  732.       Y1              =   5640
  733.       Y2              =   5640
  734.    End
  735.    Begin VB.Line Line74 
  736.       BorderColor     =   &H000000FF&
  737.       X1              =   8040
  738.       X2              =   8520
  739.       Y1              =   6480
  740.       Y2              =   6480
  741.    End
  742.    Begin VB.Line Line73 
  743.       BorderColor     =   &H000000FF&
  744.       X1              =   8880
  745.       X2              =   9720
  746.       Y1              =   6480
  747.       Y2              =   6480
  748.    End
  749.    Begin VB.Label Label26 
  750.       Caption         =   "☆电动机M3把物☆☆料传给电动机☆☆M4灯M4亮    ☆"
  751.       ForeColor       =   &H000000FF&
  752.       Height          =   615
  753.       Left            =   8160
  754.       TabIndex        =   56
  755.       Top             =   5760
  756.       Width           =   1455
  757.    End
  758.    Begin VB.Line Line72 
  759.       BorderColor     =   &H000000FF&
  760.       X1              =   6720
  761.       X2              =   6000
  762.       Y1              =   5640
  763.       Y2              =   6120
  764.    End
  765.    Begin VB.Line Line71 
  766.       BorderColor     =   &H000000FF&
  767.       X1              =   6360
  768.       X2              =   6000
  769.       Y1              =   5640
  770.       Y2              =   6120
  771.    End
  772.    Begin VB.Line Line70 
  773.       BorderColor     =   &H000000FF&
  774.       X1              =   5880
  775.       X2              =   6360
  776.       Y1              =   5640
  777.       Y2              =   5640
  778.    End
  779.    Begin VB.Line Line69 
  780.       BorderColor     =   &H000000FF&
  781.       X1              =   6720
  782.       X2              =   7560
  783.       Y1              =   5640
  784.       Y2              =   5640
  785.    End
  786.    Begin VB.Line Line68 
  787.       BorderColor     =   &H000000FF&
  788.       X1              =   7560
  789.       X2              =   7560
  790.       Y1              =   5640
  791.       Y2              =   4800
  792.    End
  793.    Begin VB.Line Line67 
  794.       BorderColor     =   &H000000FF&
  795.       X1              =   5880
  796.       X2              =   5880
  797.       Y1              =   5640
  798.       Y2              =   4800
  799.    End
  800.    Begin VB.Line Line66 
  801.       BorderColor     =   &H000000FF&
  802.       X1              =   5880
  803.       X2              =   7560
  804.       Y1              =   4800
  805.       Y2              =   4800
  806.    End
  807.    Begin VB.Label Label25 
  808.       Caption         =   "☆电动机M2把物☆☆料传给电动机☆☆M3灯M3亮    ☆"
  809.       ForeColor       =   &H000000FF&
  810.       Height          =   615
  811.       Left            =   6000
  812.       TabIndex        =   55
  813.       Top             =   4920
  814.       Width           =   1455
  815.    End
  816.    Begin VB.Line Line65 
  817.       BorderColor     =   &H000000FF&
  818.       X1              =   4920
  819.       X2              =   4080
  820.       Y1              =   4680
  821.       Y2              =   5160
  822.    End
  823.    Begin VB.Line Line64 
  824.       BorderColor     =   &H000000FF&
  825.       X1              =   4560
  826.       X2              =   4080
  827.       Y1              =   4680
  828.       Y2              =   5160
  829.    End
  830.    Begin VB.Line Line63 
  831.       BorderColor     =   &H000000FF&
  832.       X1              =   4920
  833.       X2              =   5640
  834.       Y1              =   4680
  835.       Y2              =   4680
  836.    End
  837.    Begin VB.Line Line62 
  838.       BorderColor     =   &H000000FF&
  839.       X1              =   3960
  840.       X2              =   4560
  841.       Y1              =   4680
  842.       Y2              =   4680
  843.    End
  844.    Begin VB.Line Line61 
  845.       BorderColor     =   &H000000FF&
  846.       X1              =   3960
  847.       X2              =   3960
  848.       Y1              =   4680
  849.       Y2              =   3840
  850.    End
  851.    Begin VB.Line Line60 
  852.       BorderColor     =   &H000000FF&
  853.       X1              =   5640
  854.       X2              =   5640
  855.       Y1              =   4680
  856.       Y2              =   3840
  857.    End
  858.    Begin VB.Line Line59 
  859.       BorderColor     =   &H000000FF&
  860.       X1              =   3960
  861.       X2              =   5640
  862.       Y1              =   3840
  863.       Y2              =   3840
  864.    End
  865.    Begin VB.Label Label24 
  866.       Caption         =   "☆电动机M1把物☆☆料传给电动机☆☆M2灯M2亮    ☆"
  867.       ForeColor       =   &H000000FF&
  868.       Height          =   615
  869.       Left            =   4080
  870.       TabIndex        =   54
  871.       Top             =   3960
  872.       Width           =   1455
  873.    End
  874.    Begin VB.Line Line58 
  875.       BorderColor     =   &H000000FF&
  876.       X1              =   840
  877.       X2              =   1680
  878.       Y1              =   5280
  879.       Y2              =   4800
  880.    End
  881.    Begin VB.Line Line57 
  882.       BorderColor     =   &H000000FF&
  883.       X1              =   1200
  884.       X2              =   1680
  885.       Y1              =   5280
  886.       Y2              =   4800
  887.    End
  888.    Begin VB.Line Line56 
  889.       BorderColor     =   &H000000FF&
  890.       X1              =   840
  891.       X2              =   120
  892.       Y1              =   5280
  893.       Y2              =   5280
  894.    End
  895.    Begin VB.Line Line55 
  896.       BorderColor     =   &H000000FF&
  897.       X1              =   1200
  898.       X2              =   1800
  899.       Y1              =   5280
  900.       Y2              =   5280
  901.    End
  902.    Begin VB.Line Line54 
  903.       BorderColor     =   &H000000FF&
  904.       X1              =   1800
  905.       X2              =   1800
  906.       Y1              =   5280
  907.       Y2              =   6120
  908.    End
  909.    Begin VB.Line Line53 
  910.       BorderColor     =   &H000000FF&
  911.       X1              =   1800
  912.       X2              =   120
  913.       Y1              =   6120
  914.       Y2              =   6120
  915.    End
  916.    Begin VB.Line Line52 
  917.       BorderColor     =   &H000000FF&
  918.       X1              =   120
  919.       X2              =   120
  920.       Y1              =   5280
  921.       Y2              =   6120
  922.    End
  923.    Begin VB.Label Label23 
  924.       Caption         =   "☆物料到达电动☆☆机后电动机传☆☆料M1灯亮    ☆"
  925.       ForeColor       =   &H000000FF&
  926.       Height          =   615
  927.       Left            =   240
  928.       TabIndex        =   53
  929.       Top             =   5400
  930.       Width           =   1455
  931.    End
  932.    Begin VB.Line Line51 
  933.       BorderColor     =   &H000000FF&
  934.       X1              =   1560
  935.       X2              =   2280
  936.       Y1              =   2640
  937.       Y2              =   3120
  938.    End
  939.    Begin VB.Line Line50 
  940.       BorderColor     =   &H000000FF&
  941.       X1              =   1560
  942.       X2              =   1920
  943.       Y1              =   2640
  944.       Y2              =   3120
  945.    End
  946.    Begin VB.Line Line49 
  947.       BorderColor     =   &H000000FF&
  948.       X1              =   1440
  949.       X2              =   1920
  950.       Y1              =   3120
  951.       Y2              =   3120
  952.    End
  953.    Begin VB.Line Line48 
  954.       BorderColor     =   &H000000FF&
  955.       X1              =   2280
  956.       X2              =   3120
  957.       Y1              =   3120
  958.       Y2              =   3120
  959.    End
  960.    Begin VB.Line Line47 
  961.       BorderColor     =   &H000000FF&
  962.       X1              =   1440
  963.       X2              =   1440
  964.       Y1              =   3120
  965.       Y2              =   3960
  966.    End
  967.    Begin VB.Line Line46 
  968.       BorderColor     =   &H000000FF&
  969.       X1              =   3120
  970.       X2              =   3120
  971.       Y1              =   3120
  972.       Y2              =   3960
  973.    End
  974.    Begin VB.Line Line45 
  975.       BorderColor     =   &H000000FF&
  976.       X1              =   1440
  977.       X2              =   3120
  978.       Y1              =   3960
  979.       Y2              =   3960
  980.    End
  981.    Begin VB.Label Label22 
  982.       Caption         =   "☆物料配完后打☆☆开阀门出料D2☆☆灯亮        ☆"
  983.       ForeColor       =   &H000000FF&
  984.       Height          =   615
  985.       Left            =   1560
  986.       TabIndex        =   52
  987.       Top             =   3240
  988.       Width           =   1455
  989.    End
  990.    Begin VB.Line Line44 
  991.       BorderColor     =   &H000000FF&
  992.       X1              =   4200
  993.       X2              =   3480
  994.       Y1              =   1920
  995.       Y2              =   1440
  996.    End
  997.    Begin VB.Line Line43 
  998.       BorderColor     =   &H000000FF&
  999.       X1              =   3840
  1000.       X2              =   3480
  1001.       Y1              =   1920
  1002.       Y2              =   1440
  1003.    End
  1004.    Begin VB.Line Line42 
  1005.       BorderColor     =   &H000000FF&
  1006.       X1              =   4200
  1007.       X2              =   4920
  1008.       Y1              =   1920
  1009.       Y2              =   1920
  1010.    End
  1011.    Begin VB.Line Line41 
  1012.       BorderColor     =   &H000000FF&
  1013.       X1              =   3240
  1014.       X2              =   3840
  1015.       Y1              =   1920
  1016.       Y2              =   1920
  1017.    End
  1018.    Begin VB.Line Line40 
  1019.       BorderColor     =   &H000000FF&
  1020.       X1              =   3240
  1021.       X2              =   3240
  1022.       Y1              =   1920
  1023.       Y2              =   2880
  1024.    End
  1025.    Begin VB.Line Line39 
  1026.       BorderColor     =   &H000000FF&
  1027.       X1              =   4920
  1028.       X2              =   4920
  1029.       Y1              =   1920
  1030.       Y2              =   2880
  1031.    End
  1032.    Begin VB.Line Line38 
  1033.       BorderColor     =   &H000000FF&
  1034.       X1              =   3240
  1035.       X2              =   4920
  1036.       Y1              =   2880
  1037.       Y2              =   2880
  1038.    End
  1039.    Begin VB.Label Label21 
  1040.       Caption         =   "☆物料进入容器☆☆当物料填满后☆☆容器配料D3灯☆☆亮并显示进度☆"
  1041.       ForeColor       =   &H000000FF&
  1042.       Height          =   735
  1043.       Left            =   3360
  1044.       TabIndex        =   51
  1045.       Top             =   2040
  1046.       Width           =   1455
  1047.    End
  1048.    Begin VB.Line Line37 
  1049.       BorderColor     =   &H000000FF&
  1050.       X1              =   6960
  1051.       X2              =   6240
  1052.       Y1              =   1080
  1053.       Y2              =   600
  1054.    End
  1055.    Begin VB.Line Line36 
  1056.       BorderColor     =   &H000000FF&
  1057.       X1              =   6240
  1058.       X2              =   6600
  1059.       Y1              =   600
  1060.       Y2              =   1080
  1061.    End
  1062.    Begin VB.Line Line35 
  1063.       BorderColor     =   &H000000FF&
  1064.       X1              =   6000
  1065.       X2              =   6600
  1066.       Y1              =   1080
  1067.       Y2              =   1080
  1068.    End
  1069.    Begin VB.Line Line34 
  1070.       BorderColor     =   &H000000FF&
  1071.       X1              =   7680
  1072.       X2              =   7680
  1073.       Y1              =   1080
  1074.       Y2              =   2040
  1075.    End
  1076.    Begin VB.Line Line33 
  1077.       BorderColor     =   &H000000FF&
  1078.       X1              =   6000
  1079.       X2              =   6000
  1080.       Y1              =   1080
  1081.       Y2              =   2040
  1082.    End
  1083.    Begin VB.Line Line32 
  1084.       BorderColor     =   &H000000FF&
  1085.       X1              =   6000
  1086.       X2              =   7680
  1087.       Y1              =   2040
  1088.       Y2              =   2040
  1089.    End
  1090.    Begin VB.Line Line31 
  1091.       BorderColor     =   &H000000FF&
  1092.       X1              =   6960
  1093.       X2              =   7680
  1094.       Y1              =   1080
  1095.       Y2              =   1080
  1096.    End
  1097.    Begin VB.Label Label20 
  1098.       Caption         =   "☆根据系统操作☆☆员提供的数据☆☆物料进料D4灯☆☆亮直到容器满☆"
  1099.       ForeColor       =   &H000000FF&
  1100.       Height          =   735
  1101.       Left            =   6120
  1102.       TabIndex        =   50
  1103.       Top             =   1200
  1104.       Width           =   1455
  1105.    End
  1106.    Begin VB.Line Line30 
  1107.       BorderColor     =   &H000000FF&
  1108.       X1              =   10680
  1109.       X2              =   11160
  1110.       Y1              =   1440
  1111.       Y2              =   960
  1112.    End
  1113.    Begin VB.Line Line29 
  1114.       BorderColor     =   &H000000FF&
  1115.       X1              =   10320
  1116.       X2              =   11160
  1117.       Y1              =   1440
  1118.       Y2              =   960
  1119.    End
  1120.    Begin VB.Line Line28 
  1121.       BorderColor     =   &H000000FF&
  1122.       X1              =   11280
  1123.       X2              =   10680
  1124.       Y1              =   1440
  1125.       Y2              =   1440
  1126.    End
  1127.    Begin VB.Line Line27 
  1128.       BorderColor     =   &H000000FF&
  1129.       X1              =   11280
  1130.       X2              =   11280
  1131.       Y1              =   1440
  1132.       Y2              =   2400
  1133.    End
  1134.    Begin VB.Line Line26 
  1135.       BorderColor     =   &H000000FF&
  1136.       X1              =   9600
  1137.       X2              =   9600
  1138.       Y1              =   1440
  1139.       Y2              =   2400
  1140.    End
  1141.    Begin VB.Line Line25 
  1142.       BorderColor     =   &H000000FF&
  1143.       X1              =   9600
  1144.       X2              =   11280
  1145.       Y1              =   2400
  1146.       Y2              =   2400
  1147.    End
  1148.    Begin VB.Line Line24 
  1149.       BorderColor     =   &H000000FF&
  1150.       X1              =   9600
  1151.       X2              =   10320
  1152.       Y1              =   1440
  1153.       Y2              =   1440
  1154.    End
  1155.    Begin VB.Label Label19 
  1156.       Caption         =   "☆小车进入装料☆☆位置系统操作☆☆员选择要生产☆☆的产品和原料☆"
  1157.       ForeColor       =   &H000000FF&
  1158.       Height          =   735
  1159.       Left            =   9720
  1160.       TabIndex        =   49
  1161.       Top             =   1560
  1162.       Width           =   1455
  1163.    End
  1164.    Begin VB.Label Label18 
  1165.       Caption         =   "☆小车装满后离☆☆开位置SQ2-ON☆☆同时 D1灯 亮☆"
  1166.       ForeColor       =   &H000000FF&
  1167.       Height          =   615
  1168.       Left            =   9240
  1169.       TabIndex        =   48
  1170.       Top             =   6960
  1171.       Width           =   1455
  1172.    End
  1173.    Begin VB.Line Line23 
  1174.       BorderColor     =   &H000000FF&
  1175.       X1              =   9960
  1176.       X2              =   9120
  1177.       Y1              =   7680
  1178.       Y2              =   8040
  1179.    End
  1180.    Begin VB.Line Line22 
  1181.       BorderColor     =   &H000000FF&
  1182.       X1              =   9600
  1183.       X2              =   9120
  1184.       Y1              =   7680
  1185.       Y2              =   8040
  1186.    End
  1187.    Begin VB.Line Line21 
  1188.       BorderColor     =   &H000000FF&
  1189.       X1              =   9120
  1190.       X2              =   9600
  1191.       Y1              =   7680
  1192.       Y2              =   7680
  1193.    End
  1194.    Begin VB.Line Line20 
  1195.       BorderColor     =   &H000000FF&
  1196.       X1              =   9120
  1197.       X2              =   9120
  1198.       Y1              =   6840
  1199.       Y2              =   7680
  1200.    End
  1201.    Begin VB.Line Line19 
  1202.       BorderColor     =   &H000000FF&
  1203.       X1              =   10800
  1204.       X2              =   10800
  1205.       Y1              =   6840
  1206.       Y2              =   7680
  1207.    End
  1208.    Begin VB.Line Line7 
  1209.       BorderColor     =   &H000000FF&
  1210.       X1              =   9960
  1211.       X2              =   10800
  1212.       Y1              =   7680
  1213.       Y2              =   7680
  1214.    End
  1215.    Begin VB.Line Line6 
  1216.       BorderColor     =   &H000000FF&
  1217.       X1              =   9120
  1218.       X2              =   10800
  1219.       Y1              =   6840
  1220.       Y2              =   6840
  1221.    End
  1222.    Begin VB.Label Label17 
  1223.       Caption         =   "☆系统启动后小☆☆车开进位置进☆☆行装料SQ1-ON☆"
  1224.       ForeColor       =   &H000000FF&
  1225.       Height          =   615
  1226.       Left            =   9240
  1227.       TabIndex        =   47
  1228.       Top             =   6960
  1229.       Width           =   1455
  1230.    End
  1231.    Begin VB.Label Label4 
  1232.       Caption         =   "传感器-->"
  1233.       ForeColor       =   &H000000FF&
  1234.       Height          =   255
  1235.       Left            =   7080
  1236.       TabIndex        =   46
  1237.       Top             =   8880
  1238.       Width           =   855
  1239.    End
  1240.    Begin VB.Label Label16 
  1241.       Caption         =   "<--容器配料进度显示"
  1242.       ForeColor       =   &H000000FF&
  1243.       Height          =   255
  1244.       Left            =   3120
  1245.       TabIndex        =   45
  1246.       Top             =   1920
  1247.       Width           =   1815
  1248.    End
  1249.    Begin VB.Label Label12 
  1250.       Caption         =   "代表系统运行态"
  1251.       ForeColor       =   &H0000FFFF&
  1252.       Height          =   255
  1253.       Left            =   840
  1254.       TabIndex        =   27
  1255.       Top             =   6960
  1256.       Width           =   1335
  1257.    End
  1258.    Begin VB.Label Label11 
  1259.       BackColor       =   &H0000FFFF&
  1260.       Caption         =   "黄色"
  1261.       Height          =   375
  1262.       Left            =   240
  1263.       TabIndex        =   26
  1264.       Top             =   6840
  1265.       Width           =   375
  1266.    End
  1267.    Begin VB.Label Label10 
  1268.       Caption         =   "额外要求"
  1269.       ForeColor       =   &H0000FF00&
  1270.       Height          =   255
  1271.       Left            =   720
  1272.       TabIndex        =   23
  1273.       Top             =   9120
  1274.       Width           =   1455
  1275.    End
  1276.    Begin VB.Label Label9 
  1277.       BackColor       =   &H0000C000&
  1278.       Caption         =   "绿色"
  1279.       Height          =   375
  1280.       Left            =   240
  1281.       TabIndex        =   22
  1282.       Top             =   9000
  1283.       Width           =   375
  1284.    End
  1285.    Begin VB.Label Label8 
  1286.       Caption         =   "代表系统的终态"
  1287.       ForeColor       =   &H000000FF&
  1288.       Height          =   255
  1289.       Left            =   720
  1290.       TabIndex        =   21
  1291.       Top             =   8400
  1292.       Width           =   1455
  1293.    End
  1294.    Begin VB.Label Label7 
  1295.       BackColor       =   &H000000FF&
  1296.       Caption         =   "红色"
  1297.       Height          =   375
  1298.       Left            =   240
  1299.       TabIndex        =   20
  1300.       Top             =   8280
  1301.       Width           =   375
  1302.    End
  1303.    Begin VB.Label Label6 
  1304.       Caption         =   "代表系统初始状态"
  1305.       ForeColor       =   &H000080FF&
  1306.       Height          =   255
  1307.       Left            =   720
  1308.       TabIndex        =   19
  1309.       Top             =   7680
  1310.       Width           =   1455
  1311.    End
  1312.    Begin VB.Label Label5 
  1313.       BackColor       =   &H000080FF&
  1314.       Caption         =   "橙色"
  1315.       Height          =   375
  1316.       Left            =   240
  1317.       TabIndex        =   18
  1318.       Top             =   7560
  1319.       Width           =   375
  1320.    End
  1321.    Begin VB.Label M4 
  1322.       BackColor       =   &H000080FF&
  1323.       Caption         =   "M4"
  1324.       Height          =   375
  1325.       Left            =   6360
  1326.       TabIndex        =   17
  1327.       Top             =   7200
  1328.       Width           =   375
  1329.    End
  1330.    Begin VB.Label M3 
  1331.       BackColor       =   &H000080FF&
  1332.       Caption         =   "M3"
  1333.       Height          =   375
  1334.       Left            =   4200
  1335.       TabIndex        =   16
  1336.       Top             =   6240
  1337.       Width           =   375
  1338.    End
  1339.    Begin VB.Label M2 
  1340.       BackColor       =   &H000080FF&
  1341.       Caption         =   "M2"
  1342.       Height          =   375
  1343.       Left            =   2160
  1344.       TabIndex        =   15
  1345.       Top             =   5280
  1346.       Width           =   375
  1347.    End
  1348.    Begin VB.Label M1 
  1349.       BackColor       =   &H000080FF&
  1350.       Caption         =   "M1"
  1351.       Height          =   375
  1352.       Left            =   0
  1353.       TabIndex        =   14
  1354.       Top             =   4320
  1355.       Width           =   375
  1356.    End
  1357.    Begin VB.Label D4 
  1358.       BackColor       =   &H000080FF&
  1359.       Caption         =   "D4灯"
  1360.       Height          =   375
  1361.       Left            =   7200
  1362.       TabIndex        =   11
  1363.       Top             =   600
  1364.       Width           =   375
  1365.    End
  1366.    Begin VB.Label D3 
  1367.       BackColor       =   &H000080FF&
  1368.       Caption         =   "D3灯"
  1369.       Height          =   375
  1370.       Left            =   3240
  1371.       TabIndex        =   10
  1372.       Top             =   1080
  1373.       Width           =   375
  1374.    End
  1375.    Begin VB.Label D2 
  1376.       BackColor       =   &H000080FF&
  1377.       Caption         =   "D2灯"
  1378.       Height          =   375
  1379.       Left            =   360
  1380.       TabIndex        =   9
  1381.       Top             =   2400
  1382.       Width           =   375
  1383.    End
  1384.    Begin VB.Label D1 
  1385.       BackColor       =   &H000080FF&
  1386.       Caption         =   "D1灯"
  1387.       Height          =   375
  1388.       Left            =   8760
  1389.       TabIndex        =   8
  1390.       Top             =   9120
  1391.       Width           =   375
  1392.    End
  1393.    Begin VB.Label L2 
  1394.       BackColor       =   &H000000FF&
  1395.       Caption         =   "L2"
  1396.       Height          =   375
  1397.       Left            =   10680
  1398.       TabIndex        =   7
  1399.       Top             =   9120
  1400.       Width           =   375
  1401.    End
  1402.    Begin VB.Label L1 
  1403.       BackColor       =   &H0000C000&
  1404.       Caption         =   "L1灯"
  1405.       Height          =   375
  1406.       Left            =   9960
  1407.       TabIndex        =   6
  1408.       Top             =   9120
  1409.       Width           =   375
  1410.    End
  1411.    Begin VB.Line Line18 
  1412.       X1              =   9840
  1413.       X2              =   9840
  1414.       Y1              =   8880
  1415.       Y2              =   9000
  1416.    End
  1417.    Begin VB.Line Line17 
  1418.       X1              =   8040
  1419.       X2              =   8040
  1420.       Y1              =   8880
  1421.       Y2              =   9000
  1422.    End
  1423.    Begin VB.Line Line16 
  1424.       X1              =   8040
  1425.       X2              =   9840
  1426.       Y1              =   9000
  1427.       Y2              =   9000
  1428.    End
  1429.    Begin VB.Line Line15 
  1430.       X1              =   8040
  1431.       X2              =   9840
  1432.       Y1              =   8880
  1433.       Y2              =   8880
  1434.    End
  1435.    Begin VB.Label Label3 
  1436.       Caption         =   "<--出料口"
  1437.       ForeColor       =   &H000000FF&
  1438.       Height          =   255
  1439.       Left            =   1440
  1440.       TabIndex        =   5
  1441.       Top             =   2280
  1442.       Width           =   975
  1443.    End
  1444.    Begin VB.Label Label2 
  1445.       Caption         =   "<--进料口"
  1446.       ForeColor       =   &H000000FF&
  1447.       Height          =   255
  1448.       Left            =   6480
  1449.       TabIndex        =   4
  1450.       Top             =   120
  1451.       Width           =   1095
  1452.    End
  1453.    Begin VB.Line Line14 
  1454.       X1              =   6360
  1455.       X2              =   6360
  1456.       Y1              =   0
  1457.       Y2              =   480
  1458.    End
  1459.    Begin VB.Line Line13 
  1460.       X1              =   6240
  1461.       X2              =   6240
  1462.       Y1              =   0
  1463.       Y2              =   480
  1464.    End
  1465.    Begin VB.Line Line12 
  1466.       X1              =   840
  1467.       X2              =   1320
  1468.       Y1              =   3480
  1469.       Y2              =   3480
  1470.    End
  1471.    Begin VB.Line Line11 
  1472.       X1              =   840
  1473.       X2              =   1320
  1474.       Y1              =   3600
  1475.       Y2              =   3600
  1476.    End
  1477.    Begin VB.Line Line10 
  1478.       X1              =   6360
  1479.       X2              =   3120
  1480.       Y1              =   0
  1481.       Y2              =   0
  1482.    End
  1483.    Begin VB.Line Line9 
  1484.       X1              =   1320
  1485.       X2              =   1320
  1486.       Y1              =   2160
  1487.       Y2              =   3600
  1488.    End
  1489.    Begin VB.Line Line8 
  1490.       X1              =   840
  1491.       X2              =   840
  1492.       Y1              =   2160
  1493.       Y2              =   3600
  1494.    End
  1495.    Begin VB.Line Line5 
  1496.       X1              =   3120
  1497.       X2              =   3120
  1498.       Y1              =   480
  1499.       Y2              =   1920
  1500.    End
  1501.    Begin VB.Line Line4 
  1502.       X1              =   6360
  1503.       X2              =   3120
  1504.       Y1              =   480
  1505.       Y2              =   480
  1506.    End
  1507.    Begin VB.Label Label1 
  1508.       Caption         =   "容器"
  1509.       ForeColor       =   &H000000FF&
  1510.       Height          =   1815
  1511.       Left            =   0
  1512.       TabIndex        =   3
  1513.       Top             =   0
  1514.       Width           =   3015
  1515.    End
  1516.    Begin VB.Image imgRoll1 
  1517.       Appearance      =   0  'Flat
  1518.       Height          =   435
  1519.       Left            =   360
  1520.       Picture         =   "frmView.frx":1088
  1521.       Stretch         =   -1  'True
  1522.       Top             =   4320
  1523.       Width           =   2220
  1524.    End
  1525.    Begin VB.Image imgRoll2 
  1526.       Appearance      =   0  'Flat
  1527.       Height          =   435
  1528.       Left            =   2520
  1529.       Picture         =   "frmView.frx":78F0
  1530.       Stretch         =   -1  'True
  1531.       Top             =   5280
  1532.       Width           =   2220
  1533.    End
  1534.    Begin VB.Image imgRoll3 
  1535.       Appearance      =   0  'Flat
  1536.       Height          =   435
  1537.       Left            =   4560
  1538.       Picture         =   "frmView.frx":E158
  1539.       Stretch         =   -1  'True
  1540.       Top             =   6240
  1541.       Width           =   2220
  1542.    End
  1543.    Begin VB.Image imgRoll4 
  1544.       Appearance      =   0  'Flat
  1545.       Height          =   435
  1546.       Left            =   6720
  1547.       Picture         =   "frmView.frx":149C0
  1548.       Stretch         =   -1  'True
  1549.       Top             =   7200
  1550.       Width           =   2220
  1551.    End
  1552.    Begin VB.Line Line1 
  1553.       BorderWidth     =   2
  1554.       X1              =   2520
  1555.       X2              =   2880
  1556.       Y1              =   4680
  1557.       Y2              =   5280
  1558.    End
  1559.    Begin VB.Line Line2 
  1560.       BorderWidth     =   2
  1561.       X1              =   4680
  1562.       X2              =   5040
  1563.       Y1              =   5640
  1564.       Y2              =   6240
  1565.    End
  1566.    Begin VB.Line Line3 
  1567.       BorderWidth     =   2
  1568.       X1              =   6720
  1569.       X2              =   7080
  1570.       Y1              =   6600
  1571.       Y2              =   7200
  1572.    End
  1573.    Begin VB.Image imgres1 
  1574.       Height          =   450
  1575.       Left            =   5280
  1576.       Picture         =   "frmView.frx":1B228
  1577.       Top             =   0
  1578.       Width           =   975
  1579.    End
  1580.    Begin VB.Image imgmix1 
  1581.       Height          =   555
  1582.       Left            =   840
  1583.       Picture         =   "frmView.frx":1B91E
  1584.       Stretch         =   -1  'True
  1585.       Top             =   2160
  1586.       Width           =   465
  1587.    End
  1588.    Begin VB.Menu popMenu 
  1589.       Caption         =   ""
  1590.       Visible         =   0   'False
  1591.       Begin VB.Menu wait 
  1592.          Caption         =   "您的程序已暂停"
  1593.       End
  1594.    End
  1595. End
  1596. Attribute VB_Name = "frmView"
  1597. Attribute VB_GlobalNameSpace = False
  1598. Attribute VB_Creatable = False
  1599. Attribute VB_PredeclaredId = True
  1600. Attribute VB_Exposed = False
  1601.   
  1602.   Dim ImageNo1% '当前第一个滚梯的位图编号
  1603.   Dim ImageNo2% '当前第二个滚梯的位图编号
  1604.   Dim ImageNo3% '当前第三个滚梯的位图编号
  1605.   Dim ImageNo4% '当前第四个滚梯的位图编号
  1606.   
  1607.   Dim a As Double
  1608.    
  1609.   Dim b As Double '小车做循环直线移动
  1610.   
  1611.   Dim c As Double
  1612.   
  1613.   Dim d As Double
  1614.   
  1615.   Dim x(100), Y(100), pace(100), size(100) As Integer
  1616.   
  1617. Private Sub cmbPro_Click()
  1618. If cmbPro.Text = "产品1" Then
  1619. Adodc1.RecordSource = "select * from 产品信息表 where Productname = '产品1'"
  1620. Adodc1.Refresh: Set DataGrid1.DataSource = Adodc1
  1621. Text2.Visible = True
  1622. Text3.Visible = True
  1623. ElseIf cmbPro.Text = "产品2" Then
  1624. Adodc1.RecordSource = "select * from 产品信息表 where Productname = '产品2'"
  1625. Adodc1.Refresh: Set DataGrid1.DataSource = Adodc1
  1626. Text2.Visible = True
  1627. Text3.Visible = True
  1628. ElseIf cmbPro.Text = "产品3" Then
  1629. Adodc1.RecordSource = "select * from 产品信息表 where Productname = '产品3'"
  1630. Adodc1.Refresh: Set DataGrid1.DataSource = Adodc1
  1631. Text2.Visible = True
  1632. Text3.Visible = True
  1633. End If
  1634. '提示(物料加工列表)
  1635. Label27.Visible = True
  1636. Line80.Visible = True
  1637. Line81.Visible = True
  1638. Line82.Visible = True
  1639. Line83.Visible = True
  1640. Line84.Visible = True
  1641. Line85.Visible = True
  1642. Line86.Visible = True
  1643. End Sub
  1644. Private Sub cmd_Click()
  1645. MonthView.Visible = True
  1646. End Sub
  1647. Private Sub cmdGive_Click()
  1648. 'ccrpProgressBar1.Max = Text2.Text + 20
  1649. Dim con As New ADODB.Connection
  1650. Adodc2.ConnectionString = "Provider = Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "dbmaterialinfo2007.mdb;Persist Security Info = False"
  1651. If Text2.Text = "" Or Text3.Text = "" Or cmbPro.Text = "选择产品" Or cmbMID.Text = "原料" Then
  1652.     MsgBox "请正确输入产品、产量信息、日期!", 48, "提示信息"
  1653. Else
  1654.     con.ConnectionString = "Provider = Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "dbmaterialinfo2007.mdb;Persist Security Info = False"
  1655.     con.Open
  1656.     Set Rs = con.Execute("insert into 物料加工表([Code],[Productname],[Volume1],[Day]) values('" + cmbPro.Text + "','" + cmbMID.Text + "','" + Text2 + "','" + Text3 + "')")
  1657.     con.Close
  1658.     
  1659. ccrpProgressBar1.Max = Text2.Text + 20
  1660. Timer9.Enabled = True
  1661. imgres1.Visible = True
  1662. '物料进料提示
  1663. Label20.Visible = True
  1664. Line31.Visible = True
  1665. Line32.Visible = True
  1666. Line33.Visible = True
  1667. Line34.Visible = True
  1668. Line35.Visible = True
  1669. Line36.Visible = True
  1670. Line37.Visible = True
  1671. End If
  1672. Adodc2.ConnectionString = "Provider = Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "dbmaterialinfo2007.mdb;Persist Security Info = False"
  1673. Adodc2.RecordSource = "select * from 物料加工表 order by ID"
  1674. Adodc2.Refresh
  1675. Set DataGrid2.DataSource = Adodc2
  1676. DataGrid2.Columns(0).Visible = False
  1677. 'Timer9.Enabled = True
  1678. 'imgres1.Visible = True
  1679. '提示框(提交物料)
  1680. Label19.Visible = False
  1681. Line24.Visible = False
  1682. Line25.Visible = False
  1683. Line26.Visible = False
  1684. Line27.Visible = False
  1685. Line28.Visible = False
  1686. Line29.Visible = False
  1687. Line30.Visible = False
  1688. '提示(物料加工列表)
  1689. Label27.Visible = False
  1690. Line80.Visible = False
  1691. Line81.Visible = False
  1692. Line82.Visible = False
  1693. Line83.Visible = False
  1694. Line84.Visible = False
  1695. Line85.Visible = False
  1696. Line86.Visible = False
  1697. '物料进料提示
  1698. 'Label20.Visible = True
  1699. 'Line31.Visible = True
  1700. 'Line32.Visible = True
  1701. 'Line33.Visible = True
  1702. 'Line34.Visible = True
  1703. 'Line35.Visible = True
  1704. 'Line36.Visible = True
  1705. 'Line37.Visible = True
  1706. End Sub
  1707. Private Sub cmdOver_Click()
  1708. MsgBox "<@>您的程序已经暂停,点击确定可以继续<@>"
  1709. End Sub
  1710. Private Sub cmdQuit_Click()
  1711. Text2.Text = ""
  1712. Text3.Text = ""
  1713. End Sub
  1714. Private Sub cmdRep_Click()
  1715. MonthView.Visible = False
  1716. Text2.Visible = False
  1717.   L1.BackColor = &H80FF&
  1718.   L2.BackColor = &H80FF&
  1719.   M1.BackColor = &H80FF&
  1720.   M2.BackColor = &H80FF&
  1721.   M3.BackColor = &H80FF&
  1722.   M4.BackColor = &H80FF&
  1723.   D1.BackColor = &H80FF&
  1724.   D2.BackColor = &H80FF&
  1725.   D3.BackColor = &H80FF&
  1726.   D4.BackColor = &H80FF&
  1727.   SQ1.Caption = "SQ1(OFF)"
  1728.   SQ2.Caption = "SQ2(OFF)"
  1729.   
  1730.   GoNow = False
  1731.   
  1732.   ImageNo1% = 1 '当前第一个滚梯的位图编号
  1733.   ImageNo2% = 2 '当前第二个滚梯的位图编号
  1734.   ImageNo3% = 3 '当前第三个滚梯的位图编号
  1735.   ImageNo4% = 4 '当前第四个滚梯的位图编号
  1736.   
  1737.   c = 0
  1738. '提示框 (小车)
  1739. Label17.Visible = False
  1740. Label18.Visible = False
  1741. Line6.Visible = False
  1742. Line7.Visible = False
  1743. Line19.Visible = False
  1744. Line20.Visible = False
  1745. Line21.Visible = False
  1746. Line22.Visible = False
  1747. Line23.Visible = False
  1748. '提示框(提交物料)
  1749. Label19.Visible = False
  1750. Line24.Visible = False
  1751. Line25.Visible = False
  1752. Line26.Visible = False
  1753. Line27.Visible = False
  1754. Line28.Visible = False
  1755. Line29.Visible = False
  1756. Line30.Visible = False
  1757. '提示(物料加工列表)
  1758. Label27.Visible = False
  1759. Line80.Visible = False
  1760. Line81.Visible = False
  1761. Line82.Visible = False
  1762. Line83.Visible = False
  1763. Line84.Visible = False
  1764. Line85.Visible = False
  1765. Line86.Visible = False
  1766. '物料进料提示
  1767. Label20.Visible = False
  1768. Line31.Visible = False
  1769. Line32.Visible = False
  1770. Line33.Visible = False
  1771. Line34.Visible = False
  1772. Line35.Visible = False
  1773. Line36.Visible = False
  1774. Line37.Visible = False
  1775. '容器提示信息
  1776. Label21.Visible = False
  1777. Line38.Visible = False
  1778. Line39.Visible = False
  1779. Line40.Visible = False
  1780. Line41.Visible = False
  1781. Line42.Visible = False
  1782. Line43.Visible = False
  1783. Line44.Visible = False
  1784. '物料出料提示
  1785. Label22.Visible = False
  1786. Line45.Visible = False
  1787. Line46.Visible = False
  1788. Line47.Visible = False
  1789. Line48.Visible = False
  1790. Line49.Visible = False
  1791. Line50.Visible = False
  1792. Line51.Visible = False
  1793. 'c传送带1的提示信息
  1794. Label23.Visible = False
  1795. Line52.Visible = False
  1796. Line53.Visible = False
  1797. Line54.Visible = False
  1798. Line55.Visible = False
  1799. Line56.Visible = False
  1800. Line57.Visible = False
  1801. Line58.Visible = False
  1802. '传送带2的提示
  1803. Label24.Visible = False
  1804. Line59.Visible = False
  1805. Line60.Visible = False
  1806. Line61.Visible = False
  1807. Line62.Visible = False
  1808. Line63.Visible = False
  1809. Line64.Visible = False
  1810. Line65.Visible = False
  1811. '传送带3的提示
  1812. Label25.Visible = False
  1813. Line66.Visible = False
  1814. Line67.Visible = False
  1815. Line68.Visible = False
  1816. Line69.Visible = False
  1817. Line70.Visible = False
  1818. Line71.Visible = False
  1819. Line72.Visible = False
  1820. '传送带4的提示
  1821. Label26.Visible = False
  1822. Line73.Visible = False
  1823. Line74.Visible = False
  1824. Line75.Visible = False
  1825. Line76.Visible = False
  1826. Line77.Visible = False
  1827. Line78.Visible = False
  1828. Line79.Visible = False
  1829. '还原跟小车有关的属性
  1830. picCar.Left = 9960
  1831. picCar.Top = 8040
  1832. picCar.Picture = LoadPicture(App.Path & "imgmaincar1.GIF")
  1833. '还原跟物料添加有关的属性
  1834. imgres1.Left = 5280
  1835. imgres1.Top = 0
  1836. '物料出料的相关属性
  1837. imgmix1.Left = 840
  1838. imgmix1.Top = 2160
  1839. End Sub
  1840. Private Sub Form_Load()
  1841. imgres1.Visible = False
  1842. imgmix1.Visible = False
  1843. MonthView.Visible = False
  1844. Text2.Visible = False
  1845. Dim ChangeRate As Variant
  1846. Dim ChangeRate1 As Variant
  1847. ChangeRate = Array("产品1", "产品2", "产品3")
  1848. ChangeRate1 = Array("600005", "600037", "600088", "600228", "600253", "600283", "600513", "600775", "600789")
  1849. For i = 0 To 2
  1850.      cmbPro.AddItem ChangeRate(i)
  1851. Next i
  1852. For i = 0 To 8
  1853.      cmbMID.AddItem ChangeRate1(i)
  1854. Next i
  1855. Adodc1.ConnectionString = "Provider = Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "dbmaterialinfo2007.mdb;Persist Security Info = False"
  1856. Adodc2.ConnectionString = "Provider = Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "dbmaterialinfo2007.mdb;Persist Security Info = False"
  1857.   L1.BackColor = &H80FF&
  1858.   L2.BackColor = &H80FF&
  1859.   M1.BackColor = &H80FF&
  1860.   M2.BackColor = &H80FF&
  1861.   M3.BackColor = &H80FF&
  1862.   M4.BackColor = &H80FF&
  1863.   D1.BackColor = &H80FF&
  1864.   D2.BackColor = &H80FF&
  1865.   D3.BackColor = &H80FF&
  1866.   D4.BackColor = &H80FF&
  1867.   SQ1.Caption = "SQ1(OFF)"
  1868.   SQ2.Caption = "SQ2(OFF)"
  1869.   
  1870.   GoNow = False
  1871.   
  1872.   ImageNo1% = 1 '当前第一个滚梯的位图编号
  1873.   ImageNo2% = 2 '当前第二个滚梯的位图编号
  1874.   ImageNo3% = 3 '当前第三个滚梯的位图编号
  1875.   ImageNo4% = 4 '当前第四个滚梯的位图编号
  1876.   
  1877.   c = 0
  1878.   
  1879. '提示框 (小车)
  1880. Label17.Visible = False
  1881. Label18.Visible = False
  1882. Line6.Visible = False
  1883. Line7.Visible = False
  1884. Line19.Visible = False
  1885. Line20.Visible = False
  1886. Line21.Visible = False
  1887. Line22.Visible = False
  1888. Line23.Visible = False
  1889. '提示框(提交物料)
  1890. Label19.Visible = False
  1891. Line24.Visible = False
  1892. Line25.Visible = False
  1893. Line26.Visible = False
  1894. Line27.Visible = False
  1895. Line28.Visible = False
  1896. Line29.Visible = False
  1897. Line30.Visible = False
  1898. '提示(物料加工列表)
  1899. Label27.Visible = False
  1900. Line80.Visible = False
  1901. Line81.Visible = False
  1902. Line82.Visible = False
  1903. Line83.Visible = False
  1904. Line84.Visible = False
  1905. Line85.Visible = False
  1906. Line86.Visible = False
  1907. '物料进料提示
  1908. Label20.Visible = False
  1909. Line31.Visible = False
  1910. Line32.Visible = False
  1911. Line33.Visible = False
  1912. Line34.Visible = False
  1913. Line35.Visible = False
  1914. Line36.Visible = False
  1915. Line37.Visible = False
  1916. '容器提示信息
  1917. Label21.Visible = False
  1918. Line38.Visible = False
  1919. Line39.Visible = False
  1920. Line40.Visible = False
  1921. Line41.Visible = False
  1922. Line42.Visible = False
  1923. Line43.Visible = False
  1924. Line44.Visible = False
  1925. '物料出料提示
  1926. Label22.Visible = False
  1927. Line45.Visible = False
  1928. Line46.Visible = False
  1929. Line47.Visible = False
  1930. Line48.Visible = False
  1931. Line49.Visible = False
  1932. Line50.Visible = False
  1933. Line51.Visible = False
  1934. 'c传送带1的提示信息
  1935. Label23.Visible = False
  1936. Line52.Visible = False
  1937. Line53.Visible = False
  1938. Line54.Visible = False
  1939. Line55.Visible = False
  1940. Line56.Visible = False
  1941. Line57.Visible = False
  1942. Line58.Visible = False
  1943. '传送带2的提示
  1944. Label24.Visible = False
  1945. Line59.Visible = False
  1946. Line60.Visible = False
  1947. Line61.Visible = False
  1948. Line62.Visible = False
  1949. Line63.Visible = False
  1950. Line64.Visible = False
  1951. Line65.Visible = False
  1952. '传送带3的提示
  1953. Label25.Visible = False
  1954. Line66.Visible = False
  1955. Line67.Visible = False
  1956. Line68.Visible = False
  1957. Line69.Visible = False
  1958. Line70.Visible = False
  1959. Line71.Visible = False
  1960. Line72.Visible = False
  1961. '传送带4的提示
  1962. Label26.Visible = False
  1963. Line73.Visible = False
  1964. Line74.Visible = False
  1965. Line75.Visible = False
  1966. Line76.Visible = False
  1967. Line77.Visible = False
  1968. Line78.Visible = False
  1969. Line79.Visible = False
  1970. End Sub
  1971. Private Sub Form_Activate()
  1972. Randomize
  1973. For i = 1 To 100
  1974. X1 = Int(Label1.Width * Rnd)
  1975. Y1 = Int(Label1.Height * Rnd)
  1976. pace1 = Int(500 - (Int(Rnd * 499)))
  1977. size1 = 25 * Rnd
  1978. x(i) = X1
  1979. Y(i) = Y1
  1980. pace(i) = pace1
  1981. size(i) = size1
  1982. Next
  1983. End Sub
  1984. Private Sub Form_MouseUp(Button As Integer, Shift As Integer, x As Single, Y As Single)
  1985.  If Button = vbRightButton Then
  1986.     frmMain.PopupMenu popMenu
  1987.  End If
  1988. End Sub
  1989. Private Sub Text2_KeyPress(KeyAscii As Integer)
  1990.         Select Case KeyAscii
  1991.         Case Asc("0") To Asc("9"), vbKeyBack
  1992.                 'text Change
  1993.         Case Else
  1994.                 KeyAscii = 0
  1995.         End Select
  1996. End Sub
  1997. Private Sub wait_Click()
  1998. wait.Checked = Not wait.Checked
  1999. End Sub
  2000. Private Sub cmdStart_Click() '启动按钮
  2001.       Timer8.Enabled = True
  2002.       L1.BackColor = &HC000&
  2003.       D1.BackColor = &HFFFF&
  2004. End Sub
  2005. Private Sub MonthView_DateClick(ByVal DateClicked As Date)
  2006.   Text3.Text = MonthView.Value
  2007.   MonthView.Visible = False
  2008. End Sub
  2009. Private Sub Text3_LostFocus()
  2010.     If Trim(Text3.Text) = "" Then
  2011.         MsgBox "请输入日期!", 48, "提示"
  2012.         Text3.SetFocus
  2013.     Else
  2014.         If Not IsDate(Text3.Text) Then
  2015.             MsgBox "请输入日期型格式!", 48, "提示"
  2016.             Text3.SetFocus
  2017.         Else
  2018.             Text3.Text = Format(Text3.Text, "yyyy-mm-dd")
  2019.         End If
  2020.     End If
  2021. End Sub
  2022. Private Sub Timer1_Timer()
  2023.   Open App.Path & "txt容器模块代码.txt" For Input As #1
  2024.   Do While Not EOF(1)
  2025.      Line Input #1, aspect$ '一行一行读入
  2026.      whole$ = whole$ + aspect$ + Chr$(13) + Chr$(10)
  2027.   Loop
  2028.   Text1.Text = whole$
  2029.   Close #1
  2030.   
  2031. D3.BackColor = &HFFFF&
  2032. Static nTimes As Integer
  2033. nTimes = nTimes + 1
  2034. Debug.Print nTimes
  2035. If nTimes = ccrpProgressBar1.Max Then
  2036. nTimes = nTimes - ccrpProgressBar1.Max
  2037. imgmix1.Visible = True
  2038. Timer1.Enabled = False
  2039. Timer2.Enabled = True
  2040. D3.BackColor = &HFF&
  2041. Label3.Caption = "<--开始出料"
  2042. End If
  2043. ccrpProgressBar1.Value = nTimes
  2044. For i = 1 To 100
  2045. Circle (x(i), Y(i)), size(i), BackColor
  2046. Y(i) = Y(i) + pace(i)
  2047. If Y(i) >= Label1.Height Then Y(i) = 0: x(i) = Int(Label1.Width * Rnd)
  2048. Circle (x(i), Y(i)), size(i)
  2049. Next
  2050. '物料进料提示
  2051. Label20.Visible = False
  2052. Line31.Visible = False
  2053. Line32.Visible = False
  2054. Line33.Visible = False
  2055. Line34.Visible = False
  2056. Line35.Visible = False
  2057. Line36.Visible = False
  2058. Line37.Visible = False
  2059. '容器提示信息
  2060. Label21.Visible = True
  2061. Line38.Visible = True
  2062. Line39.Visible = True
  2063. Line40.Visible = True
  2064. Line41.Visible = True
  2065. Line42.Visible = True
  2066. Line43.Visible = True
  2067. Line44.Visible = True
  2068. End Sub
  2069. Private Sub Timer10_Timer()
  2070. '提示框 (小车)
  2071. Label17.Visible = False
  2072. Label18.Visible = False
  2073. Line6.Visible = False
  2074. Line7.Visible = False
  2075. Line19.Visible = False
  2076. Line20.Visible = False
  2077. Line21.Visible = False
  2078. Line22.Visible = False
  2079. Line23.Visible = False
  2080. End Sub
  2081. Private Sub Timer2_Timer()
  2082.   Open App.Path & "txt物料出料模块代码.txt" For Input As #1
  2083.   Do While Not EOF(1)
  2084.      Line Input #1, aspect$ '一行一行读入
  2085.      whole$ = whole$ + aspect$ + Chr$(13) + Chr$(10)
  2086.   Loop
  2087.   Text1.Text = whole$
  2088.   Close #1
  2089.   
  2090. D2.BackColor = &HFFFF&
  2091. Static xTimes As Integer
  2092. xTimes = xTimes + 1
  2093. Debug.Print xTimes
  2094. If xTimes = 8 Then
  2095. xTimes = xTimes - 8
  2096. Timer2.Enabled = False
  2097. Timer3.Enabled = True
  2098. imgmix1.Visible = False
  2099. D2.BackColor = &HFF&
  2100. End If
  2101.    imgmix1.Top = imgmix1.Top + 220
  2102.    
  2103. '容器提示信息
  2104. Label21.Visible = False
  2105. Line38.Visible = False
  2106. Line39.Visible = False
  2107. Line40.Visible = False
  2108. Line41.Visible = False
  2109. Line42.Visible = False
  2110. Line43.Visible = False
  2111. Line44.Visible = False
  2112. '物料出料提示
  2113. Label22.Visible = True
  2114. Line45.Visible = True
  2115. Line46.Visible = True
  2116. Line47.Visible = True
  2117. Line48.Visible = True
  2118. Line49.Visible = True
  2119. Line50.Visible = True
  2120. Line51.Visible = True
  2121. Line52.Visible = True
  2122. End Sub
  2123. Private Sub Timer3_Timer() 'Timer事件
  2124.   Open App.Path & "txt传送带模块代码.txt" For Input As #1
  2125.   Do While Not EOF(1)
  2126.      Line Input #1, aspect$ '一行一行读入
  2127.      whole$ = whole$ + aspect$ + Chr$(13) + Chr$(10)
  2128.   Loop
  2129.   Text1.Text = whole$
  2130.   Close #1
  2131.   
  2132.    M1.BackColor = &HFFFF&
  2133.    ImageNo1% = ImageNo1% + 1 '动画下一帧
  2134.    If ImageNo1% > 8 Then '如果动画已到最后一帧,则
  2135.    ImageNo1% = 0 '再从第一帧开始
  2136.    Timer3.Enabled = False
  2137.    Timer4.Enabled = True
  2138.    M1.BackColor = &HFF&
  2139.    End If
  2140.    imgRoll1.Picture = LoadPicture(App.Path & "imgroll1roll" & ImageNo1% & ".jpg")
  2141. '物料出料提示
  2142. Label22.Visible = False
  2143. Line45.Visible = False
  2144. Line46.Visible = False
  2145. Line47.Visible = False
  2146. Line48.Visible = False
  2147. Line49.Visible = False
  2148. Line50.Visible = False
  2149. Line51.Visible = False
  2150. '传送带1的提示
  2151. Label23.Visible = True
  2152. Line52.Visible = True
  2153. Line53.Visible = True
  2154. Line54.Visible = True
  2155. Line55.Visible = True
  2156. Line56.Visible = True
  2157. Line57.Visible = True
  2158. Line58.Visible = True
  2159. End Sub
  2160. Private Sub Timer4_Timer()
  2161.   Open App.Path & "txt传送带模块代码.txt" For Input As #1
  2162.   Do While Not EOF(1)
  2163.      Line Input #1, aspect$ '一行一行读入
  2164.      whole$ = whole$ + aspect$ + Chr$(13) + Chr$(10)
  2165.   Loop
  2166.   Text1.Text = whole$
  2167.   Close #1
  2168.   
  2169.    M2.BackColor = &HFFFF&
  2170.    ImageNo2% = ImageNo2% + 1 '动画下一帧
  2171.    If ImageNo2% > 8 Then '如果动画已到最后一帧,则
  2172.    ImageNo2% = 0 '再从第一帧开始
  2173.    Timer4.Enabled = False
  2174.    Timer5.Enabled = True
  2175.    M2.BackColor = &HFF&
  2176.    End If
  2177.    imgRoll2.Picture = LoadPicture(App.Path & "imgroll2roll" & ImageNo2% & ".jpg")
  2178.    
  2179. 'c传送带1的提示信息
  2180. Label23.Visible = False
  2181. Line52.Visible = False
  2182. Line53.Visible = False
  2183. Line54.Visible = False
  2184. Line55.Visible = False
  2185. Line56.Visible = False
  2186. Line57.Visible = False
  2187. Line58.Visible = False
  2188. '传送带2的提示
  2189. Label24.Visible = True
  2190. Line59.Visible = True
  2191. Line60.Visible = True
  2192. Line61.Visible = True
  2193. Line62.Visible = True
  2194. Line63.Visible = True
  2195. Line64.Visible = True
  2196. Line65.Visible = True
  2197. End Sub
  2198. Private Sub Timer5_Timer()
  2199.   Open App.Path & "txt传送带模块代码.txt" For Input As #1
  2200.   Do While Not EOF(1)
  2201.      Line Input #1, aspect$ '一行一行读入
  2202.      whole$ = whole$ + aspect$ + Chr$(13) + Chr$(10)
  2203.   Loop
  2204.   Text1.Text = whole$
  2205.   Close #1
  2206.   
  2207.    M3.BackColor = &HFFFF&
  2208.    ImageNo3% = ImageNo3% + 1 '动画下一帧
  2209.    If ImageNo3% > 8 Then '如果动画已到最后一帧,则
  2210.    ImageNo3% = 0 '再从第一帧开始
  2211.    Timer5.Enabled = False
  2212.    Timer6.Enabled = True
  2213.    M3.BackColor = &HFF&
  2214.    End If
  2215.    imgRoll3.Picture = LoadPicture(App.Path & "imgroll3roll" & ImageNo3% & ".jpg")
  2216.    
  2217. '传送带2的提示
  2218. Label24.Visible = False
  2219. Line59.Visible = False
  2220. Line60.Visible = False
  2221. Line61.Visible = False
  2222. Line62.Visible = False
  2223. Line63.Visible = False
  2224. Line64.Visible = False
  2225. Line65.Visible = False
  2226. '传送带3的提示
  2227. Label25.Visible = True
  2228. Line66.Visible = True
  2229. Line67.Visible = True
  2230. Line68.Visible = True
  2231. Line69.Visible = True
  2232. Line70.Visible = True
  2233. Line71.Visible = True
  2234. Line72.Visible = True
  2235. End Sub
  2236. Private Sub Timer6_Timer()
  2237.   Open App.Path & "txt传送带模块代码.txt" For Input As #1
  2238.   Do While Not EOF(1)
  2239.      Line Input #1, aspect$ '一行一行读入
  2240.      whole$ = whole$ + aspect$ + Chr$(13) + Chr$(10)
  2241.   Loop
  2242.   Text1.Text = whole$
  2243.   Close #1
  2244.   
  2245.    M4.BackColor = &HFFFF&
  2246.    ImageNo4% = ImageNo4% + 1 '动画下一帧
  2247.    If ImageNo4% > 8 Then '如果动画已到最后一帧,则
  2248.    ImageNo4% = 0 '再从第一帧开始
  2249.    Timer6.Enabled = False
  2250.    Timer7.Enabled = True
  2251.    M4.BackColor = &HFF&
  2252.    L1.BackColor = &HC000&
  2253.    L2.BackColor = &H80FF&
  2254.    SQ2.Caption = "SQ2(ON)"
  2255.    End If
  2256.    imgRoll4.Picture = LoadPicture(App.Path & "imgroll4roll" & ImageNo4% & ".jpg")
  2257.    
  2258. '传送带3的提示
  2259. Label25.Visible = False
  2260. Line66.Visible = False
  2261. Line67.Visible = False
  2262. Line68.Visible = False
  2263. Line69.Visible = False
  2264. Line70.Visible = False
  2265. Line71.Visible = False
  2266. Line72.Visible = False
  2267. '传送带4的提示
  2268. Label26.Visible = True
  2269. Line73.Visible = True
  2270. Line74.Visible = True
  2271. Line75.Visible = True
  2272. Line76.Visible = True
  2273. Line77.Visible = True
  2274. Line78.Visible = True
  2275. Line79.Visible = True
  2276. End Sub
  2277. Private Sub Timer7_Timer()
  2278.   Open App.Path & "txt小车开走模块代码.txt" For Input As #1
  2279.   Do While Not EOF(1)
  2280.      Line Input #1, aspect$ '一行一行读入
  2281.      whole$ = whole$ + aspect$ + Chr$(13) + Chr$(10)
  2282.   Loop
  2283.   Text1.Text = whole$
  2284.   Close #1
  2285. D1.BackColor = &HFF&
  2286. picCar.Picture = LoadPicture(App.Path & "imgmaincar2.GIF")
  2287. Static yTimes As Integer
  2288. yTimes = yTimes + 1
  2289. Debug.Print yTimes
  2290. If yTimes = 11 Then
  2291. yTimes = yTimes - 11
  2292. Timer7.Enabled = False
  2293. SQ1.Caption = "SQ1(OFF)"
  2294. End If
  2295.    picCar.Left = picCar.Left - 440
  2296. '传送带4的提示
  2297. Label26.Visible = False
  2298. Line73.Visible = False
  2299. Line74.Visible = False
  2300. Line75.Visible = False
  2301. Line76.Visible = False
  2302. Line77.Visible = False
  2303. Line78.Visible = False
  2304. Line79.Visible = False
  2305.    
  2306. '提示框 (小车)
  2307. Label17.Visible = False
  2308. Label18.Visible = True
  2309. Line6.Visible = True
  2310. Line7.Visible = True
  2311. Line19.Visible = True
  2312. Line20.Visible = True
  2313. Line21.Visible = True
  2314. Line22.Visible = True
  2315. Line23.Visible = True
  2316. End Sub
  2317. Private Sub Timer8_Timer()
  2318.   Open App.Path & "txt小车模块代码.txt" For Input As #1
  2319.   Do While Not EOF(1)
  2320.      Line Input #1, aspect$ '一行一行读入
  2321.      whole$ = whole$ + aspect$ + Chr$(13) + Chr$(10)
  2322.   Loop
  2323.   Text1.Text = whole$
  2324.   Close #1
  2325.   L2.BackColor = &HFF&
  2326.   L1.BackColor = &H80FF&
  2327.   SQ1.Caption = "SQ1(ON)"
  2328.   Label2.Caption = "<--开始进料"
  2329.   
  2330.   Static aTimes As Integer
  2331.   aTimes = aTimes + 1
  2332.   Debug.Print aTimes
  2333.   If aTimes = 7 Then
  2334.   aTimes = aTimes - 7
  2335. '提示框(提交物料)
  2336. Label19.Visible = True
  2337. Line24.Visible = True
  2338. Line25.Visible = True
  2339. Line26.Visible = True
  2340. Line27.Visible = True
  2341. Line28.Visible = True
  2342. Line29.Visible = True
  2343. Line30.Visible = True
  2344.   Timer8.Enabled = False
  2345.   Timer10.Enabled = True
  2346.   D4.BackColor = &HFFFF&
  2347.   End If
  2348.     picCar.Left = picCar.Left - 200
  2349. '提示框 (小车)
  2350. Label17.Visible = True
  2351. Label18.Visible = False
  2352. Line6.Visible = True
  2353. Line7.Visible = True
  2354. Line19.Visible = True
  2355. Line20.Visible = True
  2356. Line21.Visible = True
  2357. Line22.Visible = True
  2358. Line23.Visible = True
  2359. End Sub
  2360. Private Sub Timer9_Timer()
  2361.   Open App.Path & "txt物料进料模块代码.txt" For Input As #1
  2362.   Do While Not EOF(1)
  2363.      Line Input #1, aspect$ '一行一行读入
  2364.      whole$ = whole$ + aspect$ + Chr$(13) + Chr$(10)
  2365.   Loop
  2366.   Text1.Text = whole$
  2367.   Close #1
  2368.   
  2369.   Static bTimes As Integer
  2370.   bTimes = bTimes + 1
  2371.   Debug.Print bTimes
  2372.   If bTimes = 5 Then
  2373.   bTimes = bTimes - 5
  2374.   Timer9.Enabled = False
  2375.   imgres1.Visible = False
  2376.   Timer1.Enabled = True
  2377.   
  2378.   D4.BackColor = &HFF&
  2379.   End If
  2380.     imgres1.Left = imgres1.Left - 650
  2381. End Sub