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

📄 form2.frm

📁 电脑公司硬件销售管理系统
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form DHForm 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "同行数据库更新"
   ClientHeight    =   6810
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   9075
   Icon            =   "Form2.frx":0000
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   6810
   ScaleWidth      =   9075
   Begin MSDataGridLib.DataGrid DataGrid1 
      Height          =   2655
      Left            =   120
      TabIndex        =   29
      Top             =   2280
      Width           =   8775
      _ExtentX        =   15478
      _ExtentY        =   4683
      _Version        =   393216
      HeadLines       =   1
      RowHeight       =   15
      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       =   ""
         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 MSAdodcLib.Adodc Adodc2 
      Height          =   330
      Left            =   3120
      Top             =   6480
      Width           =   2895
      _ExtentX        =   5106
      _ExtentY        =   582
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   8
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   ""
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   ""
      Caption         =   "Adodc2"
      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 CmdEnd 
      Caption         =   "退   出"
      Height          =   375
      Left            =   7680
      TabIndex        =   28
      Top             =   1800
      Width           =   975
   End
   Begin VB.CommandButton CmdRef 
      Caption         =   "刷   新"
      Height          =   375
      Left            =   6600
      TabIndex        =   27
      Top             =   1800
      Width           =   1095
   End
   Begin VB.Frame Frame1 
      Caption         =   "查询:"
      Height          =   1455
      Left            =   6480
      TabIndex        =   21
      Top             =   240
      Width           =   2295
      Begin VB.CommandButton CmdFCanel 
         Caption         =   "取  消"
         Height          =   375
         Left            =   1200
         TabIndex        =   26
         Top             =   960
         Width           =   975
      End
      Begin VB.CommandButton CmdFind 
         Caption         =   "查  询"
         Height          =   375
         Left            =   120
         TabIndex        =   25
         Top             =   960
         Width           =   1095
      End
      Begin VB.TextBox TxtFtext 
         Height          =   270
         Left            =   120
         TabIndex        =   24
         Text            =   "请输入待查询内容"
         Top             =   600
         Width           =   2055
      End
      Begin VB.ComboBox ComName 
         Height          =   300
         Left            =   960
         TabIndex        =   22
         Text            =   "请您选择"
         Top             =   240
         Width           =   1215
      End
      Begin VB.Label LabFName 
         Caption         =   "公司名:"
         Height          =   255
         Left            =   120
         TabIndex        =   23
         Top             =   240
         Width           =   735
      End
   End
   Begin VB.CommandButton CmdPerfect 
      Caption         =   "修  改"
      Height          =   375
      Left            =   4440
      TabIndex        =   20
      Top             =   1800
      Width           =   855
   End
   Begin VB.CommandButton CmdDel 
      Caption         =   "删  除"
      Height          =   375
      Left            =   5400
      TabIndex        =   19
      Top             =   1800
      Width           =   855
   End
   Begin VB.CommandButton CmdAddNew 
      Caption         =   "添 加"
      Height          =   375
      Left            =   3480
      TabIndex        =   18
      Top             =   1800
      Width           =   855
   End
   Begin VB.TextBox TxtCOMAddress 
      Height          =   270
      Left            =   1440
      TabIndex        =   17
      Top             =   960
      Width           =   3735
   End
   Begin VB.CommandButton CmdLast 
      Caption         =   "尾一条"
      Height          =   375
      Left            =   2520
      TabIndex        =   15
      Top             =   1800
      Width           =   735
   End
   Begin VB.CommandButton CmdPrevious 
      Caption         =   "前一条"
      Height          =   375
      Left            =   1080
      TabIndex        =   14
      Top             =   1800
      Width           =   735
   End
   Begin VB.CommandButton CmdNext 
      Caption         =   "下一条"
      Height          =   375
      Left            =   1800
      TabIndex        =   13
      Top             =   1800
      Width           =   735
   End
   Begin VB.CommandButton CmdFirst 
      Caption         =   "第一条"
      Height          =   375
      Left            =   240
      TabIndex        =   12
      Top             =   1800
      Width           =   855
   End
   Begin VB.TextBox TxtCOMPhone 
      Height          =   270
      Left            =   1440
      MaxLength       =   11
      TabIndex        =   6
      Top             =   600
      Width           =   1215
   End
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   375
      Left            =   0
      Top             =   5880
      Width           =   2400
      _ExtentX        =   4233
      _ExtentY        =   661
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   8
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   ""
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   ""
      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 CmdCancel 
      Caption         =   "取  消"
      Height          =   375
      Left            =   5280
      TabIndex        =   11
      Top             =   1080
      Width           =   975
   End
   Begin VB.CommandButton CmdOK 
      Caption         =   "确  定"
      Height          =   375
      Left            =   5280
      TabIndex        =   10
      Top             =   480
      Width           =   975
   End
   Begin VB.TextBox TxtAddress 
      Height          =   270
      Left            =   1440
      MaxLength       =   49
      TabIndex        =   9
      Top             =   1320
      Width           =   3735
   End
   Begin VB.TextBox TxtName 
      Height          =   270
      Left            =   3960
      MaxLength       =   8
      TabIndex        =   7
      Top             =   240
      Width           =   1215
   End
   Begin VB.TextBox TxtPhone 
      Height          =   270
      Left            =   3960
      MaxLength       =   11
      TabIndex        =   8
      Top             =   600
      Width           =   1215
   End
   Begin VB.TextBox TxtCOMName 
      Height          =   270
      Left            =   1440
      MaxLength       =   49
      TabIndex        =   5
      Top             =   240
      Width           =   1215
   End
   Begin VB.Line Line9 
      X1              =   8880
      X2              =   8880
      Y1              =   120
      Y2              =   2280
   End
   Begin VB.Line Line7 
      X1              =   6360
      X2              =   8880
      Y1              =   2280
      Y2              =   2280
   End
   Begin VB.Line Line5 
      X1              =   6360
      X2              =   8880
      Y1              =   120
      Y2              =   120
   End
   Begin VB.Line Line8 
      X1              =   3360
      X2              =   3360
      Y1              =   1680
      Y2              =   2280
   End
   Begin VB.Line Line6 
      X1              =   120
      X2              =   6360
      Y1              =   2280
      Y2              =   2280
   End
   Begin VB.Label LabCOMAddress 
      Caption         =   "公司地址:"
      Height          =   255
      Left            =   240
      TabIndex        =   16
      Top             =   960
      Width           =   975
   End
   Begin VB.Line Line4 
      X1              =   6360
      X2              =   6360
      Y1              =   120
      Y2              =   2280
   End
   Begin VB.Line Line3 
      X1              =   120
      X2              =   6360
      Y1              =   1680
      Y2              =   1680
   End
   Begin VB.Line Line2 
      X1              =   120
      X2              =   6360
      Y1              =   120
      Y2              =   120
   End
   Begin VB.Line Line1 
      X1              =   120
      X2              =   120
      Y1              =   120
      Y2              =   2280
   End
   Begin VB.Label LabCOMPhone 
      Caption         =   "公司电话:"
      Height          =   255
      Left            =   240
      TabIndex        =   1
      Top             =   600
      Width           =   975
   End
   Begin VB.Label LabAddress 
      Caption         =   "联系地址:"
      Height          =   255
      Left            =   240
      TabIndex        =   4
      Top             =   1320
      Width           =   1095
   End
   Begin VB.Label LabLXR 
      Caption         =   "联系人:"
      Height          =   255
      Left            =   2760

⌨️ 快捷键说明

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