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

📄 ftextoutline.frm

📁 字体效果VB源程序
💻 FRM
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form FTextOutline 
   Caption         =   "Form1"
   ClientHeight    =   6420
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6585
   LinkTopic       =   "Form1"
   ScaleHeight     =   6420
   ScaleWidth      =   6585
   StartUpPosition =   3  'Windows Default
   Begin VB.Frame Frame1 
      Caption         =   "Options"
      Height          =   1815
      Left            =   180
      TabIndex        =   1
      Top             =   4440
      Width           =   6315
      Begin VB.TextBox txtAngle 
         Height          =   315
         Left            =   2760
         TabIndex        =   15
         Text            =   "txtAngle"
         Top             =   1320
         Width           =   1035
      End
      Begin VB.TextBox txtPenWidth 
         Height          =   315
         Left            =   180
         TabIndex        =   11
         Text            =   "txtPenWidth"
         Top             =   1320
         Width           =   1035
      End
      Begin VB.CheckBox chkOutlineBehind 
         Caption         =   "OutlineBehind"
         Height          =   255
         Left            =   2760
         TabIndex        =   4
         Top             =   300
         Width           =   1395
      End
      Begin VB.CheckBox chkUseExistingObjs 
         Caption         =   "Use Existing Objects"
         Height          =   255
         Left            =   4320
         TabIndex        =   5
         Top             =   300
         Value           =   1  'Checked
         Width           =   1875
      End
      Begin VB.CommandButton cmdOutlineColor 
         Caption         =   "OutlineColor"
         Height          =   315
         Left            =   180
         TabIndex        =   6
         Top             =   660
         Width           =   1035
      End
      Begin VB.CommandButton cmdFillColor 
         Caption         =   "FillColor"
         Height          =   315
         Left            =   1500
         TabIndex        =   7
         Top             =   660
         Width           =   1035
      End
      Begin VB.CheckBox chkOutlined 
         Caption         =   "Outlined"
         Height          =   255
         Left            =   180
         TabIndex        =   2
         Top             =   300
         Value           =   1  'Checked
         Width           =   1035
      End
      Begin VB.CheckBox chkFilled 
         Caption         =   "Filled"
         Height          =   255
         Left            =   1500
         TabIndex        =   3
         Top             =   300
         Width           =   1035
      End
      Begin VB.CommandButton cmdClear 
         Caption         =   "Clear"
         Height          =   315
         Left            =   5040
         TabIndex        =   9
         Top             =   1320
         Width           =   1035
      End
      Begin VB.TextBox txtDrawText 
         Height          =   315
         Left            =   1500
         TabIndex        =   13
         Text            =   "txtDrawText"
         Top             =   1320
         Width           =   1035
      End
      Begin VB.CommandButton cmdFont 
         Caption         =   "Font"
         Height          =   315
         Left            =   2760
         TabIndex        =   8
         Top             =   660
         Width           =   1035
      End
      Begin VB.Label Label4 
         Caption         =   "Label4"
         Height          =   435
         Left            =   4320
         TabIndex        =   16
         Top             =   660
         Width           =   1755
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         Caption         =   "Text &Angle:"
         Height          =   195
         Left            =   2760
         TabIndex        =   14
         Top             =   1080
         Width           =   810
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         Caption         =   "&PenWidth"
         Height          =   195
         Left            =   180
         TabIndex        =   10
         Top             =   1080
         Width           =   705
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "&Text to draw:"
         Height          =   195
         Left            =   1500
         TabIndex        =   12
         Top             =   1080
         Width           =   930
      End
   End
   Begin MSComDlg.CommonDialog CommonDialog1 
      Left            =   0
      Top             =   0
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin VB.PictureBox Picture1 
      Height          =   4095
      Left            =   120
      ScaleHeight     =   4035
      ScaleWidth      =   6255
      TabIndex        =   0
      TabStop         =   0   'False
      Top             =   120
      Width           =   6315
   End
End
Attribute VB_Name = "FTextOutline"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
' *********************************************************************
'  Copyright 

⌨️ 快捷键说明

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