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

📄 frm_dpgl.frm

📁 采用VB编写的学生订票管理系统 有详细的代码~解压后可以直接使用!~附有使用说明
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{0ECD9B60-23AA-11D0-B351-00A0C9055D8E}#6.0#0"; "MSHFLXGD.OCX"
Begin VB.Form Frm_dpgl 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "订票管理"
   ClientHeight    =   5250
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   7965
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   ScaleHeight     =   5250
   ScaleWidth      =   7965
   StartUpPosition =   2  '屏幕中心
   Begin MSHierarchicalFlexGridLib.MSHFlexGrid MS1 
      Height          =   1845
      Left            =   45
      TabIndex        =   23
      Top             =   2880
      Width           =   7815
      _ExtentX        =   13785
      _ExtentY        =   3254
      _Version        =   393216
      _NumberOfBands  =   1
      _Band(0).Cols   =   2
   End
   Begin VB.Frame Frame2 
      Caption         =   "学生信息"
      Height          =   615
      Left            =   0
      TabIndex        =   18
      Top             =   30
      Width           =   5550
      Begin VB.TextBox Txt_name 
         Enabled         =   0   'False
         Height          =   345
         Left            =   3690
         TabIndex        =   28
         Top             =   165
         Width           =   1515
      End
      Begin VB.TextBox Txt_num 
         DataSource      =   "Adodc1"
         Height          =   345
         Left            =   1140
         TabIndex        =   27
         Top             =   165
         Width           =   1515
      End
      Begin VB.Label Label4 
         Caption         =   "学  号"
         Height          =   210
         Left            =   315
         TabIndex        =   20
         Top             =   240
         Width           =   630
      End
      Begin VB.Label Label16 
         Caption         =   "姓  名"
         Height          =   210
         Left            =   2910
         TabIndex        =   19
         Top             =   210
         Width           =   765
      End
   End
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   330
      Left            =   -30
      Top             =   6075
      Width           =   1860
      _ExtentX        =   3281
      _ExtentY        =   582
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   2
      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_dpgl;Data Source=."
      OLEDBString     =   "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=db_dpgl;Data Source=."
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   "tb_cz"
      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 Command2 
      Caption         =   "返  回"
      Height          =   350
      Left            =   6390
      TabIndex        =   5
      Top             =   4830
      Width           =   800
   End
   Begin VB.CommandButton Command1 
      Caption         =   "预  订"
      Height          =   350
      Left            =   4770
      TabIndex        =   4
      Top             =   4845
      Width           =   800
   End
   Begin VB.Frame Frame1 
      Caption         =   "车票信息"
      Height          =   2130
      Left            =   15
      TabIndex        =   0
      Top             =   690
      Width           =   7830
      Begin VB.TextBox Txt_Tprice 
         Enabled         =   0   'False
         Height          =   345
         Left            =   6045
         TabIndex        =   29
         Top             =   1425
         Width           =   1515
      End
      Begin VB.ComboBox Cbx_czfs 
         Height          =   300
         ItemData        =   "Frm_dpgl.frx":0000
         Left            =   6045
         List            =   "Frm_dpgl.frx":001C
         Style           =   2  'Dropdown List
         TabIndex        =   25
         Top             =   915
         Width           =   1515
      End
      Begin VB.TextBox Txt_price 
         Enabled         =   0   'False
         Height          =   345
         Left            =   915
         TabIndex        =   15
         Top             =   1425
         Width           =   1515
      End
      Begin VB.ComboBox Cbx_gpfs 
         Height          =   300
         ItemData        =   "Frm_dpgl.frx":005C
         Left            =   3405
         List            =   "Frm_dpgl.frx":0066
         Style           =   2  'Dropdown List
         TabIndex        =   9
         Top             =   1395
         Width           =   1515
      End
      Begin VB.ComboBox Cbx_end 
         Height          =   300
         ItemData        =   "Frm_dpgl.frx":007A
         Left            =   3390
         List            =   "Frm_dpgl.frx":007C
         TabIndex        =   8
         Top             =   915
         Width           =   1515
      End
      Begin VB.ComboBox Cbx_start 
         Height          =   300
         ItemData        =   "Frm_dpgl.frx":007E
         Left            =   915
         List            =   "Frm_dpgl.frx":0080
         TabIndex        =   7
         Top             =   915
         Width           =   1515
      End
      Begin VB.ComboBox Cbx_cc 
         Height          =   300
         Left            =   915
         Style           =   2  'Dropdown List
         TabIndex        =   6
         Top             =   345
         Width           =   1515
      End
      Begin MSComCtl2.DTPicker Dtp1 
         Height          =   345
         Left            =   4620
         TabIndex        =   10
         Top             =   330
         Width           =   1380
         _ExtentX        =   2434
         _ExtentY        =   609
         _Version        =   393216
         Format          =   104071169
         CurrentDate     =   39404
      End
      Begin VB.Label Label13 
         Caption         =   "乘坐方式"
         Height          =   360
         Left            =   5115
         TabIndex        =   24
         Top             =   975
         Width           =   885
      End
      Begin VB.Label Lbl_lb 
         AutoSize        =   -1  'True
         Caption         =   "类别"
         Height          =   180
         Left            =   3150
         TabIndex        =   22
         Top             =   405
         Width           =   360
      End
      Begin VB.Label Label11 
         Caption         =   "类别"
         Height          =   270
         Left            =   2565
         TabIndex        =   21
         Top             =   390
         Width           =   435
      End
      Begin VB.Label Lbl_zw 
         Caption         =   "座位"
         Height          =   315
         Left            =   7110
         TabIndex        =   17
         Top             =   375
         Width           =   570
      End
      Begin VB.Label Label7 
         Caption         =   "是/否有座:"
         Height          =   255
         Left            =   6105
         TabIndex        =   16
         Top             =   375
         Width           =   990
      End
      Begin VB.Label Label8 
         Caption         =   "实际票价"
         Height          =   240
         Left            =   5175
         TabIndex        =   14
         Top             =   1500
         Width           =   810
      End
      Begin VB.Label Label6 
         Caption         =   "票  价"
         Height          =   315
         Left            =   90
         TabIndex        =   13
         Top             =   1530
         Width           =   885
      End
      Begin VB.Label Label9 
         Caption         =   "乘坐日期"
         Height          =   240
         Left            =   3780
         TabIndex        =   12
         Top             =   375
         Width           =   915
      End
      Begin VB.Label Label10 
         Caption         =   "购票方式"
         Height          =   210
         Left            =   2565
         TabIndex        =   11
         Top             =   1515
         Width           =   945
      End
      Begin VB.Label Label3 
         Caption         =   "车次编号"
         Height          =   255
         Left            =   90
         TabIndex        =   3
         Top             =   375
         Width           =   915
      End

⌨️ 快捷键说明

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