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

📄 simulation interface.frm

📁 this control is used for the programming with mapobject in the environment of Visual basic.
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{FE0065C0-1B7B-11CF-9D53-00AA003C9CB6}#1.1#0"; "comct232.ocx"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "comdlg32.ocx"
Begin VB.Form Frm_Generation 
   AutoRedraw      =   -1  'True
   BorderStyle     =   0  'None
   Caption         =   "Generation of Artificial Data for Simulation"
   ClientHeight    =   9480
   ClientLeft      =   6270
   ClientTop       =   945
   ClientWidth     =   7455
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   Moveable        =   0   'False
   ScaleHeight     =   9480
   ScaleWidth      =   7455
   ShowInTaskbar   =   0   'False
   Begin VB.CommandButton cmd_cancel 
      Cancel          =   -1  'True
      Caption         =   "Cancel"
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   9.75
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   4560
      TabIndex        =   22
      Top             =   8640
      Width           =   1095
   End
   Begin VB.CommandButton cmd_ok 
      Caption         =   "OK"
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   9.75
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   1440
      TabIndex        =   21
      Top             =   8640
      Width           =   1095
   End
   Begin VB.Frame Frame1 
      Caption         =   "Data Generation Settings"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   9.75
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H80000006&
      Height          =   9015
      Left            =   240
      TabIndex        =   23
      Top             =   240
      Width           =   6975
      Begin MSComDlg.CommonDialog CmnDlg 
         Left            =   6480
         Top             =   8520
         _ExtentX        =   847
         _ExtentY        =   847
         _Version        =   393216
      End
      Begin VB.Frame Frame4 
         Caption         =   "DBH Distribution"
         BeginProperty Font 
            Name            =   "@Arial Unicode MS"
            Size            =   9
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   3015
         Left            =   240
         TabIndex        =   26
         Top             =   5160
         Width           =   6495
         Begin VB.ComboBox Combo1 
            BeginProperty Font 
               Name            =   "MS Sans Serif"
               Size            =   9.75
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   360
            ItemData        =   "Simulation Interface.frx":0000
            Left            =   4320
            List            =   "Simulation Interface.frx":000D
            TabIndex        =   41
            Text            =   "Normal"
            ToolTipText     =   "Please select one distribution type from the dropdown list"
            Top             =   440
            Width           =   1815
         End
         Begin VB.TextBox txt_Dmin 
            BeginProperty Font 
               Name            =   "MS Sans Serif"
               Size            =   9.75
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   360
            Left            =   4320
            TabIndex        =   40
            Text            =   "20"
            Top             =   2400
            Width           =   1560
         End
         Begin VB.TextBox txt_Dmax 
            BeginProperty Font 
               Name            =   "MS Sans Serif"
               Size            =   9.75
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   360
            Left            =   4320
            TabIndex        =   39
            Text            =   "80"
            Top             =   1920
            Width           =   1560
         End
         Begin VB.TextBox txt_Dstdev 
            BeginProperty Font 
               Name            =   "MS Sans Serif"
               Size            =   9.75
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   360
            Left            =   4320
            TabIndex        =   34
            Text            =   "20"
            Top             =   1440
            Width           =   1560
         End
         Begin VB.TextBox txt_Dmean 
            BeginProperty Font 
               Name            =   "MS Sans Serif"
               Size            =   9.75
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   360
            Left            =   4320
            TabIndex        =   29
            Text            =   "50"
            Top             =   930
            Width           =   1560
         End
         Begin ComCtl2.UpDown UpDown7 
            Height          =   360
            Left            =   5865
            TabIndex        =   42
            TabStop         =   0   'False
            Top             =   930
            Width           =   255
            _ExtentX        =   450
            _ExtentY        =   635
            _Version        =   327681
            AutoBuddy       =   -1  'True
            OrigLeft        =   5880
            OrigTop         =   360
            OrigRight       =   6135
            OrigBottom      =   735
            SyncBuddy       =   -1  'True
            BuddyProperty   =   0
            Enabled         =   -1  'True
         End
         Begin ComCtl2.UpDown UpDown8 
            Height          =   360
            Left            =   5865
            TabIndex        =   43
            TabStop         =   0   'False
            Top             =   1440
            Width           =   255
            _ExtentX        =   450
            _ExtentY        =   635
            _Version        =   327681
            AutoBuddy       =   -1  'True
            OrigLeft        =   5880
            OrigTop         =   360
            OrigRight       =   6135
            OrigBottom      =   735
            SyncBuddy       =   -1  'True
            BuddyProperty   =   0
            Enabled         =   -1  'True
         End
         Begin ComCtl2.UpDown UpDown9 
            Height          =   360
            Left            =   5865
            TabIndex        =   44
            TabStop         =   0   'False
            Top             =   1920
            Width           =   255
            _ExtentX        =   450
            _ExtentY        =   635
            _Version        =   327681
            AutoBuddy       =   -1  'True
            BuddyControl    =   "txt_Dmax"
            BuddyDispid     =   196615
            OrigLeft        =   5640
            OrigTop         =   1920
            OrigRight       =   5895
            OrigBottom      =   2280
            SyncBuddy       =   -1  'True
            BuddyProperty   =   0
            Enabled         =   -1  'True
         End
         Begin ComCtl2.UpDown UpDown10 
            Height          =   360
            Left            =   5865
            TabIndex        =   45
            TabStop         =   0   'False
            Top             =   2400
            Width           =   255
            _ExtentX        =   450
            _ExtentY        =   635
            _Version        =   327681
            AutoBuddy       =   -1  'True
            BuddyControl    =   "txt_Dmin"
            BuddyDispid     =   196614
            OrigLeft        =   5880
            OrigTop         =   360
            OrigRight       =   6135
            OrigBottom      =   735
            SyncBuddy       =   -1  'True
            BuddyProperty   =   0
            Enabled         =   -1  'True
         End
         Begin VB.Label Label16 
            Caption         =   "DBH Min ="
            BeginProperty Font 
               Name            =   "MS Sans Serif"
               Size            =   9.75
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   255
            Left            =   3120
            TabIndex        =   38
            Top             =   2400
            Width           =   975
         End
         Begin VB.Label Label15 
            Caption         =   "DBH Max ="
            BeginProperty Font 
               Name            =   "MS Sans Serif"
               Size            =   9.75
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   255
            Left            =   3120
            TabIndex        =   37
            Top             =   1920
            Width           =   1095
         End
         Begin VB.Label Label14 
            Caption         =   "Maximum Vaule of DB H"
            BeginProperty Font 
               Name            =   "MS Sans Serif"
               Size            =   9.75
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   255
            Left            =   240
            TabIndex        =   36
            Top             =   2400
            Width           =   2175
         End
         Begin VB.Label Label13 
            Caption         =   "Maximum Vaule of DB H"
            BeginProperty Font 
               Name            =   "MS Sans Serif"
               Size            =   9.75
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   255
            Left            =   240
            TabIndex        =   35
            Top             =   1920
            Width           =   2175
         End
         Begin VB.Label Label12 
            Caption         =   "DBH Stdev = "
            BeginProperty Font 
               Name            =   "MS Sans Serif"
               Size            =   9.75
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   375
            Left            =   3120
            TabIndex        =   33
            Top             =   1440
            Width           =   1215
         End
         Begin VB.Label Label11 
            Caption         =   "Standard Deviation of DBH"
            BeginProperty Font 
               Name            =   "MS Sans Serif"
               Size            =   9.75
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   375
            Left            =   240
            TabIndex        =   32
            Top             =   1440
            Width           =   2415
         End
         Begin VB.Label Label10 

⌨️ 快捷键说明

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