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

📄 项目符号.frm

📁 文本编辑器。可以通过此列制作出自己的实用编辑器。
💻 FRM
📖 第 1 页 / 共 2 页
字号:
         Left            =   1440
         Picture         =   "项目符号.frx":41FF4
         Top             =   1680
         Width           =   1500
      End
      Begin VB.Image Image13 
         Height          =   1380
         Left            =   0
         Picture         =   "项目符号.frx":482A6
         Top             =   1680
         Width           =   1590
      End
      Begin VB.Image Image12 
         Height          =   1500
         Left            =   4320
         Picture         =   "项目符号.frx":4F5E8
         Top             =   240
         Width           =   1605
      End
      Begin VB.Image Image11 
         Height          =   1560
         Left            =   2760
         Picture         =   "项目符号.frx":574BA
         Top             =   240
         Width           =   1830
      End
      Begin VB.Image Image10 
         Height          =   1410
         Left            =   1320
         Picture         =   "项目符号.frx":60A7C
         Top             =   240
         Width           =   1620
      End
      Begin VB.Image Image1 
         Height          =   1365
         Index           =   1
         Left            =   0
         Picture         =   "项目符号.frx":681B6
         Top             =   240
         Width           =   1410
      End
      Begin VB.Image Image9 
         Height          =   1215
         Left            =   240
         Top             =   360
         Width           =   1455
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "项目符号"
      BeginProperty Font 
         Name            =   "新宋体"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   3615
      Left            =   360
      TabIndex        =   1
      Top             =   840
      Width           =   5895
      Begin VB.CommandButton Command5 
         Caption         =   "自定义设置"
         Height          =   375
         Left            =   4200
         TabIndex        =   8
         Top             =   3120
         Width           =   1335
      End
      Begin VB.CommandButton Command4 
         Caption         =   "图片"
         Height          =   375
         Left            =   240
         TabIndex        =   7
         Top             =   3120
         Width           =   1095
      End
      Begin VB.Image Image4 
         Height          =   1380
         Left            =   4320
         Picture         =   "项目符号.frx":6E6EC
         Top             =   360
         Width           =   1530
      End
      Begin VB.Image Image8 
         Height          =   1320
         Left            =   4320
         Picture         =   "项目符号.frx":755DE
         Top             =   1680
         Width           =   1455
      End
      Begin VB.Image Image7 
         Height          =   1305
         Left            =   2880
         Picture         =   "项目符号.frx":7BA80
         Top             =   1680
         Width           =   1470
      End
      Begin VB.Image Image6 
         Height          =   1245
         Left            =   1440
         Picture         =   "项目符号.frx":81F5A
         Top             =   1680
         Width           =   1455
      End
      Begin VB.Image Image5 
         Height          =   1305
         Left            =   120
         Picture         =   "项目符号.frx":87E48
         Top             =   1680
         Width           =   1470
      End
      Begin VB.Image Image3 
         Height          =   1500
         Left            =   2880
         Picture         =   "项目符号.frx":8E322
         Top             =   360
         Width           =   1680
      End
      Begin VB.Image Image2 
         Height          =   1395
         Left            =   1440
         Picture         =   "项目符号.frx":966A4
         Top             =   360
         Width           =   1575
      End
      Begin VB.Image Image1 
         Height          =   1365
         Index           =   0
         Left            =   120
         Picture         =   "项目符号.frx":9D9B2
         Top             =   360
         Width           =   1410
      End
   End
   Begin MSComctlLib.TabStrip TabStrip1 
      Height          =   4935
      Left            =   240
      TabIndex        =   0
      Top             =   240
      Width           =   6135
      _ExtentX        =   10821
      _ExtentY        =   8705
      _Version        =   393216
      BeginProperty Tabs {1EFB6598-857C-11D1-B16A-00C0F0283628} 
         NumTabs         =   3
         BeginProperty Tab1 {1EFB659A-857C-11D1-B16A-00C0F0283628} 
            Caption         =   "项目符号(B)"
            Key             =   "item"
            ImageVarType    =   2
         EndProperty
         BeginProperty Tab2 {1EFB659A-857C-11D1-B16A-00C0F0283628} 
            Caption         =   "编号(N)"
            Key             =   "number"
            ImageVarType    =   2
         EndProperty
         BeginProperty Tab3 {1EFB659A-857C-11D1-B16A-00C0F0283628} 
            Caption         =   "多级符号(U)"
            Key             =   "multilevel"
            ImageVarType    =   2
         EndProperty
      EndProperty
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "新宋体"
         Size            =   9.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
End
Attribute VB_Name = "项目符号"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()

End Sub

Private Sub Command2_Click()
End
End Sub

Private Sub Command3_Click()
End
End Sub

Private Sub TabStrip1_Click()
Select Case TabStrip1.SelectedItem.Key
Case "item"
Frame1.Visible = True
Frame2.Visible = False
Frame3.Visible = False
Case "number"
Frame1.Visible = False
Frame2.Visible = True
Frame3.Visible = False
Case "multilevel"
Frame1.Visible = False
Frame2.Visible = False
Frame3.Visible = True
End Select

End Sub

Private Sub Form_Load()
Frame1.Left = TabStrip1.ClientLeft
Frame1.Top = TabStrip1.ClientTop
Frame1.Width = TabStrip1.ClientWidth
Frame1.Height = TabStrip1.ClientHeight - 600
Frame2.Left = TabStrip1.ClientLeft
Frame2.Top = TabStrip1.ClientTop
Frame2.Width = TabStrip1.ClientWidth
Frame2.Height = TabStrip1.ClientHeight - 600
Frame3.Left = TabStrip1.ClientLeft
Frame3.Top = TabStrip1.ClientTop
Frame3.Width = TabStrip1.ClientWidth
Frame3.Height = TabStrip1.ClientHeight - 600
Frame1.Visible = True
Frame2.Visible = False
Frame3.Visible = False

End Sub

'Private Sub TabStrip1_Click()
'Select Case TabStrip1.SelectedItem.Key
'Case "tiem "
'Frame1.Visible = True
'Frame2.Visible = False
'Frame3.Visible = False
'Case "number "
'Frame1.Visible = False
'Frame2.Visible = True
'Frame3.Visible = False
'Case " multilevel"
'Frame1.Visible = False
'Frame2.Visible = False
'Frame3.Visible = True
'End Select

'End Sub

⌨️ 快捷键说明

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