about.frm

来自「VB下使用并口模拟I2C程序」· FRM 代码 · 共 52 行

FRM
52
字号
VERSION 5.00
Begin VB.Form About 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "About PortIO"
   ClientHeight    =   1890
   ClientLeft      =   870
   ClientTop       =   1380
   ClientWidth     =   5520
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   PaletteMode     =   1  'UseZOrder
   ScaleHeight     =   1890
   ScaleWidth      =   5520
   ShowInTaskbar   =   0   'False
   Begin VB.CommandButton OnOK 
      Caption         =   "OK"
      Default         =   -1  'True
      Height          =   372
      Left            =   4320
      TabIndex        =   4
      Top             =   240
      Width           =   972
   End
   Begin VB.Image Image1 
      Height          =   480
      Left            =   240
      Picture         =   "About.frx":0000
      Top             =   360
      Width           =   480
   End
   Begin VB.Label Label4 
      AutoSize        =   -1  'True
      Caption         =   "Web: www.sstnet.com"
      Height          =   192
      Left            =   840
      TabIndex        =   3
      Top             =   1440
      Width           =   1548
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      Caption         =   "E-mail: sales@sstnet.com"
      Height          =   192
      Left            =   840
      TabIndex        =   2
      Top             =   1200
      Width           =   1860
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      Caption         =   "Copyright  

⌨️ 快捷键说明

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