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

📄 form1.frm

📁 远程访问sql server 的源码
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "Comdlg32.ocx"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form Form1 
   Caption         =   "Form1"
   ClientHeight    =   5880
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   8910
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5880
   ScaleWidth      =   8910
   StartUpPosition =   3  'Windows Default
   Begin TabDlg.SSTab SSTab1 
      Height          =   5175
      Left            =   120
      TabIndex        =   0
      Top             =   0
      Width           =   8655
      _ExtentX        =   15266
      _ExtentY        =   9128
      _Version        =   393216
      TabHeight       =   635
      TabCaption(0)   =   "Field 演示"
      TabPicture(0)   =   "Form1.frx":0000
      Tab(0).ControlEnabled=   -1  'True
      Tab(0).Control(0)=   "Label4"
      Tab(0).Control(0).Enabled=   0   'False
      Tab(0).Control(1)=   "dlgOpen"
      Tab(0).Control(1).Enabled=   0   'False
      Tab(0).Control(2)=   "cmdSave"
      Tab(0).Control(2).Enabled=   0   'False
      Tab(0).Control(3)=   "txtNumber"
      Tab(0).Control(3).Enabled=   0   'False
      Tab(0).Control(4)=   "cmdAdd"
      Tab(0).Control(4).Enabled=   0   'False
      Tab(0).Control(5)=   "cmdLoadImage"
      Tab(0).Control(5).Enabled=   0   'False
      Tab(0).Control(6)=   "picPhoto"
      Tab(0).Control(6).Enabled=   0   'False
      Tab(0).ControlCount=   7
      TabCaption(1)   =   "Command 演示"
      TabPicture(1)   =   "Form1.frx":001C
      Tab(1).ControlEnabled=   0   'False
      Tab(1).Control(0)=   "cmdStorProc"
      Tab(1).Control(1)=   "cmdQuery"
      Tab(1).Control(2)=   "DataGrid1"
      Tab(1).Control(3)=   "txtGrade"
      Tab(1).Control(4)=   "Label2"
      Tab(1).Control(5)=   "Label1"
      Tab(1).ControlCount=   6
      TabCaption(2)   =   "Connection 事务演示"
      TabPicture(2)   =   "Form1.frx":0038
      Tab(2).ControlEnabled=   0   'False
      Tab(2).Control(0)=   "DataGrid2"
      Tab(2).Control(1)=   "cmdTrans"
      Tab(2).Control(2)=   "Label3"
      Tab(2).ControlCount=   3
      Begin MSDataGridLib.DataGrid DataGrid2 
         Height          =   3135
         Left            =   -74520
         TabIndex        =   13
         Top             =   1320
         Width           =   7335
         _ExtentX        =   12938
         _ExtentY        =   5530
         _Version        =   393216
         HeadLines       =   1
         RowHeight       =   15
         BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ColumnCount     =   2
         BeginProperty Column00 
            DataField       =   ""
            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       =   ""
            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 
            EndProperty
            BeginProperty Column01 
            EndProperty
         EndProperty
      End
      Begin VB.CommandButton cmdTrans 
         Caption         =   "执行事务"
         Height          =   375
         Left            =   -74520
         TabIndex        =   12
         Top             =   360
         Width           =   1335
      End
      Begin VB.CommandButton cmdStorProc 
         Caption         =   "存储过程查询"
         Height          =   375
         Left            =   -68640
         TabIndex        =   9
         Top             =   480
         Width           =   1455
      End
      Begin VB.CommandButton cmdQuery 
         Caption         =   "参数化查询"
         Height          =   375
         Left            =   -70560
         TabIndex        =   8
         Top             =   480
         Width           =   1455
      End
      Begin MSDataGridLib.DataGrid DataGrid1 
         Height          =   3015
         Left            =   -74640
         TabIndex        =   7
         Top             =   1560
         Width           =   7455
         _ExtentX        =   13150
         _ExtentY        =   5318
         _Version        =   393216
         HeadLines       =   1
         RowHeight       =   15
         BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ColumnCount     =   2
         BeginProperty Column00 
            DataField       =   ""
            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       =   ""
            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 
            EndProperty
            BeginProperty Column01 
            EndProperty
         EndProperty
      End
      Begin VB.TextBox txtGrade 
         Height          =   495
         Left            =   -73080
         TabIndex        =   6
         Top             =   480
         Width           =   1935
      End
      Begin VB.PictureBox picPhoto 
         Height          =   2295
         Left            =   840
         ScaleHeight     =   2235
         ScaleWidth      =   2475
         TabIndex        =   5
         Top             =   600
         Width           =   2535
      End
      Begin VB.CommandButton cmdLoadImage 
         Caption         =   "导入图片"
         Height          =   375
         Left            =   840
         TabIndex        =   4
         Top             =   3000
         Width           =   1095
      End
      Begin VB.CommandButton cmdAdd 
         Caption         =   "向数据库写入图片文件"
         Height          =   495
         Left            =   3840
         TabIndex        =   3
         Top             =   3480
         Width           =   2895
      End
      Begin VB.TextBox txtNumber 
         Height          =   495
         Left            =   4320
         TabIndex        =   2
         Top             =   1560
         Width           =   2055
      End

⌨️ 快捷键说明

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