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

📄 frmconfigadd.frm

📁 vb 调用IBM domino server数据库的例子
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmconfigadd 
   Caption         =   "Form1"
   ClientHeight    =   3195
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4680
   LinkTopic       =   "Form1"
   ScaleHeight     =   11115
   ScaleWidth      =   15240
   StartUpPosition =   3  '窗口缺省
   Begin VB.TextBox Text1 
      Height          =   495
      Left            =   2280
      TabIndex        =   11
      Text            =   "txtConfig"
      Top             =   0
      Width           =   6255
   End
   Begin VB.TextBox Text2 
      Height          =   495
      Left            =   2280
      TabIndex        =   10
      Text            =   "txtServer"
      Top             =   720
      Width           =   6255
   End
   Begin VB.TextBox Text3 
      Height          =   495
      Left            =   2280
      TabIndex        =   9
      Text            =   "txtDatabase"
      Top             =   1440
      Width           =   6255
   End
   Begin VB.TextBox Text4 
      Height          =   495
      Left            =   2280
      TabIndex        =   8
      Text            =   "txtView"
      Top             =   2160
      Width           =   6255
   End
   Begin VB.TextBox Text5 
      Height          =   495
      Left            =   2280
      TabIndex        =   7
      Text            =   "txtZD"
      Top             =   2880
      Width           =   6255
   End
   Begin VB.CommandButton Command1 
      Caption         =   "保  存"
      Height          =   615
      Left            =   1080
      TabIndex        =   6
      Top             =   8160
      Width           =   1455
   End
   Begin VB.CommandButton Command2 
      Caption         =   "退出"
      Height          =   615
      Left            =   4320
      TabIndex        =   5
      Top             =   8160
      Width           =   1335
   End
   Begin VB.TextBox Text6 
      Height          =   615
      Left            =   2280
      TabIndex        =   4
      Text            =   "txtTable"
      Top             =   3600
      Width           =   6255
   End
   Begin VB.TextBox Text7 
      Height          =   615
      Left            =   2280
      TabIndex        =   3
      Text            =   "txtAdvice"
      Top             =   4440
      Width           =   6255
   End
   Begin VB.TextBox Text8 
      Height          =   615
      Left            =   2280
      TabIndex        =   2
      Text            =   "txtYW"
      Top             =   5280
      Width           =   6255
   End
   Begin VB.TextBox Text9 
      Height          =   615
      Left            =   2280
      TabIndex        =   1
      Text            =   "txtYWPath"
      Top             =   6240
      Width           =   6255
   End
   Begin VB.TextBox Text10 
      Height          =   615
      Left            =   2280
      TabIndex        =   0
      Text            =   "txtYWHttpPath"
      Top             =   7200
      Width           =   6255
   End
   Begin VB.Label Label1 
      Caption         =   "关系数据库连接配置:"
      Height          =   375
      Left            =   120
      TabIndex        =   21
      Top             =   120
      Width           =   1935
   End
   Begin VB.Label Label2 
      Caption         =   "Domino服务器名:"
      Height          =   495
      Left            =   120
      TabIndex        =   20
      Top             =   840
      Width           =   2055
   End
   Begin VB.Label Label3 
      Caption         =   "Domino数据库名:(例如:oa/test.nsf)"
      Height          =   735
      Left            =   120
      TabIndex        =   19
      Top             =   1440
      Width           =   2055
   End
   Begin VB.Label Label4 
      Caption         =   "视图名:"
      Height          =   495
      Left            =   120
      TabIndex        =   18
      Top             =   2280
      Width           =   2055
   End
   Begin VB.Label Label5 
      Caption         =   "对应的字段名:"
      Height          =   615
      Left            =   120
      TabIndex        =   17
      Top             =   3000
      Width           =   2175
   End
   Begin VB.Label Label6 
      Caption         =   "主目录表名:"
      Height          =   615
      Left            =   120
      TabIndex        =   16
      Top             =   3720
      Width           =   2055
   End
   Begin VB.Label Label7 
      Caption         =   "存放意见的表名:"
      Height          =   615
      Left            =   120
      TabIndex        =   15
      Top             =   4560
      Width           =   2175
   End
   Begin VB.Label Label8 
      Caption         =   "存放原文的表名:"
      Height          =   735
      Left            =   120
      TabIndex        =   14
      Top             =   5400
      Width           =   2175
   End
   Begin VB.Label Label9 
      Caption         =   "存放原文的物理路径:"
      Height          =   615
      Left            =   0
      TabIndex        =   13
      Top             =   6360
      Width           =   2295
   End
   Begin VB.Label Label10 
      Caption         =   "数据库中连接原文的地址"
      Height          =   735
      Left            =   0
      TabIndex        =   12
      Top             =   7320
      Width           =   2175
   End
End
Attribute VB_Name = "frmconfigadd"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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