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

📄 setnews.frm

📁 OA编程 源代码
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "Comdlg32.ocx"
Begin VB.Form FrmSetNews 
   AutoRedraw      =   -1  'True
   BackColor       =   &H00E0E0E0&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "新闻公告板风格"
   ClientHeight    =   5100
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   4560
   Icon            =   "SetNews.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5886.857
   ScaleMode       =   0  'User
   ScaleWidth      =   4632.381
   Begin VB.CommandButton CmdSetMainPage 
      Cancel          =   -1  'True
      Caption         =   "确 认"
      BeginProperty Font 
         Name            =   "仿宋_GB2312"
         Size            =   15.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   480
      Left            =   3240
      TabIndex        =   10
      Top             =   4440
      Width           =   1230
   End
   Begin VB.Timer TimeInfo 
      Enabled         =   0   'False
      Interval        =   2000
      Left            =   0
      Top             =   4440
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H00E0E0E0&
      Caption         =   "新闻"
      BeginProperty Font 
         Name            =   "System"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   975
      Left            =   120
      TabIndex        =   11
      Top             =   1680
      Width           =   4335
      Begin VB.CommandButton CmdSelectNColor 
         Caption         =   "..."
         BeginProperty Font 
            Name            =   "System"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   3855
         TabIndex        =   16
         Top             =   480
         Width           =   360
      End
      Begin VB.CommandButton CmdSetNFont 
         Caption         =   "..."
         BeginProperty Font 
            Name            =   "System"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   1710
         TabIndex        =   15
         Top             =   480
         Width           =   360
      End
      Begin VB.TextBox TxtNFont 
         Appearance      =   0  'Flat
         Height          =   375
         Left            =   600
         Locked          =   -1  'True
         TabIndex        =   14
         TabStop         =   0   'False
         Top             =   360
         Width           =   615
      End
      Begin VB.TextBox TxtNColor 
         Appearance      =   0  'Flat
         Height          =   375
         Left            =   2625
         Locked          =   -1  'True
         TabIndex        =   13
         TabStop         =   0   'False
         Top             =   360
         Width           =   1215
      End
      Begin VB.TextBox TxtNFontSize 
         Appearance      =   0  'Flat
         Height          =   375
         Left            =   1200
         Locked          =   -1  'True
         TabIndex        =   12
         TabStop         =   0   'False
         Top             =   360
         Width           =   495
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "字体"
         Height          =   180
         Left            =   120
         TabIndex        =   18
         Top             =   480
         Width           =   360
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "颜色"
         Height          =   180
         Left            =   2160
         TabIndex        =   17
         Top             =   480
         Width           =   360
      End
   End
   Begin VB.Frame FraMainPage 
      BackColor       =   &H00E0E0E0&
      Caption         =   "标题"
      BeginProperty Font 
         Name            =   "System"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   1455
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   4335
      Begin VB.TextBox TxtFontSize 
         Appearance      =   0  'Flat
         Height          =   375
         Left            =   1200
         Locked          =   -1  'True
         TabIndex        =   6
         TabStop         =   0   'False
         Top             =   840
         Width           =   495
      End
      Begin VB.TextBox TxtColor 
         Appearance      =   0  'Flat
         Height          =   375
         Left            =   2640
         Locked          =   -1  'True
         TabIndex        =   5
         TabStop         =   0   'False
         Top             =   840
         Width           =   1215
      End
      Begin VB.TextBox TxtFont 
         Appearance      =   0  'Flat
         Height          =   375
         Left            =   600
         Locked          =   -1  'True
         TabIndex        =   4
         TabStop         =   0   'False
         Top             =   840
         Width           =   615
      End
      Begin VB.CommandButton CmdSetFont 
         Caption         =   "..."
         BeginProperty Font 
            Name            =   "System"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   1695
         TabIndex        =   3
         Top             =   960
         Width           =   360
      End
      Begin VB.CommandButton CmdSelectSColor 
         Caption         =   "..."
         BeginProperty Font 
            Name            =   "System"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   3855
         TabIndex        =   2
         Top             =   960
         Width           =   360
      End
      Begin VB.TextBox TxtTitle 
         Appearance      =   0  'Flat
         Height          =   375
         Left            =   120
         TabIndex        =   1
         TabStop         =   0   'False
         Top             =   360
         Width           =   4095
      End
      Begin VB.Label LabColor 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "颜色"
         Height          =   180
         Left            =   2160
         TabIndex        =   8
         Top             =   960
         Width           =   360
      End
      Begin VB.Label LabFont 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "字体"
         Height          =   180
         Left            =   120
         TabIndex        =   7
         Top             =   960
         Width           =   360
      End
   End
   Begin MSComDlg.CommonDialog DlgSelectColor 

⌨️ 快捷键说明

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