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

📄 form1.frm

📁 可以实现画线
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form Form1 
   Caption         =   "独'殊'一格"
   ClientHeight    =   9600
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   11055
   LinkTopic       =   "Form1"
   Picture         =   "Form1.frx":0000
   ScaleHeight     =   9600
   ScaleWidth      =   11055
   StartUpPosition =   3  '窗口缺省
   WindowState     =   2  'Maximized
   Begin VB.CommandButton Command7 
      Caption         =   "填充"
      Height          =   375
      Left            =   9240
      TabIndex        =   56
      Top             =   840
      Width           =   855
   End
   Begin VB.CommandButton Command6 
      Caption         =   "填充"
      Height          =   375
      Left            =   3720
      TabIndex        =   55
      Top             =   1320
      Width           =   735
   End
   Begin VB.TextBox Text14 
      Height          =   375
      Left            =   11040
      TabIndex        =   54
      Top             =   360
      Width           =   615
   End
   Begin VB.TextBox Text13 
      Height          =   375
      Left            =   10320
      TabIndex        =   53
      Top             =   360
      Width           =   615
   End
   Begin VB.TextBox Text12 
      Height          =   375
      Left            =   14280
      TabIndex        =   38
      Text            =   "1"
      Top             =   360
      Width           =   855
   End
   Begin VB.TextBox Text11 
      Height          =   375
      Left            =   13080
      TabIndex        =   37
      Top             =   360
      Width           =   855
   End
   Begin VB.TextBox Text10 
      Height          =   390
      Left            =   12000
      TabIndex        =   36
      Top             =   360
      Width           =   855
   End
   Begin VB.CommandButton Command5 
      Caption         =   "画椭圆"
      Height          =   375
      Left            =   9240
      TabIndex        =   34
      Top             =   360
      Width           =   855
   End
   Begin VB.TextBox Text9 
      Height          =   375
      Left            =   8160
      TabIndex        =   15
      Text            =   "1"
      Top             =   1320
      Width           =   855
   End
   Begin VB.TextBox Text8 
      Height          =   375
      Left            =   6600
      TabIndex        =   14
      Top             =   1320
      Width           =   615
   End
   Begin VB.TextBox Text7 
      Height          =   375
      Left            =   5280
      TabIndex        =   13
      Top             =   1320
      Width           =   615
   End
   Begin VB.TextBox Text6 
      Height          =   375
      Left            =   4560
      TabIndex        =   12
      Top             =   1320
      Width           =   615
   End
   Begin VB.CommandButton Command4 
      Caption         =   "画圆"
      Height          =   375
      Left            =   2760
      TabIndex        =   11
      Top             =   1320
      Width           =   735
   End
   Begin VB.CommandButton Command3 
      Caption         =   "清空图形"
      Height          =   375
      Left            =   1560
      TabIndex        =   10
      Top             =   360
      Width           =   1095
   End
   Begin VB.PictureBox Picture1 
      Height          =   6735
      Left            =   720
      ScaleHeight     =   6675
      ScaleWidth      =   10035
      TabIndex        =   9
      Top             =   2400
      Width           =   10095
      Begin VB.Line Line2 
         X1              =   15
         X2              =   15
         Y1              =   0
         Y2              =   6600
      End
      Begin VB.Line Line1 
         X1              =   0
         X2              =   10080
         Y1              =   10
         Y2              =   10
      End
   End
   Begin VB.CommandButton Command2 
      Caption         =   "选择颜色"
      Height          =   375
      Left            =   1440
      TabIndex        =   8
      Top             =   1320
      Width           =   1095
   End
   Begin MSComDlg.CommonDialog CommonDialog1 
      Left            =   7440
      Top             =   1320
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin VB.TextBox Text5 
      Height          =   375
      Left            =   8160
      TabIndex        =   6
      Text            =   "1"
      Top             =   360
      Width           =   855
   End
   Begin VB.TextBox Text4 
      Height          =   375
      Left            =   7320
      TabIndex        =   4
      Top             =   360
      Width           =   615
   End
   Begin VB.TextBox Text3 
      Height          =   375
      Left            =   6600
      TabIndex        =   3
      Top             =   360
      Width           =   615
   End
   Begin VB.TextBox Text2 
      Height          =   375
      Left            =   5280
      TabIndex        =   2
      Top             =   360
      Width           =   615
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Left            =   4560
      TabIndex        =   1
      Top             =   360
      Width           =   615
   End
   Begin VB.CommandButton Command1 
      Caption         =   "画线"
      Height          =   375
      Left            =   3120
      TabIndex        =   0
      Top             =   360
      Width           =   975
   End
   Begin VB.Label Label6 
      AutoSize        =   -1  'True
      Caption         =   "12"
      Height          =   180
      Index           =   11
      Left            =   480
      TabIndex        =   52
      Top             =   5160
      Width           =   180
   End
   Begin VB.Label Label6 
      AutoSize        =   -1  'True
      Caption         =   "11"
      Height          =   180
      Index           =   10
      Left            =   480
      TabIndex        =   51
      Top             =   4920
      Width           =   180
   End
   Begin VB.Label Label6 
      AutoSize        =   -1  'True
      Caption         =   "10"
      Height          =   180
      Index           =   9
      Left            =   480
      TabIndex        =   50
      Top             =   4680
      Width           =   180
   End
   Begin VB.Label Label6 
      AutoSize        =   -1  'True
      Caption         =   "9"
      Height          =   180
      Index           =   8
      Left            =   600
      TabIndex        =   49
      Top             =   4440
      Width           =   90
   End
   Begin VB.Label Label6 
      AutoSize        =   -1  'True
      Caption         =   "8"
      Height          =   180
      Index           =   7
      Left            =   600
      TabIndex        =   48
      Top             =   4200
      Width           =   90
   End
   Begin VB.Label Label6 
      AutoSize        =   -1  'True
      Caption         =   "7"
      Height          =   180
      Index           =   6
      Left            =   600
      TabIndex        =   47
      Top             =   3960
      Width           =   90
   End
   Begin VB.Label Label5 
      Caption         =   "18"
      Height          =   255
      Index           =   17
      Left            =   8760
      TabIndex        =   46
      Top             =   2160
      Width           =   375
   End
   Begin VB.Label Label5 
      Caption         =   "17"
      Height          =   255
      Index           =   16
      Left            =   8280
      TabIndex        =   45
      Top             =   2160
      Width           =   375
   End
   Begin VB.Label Label5 
      Caption         =   "16"
      Height          =   255
      Index           =   15
      Left            =   7800
      TabIndex        =   44
      Top             =   2160
      Width           =   375
   End
   Begin VB.Label Label5 
      Caption         =   "15"
      Height          =   255
      Index           =   14
      Left            =   7320
      TabIndex        =   43
      Top             =   2160
      Width           =   375
   End
   Begin VB.Label Label5 
      Caption         =   "14"
      Height          =   255
      Index           =   13
      Left            =   6960
      TabIndex        =   42
      Top             =   2160
      Width           =   375
   End
   Begin VB.Label Label5 
      Caption         =   "13"
      Height          =   255
      Index           =   12
      Left            =   6480
      TabIndex        =   41
      Top             =   2160
      Width           =   375
   End
   Begin VB.Label Label5 
      Caption         =   "12"
      Height          =   255
      Index           =   11
      Left            =   6000
      TabIndex        =   40
      Top             =   2160
      Width           =   375
   End
   Begin VB.Label Label5 
      Caption         =   "11"
      Height          =   255
      Index           =   10
      Left            =   5640
      TabIndex        =   39
      Top             =   2160
      Width           =   375
   End
   Begin VB.Label Label7 
      Caption         =   "中心 (x   , y)     长半轴 a       短半轴 b     线条宽度"
      Height          =   255
      Left            =   10200
      TabIndex        =   35
      Top             =   120
      Width           =   5055
   End
   Begin VB.Label Label6 
      AutoSize        =   -1  'True
      Caption         =   "6"
      Height          =   180
      Index           =   5
      Left            =   600
      TabIndex        =   33
      Top             =   3720
      Width           =   90
   End
   Begin VB.Label Label6 
      AutoSize        =   -1  'True
      Caption         =   "5"
      Height          =   180
      Index           =   4
      Left            =   600

⌨️ 快捷键说明

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