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

📄 test.frm

📁 星级酒店管理系统(附带系统自写控件源码)
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "*\AToolbar2.vbp"
Begin VB.Form frmToolbarDemonstration 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "Toolbar Demonstration"
   ClientHeight    =   4650
   ClientLeft      =   1485
   ClientTop       =   1455
   ClientWidth     =   6870
   BeginProperty Font 
      Name            =   "Tahoma"
      Size            =   8.25
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   310
   ScaleMode       =   3  'Pixel
   ScaleWidth      =   458
   ShowInTaskbar   =   0   'False
   Begin VB.CheckBox chkBorderTop 
      Caption         =   "Border&Top"
      Height          =   285
      Left            =   2700
      TabIndex        =   19
      Top             =   630
      Value           =   1  'Checked
      Width           =   1965
   End
   Begin VB.CheckBox chkBorderLeft 
      Caption         =   "Border&Left"
      Height          =   285
      Left            =   2700
      TabIndex        =   18
      Top             =   945
      Value           =   1  'Checked
      Width           =   1965
   End
   Begin VB.CheckBox chkBorderRight 
      Caption         =   "Border&Right"
      Height          =   285
      Left            =   2700
      TabIndex        =   17
      Top             =   1260
      Value           =   1  'Checked
      Width           =   1965
   End
   Begin VB.CheckBox chkBorderBottom 
      Caption         =   "Border&Bottom"
      Height          =   285
      Left            =   2700
      TabIndex        =   16
      Top             =   1575
      Value           =   1  'Checked
      Width           =   1965
   End
   Begin VB.ComboBox cboBorderStyle 
      Height          =   315
      ItemData        =   "Test.frx":0000
      Left            =   630
      List            =   "Test.frx":0016
      Style           =   2  'Dropdown List
      TabIndex        =   15
      Top             =   1530
      Width           =   1725
   End
   Begin VB.CheckBox chkDoubleTopBorder 
      Caption         =   "Dou&bleTopBorder"
      Height          =   285
      Left            =   4770
      TabIndex        =   14
      Top             =   630
      Width           =   1965
   End
   Begin VB.CheckBox chkDoubleBottomBorder 
      Caption         =   "DoubleBotto&mBorder"
      Height          =   285
      Left            =   4770
      TabIndex        =   13
      Top             =   945
      Width           =   1965
   End
   Begin VB.ComboBox cboAppearance 
      Height          =   315
      ItemData        =   "Test.frx":006F
      Left            =   630
      List            =   "Test.frx":0079
      Style           =   2  'Dropdown List
      TabIndex        =   12
      Top             =   855
      Width           =   1725
   End
   Begin VB.ComboBox cboCaption 
      Height          =   315
      ItemData        =   "Test.frx":0097
      Left            =   630
      List            =   "Test.frx":00A4
      Style           =   2  'Dropdown List
      TabIndex        =   11
      Top             =   2205
      Width           =   1725
   End
   Begin VB.CheckBox chkBold 
      Caption         =   "BoldOn&Checked"
      Height          =   285
      Left            =   2700
      TabIndex        =   10
      Top             =   2025
      Value           =   1  'Checked
      Width           =   1965
   End
   Begin VB.CheckBox chkShowSeparators 
      Caption         =   "Sho&wSeparators"
      Height          =   285
      Left            =   2700
      TabIndex        =   9
      Top             =   2340
      Value           =   1  'Checked
      Width           =   1965
   End
   Begin VB.TextBox txtField 
      Height          =   285
      Left            =   630
      TabIndex        =   8
      Top             =   3555
      Width           =   600
   End
   Begin VB.ComboBox cboAlignment 
      Height          =   315
      ItemData        =   "Test.frx":00DD
      Left            =   630
      List            =   "Test.frx":00ED
      Style           =   2  'Dropdown List
      TabIndex        =   7
      Top             =   2880
      Width           =   1725
   End
   Begin VB.CheckBox chkAutoSize 
      Caption         =   "AutoSi&ze"
      Enabled         =   0   'False
      Height          =   285
      Left            =   2700
      TabIndex        =   6
      Top             =   3105
      Width           =   1965
   End
   Begin VB.CheckBox chkDisabled 
      Caption         =   "DisabledText&3D"
      Height          =   285
      Left            =   2700
      TabIndex        =   5
      Top             =   3510
      Width           =   1965
   End
   Begin VB.CheckBox chkEnabled 
      Caption         =   "&Enabled"
      Height          =   285
      Left            =   2700
      TabIndex        =   4
      Top             =   3960
      Value           =   1  'Checked
      Width           =   1965
   End
   Begin VB.ComboBox cboStyle 
      Height          =   315
      ItemData        =   "Test.frx":0143
      Left            =   630
      List            =   "Test.frx":014D
      Style           =   2  'Dropdown List
      TabIndex        =   3
      Top             =   4230
      Width           =   1725
   End
   Begin VB.CheckBox chkSolidChecked 
      Caption         =   "SolidChec&ked"
      Height          =   285
      Left            =   2700
      TabIndex        =   2
      Top             =   2655
      Width           =   1965
   End
   Begin VB.CheckBox chkShowToolTips 
      Caption         =   "Show&ToolTips"
      Height          =   240
      Left            =   4770
      TabIndex        =   1
      Top             =   2340
      Value           =   1  'Checked
      Width           =   1635
   End
   Begin VB.CheckBox chkSounds 
      Caption         =   "Play&Sounds"
      Height          =   240
      Left            =   4770
      TabIndex        =   0
      Top             =   2025
      Value           =   1  'Checked
      Width           =   1635
   End
   Begin AIFCmp1.asxToolbar tbrFontDemo 
      Height          =   465
      Left            =   5355
      Top             =   4050
      Width           =   1410
      _ExtentX        =   2487
      _ExtentY        =   820
      BeginProperty ToolTipFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ButtonGap       =   6
      BorderStyle     =   3
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ButtonCount     =   3
      SolidChecked    =   -1  'True
      ShowSeparators  =   -1  'True
      ButtonChecked1  =   -1  'True
      ButtonKey1      =   "Left"
      ButtonPicture1  =   "Test.frx":016C
      ButtonToolTipText1=   "Left"
      ButtonGroupID1  =   1
      ButtonKey2      =   "Center"
      ButtonPicture2  =   "Test.frx":04BE
      ButtonToolTipText2=   "Center"
      ButtonGroupID2  =   1
      ButtonKey3      =   "Right"
      ButtonPicture3  =   "Test.frx":0810
      ButtonToolTipText3=   "Right"
      ButtonGroupID3  =   1
   End
   Begin AIFCmp1.asxToolbar tbrDemo 
      Align           =   1  'Align Top
      Height          =   510
      Left            =   0
      Top             =   0
      Width           =   6870
      _ExtentX        =   12118
      _ExtentY        =   900
      FixedSize       =   32
      BeginProperty ToolTipFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ButtonCount     =   15
      CaptionOptions  =   2
      ButtonCaption1  =   "Back"
      ButtonDescription1=   "Display previous page from History"
      ButtonPicture1  =   "Test.frx":0B62
      ButtonPictureOver1=   "Test.frx":1064
      ButtonToolTipText1=   "Back"

⌨️ 快捷键说明

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