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

📄 form1.frm

📁 一款非常不错的画图的源码文件,忘大家能够喜欢!
💻 FRM
📖 第 1 页 / 共 3 页
字号:
         Left            =   120
         TabIndex        =   48
         Top             =   1320
         Width           =   2175
         Begin VB.OptionButton GradationColor 
            Caption         =   "ForeColor to BackColor"
            Height          =   375
            Index           =   0
            Left            =   120
            TabIndex        =   51
            Top             =   240
            Value           =   -1  'True
            Width           =   1935
         End
         Begin VB.OptionButton GradationColor 
            Caption         =   "ForeColor to White"
            Height          =   255
            Index           =   1
            Left            =   120
            TabIndex        =   50
            Top             =   600
            Width           =   1935
         End
         Begin VB.OptionButton GradationColor 
            Caption         =   "ForeColor to Black"
            Height          =   255
            Index           =   2
            Left            =   120
            TabIndex        =   49
            Top             =   960
            Width           =   1935
         End
      End
      Begin VB.PictureBox Picture1 
         BackColor       =   &H80000009&
         Height          =   3015
         Left            =   120
         ScaleHeight     =   2955
         ScaleWidth      =   2115
         TabIndex        =   47
         Top             =   3120
         Width           =   2175
      End
      Begin VB.Label Label12 
         Caption         =   "Sample"
         Height          =   255
         Left            =   120
         TabIndex        =   55
         Top             =   2880
         Width           =   1335
      End
   End
   Begin VB.Frame Optionframe 
      Caption         =   "Box Option"
      Height          =   6255
      Index           =   1
      Left            =   9120
      TabIndex        =   21
      Top             =   720
      Visible         =   0   'False
      Width           =   2415
      Begin VB.Frame BoxOptionFrame 
         Caption         =   "Select Color of the Interior"
         Height          =   1335
         Left            =   120
         TabIndex        =   23
         Top             =   2040
         Width           =   2175
         Begin VB.OptionButton BoxOptionInterior 
            Caption         =   "White"
            Height          =   255
            Index           =   3
            Left            =   120
            TabIndex        =   39
            Top             =   960
            Width           =   1815
         End
         Begin VB.OptionButton BoxOptionInterior 
            Caption         =   "ForeColor"
            Height          =   255
            Index           =   0
            Left            =   120
            TabIndex        =   26
            Top             =   240
            Width           =   1815
         End
         Begin VB.OptionButton BoxOptionInterior 
            Caption         =   "BackColor"
            Height          =   255
            Index           =   1
            Left            =   120
            TabIndex        =   25
            Top             =   480
            Width           =   1815
         End
         Begin VB.OptionButton BoxOptionInterior 
            Caption         =   "Transparent"
            Height          =   255
            Index           =   2
            Left            =   120
            TabIndex        =   24
            Top             =   720
            Value           =   -1  'True
            Width           =   1815
         End
      End
      Begin VB.PictureBox BoxOptionPicture 
         BackColor       =   &H00E0E0E0&
         Height          =   1695
         Left            =   120
         ScaleHeight     =   1635
         ScaleWidth      =   2115
         TabIndex        =   22
         Top             =   240
         Width           =   2175
         Begin VB.Shape BoxOptionSample 
            FillColor       =   &H00FFFFFF&
            Height          =   975
            Left            =   600
            Top             =   240
            Width           =   975
         End
      End
   End
   Begin VB.Frame Optionframe 
      Caption         =   "Line and Pencil Option"
      Height          =   6255
      Index           =   0
      Left            =   9120
      TabIndex        =   27
      Top             =   720
      Width           =   2415
      Begin VB.Frame LineOptionFrame 
         Caption         =   "Border Size"
         Height          =   1575
         Left            =   120
         TabIndex        =   28
         Top             =   240
         Width           =   2175
         Begin VB.CommandButton Command2 
            Caption         =   "Change"
            Height          =   375
            Left            =   720
            TabIndex        =   40
            Top             =   600
            Width           =   855
         End
         Begin VB.TextBox LineOptionText 
            Height          =   375
            Left            =   120
            Locked          =   -1  'True
            TabIndex        =   29
            Text            =   "1"
            Top             =   600
            Width           =   615
         End
         Begin VB.Label Label7 
            Caption         =   "Input the integer value between 1~10"
            Height          =   375
            Left            =   120
            TabIndex        =   31
            Top             =   1080
            Width           =   1575
         End
         Begin VB.Label Label6 
            Caption         =   "Input the Border Size"
            Height          =   255
            Left            =   120
            TabIndex        =   30
            Top             =   240
            Width           =   1575
         End
         Begin VB.Line Line2 
            X1              =   1920
            X2              =   1920
            Y1              =   480
            Y2              =   1440
         End
      End
   End
   Begin VB.Frame Optionframe 
      Caption         =   "Eraser Option"
      Height          =   6255
      Index           =   2
      Left            =   9120
      TabIndex        =   32
      Top             =   720
      Visible         =   0   'False
      Width           =   2415
      Begin VB.Frame EraserOptionFrame2 
         Caption         =   "Color of the erased place"
         Height          =   855
         Left            =   120
         TabIndex        =   41
         Top             =   3360
         Width           =   2175
         Begin VB.OptionButton EraserOptionColor 
            Caption         =   "White"
            Height          =   255
            Index           =   1
            Left            =   120
            TabIndex        =   43
            Top             =   480
            Value           =   -1  'True
            Width           =   1935
         End
         Begin VB.OptionButton EraserOptionColor 
            Caption         =   "BackColor"
            Height          =   255
            Index           =   0
            Left            =   120
            TabIndex        =   42
            Top             =   240
            Width           =   1935
         End
      End
      Begin VB.Frame EraserOptionFrame 
         Caption         =   "Eraser Size"
         Height          =   3015
         Left            =   120
         TabIndex        =   33
         Top             =   240
         Width           =   2175
         Begin VB.CommandButton Command1 
            Caption         =   "Change"
            Height          =   375
            Left            =   1320
            TabIndex        =   38
            Top             =   720
            Width           =   735
         End
         Begin VB.TextBox EraserOptionText 
            Height          =   375
            Left            =   120
            Locked          =   -1  'True
            MaxLength       =   3
            TabIndex        =   34
            Text            =   "300"
            Top             =   720
            Width           =   1215
         End
         Begin VB.Label Label10 
            Caption         =   "Sample"
            Height          =   255
            Left            =   840
            TabIndex        =   37
            Top             =   1800
            Width           =   615
         End
         Begin VB.Label Label9 
            Caption         =   "Input the integer value between 100 ~ 500"
            Height          =   375
            Left            =   120
            TabIndex        =   36
            Top             =   1200
            Width           =   1935
         End
         Begin VB.Label Label8 
            Caption         =   "Input the Width of the eraser you want"
            Height          =   375
            Left            =   120
            TabIndex        =   35
            Top             =   240
            Width           =   1575
         End
         Begin VB.Shape Shape3 
            BackStyle       =   1  'Opaque
            Height          =   300
            Left            =   960
            Top             =   2160
            Width           =   300
         End
      End
   End
   Begin VB.Label RGBValue 
      Caption         =   "RGB (255 , 255 , 255)"
      Height          =   255
      Index           =   1
      Left            =   7200
      TabIndex        =   18
      Top             =   5040
      Width           =   1815
   End
   Begin VB.Label RGBValue 
      Caption         =   "RGB (0 , 0 , 0)"
      Height          =   255
      Index           =   0
      Left            =   7200
      TabIndex        =   17
      Top             =   3960
      Width           =   1815
   End
   Begin VB.Label Label5 
      Caption         =   "BackColor"
      Height          =   375
      Left            =   6000
      TabIndex        =   16
      Top             =   5040
      Width           =   1095
   End
   Begin VB.Label Label4 
      Caption         =   "ForeColor"
      Height          =   375
      Left            =   6000
      TabIndex        =   12
      Top             =   3960
      Width           =   855
   End
   Begin VB.Label Label3 
      Caption         =   "Pick the Color you want"
      Height          =   255
      Left            =   6000
      TabIndex        =   7
      Top             =   720
      Width           =   2895
   End
   Begin VB.Label Label2 
      Caption         =   "Now the colors are.."
      Height          =   255
      Left            =   6000
      TabIndex        =   4
      Top             =   2760
      Width           =   1695
   End
   Begin VB.Label Label1 
      Caption         =   "Color Pick Board"
      Height          =   255
      Left            =   6000
      TabIndex        =   2
      Top             =   0
      Width           =   1335
   End
   Begin VB.Menu MenuFile 
      Caption         =   "&File"
      Begin VB.Menu SubMenuNew 
         Caption         =   "&New"
         Shortcut        =   ^N
      End
      Begin VB.Menu SubMenuOpen 
         Caption         =   "&Open..."
         Shortcut        =   ^O
      End
      Begin VB.Menu SubMenuSave 
         Caption         =   "&Save"
         Enabled         =   0   'False
      End
      Begin VB.Menu SubMenuSaveAs 
         Caption         =   "Sa&ve As..."
         Enabled         =   0   'False
         Shortcut        =   ^S

⌨️ 快捷键说明

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