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

📄 design.frm

📁 vb编程+从基础到实践光盘代码
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form Form1 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "图像综合处理"
   ClientHeight    =   7005
   ClientLeft      =   420
   ClientTop       =   330
   ClientWidth     =   12480
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   7005
   ScaleWidth      =   12480
   Begin VB.HScrollBar HScroll1 
      Height          =   255
      Left            =   1560
      TabIndex        =   40
      Top             =   5400
      Width           =   4935
   End
   Begin VB.VScrollBar VScroll1 
      Height          =   4935
      Left            =   6480
      TabIndex        =   39
      Top             =   480
      Width           =   255
   End
   Begin VB.PictureBox Picture5 
      Height          =   4950
      Left            =   6840
      ScaleHeight     =   4890
      ScaleWidth      =   4890
      TabIndex        =   23
      Top             =   480
      Width           =   4950
   End
   Begin VB.PictureBox Picture4 
      Height          =   4950
      Left            =   1560
      ScaleHeight     =   4890
      ScaleWidth      =   4890
      TabIndex        =   21
      Top             =   480
      Width           =   4950
      Begin VB.PictureBox Picture3 
         AutoSize        =   -1  'True
         BorderStyle     =   0  'None
         FillStyle       =   0  'Solid
         Height          =   5370
         Left            =   -720
         ScaleHeight     =   5370
         ScaleWidth      =   6120
         TabIndex        =   22
         Top             =   -480
         Width           =   6120
      End
   End
   Begin MSComDlg.CommonDialog CommonDialog1 
      Left            =   11880
      Top             =   4920
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin VB.Frame Frame4 
      Caption         =   "编辑"
      Height          =   735
      Left            =   3720
      TabIndex        =   12
      Top             =   5760
      Width           =   8655
      Begin VB.CommandButton Command2 
         Caption         =   "退出"
         Height          =   375
         Index           =   7
         Left            =   7680
         TabIndex        =   20
         Top             =   240
         Width           =   855
      End
      Begin VB.CommandButton Command2 
         Caption         =   "变暗"
         Height          =   375
         Index           =   6
         Left            =   5520
         TabIndex        =   19
         Top             =   240
         Width           =   855
      End
      Begin VB.CommandButton Command2 
         Caption         =   "右旋"
         Height          =   375
         Index           =   5
         Left            =   4440
         TabIndex        =   18
         Top             =   240
         Width           =   855
      End
      Begin VB.CommandButton Command2 
         Caption         =   "左旋"
         Height          =   375
         Index           =   4
         Left            =   3360
         TabIndex        =   17
         Top             =   240
         Width           =   855
      End
      Begin VB.CommandButton Command2 
         Caption         =   "缩小"
         Height          =   375
         Index           =   3
         Left            =   2280
         TabIndex        =   16
         Top             =   240
         Width           =   855
      End
      Begin VB.CommandButton Command2 
         Caption         =   "放大"
         Height          =   375
         Index           =   2
         Left            =   1200
         TabIndex        =   15
         Top             =   240
         Width           =   855
      End
      Begin VB.CommandButton Command2 
         Caption         =   "恢复"
         Height          =   375
         Index           =   1
         Left            =   6600
         TabIndex        =   14
         Top             =   240
         Width           =   855
      End
      Begin VB.CommandButton Command2 
         Caption         =   "打开"
         Height          =   375
         Index           =   0
         Left            =   120
         Picture         =   "Design.frx":0000
         TabIndex        =   13
         Top             =   240
         Width           =   855
      End
   End
   Begin VB.Frame Frame3 
      Caption         =   "线宽"
      Height          =   1695
      Left            =   240
      TabIndex        =   2
      Top             =   4800
      Width           =   1215
      Begin VB.PictureBox Picture2 
         Height          =   255
         Index           =   3
         Left            =   120
         ScaleHeight     =   195
         ScaleWidth      =   915
         TabIndex        =   11
         Top             =   1320
         Width           =   975
         Begin VB.Line Line1 
            BorderWidth     =   8
            Index           =   3
            X1              =   0
            X2              =   840
            Y1              =   120
            Y2              =   120
         End
      End
      Begin VB.PictureBox Picture2 
         Height          =   255
         Index           =   2
         Left            =   120
         ScaleHeight     =   195
         ScaleWidth      =   915
         TabIndex        =   10
         Top             =   960
         Width           =   975
         Begin VB.Line Line1 
            BorderWidth     =   4
            Index           =   2
            X1              =   0
            X2              =   840
            Y1              =   120
            Y2              =   120
         End
      End
      Begin VB.PictureBox Picture2 
         Height          =   255
         Index           =   1
         Left            =   120
         ScaleHeight     =   195
         ScaleWidth      =   915
         TabIndex        =   9
         Top             =   600
         Width           =   975
         Begin VB.Line Line1 
            BorderWidth     =   2
            Index           =   1
            X1              =   0
            X2              =   840
            Y1              =   120
            Y2              =   120
         End
      End
      Begin VB.PictureBox Picture2 
         Height          =   255
         Index           =   0
         Left            =   120
         ScaleHeight     =   195
         ScaleWidth      =   915
         TabIndex        =   8
         Top             =   240
         Width           =   975
         Begin VB.Line Line1 
            Index           =   0
            X1              =   0
            X2              =   840
            Y1              =   120
            Y2              =   120
         End
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "工具"
      Height          =   735
      Left            =   1560
      TabIndex        =   1
      Top             =   5760
      Width           =   2055
      Begin VB.CommandButton Command1 
         Caption         =   "橡皮"
         Height          =   375
         Index           =   1
         Left            =   1080
         TabIndex        =   7
         Top             =   240
         Width           =   855
      End
      Begin VB.CommandButton Command1 
         Caption         =   "画笔"
         Height          =   375
         Index           =   0
         Left            =   120
         TabIndex        =   6
         Top             =   240
         Width           =   855
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "颜色"
      Height          =   4215
      Left            =   240
      TabIndex        =   0
      Top             =   360
      Width           =   1215
      Begin VB.PictureBox Picture1 
         BackColor       =   &H8000000A&
         Height          =   495
         Index           =   0
         Left            =   120
         ScaleHeight     =   435
         ScaleWidth      =   435
         TabIndex        =   36
         Top             =   240
         Width           =   495
      End
      Begin VB.PictureBox Picture1 
         Height          =   495
         Index           =   1
         Left            =   600
         ScaleHeight     =   435
         ScaleWidth      =   435
         TabIndex        =   35
         Top             =   240
         Width           =   495
      End
      Begin VB.PictureBox Picture1 
         Height          =   495
         Index           =   2
         Left            =   120
         ScaleHeight     =   435
         ScaleWidth      =   435
         TabIndex        =   34
         Top             =   720
         Width           =   495
      End
      Begin VB.PictureBox Picture1 
         Height          =   495
         Index           =   3
         Left            =   600
         ScaleHeight     =   435
         ScaleWidth      =   435
         TabIndex        =   33
         Top             =   720
         Width           =   495
      End
      Begin VB.PictureBox Picture1 
         Height          =   495
         Index           =   4
         Left            =   120
         ScaleHeight     =   435
         ScaleWidth      =   435
         TabIndex        =   32
         Top             =   1200
         Width           =   495
      End
      Begin VB.PictureBox Picture1 
         Height          =   495
         Index           =   5
         Left            =   600
         ScaleHeight     =   435
         ScaleWidth      =   435
         TabIndex        =   31
         Top             =   1200
         Width           =   495
      End
      Begin VB.PictureBox Picture1 
         Height          =   495
         Index           =   6
         Left            =   120
         ScaleHeight     =   435
         ScaleWidth      =   435
         TabIndex        =   30
         Top             =   1680
         Width           =   495
      End
      Begin VB.PictureBox Picture1 
         Height          =   495
         Index           =   7
         Left            =   600
         ScaleHeight     =   435
         ScaleWidth      =   435
         TabIndex        =   29
         Top             =   1680
         Width           =   495

⌨️ 快捷键说明

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