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

📄 frmdata.frm

📁 mschart制作各种图表的范例,适合各位刚学VB的学者
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmData 
   Caption         =   "数据修改/添加"
   ClientHeight    =   3075
   ClientLeft      =   3690
   ClientTop       =   2280
   ClientWidth     =   6210
   ControlBox      =   0   'False
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   ScaleHeight     =   3075
   ScaleWidth      =   6210
   ShowInTaskbar   =   0   'False
   StartUpPosition =   1  '所有者中心
   Begin VB.Frame fra 
      Caption         =   "数据单位设置"
      Height          =   1095
      Index           =   2
      Left            =   3900
      TabIndex        =   31
      Top             =   1410
      Width           =   2265
      Begin VB.TextBox txtUnit 
         Height          =   285
         Left            =   990
         TabIndex        =   32
         Top             =   360
         Width           =   735
      End
      Begin VB.Label lbl 
         AutoSize        =   -1  'True
         Caption         =   "缺省的数据单位为:单位"
         Height          =   180
         Index           =   13
         Left            =   120
         TabIndex        =   34
         Top             =   750
         Width           =   1980
      End
      Begin VB.Label lbl 
         AutoSize        =   -1  'True
         Caption         =   "单位:"
         Height          =   180
         Index           =   12
         Left            =   420
         TabIndex        =   33
         Top             =   420
         Width           =   540
      End
   End
   Begin VB.Frame fra 
      Caption         =   "请选择要操作的数据类型"
      Height          =   1335
      Index           =   1
      Left            =   3900
      TabIndex        =   27
      Top             =   60
      Width           =   2265
      Begin VB.OptionButton optModify 
         Caption         =   "计划数据"
         Height          =   285
         Index           =   0
         Left            =   480
         TabIndex        =   30
         Top             =   240
         Value           =   -1  'True
         Width           =   1245
      End
      Begin VB.OptionButton optModify 
         Caption         =   "实际数据"
         Height          =   285
         Index           =   1
         Left            =   480
         TabIndex        =   29
         Top             =   615
         Width           =   1245
      End
      Begin VB.OptionButton optModify 
         Caption         =   "预测数据"
         Height          =   285
         Index           =   2
         Left            =   480
         TabIndex        =   28
         Top             =   990
         Width           =   1245
      End
   End
   Begin VB.CommandButton cmdOK 
      Caption         =   "确定(&O)"
      Height          =   375
      Left            =   3450
      TabIndex        =   26
      ToolTipText     =   "取消操作"
      Top             =   2610
      Width           =   1275
   End
   Begin VB.CommandButton cmdCancel 
      Caption         =   "取消(&C)"
      Height          =   375
      Left            =   4875
      TabIndex        =   12
      ToolTipText     =   "取消操作"
      Top             =   2610
      Width           =   1275
   End
   Begin VB.Frame fra 
      Caption         =   "数据窗口"
      Height          =   2445
      Index           =   0
      Left            =   45
      TabIndex        =   13
      Top             =   60
      Width           =   3795
      Begin VB.TextBox txtMonthlyData 
         Height          =   270
         Index           =   0
         Left            =   810
         TabIndex        =   0
         Text            =   "Text1"
         Top             =   315
         Width           =   975
      End
      Begin VB.TextBox txtMonthlyData 
         Height          =   270
         Index           =   1
         Left            =   810
         TabIndex        =   1
         Text            =   "Text1"
         Top             =   633
         Width           =   975
      End
      Begin VB.TextBox txtMonthlyData 
         Height          =   270
         Index           =   2
         Left            =   810
         TabIndex        =   2
         Text            =   "Text1"
         Top             =   951
         Width           =   975
      End
      Begin VB.TextBox txtMonthlyData 
         Height          =   270
         Index           =   3
         Left            =   810
         TabIndex        =   3
         Text            =   "Text1"
         Top             =   1269
         Width           =   975
      End
      Begin VB.TextBox txtMonthlyData 
         Height          =   270
         Index           =   4
         Left            =   810
         TabIndex        =   4
         Text            =   "Text1"
         Top             =   1587
         Width           =   975
      End
      Begin VB.TextBox txtMonthlyData 
         Height          =   270
         Index           =   5
         Left            =   810
         TabIndex        =   5
         Text            =   "Text1"
         Top             =   1905
         Width           =   975
      End
      Begin VB.TextBox txtMonthlyData 
         Height          =   270
         Index           =   6
         Left            =   2610
         TabIndex        =   6
         Text            =   "Text1"
         Top             =   345
         Width           =   975
      End
      Begin VB.TextBox txtMonthlyData 
         Height          =   270
         Index           =   7
         Left            =   2610
         TabIndex        =   7
         Text            =   "Text1"
         Top             =   663
         Width           =   975
      End
      Begin VB.TextBox txtMonthlyData 
         Height          =   270
         Index           =   8
         Left            =   2610
         TabIndex        =   8
         Text            =   "Text1"
         Top             =   981
         Width           =   975
      End
      Begin VB.TextBox txtMonthlyData 
         Height          =   270
         Index           =   9
         Left            =   2610
         TabIndex        =   9
         Text            =   "Text1"
         Top             =   1299
         Width           =   975
      End
      Begin VB.TextBox txtMonthlyData 
         Height          =   270
         Index           =   10
         Left            =   2610
         TabIndex        =   10
         Text            =   "Text1"
         Top             =   1617
         Width           =   975
      End
      Begin VB.TextBox txtMonthlyData 
         Height          =   270
         Index           =   11
         Left            =   2610
         TabIndex        =   11
         Text            =   "Text1"
         Top             =   1935
         Width           =   975
      End
      Begin VB.Label lbl 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "一  月:"
         Height          =   180
         Index           =   0
         Left            =   150
         TabIndex        =   25
         Top             =   360
         Width           =   720
      End
      Begin VB.Label lbl 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "二  月:"
         Height          =   180
         Index           =   1
         Left            =   150
         TabIndex        =   24
         Top             =   678
         Width           =   720
      End
      Begin VB.Label lbl 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "三  月:"
         Height          =   180
         Index           =   2
         Left            =   150
         TabIndex        =   23
         Top             =   996
         Width           =   720
      End
      Begin VB.Label lbl 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "四  月:"
         Height          =   180
         Index           =   3

⌨️ 快捷键说明

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