shuoming.frm
资源名称:VBPLCSC09.rar [点击查看]
上传用户:guilu56566
上传日期:2021-04-07
资源大小:1585k
文件大小:4k
源码类别:
家庭/个人应用
开发平台:
Visual Basic
- VERSION 5.00
- Begin VB.Form shuoming
- BorderStyle = 3 'Fixed Dialog
- ClientHeight = 4260
- ClientLeft = 255
- ClientTop = 1410
- ClientWidth = 7425
- ClipControls = 0 'False
- ControlBox = 0 'False
- Icon = "shuoming.frx":0000
- KeyPreview = -1 'True
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 4260
- ScaleWidth = 7425
- ShowInTaskbar = 0 'False
- StartUpPosition = 2 '屏幕中心
- Begin VB.Frame Frame1
- Caption = "智能家庭控制--FX系列PLC1.1版"
- Height = 4050
- Left = 120
- TabIndex = 0
- Top = 60
- Width = 7080
- Begin VB.Label Label2
- Caption = "我只做了左面的部分,大家可以把右面的部分也做出来。命名功能还未开启。大家不要疑惑呵呵。我们控制的是输出的Y0到Y16。"
- ForeColor = &H000000FF&
- Height = 975
- Left = 480
- TabIndex = 7
- Top = 840
- Width = 3015
- End
- Begin VB.Label Label1
- Caption = "软件功能还未完善,控制方法用的都是最简单的方法仅为大家学习方便。希望能够交到更多的朋友可以加我QQ。。。"
- BeginProperty Font
- Name = "宋体"
- Size = 12
- Charset = 134
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 1215
- Left = 360
- TabIndex = 6
- Top = 2160
- Width = 3375
- End
- Begin VB.Label lblCopyright
- Caption = "禁止用于商业用途"
- ForeColor = &H000000FF&
- Height = 255
- Left = 120
- TabIndex = 3
- Top = 3720
- Width = 1695
- End
- Begin VB.Label lblCompany
- Caption = "联系方式:"
- Height = 255
- Left = 4800
- TabIndex = 2
- Top = 3240
- Width = 2415
- End
- Begin VB.Label lblProductName
- AutoSize = -1 'True
- Caption = "QQ:270976368"
- BeginProperty Font
- Name = "宋体"
- Size = 14.25
- Charset = 134
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 285
- Left = 4800
- TabIndex = 5
- Top = 3600
- Width = 1980
- End
- Begin VB.Label lblLicenseTo
- Alignment = 1 'Right Justify
- Caption = "使用说明"
- Height = 255
- Left = 120
- TabIndex = 1
- Top = 240
- Width = 6855
- End
- Begin VB.Label lblCompanyProduct
- AutoSize = -1 'True
- Caption = "董跃鹏制作"
- BeginProperty Font
- Name = "宋体"
- Size = 18
- Charset = 134
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 360
- Left = 4800
- TabIndex = 4
- Top = 2640
- Width = 1875
- End
- End
- End
- Attribute VB_Name = "shuoming"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub Form_KeyPress(KeyAscii As Integer)
- Unload Me
- End Sub
- Private Sub Frame1_Click()
- Unload Me
- End Sub
- Private Sub lblWarning_Click()
- End Sub