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

📄 frmbuttontest.frm

📁 simple supermarket for beginners
💻 FRM
📖 第 1 页 / 共 4 页
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form frmButtonTest 
   BackColor       =   &H80000005&
   Caption         =   "isButton 3.0 Test"
   ClientHeight    =   4890
   ClientLeft      =   60
   ClientTop       =   330
   ClientWidth     =   9000
   BeginProperty Font 
      Name            =   "Verdana"
      Size            =   8.25
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form1"
   ScaleHeight     =   326
   ScaleMode       =   3  'Pixel
   ScaleWidth      =   600
   StartUpPosition =   3  'Windows Default
   Begin VB.PictureBox pProps 
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      ForeColor       =   &H80000008&
      Height          =   1575
      Index           =   0
      Left            =   2280
      ScaleHeight     =   1545
      ScaleWidth      =   6465
      TabIndex        =   27
      Top             =   2880
      Width           =   6495
      Begin isButtonTest.isButton chkUseCustomColors 
         Height          =   375
         Left            =   4080
         TabIndex        =   62
         Top             =   1080
         Width           =   2175
         _ExtentX        =   3836
         _ExtentY        =   661
         Style           =   8
         Caption         =   "Use Custom Colors"
         IconAlign       =   2
         iNonThemeStyle  =   0
         BackColor       =   15790320
         HighlightColor  =   8812135
         Tooltiptitle    =   ""
         ToolTipIcon     =   0
         ToolTipType     =   0
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Verdana"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ButtonType      =   1
         Value           =   -1  'True
      End
      Begin isButtonTest.isButton chkEnabled 
         Height          =   375
         Left            =   4080
         TabIndex        =   61
         Top             =   240
         Width           =   2175
         _ExtentX        =   3836
         _ExtentY        =   661
         Style           =   8
         Caption         =   "Enabled"
         IconAlign       =   2
         iNonThemeStyle  =   0
         BackColor       =   15790320
         HighlightColor  =   8812135
         Tooltiptitle    =   ""
         ToolTipIcon     =   0
         ToolTipType     =   0
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Verdana"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ButtonType      =   1
         Value           =   -1  'True
      End
      Begin VB.ComboBox comNonThemeStyle 
         Height          =   315
         Left            =   2160
         Style           =   2  'Dropdown List
         TabIndex        =   35
         Top             =   960
         Width           =   1695
      End
      Begin VB.ComboBox comIconAlign 
         Height          =   315
         Left            =   2160
         Style           =   2  'Dropdown List
         TabIndex        =   33
         Top             =   360
         Width           =   1815
      End
      Begin VB.TextBox txtCaption 
         Height          =   285
         Left            =   120
         TabIndex        =   30
         Text            =   "isButton"
         Top             =   360
         Width           =   1815
      End
      Begin VB.ComboBox comCaptionAlign 
         Height          =   315
         Left            =   120
         Style           =   2  'Dropdown List
         TabIndex        =   29
         Top             =   960
         Width           =   1815
      End
      Begin isButtonTest.isButton cmdButtonType 
         Height          =   375
         Left            =   4080
         TabIndex        =   63
         Top             =   660
         Width           =   2175
         _ExtentX        =   3836
         _ExtentY        =   661
         Style           =   8
         Caption         =   "CheckBox"
         IconAlign       =   2
         iNonThemeStyle  =   0
         BackColor       =   15790320
         HighlightColor  =   8812135
         Tooltiptitle    =   ""
         ToolTipIcon     =   0
         ToolTipType     =   0
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Verdana"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ButtonType      =   1
      End
      Begin VB.Label Label6 
         BackColor       =   &H80000005&
         Caption         =   "If theme fails, use:"
         Height          =   255
         Left            =   2160
         TabIndex        =   36
         Top             =   720
         Width           =   1695
      End
      Begin VB.Label Label4 
         BackColor       =   &H80000005&
         Caption         =   "Icon Align"
         Height          =   255
         Left            =   2160
         TabIndex        =   34
         Top             =   120
         Width           =   1815
      End
      Begin VB.Label Label2 
         BackColor       =   &H80000005&
         Caption         =   "Caption"
         Height          =   255
         Left            =   120
         TabIndex        =   32
         Top             =   120
         Width           =   1815
      End
      Begin VB.Label Label3 
         BackColor       =   &H80000005&
         Caption         =   "Caption Align"
         Height          =   255
         Left            =   120
         TabIndex        =   31
         Top             =   720
         Width           =   1815
      End
   End
   Begin VB.PictureBox pProps 
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      ForeColor       =   &H80000008&
      Height          =   1575
      Index           =   1
      Left            =   2280
      ScaleHeight     =   1545
      ScaleWidth      =   6465
      TabIndex        =   28
      Top             =   2880
      Width           =   6495
      Begin isButtonTest.isButton cmdFontHighLight 
         Height          =   300
         Left            =   120
         TabIndex        =   37
         Top             =   1200
         Width           =   1455
         _ExtentX        =   2566
         _ExtentY        =   529
         Icon            =   "frmButtonTest.frx":0000
         Style           =   8
         Caption         =   "Font HighLight"
         IconAlign       =   1
         iNonThemeStyle  =   0
         BackColor       =   15790320
         HighlightColor  =   8812135
         Tooltiptitle    =   ""
         ToolTipIcon     =   0
         ToolTipType     =   0
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Verdana"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
      End
      Begin isButtonTest.isButton cmdFontColor 
         Height          =   300
         Left            =   120
         TabIndex        =   38
         Top             =   840
         Width           =   1455
         _ExtentX        =   2566
         _ExtentY        =   529
         Icon            =   "frmButtonTest.frx":001C
         Style           =   8
         Caption         =   "FontColor"
         IconAlign       =   1
         iNonThemeStyle  =   0
         BackColor       =   15790320
         HighlightColor  =   8812135
         Tooltiptitle    =   ""
         ToolTipIcon     =   0
         ToolTipType     =   0
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Verdana"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
      End
      Begin isButtonTest.isButton cmdHighLighColor 
         Height          =   300
         Left            =   120
         TabIndex        =   39
         Top             =   480
         Width           =   1455
         _ExtentX        =   2566
         _ExtentY        =   529
         Icon            =   "frmButtonTest.frx":0038
         Style           =   8
         Caption         =   "HighLight Color"
         IconAlign       =   1
         iNonThemeStyle  =   0
         BackColor       =   15790320
         HighlightColor  =   8812135
         Tooltiptitle    =   ""
         ToolTipIcon     =   0
         ToolTipType     =   0
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Verdana"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
      End
      Begin isButtonTest.isButton cmdBackColor 
         Height          =   300
         Left            =   120
         TabIndex        =   40
         Top             =   120
         Width           =   1455
         _ExtentX        =   2566
         _ExtentY        =   529
         Icon            =   "frmButtonTest.frx":0054
         Style           =   8
         Caption         =   "BackColor"
         IconAlign       =   1
         iNonThemeStyle  =   0
         BackColor       =   12632256
         HighlightColor  =   8812135
         Tooltiptitle    =   ""
         ToolTipIcon     =   0
         ToolTipType     =   0
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Verdana"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
      End
      Begin isButtonTest.isButton cmdSetFont 
         Height          =   420
         Left            =   2880
         TabIndex        =   60
         Top             =   120
         Width           =   1815
         _ExtentX        =   3201
         _ExtentY        =   741
         Icon            =   "frmButtonTest.frx":0070
         Style           =   8
         Caption         =   "Set Font"
         IconAlign       =   1
         iNonThemeStyle  =   0
         USeCustomColors =   -1  'True
         BackColor       =   15790320
         HighlightColor  =   15790320
         FontColor       =   -2147483640
         FontHighlightColor=   -2147483635
         Tooltiptitle    =   ""
         ToolTipIcon     =   0
         ToolTipType     =   0
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Bitstream Vera Sans"
            Size            =   9.75
            Charset         =   0
            Weight          =   700
            Underline       =   -1  'True
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
      End
      Begin VB.Shape shpBack 
         BackColor       =   &H00F0FAFA&
         BackStyle       =   1  'Opaque
         Height          =   300
         Left            =   1680
         Shape           =   3  'Circle
         Top             =   120
         Width           =   255
      End
      Begin VB.Shape shpHighlight 
         BackColor       =   &H00F8FFFF&
         BackStyle       =   1  'Opaque
         Height          =   300
         Left            =   1680
         Shape           =   3  'Circle
         Top             =   480
         Width           =   255
      End
      Begin VB.Shape shpFont 
         BackColor       =   &H80000012&
         BackStyle       =   1  'Opaque
         Height          =   300
         Left            =   1680
         Shape           =   3  'Circle
         Top             =   840
         Width           =   255
      End
      Begin VB.Shape shpFontHighlight 
         BackColor       =   &H00FF0000&
         BackStyle       =   1  'Opaque
         Height          =   300
         Left            =   1680
         Shape           =   3  'Circle
         Top             =   1200
         Width           =   255
      End
   End
   Begin VB.PictureBox pProps 
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      ForeColor       =   &H80000008&
      Height          =   1575
      Index           =   3
      Left            =   2280
      ScaleHeight     =   1545
      ScaleWidth      =   6465
      TabIndex        =   57
      Top             =   2880
      Visible         =   0   'False
      Width           =   6495
      Begin isButtonTest.isButton cmdVote 
         Height          =   375
         Left            =   4080
         TabIndex        =   59
         Top             =   1080
         Width           =   2175
         _ExtentX        =   3836
         _ExtentY        =   661
         Icon            =   "frmButtonTest.frx":008C
         Style           =   8
         Caption         =   "Go To PSC Page"
         IconAlign       =   2
         iNonThemeStyle  =   0
         USeCustomColors =   -1  'True
         BackColor       =   15790320
         HighlightColor  =   16777215
         Tooltiptitle    =   ""
         ToolTipIcon     =   0
         ToolTipType     =   0
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Verdana"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
      End
      Begin VB.Label Label10 
         BackStyle       =   0  'Transparent
         Caption         =   $"frmButtonTest.frx":01E6
         Height          =   855
         Left            =   120
         TabIndex        =   58
         Top             =   120
         Width           =   6255
      End
   End
   Begin MSComDlg.CommonDialog dlgColor 
      Left            =   8280
      Top             =   0
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
      CancelError     =   -1  'True
      FontName        =   "Verdana"
   End
   Begin isButtonTest.isButton cmdStyle 
      Height          =   375
      Index           =   0

⌨️ 快捷键说明

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