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

📄 frmsendsms.frm

📁 漂亮的vb 程序
💻 FRM
字号:
VERSION 5.00
Begin VB.Form FrmSendSMS 
   BackColor       =   &H00FFFFFF&
   BorderStyle     =   0  'None
   Caption         =   "Form1"
   ClientHeight    =   3990
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   6840
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3990
   ScaleWidth      =   6840
   ShowInTaskbar   =   0   'False
   StartUpPosition =   1  '所有者中心
   Begin SICONZ.MyCmd MyCmd1 
      Height          =   315
      Left            =   3375
      TabIndex        =   0
      Top             =   3375
      Width           =   2025
      _ExtentX        =   3572
      _ExtentY        =   556
      Caption         =   "关闭窗口(&C)"
      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 SICONZ.XPOption CmdEnd 
      Height          =   390
      Left            =   5775
      TabIndex        =   1
      Top             =   0
      Width           =   225
      _ExtentX        =   397
      _ExtentY        =   688
      Caption         =   ""
      BeginProperty Font {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
   End
   Begin VB.Image Image4 
      Height          =   1080
      Left            =   4515
      Picture         =   "FrmSendSMS.frx":0000
      Top             =   600
      Width           =   1080
   End
   Begin VB.Shape Shape1 
      BackColor       =   &H00FF00FF&
      BorderColor     =   &H00FCB37E&
      Height          =   3465
      Left            =   0
      Top             =   390
      Width           =   6075
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "参数设置"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00404040&
      Height          =   180
      Left            =   360
      TabIndex        =   2
      Top             =   90
      Width           =   780
   End
   Begin VB.Image Image3 
      Height          =   390
      Left            =   6000
      Picture         =   "FrmSendSMS.frx":3D02
      Top             =   0
      Width           =   75
   End
   Begin VB.Image Image2 
      Height          =   390
      Left            =   0
      Picture         =   "FrmSendSMS.frx":3EE4
      Top             =   0
      Width           =   75
   End
   Begin VB.Image ImgTitle 
      Height          =   390
      Left            =   75
      Picture         =   "FrmSendSMS.frx":40C6
      Stretch         =   -1  'True
      Top             =   0
      Width           =   5700
   End
End
Attribute VB_Name = "FrmSendSMS"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub CmdEnd_ValueChanged(blnValue As Boolean)
    Unload Me
End Sub

⌨️ 快捷键说明

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