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

📄 frmsuanfa1.frm

📁 采用面向负荷控制技术
💻 FRM
📖 第 1 页 / 共 5 页
字号:
VERSION 5.00
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "tabctl32.ocx"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{65E121D4-0C60-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCHRT20.OCX"
Begin VB.Form frmsuanfa1 
   Caption         =   "Form1"
   ClientHeight    =   5760
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6930
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   ScaleHeight     =   5760
   ScaleWidth      =   6930
   WindowState     =   2  'Maximized
   Begin TabDlg.SSTab SSTab1 
      Height          =   10935
      Left            =   120
      TabIndex        =   0
      Top             =   0
      Width           =   15015
      _ExtentX        =   26485
      _ExtentY        =   19288
      _Version        =   393216
      Tab             =   2
      TabHeight       =   520
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   11.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      TabCaption(0)   =   "调度算法"
      TabPicture(0)   =   "frmsuanfa1.frx":0000
      Tab(0).ControlEnabled=   0   'False
      Tab(0).Control(0)=   "DataGrid1"
      Tab(0).Control(1)=   "Frame1"
      Tab(0).ControlCount=   2
      TabCaption(1)   =   "设备负荷情况查看"
      TabPicture(1)   =   "frmsuanfa1.frx":001C
      Tab(1).ControlEnabled=   0   'False
      Tab(1).Control(0)=   "Label3"
      Tab(1).Control(1)=   "DataGrid2"
      Tab(1).Control(2)=   "Timer1"
      Tab(1).Control(3)=   "Frame3"
      Tab(1).ControlCount=   4
      TabCaption(2)   =   "设备负荷图"
      TabPicture(2)   =   "frmsuanfa1.frx":0038
      Tab(2).ControlEnabled=   -1  'True
      Tab(2).Control(0)=   "MSChart1"
      Tab(2).Control(0).Enabled=   0   'False
      Tab(2).Control(1)=   "Frame5"
      Tab(2).Control(1).Enabled=   0   'False
      Tab(2).ControlCount=   2
      Begin VB.Frame Frame5 
         BackColor       =   &H0080C0FF&
         Height          =   1335
         Left            =   1560
         TabIndex        =   18
         Top             =   480
         Width           =   12015
         Begin VB.ComboBox cmbmachine1 
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   330
            Left            =   1440
            TabIndex        =   25
            Top             =   240
            Width           =   2415
         End
         Begin VB.CommandButton Comgtt 
            Caption         =   "显示设备类负荷图"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   375
            Left            =   4320
            TabIndex        =   24
            Top             =   480
            Width           =   2055
         End
         Begin VB.CommandButton comfresh 
            Caption         =   "刷新此次的任务分派"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   375
            Left            =   6720
            TabIndex        =   23
            Top             =   480
            Width           =   2775
         End
         Begin VB.CommandButton Command1 
            Caption         =   "退出"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   375
            Left            =   9960
            TabIndex        =   22
            Top             =   480
            Width           =   1095
         End
         Begin VB.Frame Frame2 
            BackColor       =   &H0080C0FF&
            Height          =   615
            Left            =   1440
            TabIndex        =   19
            Top             =   600
            Width           =   2415
            Begin VB.OptionButton Option2 
               BackColor       =   &H0080C0FF&
               Caption         =   "柱状图"
               BeginProperty Font 
                  Name            =   "宋体"
                  Size            =   10.5
                  Charset         =   134
                  Weight          =   400
                  Underline       =   0   'False
                  Italic          =   0   'False
                  Strikethrough   =   0   'False
               EndProperty
               Height          =   375
               Left            =   1200
               TabIndex        =   21
               Top             =   120
               Value           =   -1  'True
               Width           =   1095
            End
            Begin VB.OptionButton Option1 
               BackColor       =   &H0080C0FF&
               Caption         =   "曲线"
               BeginProperty Font 
                  Name            =   "宋体"
                  Size            =   10.5
                  Charset         =   134
                  Weight          =   400
                  Underline       =   0   'False
                  Italic          =   0   'False
                  Strikethrough   =   0   'False
               EndProperty
               Height          =   375
               Left            =   240
               TabIndex        =   20
               Top             =   120
               Width           =   855
            End
         End
         Begin VB.Label Label4 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "设备类"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   210
            Left            =   600
            TabIndex        =   26
            Top             =   360
            Width           =   630
         End
      End
      Begin VB.Frame Frame3 
         BackColor       =   &H0080C0FF&
         Height          =   1215
         Left            =   -74640
         TabIndex        =   12
         Top             =   480
         Width           =   14295
         Begin VB.CommandButton Comfind 
            Caption         =   "查询"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   375
            Left            =   6120
            TabIndex        =   17
            Top             =   480
            Width           =   1815
         End
         Begin VB.CommandButton Comexit 
            Caption         =   "退出"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   375
            Left            =   11760
            TabIndex        =   16
            Top             =   480
            Width           =   1455
         End
         Begin VB.CommandButton combb 
            Caption         =   "报表"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   375
            Left            =   9000
            TabIndex        =   15
            Top             =   480
            Width           =   1815
         End
         Begin VB.ComboBox cmbmachine 
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   330
            ItemData        =   "frmsuanfa1.frx":0054
            Left            =   2160
            List            =   "frmsuanfa1.frx":0056
            TabIndex        =   14
            Top             =   480
            Width           =   2895
         End
         Begin VB.Label Label2 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "设备选择"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   210
            Left            =   1080
            TabIndex        =   13
            Top             =   600
            Width           =   840
         End
      End
      Begin VB.Timer Timer1 
         Interval        =   100
         Left            =   -74280
         Top             =   7560
      End
      Begin MSChart20Lib.MSChart MSChart1 
         Height          =   7575
         Left            =   600
         OleObjectBlob   =   "frmsuanfa1.frx":0058
         TabIndex        =   7
         Top             =   1560
         Width           =   13575
      End
      Begin VB.Frame Frame1 
         BackColor       =   &H0080C0FF&
         Height          =   1095
         Left            =   -74760
         TabIndex        =   2
         Top             =   360
         Width           =   14535
         Begin VB.CommandButton Command2 
            Caption         =   "自动调用算法"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   375
            Left            =   7680
            TabIndex        =   11
            Top             =   360
            Width           =   1695
         End
         Begin VB.CommandButton comexit1 
            Caption         =   "退出"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   375
            Left            =   10560
            TabIndex        =   8
            Top             =   360
            Width           =   1215
         End
         Begin VB.CommandButton Comok 
            Caption         =   "任务分派"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   375
            Left            =   5400
            TabIndex        =   5
            Top             =   360
            Width           =   1215
         End
         Begin VB.ComboBox Cmbsuanfa 
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   330
            ItemData        =   "frmsuanfa1.frx":23F6
            Left            =   1920
            List            =   "frmsuanfa1.frx":240F
            TabIndex        =   4
            Top             =   360
            Width           =   2415
         End
         Begin VB.Label Label8 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Height          =   180
            Left            =   7080
            TabIndex        =   10
            Top             =   240
            Width           =   90
         End
         Begin VB.Label Label1 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "算法"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   210
            Left            =   1320
            TabIndex        =   3
            Top             =   360
            Width           =   420
         End
      End
      Begin MSDataGridLib.DataGrid DataGrid2 
         Height          =   6360
         Left            =   -74640

⌨️ 快捷键说明

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