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

📄 form3.frm

📁 集装箱的装箱问题 给定一个集装箱
💻 FRM
📖 第 1 页 / 共 3 页
字号:
            Caption         =   "宽(mm)"
            Height          =   255
            Index           =   9
            Left            =   4515
            TabIndex        =   32
            Top             =   2940
            Width           =   975
         End
         Begin VB.Label Label1 
            Caption         =   "长(mm)"
            Height          =   255
            Index           =   10
            Left            =   2310
            TabIndex        =   31
            Top             =   2940
            Width           =   975
         End
         Begin VB.Label Label1 
            Caption         =   "名称"
            Height          =   255
            Index           =   11
            Left            =   210
            TabIndex        =   30
            Top             =   2940
            Width           =   975
         End
      End
   End
   Begin VB.Frame Frame4 
      Caption         =   "计算设置选项"
      Height          =   3015
      Left            =   7140
      TabIndex        =   1
      Top             =   6195
      Width           =   6495
      Begin VB.Frame Frame8 
         Appearance      =   0  'Flat
         Caption         =   "剩余空间搜索策略"
         ForeColor       =   &H80000008&
         Height          =   645
         Left            =   210
         TabIndex        =   63
         Top             =   1785
         Width           =   6105
         Begin VB.OptionButton Option2 
            Caption         =   "浅度搜索"
            Height          =   225
            Index           =   1
            Left            =   3255
            TabIndex        =   65
            Top             =   315
            Width           =   1485
         End
         Begin VB.OptionButton Option2 
            Caption         =   "深度搜索"
            Height          =   225
            Index           =   0
            Left            =   315
            TabIndex        =   64
            Top             =   315
            Value           =   -1  'True
            Width           =   1485
         End
      End
      Begin VB.CommandButton Command5 
         BackColor       =   &H00FFC0C0&
         Caption         =   "重置"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   300
         Left            =   5300
         Style           =   1  'Graphical
         TabIndex        =   21
         Top             =   2625
         Width           =   1000
      End
      Begin VB.CommandButton Command4 
         BackColor       =   &H00FFC0C0&
         Caption         =   "计算"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   300
         Left            =   4095
         Style           =   1  'Graphical
         TabIndex        =   20
         Top             =   2625
         Width           =   1000
      End
      Begin VB.Frame Frame6 
         Appearance      =   0  'Flat
         Caption         =   "工作面拆分策略"
         ForeColor       =   &H80000008&
         Height          =   645
         Left            =   210
         TabIndex        =   19
         Top             =   1050
         Width           =   6105
         Begin VB.CheckBox Check2 
            Caption         =   "浅度搜索"
            Height          =   225
            Index           =   1
            Left            =   3255
            TabIndex        =   62
            Top             =   315
            Value           =   1  'Checked
            Width           =   2010
         End
         Begin VB.CheckBox Check2 
            Caption         =   "深度搜索"
            Height          =   225
            Index           =   0
            Left            =   315
            TabIndex        =   61
            Top             =   315
            Value           =   1  'Checked
            Width           =   2010
         End
      End
      Begin VB.Frame Frame5 
         Appearance      =   0  'Flat
         Caption         =   "装箱优先策略"
         ForeColor       =   &H80000008&
         Height          =   645
         Left            =   210
         TabIndex        =   18
         Top             =   315
         Width           =   6105
         Begin VB.CheckBox Check1 
            Caption         =   "体积优先"
            Height          =   225
            Index           =   3
            Left            =   4725
            TabIndex        =   60
            Top             =   315
            Value           =   1  'Checked
            Width           =   1275
         End
         Begin VB.CheckBox Check1 
            Caption         =   "数量优先"
            Height          =   225
            Index           =   2
            Left            =   3255
            TabIndex        =   59
            Top             =   315
            Value           =   1  'Checked
            Width           =   1275
         End
         Begin VB.CheckBox Check1 
            Caption         =   "长大优先"
            Height          =   225
            Index           =   1
            Left            =   1785
            TabIndex        =   58
            Top             =   315
            Value           =   1  'Checked
            Width           =   1275
         End
         Begin VB.CheckBox Check1 
            Caption         =   "宽大优先"
            Height          =   225
            Index           =   0
            Left            =   315
            TabIndex        =   57
            Top             =   315
            Value           =   1  'Checked
            Width           =   1275
         End
      End
   End
   Begin VB.Frame Frame3 
      Caption         =   "待装箱货物列表"
      Height          =   5955
      Left            =   7140
      TabIndex        =   0
      Top             =   150
      Width           =   6495
      Begin VB.CommandButton Command3 
         Caption         =   "删除"
         Height          =   300
         Left            =   5355
         TabIndex        =   17
         Top             =   5505
         Width           =   1000
      End
      Begin VB.CommandButton Command2 
         Caption         =   "修改"
         Height          =   300
         Left            =   4095
         TabIndex        =   16
         Top             =   5505
         Width           =   1000
      End
      Begin VB.CommandButton Command1 
         Caption         =   "增加"
         Height          =   300
         Left            =   2835
         TabIndex        =   15
         Top             =   5505
         Width           =   1000
      End
      Begin VB.TextBox Text1 
         Appearance      =   0  'Flat
         Height          =   270
         Index           =   5
         Left            =   1320
         TabIndex        =   13
         Top             =   5040
         Width           =   1815
      End
      Begin VB.TextBox Text1 
         Appearance      =   0  'Flat
         Height          =   270
         Index           =   3
         Left            =   4200
         TabIndex        =   11
         Top             =   5040
         Width           =   1815
      End
      Begin VB.TextBox Text1 
         Appearance      =   0  'Flat
         Height          =   270
         Index           =   4
         Left            =   1320
         TabIndex        =   9
         Top             =   4680
         Width           =   1815
      End
      Begin VB.TextBox Text1 
         Appearance      =   0  'Flat
         Height          =   270
         Index           =   2
         Left            =   4200
         TabIndex        =   7
         Top             =   4680
         Width           =   1815
      End
      Begin VB.TextBox Text1 
         Appearance      =   0  'Flat
         Height          =   270
         Index           =   1
         Left            =   4200
         TabIndex        =   5
         Top             =   4320
         Width           =   1815
      End
      Begin VB.TextBox Text1 
         Appearance      =   0  'Flat
         Height          =   270
         Index           =   0
         Left            =   1320
         TabIndex        =   3
         Top             =   4320
         Width           =   1815
      End
      Begin MSComctlLib.ListView ListView3 
         Height          =   3840
         Left            =   120
         TabIndex        =   2
         Top             =   240
         Width           =   6255
         _ExtentX        =   11033
         _ExtentY        =   6773
         View            =   3
         LabelEdit       =   1
         LabelWrap       =   -1  'True
         HideSelection   =   0   'False
         AllowReorder    =   -1  'True
         FullRowSelect   =   -1  'True
         GridLines       =   -1  'True
         _Version        =   393217
         ForeColor       =   -2147483640
         BackColor       =   -2147483643
         BorderStyle     =   1
         Appearance      =   0
         NumItems        =   7
         BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            Text            =   "选择"
            Object.Width           =   970
         EndProperty
         BeginProperty ColumnHeader(2) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            SubItemIndex    =   1
            Text            =   "名称"
            Object.Width           =   2646
         EndProperty
         BeginProperty ColumnHeader(3) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            Alignment       =   1
            SubItemIndex    =   2
            Text            =   "长(mm)"
            Object.Width           =   1764
         EndProperty
         BeginProperty ColumnHeader(4) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            Alignment       =   1
            SubItemIndex    =   3
            Text            =   "宽(mm)"
            Object.Width           =   1764
         EndProperty
         BeginProperty ColumnHeader(5) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            Alignment       =   1
            SubItemIndex    =   4
            Text            =   "高(mm)"
            Object.Width           =   1764
         EndProperty
         BeginProperty ColumnHeader(6) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            Alignment       =   1
            SubItemIndex    =   5
            Text            =   "重量(g)"
            Object.Width           =   1764
         EndProperty
         BeginProperty ColumnHeader(7) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            SubItemIndex    =   6
            Text            =   "数量"
            Object.Width           =   1764
         EndProperty
      End
      Begin VB.Label Label1 
         Caption         =   "数量"
         Height          =   255
         Index           =   5
         Left            =   480
         TabIndex        =   14
         Top             =   5040
         Width           =   975
      End
      Begin VB.Label Label1 
         Caption         =   "高(mm)"
         Height          =   255
         Index           =   3
         Left            =   3360
         TabIndex        =   12
         Top             =   5040
         Width           =   975
      End
      Begin VB.Label Label1 
         Caption         =   "重量(g)"
         Height          =   255
         Index           =   4
         Left            =   480
         TabIndex        =   10
         Top             =   4680
         Width           =   975
      End
      Begin VB.Label Label1 
         Caption         =   "宽(mm)"
         Height          =   255
         Index           =   2
         Left            =   3360
         TabIndex        =   8
         Top             =   4680
         Width           =   975
      End
      Begin VB.Label Label1 
         Caption         =   "长(mm)"
         Height          =   255
         Index           =   1
         Left            =   3360
         TabIndex        =   6
         Top             =   4320
         Width           =   975
      End
      Begin VB.Label Label1 
         Caption         =   "名称"
         Height          =   255
         Index           =   0
         Left            =   480
         TabIndex        =   4
         Top             =   4320
         Width           =   975
      End
   End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'****************************************************************************
'人人为我,我为人人
'作者:龙骑士(725989)
'发布日期:2007/03/07
'描    述:集装箱装箱计算源代码
'网    站:http://www.Mndsoft.com/  (VB6源码博客)
'网    站:http://www.VbDnet.com/   (VB.NET源码博客,主要基于.NET2005)
'e-mail  :Mndsoft@163.com
'e-mail  :Mndsoft@126.com

⌨️ 快捷键说明

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