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

📄 计划2.frm

📁 强大的公司管理系统
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form jihua2 
   Caption         =   "工作计划管理"
   ClientHeight    =   6015
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   6540
   LinkTopic       =   "Form1"
   ScaleHeight     =   6015
   ScaleWidth      =   6540
   StartUpPosition =   3  '窗口缺省
   Begin VB.PictureBox picPlanShow 
      BackColor       =   &H00C0FFC0&
      BorderStyle     =   0  'None
      Height          =   6015
      Left            =   0
      ScaleHeight     =   6015
      ScaleWidth      =   6495
      TabIndex        =   35
      Top             =   0
      Width           =   6495
      Begin VB.CommandButton cmdExit 
         Caption         =   "返 回"
         Height          =   375
         Left            =   3720
         TabIndex        =   38
         Top             =   5400
         Width           =   1215
      End
      Begin VB.CommandButton cmdModify 
         Caption         =   "管理本计划"
         Height          =   375
         Left            =   1800
         TabIndex        =   37
         Top             =   5400
         Width           =   1215
      End
      Begin VB.TextBox txt_content 
         BackColor       =   &H8000000F&
         BorderStyle     =   0  'None
         Height          =   2895
         Left            =   1680
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   36
         Top             =   1440
         Width           =   3975
      End
      Begin VB.Label lbl_title 
         Height          =   255
         Left            =   1680
         TabIndex        =   47
         Top             =   1080
         Width           =   3975
      End
      Begin VB.Label lbl_Finish 
         Height          =   255
         Left            =   1680
         TabIndex        =   46
         Top             =   4920
         Width           =   1335
      End
      Begin VB.Label lbl_Important 
         Height          =   255
         Left            =   1680
         TabIndex        =   45
         Top             =   4560
         Width           =   1335
      End
      Begin VB.Label lblPlanFinish 
         Caption         =   "完成情况:"
         Height          =   255
         Index           =   0
         Left            =   600
         TabIndex        =   44
         Top             =   4920
         Width           =   975
      End
      Begin VB.Label lblPlanImportant 
         Caption         =   "重要程度:"
         Height          =   255
         Index           =   0
         Left            =   600
         TabIndex        =   43
         Top             =   4560
         Width           =   975
      End
      Begin VB.Label lblPlanContent 
         Caption         =   "详细内容:"
         Height          =   255
         Index           =   0
         Left            =   600
         TabIndex        =   42
         Top             =   1440
         Width           =   975
      End
      Begin VB.Label lblPlanTitle 
         Caption         =   "简明标题:"
         Height          =   255
         Index           =   0
         Left            =   600
         TabIndex        =   41
         Top             =   1080
         Width           =   975
      End
      Begin VB.Label lblTitle 
         Alignment       =   2  'Center
         Caption         =   "查看工作计划"
         Height          =   255
         Index           =   0
         Left            =   2280
         TabIndex        =   40
         Top             =   120
         Width           =   1815
      End
      Begin VB.Line Line3 
         BorderColor     =   &H80000010&
         X1              =   600
         X2              =   5700
         Y1              =   720
         Y2              =   720
      End
      Begin VB.Line Line4 
         BorderColor     =   &H80000005&
         X1              =   600
         X2              =   5700
         Y1              =   735
         Y2              =   735
      End
      Begin VB.Label lblPlanDay 
         Alignment       =   2  'Center
         Caption         =   "XXXX年XX月XX日"
         Height          =   255
         Index           =   1
         Left            =   2280
         TabIndex        =   39
         Top             =   405
         Width           =   1815
      End
   End
   Begin VB.PictureBox picPlanManage 
      BackColor       =   &H00FFC0FF&
      BorderStyle     =   0  'None
      Height          =   6015
      Left            =   0
      ScaleHeight     =   6015
      ScaleWidth      =   6615
      TabIndex        =   0
      Top             =   0
      Width           =   6615
      Begin VB.PictureBox picFinish 
         BorderStyle     =   0  'None
         Height          =   200
         Index           =   0
         Left            =   1680
         ScaleHeight     =   195
         ScaleWidth      =   1935
         TabIndex        =   9
         Top             =   4920
         Width           =   1935
         Begin VB.OptionButton optNoFinish 
            Caption         =   "未完成"
            Height          =   180
            Index           =   0
            Left            =   0
            TabIndex        =   11
            Top             =   0
            Value           =   -1  'True
            Width           =   855
         End
         Begin VB.OptionButton optIsFinish 
            Caption         =   "已完成"
            Height          =   180
            Index           =   0
            Left            =   960
            TabIndex        =   10
            Top             =   0
            Width           =   855
         End
      End
      Begin VB.PictureBox picImportant 
         BorderStyle     =   0  'None
         Height          =   200
         Index           =   0
         Left            =   1680
         ScaleHeight     =   195
         ScaleWidth      =   1935
         TabIndex        =   6
         Top             =   4560
         Width           =   1935
         Begin VB.OptionButton optNoImportant 
            Caption         =   "一般"
            Height          =   180
            Index           =   0
            Left            =   0
            TabIndex        =   8
            Top             =   0
            Value           =   -1  'True
            Width           =   855
         End
         Begin VB.OptionButton optIsImportant 
            Caption         =   "重要"
            Height          =   180
            Index           =   0
            Left            =   960
            TabIndex        =   7
            Top             =   0
            Width           =   855
         End
      End
      Begin VB.CommandButton cmdClose 
         Caption         =   "返 回"
         Height          =   375
         Left            =   1080
         TabIndex        =   5
         Top             =   5400
         Width           =   1215
      End
      Begin VB.CommandButton cmdDel 
         Caption         =   "删 除"
         Height          =   375
         Left            =   2640
         TabIndex        =   4
         Top             =   5400
         Width           =   1215
      End
      Begin VB.CommandButton cmdSaveModify 
         Caption         =   "保存修改"
         Height          =   375
         Left            =   4200
         TabIndex        =   3
         Top             =   5400
         Width           =   1215
      End
      Begin VB.TextBox txtContent 
         Height          =   2895
         Index           =   0
         Left            =   1680
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   2
         Top             =   1440
         Width           =   3975
      End
      Begin VB.TextBox txtTitle 
         Height          =   270
         Index           =   0
         Left            =   1680
         TabIndex        =   1
         Top             =   1080
         Width           =   3975
      End
      Begin VB.Label lblPlanDay 
         Alignment       =   2  'Center
         Caption         =   "XXXX年XX月XX日"
         Height          =   255
         Index           =   2
         Left            =   2280
         TabIndex        =   34
         Top             =   405
         Width           =   1695
      End
      Begin VB.Line Line6 
         BorderColor     =   &H80000005&
         X1              =   600
         X2              =   5700
         Y1              =   735
         Y2              =   735
      End
      Begin VB.Line Line5 
         BorderColor     =   &H80000010&
         X1              =   600
         X2              =   5700
         Y1              =   720
         Y2              =   720
      End
      Begin VB.Label lblTitle 
         Alignment       =   2  'Center
         Caption         =   "管理工作计划"
         Height          =   255
         Index           =   1
         Left            =   2280
         TabIndex        =   33
         Top             =   120
         Width           =   1695
      End
      Begin VB.Label lblPlanFinish 
         Caption         =   "完成情况:"
         Height          =   255
         Index           =   1
         Left            =   600
         TabIndex        =   15
         Top             =   4920
         Width           =   975
      End
      Begin VB.Label lblPlanImportant 
         Caption         =   "重要程度:"
         Height          =   255
         Index           =   1
         Left            =   600
         TabIndex        =   14
         Top             =   4560
         Width           =   975
      End
      Begin VB.Label lblPlanContent 
         Caption         =   "详细内容:"
         Height          =   255
         Index           =   1
         Left            =   600
         TabIndex        =   13
         Top             =   1440
         Width           =   975
      End
      Begin VB.Label lblPlanTitle 
         Caption         =   "简明标题:"
         Height          =   255
         Index           =   1
         Left            =   600
         TabIndex        =   12
         Top             =   1080
         Width           =   975
      End
   End
   Begin VB.PictureBox picPlanAdd 
      BackColor       =   &H00C0C000&
      BorderStyle     =   0  'None
      Height          =   6015
      Left            =   0
      ScaleHeight     =   6015
      ScaleWidth      =   6615
      TabIndex        =   16
      Top             =   0
      Width           =   6615
      Begin VB.TextBox txtTitle 
         Height          =   270
         Index           =   1
         Left            =   1680
         TabIndex        =   26
         Top             =   1080
         Width           =   3975
      End
      Begin VB.TextBox txtContent 
         Height          =   2895
         Index           =   1
         Left            =   1680
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   25
         Top             =   1440
         Width           =   3975
      End
      Begin VB.CommandButton cmdAdd 
         Caption         =   "添加本计划"

⌨️ 快捷键说明

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