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

📄 frmkhgl.frm

📁 petrostation + sysytem
💻 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"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Begin VB.Form frmKHGL 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "客户管理"
   ClientHeight    =   7440
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   11250
   Icon            =   "frmKHGL.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Picture         =   "frmKHGL.frx":29C12
   ScaleHeight     =   7440
   ScaleWidth      =   11250
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Frame2 
      BackColor       =   &H8000000A&
      Height          =   735
      Left            =   600
      TabIndex        =   15
      Top             =   6000
      Width           =   9735
      Begin VB.CommandButton cmdMD 
         Caption         =   "Ⅰ← "
         BeginProperty Font 
            Name            =   "黑体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Index           =   0
         Left            =   120
         TabIndex        =   24
         Top             =   240
         Width           =   735
      End
      Begin VB.CommandButton cmdMD 
         Caption         =   "←"
         BeginProperty Font 
            Name            =   "黑体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Index           =   1
         Left            =   840
         TabIndex        =   23
         Top             =   240
         Width           =   735
      End
      Begin VB.CommandButton cmdMD 
         Caption         =   "→"
         BeginProperty Font 
            Name            =   "黑体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Index           =   2
         Left            =   1560
         TabIndex        =   22
         Top             =   240
         Width           =   735
      End
      Begin VB.CommandButton cmdMD 
         Caption         =   "→Ⅰ"
         BeginProperty Font 
            Name            =   "黑体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Index           =   3
         Left            =   2280
         TabIndex        =   21
         Top             =   240
         Width           =   735
      End
      Begin VB.CommandButton cmdAdd 
         Caption         =   "增加"
         Height          =   375
         Left            =   5520
         TabIndex        =   20
         Top             =   240
         Width           =   855
      End
      Begin VB.CommandButton cmdUpdate 
         Caption         =   "保存"
         Height          =   375
         Left            =   6360
         TabIndex        =   19
         Top             =   240
         Width           =   855
      End
      Begin VB.CommandButton cmdDelete 
         Caption         =   "删除"
         Height          =   375
         Left            =   7200
         TabIndex        =   18
         Top             =   240
         Width           =   735
      End
      Begin VB.CommandButton cmdRefresh 
         Caption         =   "刷新"
         Height          =   375
         Left            =   7920
         TabIndex        =   17
         Top             =   240
         Width           =   735
      End
      Begin VB.CommandButton cmdEnd 
         Caption         =   "退出"
         Height          =   375
         Left            =   8640
         TabIndex        =   16
         Top             =   240
         Width           =   735
      End
   End
   Begin TabDlg.SSTab SSTab1 
      Height          =   4695
      Left            =   600
      TabIndex        =   4
      Top             =   1320
      Width           =   9495
      _ExtentX        =   16748
      _ExtentY        =   8281
      _Version        =   393216
      Tabs            =   2
      TabHeight       =   520
      TabCaption(0)   =   "客户信息"
      TabPicture(0)   =   "frmKHGL.frx":4A9D7
      Tab(0).ControlEnabled=   -1  'True
      Tab(0).Control(0)=   "Label1"
      Tab(0).Control(0).Enabled=   0   'False
      Tab(0).Control(1)=   "Label2"
      Tab(0).Control(1).Enabled=   0   'False
      Tab(0).Control(2)=   "Label3"
      Tab(0).Control(2).Enabled=   0   'False
      Tab(0).Control(3)=   "Label4"
      Tab(0).Control(3).Enabled=   0   'False
      Tab(0).Control(4)=   "Label5"
      Tab(0).Control(4).Enabled=   0   'False
      Tab(0).Control(5)=   "gys(0)"
      Tab(0).Control(5).Enabled=   0   'False
      Tab(0).Control(6)=   "gys(1)"
      Tab(0).Control(6).Enabled=   0   'False
      Tab(0).Control(7)=   "gys(2)"
      Tab(0).Control(7).Enabled=   0   'False
      Tab(0).Control(8)=   "gys(3)"
      Tab(0).Control(8).Enabled=   0   'False
      Tab(0).Control(9)=   "gys(4)"
      Tab(0).Control(9).Enabled=   0   'False
      Tab(0).ControlCount=   10
      TabCaption(1)   =   "客户列表"
      TabPicture(1)   =   "frmKHGL.frx":4A9F3
      Tab(1).ControlEnabled=   0   'False
      Tab(1).Control(0)=   "dgdKHGL"
      Tab(1).ControlCount=   1
      Begin MSDataGridLib.DataGrid dgdKHGL 
         Bindings        =   "frmKHGL.frx":4AA0F
         Height          =   4215
         Left            =   -75000
         TabIndex        =   25
         Top             =   480
         Width           =   9495
         _ExtentX        =   16748
         _ExtentY        =   7435
         _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 VB.TextBox gys 
         Enabled         =   0   'False
         Height          =   375
         Index           =   4
         Left            =   1800
         TabIndex        =   14
         Top             =   3600
         Width           =   7095
      End
      Begin VB.TextBox gys 
         Enabled         =   0   'False
         Height          =   375
         Index           =   3
         Left            =   1800
         TabIndex        =   13
         Top             =   2880
         Width           =   7095
      End
      Begin VB.TextBox gys 
         Enabled         =   0   'False
         Height          =   375
         Index           =   2
         Left            =   1800
         TabIndex        =   12
         Top             =   2160
         Width           =   7095
      End
      Begin VB.TextBox gys 
         Enabled         =   0   'False
         Height          =   375
         Index           =   1
         Left            =   1800
         TabIndex        =   11
         Top             =   1440
         Width           =   7095
      End
      Begin VB.TextBox gys 
         Enabled         =   0   'False
         Height          =   375
         Index           =   0
         Left            =   1800
         TabIndex        =   10
         Top             =   720
         Width           =   7095
      End
      Begin VB.Label Label5 
         AutoSize        =   -1  'True
         Caption         =   "车    型:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   210
         Left            =   600
         TabIndex        =   9
         Top             =   3720
         Width           =   1050
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "联系电话:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   210
         Left            =   600
         TabIndex        =   8
         Top             =   3000
         Width           =   1050
      End
      Begin VB.Label Label3 

⌨️ 快捷键说明

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