rotate.frm

来自「不错的一个VB菜单设计 界面和功能都不错」· FRM 代码 · 共 28 行

FRM
28
字号
VERSION 5.00
Object = "*\A..\SOURCE\FAST2002.vbp"
Begin VB.Form frmRotate 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "Image rotation"
   ClientHeight    =   3420
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   8220
   Icon            =   "rotate.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3420
   ScaleWidth      =   8220
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   Begin VB.CommandButton cmdHorizontal 
      Caption         =   "Horizontal rotation"
      Height          =   420
      Left            =   3105
      TabIndex        =   4
      Top             =   2745
      Width           =   2040
   End
   Begin VB.CommandButton cmdCustom 
      Caption         =   "Rotate 45 

⌨️ 快捷键说明

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