⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 主画面.frm

📁 亚龙高架库控制程序 VB 基本结构为PLC通过驱动器控制步进电机实现启动、停止、加速、减速、匀速、换向等运动轮廓
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "msadodc.ocx"
Begin VB.Form Form_main 
   AutoRedraw      =   -1  'True
   Caption         =   "高架库控制"
   ClientHeight    =   6555
   ClientLeft      =   1365
   ClientTop       =   1620
   ClientWidth     =   11160
   FillStyle       =   0  'Solid
   LinkMode        =   1  'Source
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   6555
   ScaleMode       =   0  'User
   ScaleWidth      =   11160
   Begin VB.CommandButton com_chushi 
      Caption         =   "初始化"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   735
      Left            =   9240
      TabIndex        =   41
      Top             =   1680
      Width           =   1575
   End
   Begin MSAdodcLib.Adodc Adodc2 
      Height          =   330
      Left            =   1800
      Top             =   120
      Visible         =   0   'False
      Width           =   2775
      _ExtentX        =   4895
      _ExtentY        =   582
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   8
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   $"主画面.frx":0000
      OLEDBString     =   $"主画面.frx":00A1
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   ""
      Caption         =   "Adodc2"
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      _Version        =   393216
   End
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   330
      Left            =   5160
      Top             =   120
      Visible         =   0   'False
      Width           =   2535
      _ExtentX        =   4471
      _ExtentY        =   582
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   8
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   $"主画面.frx":0142
      OLEDBString     =   $"主画面.frx":01F1
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   ""
      Caption         =   "Adodc1"
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      _Version        =   393216
   End
   Begin VB.CommandButton end 
      Caption         =   "退出"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   735
      Left            =   9240
      TabIndex        =   5
      Top             =   5280
      Width           =   1575
   End
   Begin VB.CommandButton tongji 
      Caption         =   "出入库统计"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   735
      Left            =   9240
      TabIndex        =   4
      Top             =   3840
      Width           =   1575
   End
   Begin VB.CommandButton com_zhuangtai 
      Caption         =   "仓库状态"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   735
      Left            =   9240
      TabIndex        =   2
      Top             =   2760
      Width           =   1575
   End
   Begin VB.CommandButton com_yuandian 
      Caption         =   "回原点"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   735
      Left            =   9240
      TabIndex        =   1
      Top             =   600
      Width           =   1575
   End
   Begin VB.Frame Frame3 
      Caption         =   "操作"
      Height          =   1260
      Left            =   5040
      TabIndex        =   3
      Top             =   4920
      Width           =   3495
      Begin VB.CommandButton com_ruku 
         Caption         =   "入库"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   735
         Left            =   1800
         TabIndex        =   33
         Top             =   360
         Width           =   1575
      End
      Begin VB.CommandButton com_chuku 
         Caption         =   "出库"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   735
         Left            =   120
         TabIndex        =   32
         Top             =   360
         Width           =   1575
      End
   End
   Begin VB.Frame Frame4 
      Caption         =   "系统状态"
      Height          =   735
      Left            =   720
      TabIndex        =   22
      Top             =   5280
      Width           =   3255
      Begin VB.Label Label1 
         BackColor       =   &H8000000A&
         Caption         =   " "
         Height          =   375
         Left            =   480
         TabIndex        =   23
         Top             =   240
         Width           =   2775
      End
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H80000004&
      Caption         =   "A货架"
      Height          =   4425
      Left            =   480
      TabIndex        =   0
      Top             =   240
      Width           =   8535
      Begin VB.CommandButton Com1 
         BackColor       =   &H8000000A&
         Caption         =   " "
         Height          =   750
         Index           =   0
         Left            =   7200
         MaskColor       =   &H00E0E0E0&
         Style           =   1  'Graphical
         TabIndex        =   39
         Top             =   3000
         Width           =   1065
      End
      Begin VB.CommandButton Com1 
         BackColor       =   &H8000000A&
         Caption         =   " "
         Height          =   750
         Index           =   20
         Left            =   600
         MaskColor       =   &H00E0E0E0&
         Style           =   1  'Graphical
         TabIndex        =   38
         Top             =   480
         Width           =   1065
      End
      Begin VB.CommandButton Com1 
         BackColor       =   &H8000000A&
         Caption         =   " "
         Height          =   750
         Index           =   19
         Left            =   1920
         MaskColor       =   &H00E0E0E0&
         Style           =   1  'Graphical
         TabIndex        =   37
         Top             =   480
         Width           =   1065
      End
      Begin VB.CommandButton Com1 
         BackColor       =   &H8000000A&
         Caption         =   " "
         Height          =   750
         Index           =   18
         Left            =   3240
         MaskColor       =   &H00E0E0E0&
         Style           =   1  'Graphical
         TabIndex        =   36
         Top             =   480
         Width           =   1065
      End
      Begin VB.CommandButton Com1 
         BackColor       =   &H8000000A&
         Caption         =   " "
         Height          =   750
         Index           =   17
         Left            =   4560
         MaskColor       =   &H00E0E0E0&
         Style           =   1  'Graphical
         TabIndex        =   35
         Top             =   480
         Width           =   1065
      End
      Begin VB.CommandButton Com1 
         BackColor       =   &H8000000A&
         Caption         =   " "
         Height          =   750
         Index           =   14
         Left            =   1920
         MaskColor       =   &H00E0E0E0&
         Style           =   1  'Graphical
         TabIndex        =   21
         Top             =   1320
         Width           =   1065
      End
      Begin VB.CommandButton Com1 
         BackColor       =   &H8000000A&
         Caption         =   " "
         Height          =   750
         Index           =   15
         Left            =   600
         MaskColor       =   &H00E0E0E0&
         Style           =   1  'Graphical
         TabIndex        =   20
         Top             =   1320
         Width           =   1065
      End
      Begin VB.CommandButton Com1 
         BackColor       =   &H8000000A&
         Caption         =   " "
         Height          =   750
         Index           =   16
         Left            =   5880
         MaskColor       =   &H00E0E0E0&
         Style           =   1  'Graphical
         TabIndex        =   19
         Top             =   480
         Width           =   1065
      End
      Begin VB.CommandButton Com1 
         BackColor       =   &H8000000A&
         Caption         =   " "
         Height          =   750
         Index           =   2
         Left            =   4560
         MaskColor       =   &H00E0E0E0&
         Style           =   1  'Graphical
         TabIndex        =   18
         Top             =   3000
         Width           =   1065
      End
      Begin VB.CommandButton Com1 
         BackColor       =   &H8000000A&
         Caption         =   " "
         Height          =   750
         Index           =   3
         Left            =   3240
         MaskColor       =   &H00E0E0E0&
         Style           =   1  'Graphical
         TabIndex        =   17
         Top             =   3000
         Width           =   1065
      End
      Begin VB.CommandButton Com1 
         BackColor       =   &H8000000A&
         Caption         =   " "
         Height          =   750
         Index           =   4
         Left            =   1920
         MaskColor       =   &H00E0E0E0&
         Style           =   1  'Graphical
         TabIndex        =   16
         Top             =   3000
         Width           =   1065
      End
      Begin VB.CommandButton Com1 
         BackColor       =   &H8000000A&
         Caption         =   " "
         Height          =   750
         Index           =   5
         Left            =   600
         MaskColor       =   &H00E0E0E0&
         Style           =   1  'Graphical
         TabIndex        =   15
         Top             =   3000
         Width           =   1065
      End
      Begin VB.CommandButton Com1 
         BackColor       =   &H8000000A&
         Caption         =   " "
         Height          =   750
         Index           =   6
         Left            =   5880
         MaskColor       =   &H00E0E0E0&
         Style           =   1  'Graphical
         TabIndex        =   14
         Top             =   2160
         Width           =   1065
      End
      Begin VB.CommandButton Com1 
         BackColor       =   &H8000000A&
         Caption         =   " "
         Height          =   750
         Index           =   7
         Left            =   4560
         MaskColor       =   &H00E0E0E0&
         Style           =   1  'Graphical
         TabIndex        =   13
         Top             =   2160
         Width           =   1065
      End
      Begin VB.CommandButton Com1 
         BackColor       =   &H8000000A&
         Caption         =   " "
         Height          =   750
         Index           =   8
         Left            =   3240

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -