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

📄 frmoptions.frm

📁 Skin++ 2.9.2 For VB6 使用注意事项: ======================================================================
💻 FRM
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form frmOptions 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "选项"
   ClientHeight    =   8835
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   9360
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   8835
   ScaleWidth      =   9360
   ShowInTaskbar   =   0   'False
   StartUpPosition =   1  'CenterOwner
   Tag             =   "选项"
   Begin MSComctlLib.ListView ListView1 
      Height          =   2655
      Left            =   2880
      TabIndex        =   32
      Top             =   5400
      Width           =   6255
      _ExtentX        =   11033
      _ExtentY        =   4683
      View            =   3
      LabelWrap       =   -1  'True
      HideSelection   =   -1  'True
      _Version        =   393217
      ForeColor       =   -2147483640
      BackColor       =   -2147483643
      BorderStyle     =   1
      Appearance      =   1
      NumItems        =   3
      BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
         Text            =   "Column1"
         Object.Width           =   5292
      EndProperty
      BeginProperty ColumnHeader(2) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
         SubItemIndex    =   1
         Text            =   "Column2"
         Object.Width           =   5292
      EndProperty
      BeginProperty ColumnHeader(3) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
         SubItemIndex    =   2
         Text            =   "Column3"
         Object.Width           =   5292
      EndProperty
      Picture         =   "frmOptions.frx":0000
   End
   Begin MSComctlLib.TabStrip TabStrip1 
      Height          =   3255
      Left            =   2760
      TabIndex        =   30
      Top             =   4920
      Width           =   6495
      _ExtentX        =   11456
      _ExtentY        =   5741
      MultiRow        =   -1  'True
      _Version        =   393216
      BeginProperty Tabs {1EFB6598-857C-11D1-B16A-00C0F0283628} 
         NumTabs         =   4
         BeginProperty Tab1 {1EFB659A-857C-11D1-B16A-00C0F0283628} 
            Caption         =   "Tab1"
            Object.ToolTipText     =   "Tab1 Tooltip"
            ImageVarType    =   2
         EndProperty
         BeginProperty Tab2 {1EFB659A-857C-11D1-B16A-00C0F0283628} 
            Caption         =   "Tab2"
            Object.ToolTipText     =   "Tab2 tooltip"
            ImageVarType    =   2
         EndProperty
         BeginProperty Tab3 {1EFB659A-857C-11D1-B16A-00C0F0283628} 
            Caption         =   "Tab3"
            Object.ToolTipText     =   "Tab3 tooltip"
            ImageVarType    =   2
         EndProperty
         BeginProperty Tab4 {1EFB659A-857C-11D1-B16A-00C0F0283628} 
            Caption         =   "Tab4"
            Object.ToolTipText     =   "Tab4 tooltip"
            ImageVarType    =   2
         EndProperty
      EndProperty
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Arial"
         Size            =   9
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin VB.PictureBox Picture1 
      Height          =   2400
      Left            =   5160
      Picture         =   "frmOptions.frx":363CA
      ScaleHeight     =   2340
      ScaleWidth      =   3825
      TabIndex        =   27
      Top             =   2280
      Width           =   3885
      Begin VB.OptionButton Option4 
         Caption         =   "Option4"
         Height          =   375
         Left            =   1920
         TabIndex        =   35
         Top             =   1680
         Width           =   1455
      End
      Begin VB.OptionButton Option3 
         Caption         =   "Option3"
         Height          =   375
         Left            =   240
         TabIndex        =   34
         Top             =   1680
         Width           =   1455
      End
      Begin VB.CheckBox Check3 
         Caption         =   "Check3"
         Height          =   255
         Left            =   1920
         TabIndex        =   33
         Top             =   1200
         Width           =   1335
      End
      Begin VB.CheckBox Check2 
         Caption         =   "Check2"
         Height          =   495
         Left            =   240
         TabIndex        =   29
         Top             =   1080
         Width           =   2535
      End
      Begin VB.Label Label3 
         Caption         =   "Label3"
         Height          =   495
         Left            =   1200
         TabIndex        =   28
         Top             =   360
         Width           =   2175
      End
   End
   Begin VB.Frame Frame2 
      BorderStyle     =   0  'None
      Height          =   615
      Left            =   5280
      TabIndex        =   23
      Top             =   1440
      Width           =   3735
      Begin VB.Label Label2 
         Caption         =   "Label2"
         Height          =   255
         Left            =   480
         TabIndex        =   24
         Top             =   240
         Width           =   1815
      End
   End
   Begin VB.CommandButton cmdApply 
      Caption         =   "应用(&A)"
      Height          =   375
      Left            =   7830
      TabIndex        =   21
      Tag             =   "应用(&A)"
      Top             =   8280
      Width           =   1095
   End
   Begin VB.CommandButton cmdCancel 
      Cancel          =   -1  'True
      Caption         =   "取消"
      Height          =   375
      Left            =   6630
      TabIndex        =   20
      Tag             =   "取消"
      Top             =   8280
      Width           =   1095
   End
   Begin VB.CommandButton cmdOK 
      Caption         =   "确定"
      Height          =   375
      Left            =   5400
      TabIndex        =   19
      Tag             =   "确定"
      Top             =   8280
      Width           =   1095
   End
   Begin RichTextLib.RichTextBox RichTextBox1 
      Height          =   2775
      Left            =   360
      TabIndex        =   18
      Top             =   5640
      Width           =   1575
      _ExtentX        =   2778
      _ExtentY        =   4895
      _Version        =   393217
      Enabled         =   -1  'True
      ScrollBars      =   3
      TextRTF         =   $"frmOptions.frx":38B6C
   End
   Begin MSComctlLib.ProgressBar ProgressBar1 
      Height          =   375
      Left            =   360
      TabIndex        =   17
      Top             =   5160
      Width           =   1815
      _ExtentX        =   3201
      _ExtentY        =   661
      _Version        =   393216
      Appearance      =   1
   End
   Begin VB.FileListBox File1 
      Height          =   1260
      Left            =   5280
      TabIndex        =   16
      Top             =   120
      Width           =   3735
   End
   Begin VB.DirListBox Dir1 
      Height          =   2565
      Left            =   3000
      TabIndex        =   15
      Top             =   2160
      Width           =   1935
   End
   Begin VB.DriveListBox Drive1 
      Height          =   300
      Left            =   3000
      TabIndex        =   14
      Top             =   1680
      Width           =   1935
   End
   Begin VB.VScrollBar VScroll1 
      Height          =   1575
      Left            =   2520
      TabIndex        =   13
      Top             =   3120
      Width           =   255
   End
   Begin VB.HScrollBar HScroll1 
      Height          =   255
      Left            =   360
      TabIndex        =   12
      Top             =   4440
      Width           =   1935
   End
   Begin VB.ListBox List1 
      Height          =   1035
      ItemData        =   "frmOptions.frx":38DB2
      Left            =   360
      List            =   "frmOptions.frx":38DF2
      TabIndex        =   11
      Top             =   3240
      Width           =   1935
   End
   Begin VB.ComboBox Combo1 
      Height          =   300
      ItemData        =   "frmOptions.frx":38EB5
      Left            =   3000
      List            =   "frmOptions.frx":38EE0
      Style           =   2  'Dropdown List
      TabIndex        =   10
      Top             =   1200
      Width           =   1935
   End
   Begin VB.Frame Frame1 
      Caption         =   "Frame1"
      Height          =   1815
      Left            =   240
      TabIndex        =   8
      Top             =   1200
      Width           =   2175
      Begin VB.OptionButton Option2 
         Caption         =   "Option2"
         Height          =   375
         Left            =   240
         TabIndex        =   25
         Top             =   1320
         Width           =   1335
      End
      Begin VB.CheckBox Check1 
         Caption         =   "Check1"
         Height          =   495
         Left            =   240
         TabIndex        =   22
         Top             =   360
         Width           =   1575
      End
      Begin VB.OptionButton Option1 
         Caption         =   "Option1"
         Height          =   375
         Left            =   240
         TabIndex        =   9
         Top             =   840
         Width           =   1335
      End
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Left            =   1800
      TabIndex        =   7
      Text            =   "Text1"
      Top             =   360
      Width           =   3135
   End
   Begin VB.PictureBox picOptions 
      BorderStyle     =   0  'None
      Height          =   3780
      Index           =   3
      Left            =   -20000
      ScaleHeight     =   3840.968
      ScaleMode       =   0  'User
      ScaleWidth      =   5745.64
      TabIndex        =   1
      TabStop         =   0   'False
      Top             =   480
      Width           =   5685
      Begin VB.Frame fraSample4 
         Caption         =   "示例 4"
         Height          =   2022
         Left            =   505
         TabIndex        =   5
         Tag             =   "示例 4"
         Top             =   502
         Width           =   2033
      End
   End
   Begin VB.PictureBox picOptions 
      BorderStyle     =   0  'None
      Height          =   3780
      Index           =   2
      Left            =   -20000
      ScaleHeight     =   3840.968
      ScaleMode       =   0  'User
      ScaleWidth      =   5745.64
      TabIndex        =   3
      TabStop         =   0   'False
      Top             =   480
      Width           =   5685
      Begin VB.Frame fraSample3 
         Caption         =   "示例 3"
         Height          =   2022
         Left            =   406
         TabIndex        =   4
         Tag             =   "示例 3"
         Top             =   403
         Width           =   2033
      End
   End
   Begin VB.PictureBox picOptions 
      BorderStyle     =   0  'None
      Height          =   3780
      Index           =   1
      Left            =   -20000
      ScaleHeight     =   3840.968
      ScaleMode       =   0  'User
      ScaleWidth      =   5745.64
      TabIndex        =   0
      TabStop         =   0   'False
      Top             =   480
      Width           =   5685
      Begin VB.Frame fraSample2 
         Caption         =   "示例 2"
         Height          =   2022
         Left            =   307
         TabIndex        =   2
         Tag             =   "示例 2"
         Top             =   305
         Width           =   2033
      End
   End
   Begin MSComctlLib.ProgressBar ProgressBar2 
      Height          =   2775
      Left            =   2280
      TabIndex        =   26
      Top             =   5640
      Width           =   375
      _ExtentX        =   661
      _ExtentY        =   4895
      _Version        =   393216
      Appearance      =   1
      Orientation     =   1
   End
   Begin MSComctlLib.Slider Slider1 
      Height          =   630
      Left            =   3360
      TabIndex        =   31
      Top             =   6120
      Width           =   2175
      _ExtentX        =   3836
      _ExtentY        =   1111
      _Version        =   393216
   End
   Begin VB.Label Label1 
      Caption         =   "Label1"
      Height          =   495
      Left            =   360
      TabIndex        =   6
      Top             =   360
      Width           =   1335
   End
End
Attribute VB_Name = "frmOptions"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub cmdApply_Click()
  Label1.Caption = "标签更改"
End Sub

Private Sub cmdCancel_Click()

Me.Hide

End Sub

Private Sub cmdOK_Click()

Me.Hide

End Sub

Private Sub Form_Load()

ProgressBar1.Value = 40
ProgressBar2.Value = 80

Picture1.BackColor = skinpp.GetSkinSysColor(SKINPP_COLOR_BTNFACE)
Label3.BackColor = skinpp.GetSkinSysColor(SKINPP_COLOR_BTNFACE)
'MSFlexGrid1.BackColorFixed = skinpp.GetSkinSysColor(SKINPP_COLOR_BTNFACE)
'MSFlexGrid1.BackColor = skinpp.GetSkinSysColor(SKINPP_COLOR_WINDOW)

End Sub

Private Sub TabStrip2_Click()

End Sub

⌨️ 快捷键说明

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