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

📄 frmoptions.frm

📁 钢筋混凝土框架结构设计计算源程序
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmOptions 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "选项"
   ClientHeight    =   6960
   ClientLeft      =   2565
   ClientTop       =   1500
   ClientWidth     =   8115
   Icon            =   "frmOptions.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   NegotiateMenus  =   0   'False
   ScaleHeight     =   6960
   ScaleWidth      =   8115
   ShowInTaskbar   =   0   'False
   Begin MSComctlLib.ImageList ImageList1 
      Left            =   1080
      Top             =   6120
      _ExtentX        =   1005
      _ExtentY        =   1005
      BackColor       =   -2147483643
      ImageWidth      =   160
      ImageHeight     =   80
      MaskColor       =   12632256
      _Version        =   393216
      BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
         NumListImages   =   3
         BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmOptions.frx":000C
            Key             =   ""
         EndProperty
         BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmOptions.frx":9660
            Key             =   ""
         EndProperty
         BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmOptions.frx":12CB4
            Key             =   ""
         EndProperty
      EndProperty
   End
   Begin TabDlg.SSTab SSTab1 
      Height          =   6135
      Left            =   120
      TabIndex        =   9
      Top             =   120
      Width           =   7815
      _ExtentX        =   13785
      _ExtentY        =   10821
      _Version        =   393216
      Tabs            =   2
      TabsPerRow      =   5
      TabHeight       =   882
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      TabCaption(0)   =   "鼠标选项"
      TabPicture(0)   =   "frmOptions.frx":1C308
      Tab(0).ControlEnabled=   -1  'True
      Tab(0).Control(0)=   "Frame1(2)"
      Tab(0).Control(0).Enabled=   0   'False
      Tab(0).Control(1)=   "Frame1(3)"
      Tab(0).Control(1).Enabled=   0   'False
      Tab(0).ControlCount=   2
      TabCaption(1)   =   "杆件修正"
      TabPicture(1)   =   "frmOptions.frx":1C622
      Tab(1).ControlEnabled=   0   'False
      Tab(1).Control(0)=   "Check1"
      Tab(1).Control(1)=   "Frame1(1)"
      Tab(1).Control(2)=   "Frame1(0)"
      Tab(1).ControlCount=   3
      Begin VB.CheckBox Check1 
         Caption         =   "设置为自动提醒杆件休整"
         Height          =   255
         Left            =   -70440
         TabIndex        =   14
         Top             =   4440
         Width           =   2415
      End
      Begin VB.Frame Frame1 
         Caption         =   "捕捉设置"
         Height          =   1695
         Index           =   3
         Left            =   3960
         TabIndex        =   13
         Top             =   720
         Width           =   3495
         Begin VB.TextBox combo1 
            Alignment       =   2  'Center
            Height          =   270
            Index           =   0
            Left            =   1800
            TabIndex        =   31
            Text            =   "300"
            Top             =   480
            Width           =   1215
         End
         Begin VB.TextBox combo1 
            Alignment       =   2  'Center
            Height          =   270
            Index           =   1
            Left            =   1800
            TabIndex        =   30
            Text            =   "300"
            Top             =   960
            Width           =   1215
         End
         Begin VB.Label Label1 
            Caption         =   "Y方向网格点距:"
            Height          =   255
            Index           =   3
            Left            =   360
            TabIndex        =   27
            Top             =   1030
            Width           =   1335
         End
         Begin VB.Label Label1 
            Caption         =   "Y方向网格点距:"
            Height          =   255
            Index           =   2
            Left            =   360
            TabIndex        =   26
            Top             =   550
            Width           =   1335
         End
      End
      Begin VB.Frame Frame1 
         Caption         =   "网格设置"
         Height          =   4815
         Index           =   2
         Left            =   240
         TabIndex        =   12
         Top             =   720
         Width           =   3495
         Begin VB.PictureBox Picture1 
            BackColor       =   &H000000FF&
            Height          =   255
            Left            =   1920
            ScaleHeight     =   195
            ScaleWidth      =   435
            TabIndex        =   33
            Top             =   2280
            Width           =   495
         End
         Begin VB.TextBox combo1 
            Alignment       =   2  'Center
            Height          =   270
            Index           =   3
            Left            =   1800
            TabIndex        =   29
            Text            =   "300"
            Top             =   960
            Width           =   1215
         End
         Begin VB.TextBox combo1 
            Alignment       =   2  'Center
            Height          =   270
            Index           =   2
            Left            =   1800
            TabIndex        =   28
            Text            =   "300"
            Top             =   480
            Width           =   1215
         End
         Begin VB.Frame Frame2 
            Caption         =   "网格类型"
            Height          =   1695
            Left            =   240
            TabIndex        =   19
            Top             =   2880
            Width           =   3015
            Begin VB.TextBox Text1 
               Alignment       =   2  'Center
               Enabled         =   0   'False
               Height          =   270
               Left            =   1560
               TabIndex        =   24
               Text            =   "50"
               Top             =   1260
               Width           =   1215
            End
            Begin VB.OptionButton Option1 
               Caption         =   "Option1"
               Height          =   255
               Index           =   1
               Left            =   240
               TabIndex        =   21
               Top             =   810
               Width           =   255
            End
            Begin VB.OptionButton Option1 
               Caption         =   "Option1"
               Height          =   255
               Index           =   0
               Left            =   240
               TabIndex        =   20
               Top             =   330
               Value           =   -1  'True
               Width           =   255
            End
            Begin VB.Label Label4 
               Caption         =   "圆的直径:"
               Enabled         =   0   'False
               Height          =   255
               Left            =   600
               TabIndex        =   25
               Top             =   1320
               Width           =   975
            End
            Begin VB.Label Label3 
               Caption         =   "圆表示网格"
               Height          =   255
               Left            =   600
               TabIndex        =   23
               Top             =   840
               Width           =   1695
            End
            Begin VB.Label Label2 
               Caption         =   "点表示网格"
               Height          =   255
               Left            =   600
               TabIndex        =   22
               Top             =   360
               Width           =   1695
            End
         End
         Begin VB.CheckBox Check2 
            Caption         =   " 显示网格"
            Height          =   255
            Left            =   360
            TabIndex        =   18
            Top             =   1680
            Value           =   1  'Checked
            Width           =   1575
         End
         Begin VB.Label Label5 
            Caption         =   "自定义网格颜色:"
            Height          =   255
            Left            =   360

⌨️ 快捷键说明

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