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

📄 frm_xxcx_yb.frm

📁 本系统为客户管理系统 (1)本系统的数据库为SQL Server 2000
💻 FRM
📖 第 1 页 / 共 3 页
字号:
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 Frm_Xxcx_Yb 
   Caption         =   "国内城市邮编区号查询"
   ClientHeight    =   7395
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   11880
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   ScaleHeight     =   7395
   ScaleWidth      =   11880
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Frame2 
      Caption         =   "信息查询"
      Height          =   630
      Left            =   90
      TabIndex        =   41
      Top             =   6000
      Width           =   7815
      Begin VB.TextBox Txt_Sf 
         Height          =   350
         Left            =   1410
         TabIndex        =   43
         Top             =   195
         Width           =   2025
      End
      Begin VB.TextBox Txt_Xs 
         Height          =   350
         Left            =   4860
         TabIndex        =   42
         Top             =   195
         Width           =   2400
      End
      Begin VB.Label Label3 
         Caption         =   "省份名称"
         Height          =   195
         Left            =   540
         TabIndex        =   45
         Top             =   270
         Width           =   810
      End
      Begin VB.Label Label2 
         Caption         =   "县市名称"
         Height          =   195
         Left            =   3930
         TabIndex        =   44
         Top             =   270
         Width           =   780
      End
   End
   Begin MSDataGridLib.DataGrid Dgr_Yb 
      Bindings        =   "Frm_Xxcx_Yb.frx":0000
      Height          =   5505
      Left            =   3060
      TabIndex        =   40
      Top             =   7635
      Width           =   7785
      _ExtentX        =   13732
      _ExtentY        =   9710
      _Version        =   393216
      AllowUpdate     =   0   'False
      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 
         MarqueeStyle    =   3
         BeginProperty Column00 
         EndProperty
         BeginProperty Column01 
         EndProperty
      EndProperty
   End
   Begin VB.Frame Frame1 
      Height          =   645
      Index           =   0
      Left            =   855
      TabIndex        =   36
      Top             =   6735
      Width           =   5610
      Begin VB.CommandButton Cmd_Exit 
         Caption         =   "关闭退出"
         Height          =   350
         Left            =   3915
         TabIndex        =   39
         Top             =   210
         Width           =   1080
      End
      Begin VB.CommandButton Cmd_Dt 
         Caption         =   "地图显示"
         Height          =   350
         Left            =   2265
         TabIndex        =   38
         Top             =   210
         Width           =   1080
      End
      Begin VB.CommandButton Cmd_Lb 
         Caption         =   "列表显示"
         Height          =   350
         Left            =   600
         TabIndex        =   37
         Top             =   210
         Width           =   1080
      End
   End
   Begin VB.PictureBox Picture1 
      BorderStyle     =   0  'None
      Height          =   6840
      Left            =   -135
      Picture         =   "Frm_Xxcx_Yb.frx":0015
      ScaleHeight     =   6840
      ScaleWidth      =   8370
      TabIndex        =   0
      Top             =   -75
      Width           =   8370
      Begin MSAdodcLib.Adodc Adodc1 
         Height          =   375
         Left            =   210
         Top             =   5625
         Visible         =   0   'False
         Width           =   1650
         _ExtentX        =   2910
         _ExtentY        =   661
         ConnectMode     =   0
         CursorLocation  =   3
         IsolationLevel  =   -1
         ConnectionTimeout=   15
         CommandTimeout  =   30
         CursorType      =   3
         LockType        =   3
         CommandType     =   1
         CursorOptions   =   0
         CacheSize       =   50
         MaxRecords      =   0
         BOFAction       =   0
         EOFAction       =   0
         ConnectStringType=   1
         Appearance      =   1
         BackColor       =   -2147483643
         ForeColor       =   -2147483640
         Orientation     =   0
         Enabled         =   -1
         Connect         =   "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=db_Client"
         OLEDBString     =   "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=db_Client"
         OLEDBFile       =   ""
         DataSourceName  =   ""
         OtherAttributes =   ""
         UserName        =   ""
         Password        =   ""
         RecordSource    =   "select * from tb_Client_csxx"
         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.Label Lbl_Province 
         BackStyle       =   0  'Transparent
         Height          =   180
         Index           =   1
         Left            =   5790
         TabIndex        =   34
         Top             =   5925
         Width           =   1290
      End
      Begin VB.Label Lbl_Province 
         BackStyle       =   0  'Transparent
         Height          =   195
         Index           =   29
         Left            =   6015
         TabIndex        =   33
         Top             =   5715
         Width           =   1305
      End
      Begin VB.Label Lbl_Province 
         BackStyle       =   0  'Transparent
         Height          =   465
         Index           =   26
         Left            =   6960
         TabIndex        =   32
         Top             =   5190
         Width           =   255
      End
      Begin VB.Label Lbl_Province 
         BackStyle       =   0  'Transparent
         Height          =   270
         Index           =   5
         Left            =   5745
         TabIndex        =   31
         Top             =   5430
         Width           =   510
      End
      Begin VB.Label Lbl_Province 
         BackStyle       =   0  'Transparent
         Height          =   510
         Index           =   32
         Left            =   6720
         TabIndex        =   30
         Top             =   4245
         Width           =   240
      End
      Begin VB.Label Lbl_Province 
         BackStyle       =   0  'Transparent
         Height          =   570
         Index           =   3
         Left            =   6465
         TabIndex        =   29
         Top             =   4785
         Width           =   255
      End
      Begin VB.Label Lbl_Province 
         BackStyle       =   0  'Transparent
         Height          =   660
         Index           =   16
         Left            =   6045
         TabIndex        =   28
         Top             =   4530
         Width           =   255
      End
      Begin VB.Label Lbl_Province 
         BackStyle       =   0  'Transparent
         Height          =   630
         Index           =   13
         Left            =   5445
         TabIndex        =   27
         Top             =   4575
         Width           =   345
      End
      Begin VB.Label Lbl_Province 
         BackStyle       =   0  'Transparent
         Height          =   300
         Index           =   7
         Left            =   4470
         TabIndex        =   26
         Top             =   4980
         Width           =   660
      End
      Begin VB.Label Lbl_Province 
         BackStyle       =   0  'Transparent
         Height          =   285
         Index           =   33
         Left            =   4575
         TabIndex        =   25
         Top             =   4455
         Width           =   480
      End
      Begin VB.Label Lbl_Province 
         BackStyle       =   0  'Transparent
         Height          =   300
         Index           =   12
         Left            =   5325
         TabIndex        =   24
         Top             =   4140
         Width           =   645
      End
      Begin VB.Label Lbl_Province 
         BackStyle       =   0  'Transparent
         Height          =   330
         Index           =   10
         Left            =   5430
         TabIndex        =   23
         Top             =   3675
         Width           =   570
      End
      Begin VB.Label Lbl_Province 
         BackStyle       =   0  'Transparent
         Height          =   675
         Index           =   0
         Left            =   6180
         TabIndex        =   22
         Top             =   3660
         Width           =   285
      End
      Begin VB.Label Lbl_Province 
         BackStyle       =   0  'Transparent
         Height          =   240
         Index           =   24
         Left            =   6990
         TabIndex        =   21
         Top             =   3960
         Width           =   420
      End
      Begin VB.Label Lbl_Province 
         BackStyle       =   0  'Transparent
         Height          =   540
         Index           =   15
         Left            =   6585
         TabIndex        =   20
         Top             =   3570
         Width           =   210
      End
      Begin VB.Label Lbl_Province 
         BackStyle       =   0  'Transparent
         Height          =   225
         Index           =   21
         Left            =   6090
         TabIndex        =   19
         Top             =   3120

⌨️ 快捷键说明

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