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

📄 frmprojdev.frm

📁 用vb编的一个软件项目开发系统
💻 FRM
📖 第 1 页 / 共 3 页
字号:
         Appearance      =   1
         BackColor       =   -2147483643
         ForeColor       =   -2147483640
         Orientation     =   0
         Enabled         =   -1
         Connect         =   "DSN=SoftSys"
         OLEDBString     =   ""
         OLEDBFile       =   ""
         DataSourceName  =   "SoftSys"
         OtherAttributes =   ""
         UserName        =   "sa"
         Password        =   "sa"
         RecordSource    =   "SELECT * FROM Team"
         Caption         =   "Adodc1"
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         _Version        =   393216
      End
      Begin VB.CommandButton Cmd_Delteam 
         Caption         =   "删除成员"
         Height          =   375
         Left            =   3840
         MouseIcon       =   "FrmProjDev.frx":33F5
         MousePointer    =   99  'Custom
         TabIndex        =   20
         Top             =   2160
         Width           =   1455
      End
      Begin VB.CommandButton Cmd_Addleader 
         Caption         =   "添加组长"
         Height          =   375
         Left            =   3840
         MouseIcon       =   "FrmProjDev.frx":36FF
         MousePointer    =   99  'Custom
         TabIndex        =   16
         Top             =   240
         Width           =   1455
      End
      Begin MSDataGridLib.DataGrid DataGrid1 
         Bindings        =   "FrmProjDev.frx":3A09
         Height          =   2295
         Left            =   45
         TabIndex        =   15
         Top             =   240
         Width           =   3540
         _ExtentX        =   6244
         _ExtentY        =   4048
         _Version        =   393216
         AllowUpdate     =   0   'False
         Appearance      =   0
         BorderStyle     =   0
         HeadLines       =   1
         RowHeight       =   15
         FormatLocked    =   -1  'True
         BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ColumnCount     =   2
         BeginProperty Column00 
            DataField       =   "Ename"
            Caption         =   "姓名"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column01 
            DataField       =   "Title"
            Caption         =   "职务"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         SplitCount      =   1
         BeginProperty Split0 
            BeginProperty Column00 
               ColumnWidth     =   1620.284
            EndProperty
            BeginProperty Column01 
               ColumnWidth     =   1574.929
            EndProperty
         EndProperty
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "项目信息"
      Height          =   2655
      Left            =   0
      TabIndex        =   26
      Top             =   240
      Width           =   5415
      Begin VB.TextBox txtClient 
         Enabled         =   0   'False
         Height          =   270
         Left            =   1200
         MaxLength       =   20
         TabIndex        =   1
         Top             =   624
         Width           =   3975
      End
      Begin VB.TextBox txtContact 
         Enabled         =   0   'False
         Height          =   270
         Left            =   1200
         MaxLength       =   20
         TabIndex        =   2
         Top             =   1008
         Width           =   1335
      End
      Begin VB.TextBox txtTel 
         Enabled         =   0   'False
         Height          =   270
         Left            =   3840
         MaxLength       =   20
         TabIndex        =   3
         Top             =   1008
         Width           =   1335
      End
      Begin VB.TextBox txtProj 
         Enabled         =   0   'False
         Height          =   270
         Left            =   1200
         MaxLength       =   20
         TabIndex        =   0
         Top             =   240
         Width           =   3975
      End
      Begin VB.TextBox txtAmount 
         Enabled         =   0   'False
         Height          =   270
         Left            =   1200
         MaxLength       =   20
         TabIndex        =   4
         Top             =   1392
         Width           =   1335
      End
      Begin VB.TextBox txtBenefit 
         Enabled         =   0   'False
         Height          =   270
         Left            =   3840
         MaxLength       =   20
         TabIndex        =   5
         Top             =   1392
         Width           =   1335
      End
      Begin VB.TextBox txtFinishDate 
         Enabled         =   0   'False
         Height          =   270
         Left            =   1200
         MaxLength       =   20
         TabIndex        =   6
         Top             =   1776
         Width           =   1335
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "客户单位"
         Height          =   180
         Left            =   240
         TabIndex        =   37
         Top             =   669
         Width           =   720
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "联系人"
         Height          =   180
         Left            =   240
         TabIndex        =   36
         Top             =   1053
         Width           =   540
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "联系电话"
         Height          =   180
         Left            =   2880
         TabIndex        =   35
         Top             =   1053
         Width           =   720
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "预算金额"
         Height          =   180
         Left            =   240
         TabIndex        =   34
         Top             =   1437
         Width           =   720
      End
      Begin VB.Label Label5 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "预算利润"
         Height          =   180
         Left            =   2880
         TabIndex        =   33
         Top             =   1437
         Width           =   720
      End
      Begin VB.Label Label6 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "完成日期"
         Height          =   180
         Left            =   240
         TabIndex        =   32
         Top             =   1821
         Width           =   720
      End
      Begin VB.Label Label9 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "申请人"
         Height          =   180
         Left            =   240
         TabIndex        =   31
         Top             =   2205
         Width           =   540
      End
      Begin VB.Label lblFillin 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "lblFill_in"
         Height          =   180
         Left            =   1200
         TabIndex        =   30
         Top             =   2205
         Width           =   900
      End
      Begin VB.Label Label11 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "申请日期"
         Height          =   180
         Left            =   2880
         TabIndex        =   29
         Top             =   2205
         Width           =   720
      End
      Begin VB.Label lblFilldate 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "lblFilldate"
         Height          =   180
         Left            =   3840
         TabIndex        =   28
         Top             =   2205
         Width           =   990
      End
      Begin VB.Label Label7 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "项目名称"
         Height          =   180
         Left            =   240
         TabIndex        =   27
         Top             =   285
         Width           =   720
      End
   End
   Begin VB.CommandButton Cmd_Close 
      BackColor       =   &H80000000&
      Caption         =   "关 闭"
      Height          =   400
      Left            =   5305
      MouseIcon       =   "FrmProjDev.frx":3A1E
      MousePointer    =   99  'Custom
      Style           =   1  'Graphical
      TabIndex        =   25
      Top             =   6000
      Width           =   1300
   End
End
Attribute VB_Name = "FrmProjDev"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim ModId1, ModId2 As Integer

⌨️ 快捷键说明

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