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

📄 clyl.frm

📁 煤炭销售管理系统.完成煤炭销售的日常管理工作,和重车计量系统空车计量系统配合使用.
💻 FRM
字号:
VERSION 5.00
Begin VB.Form clyl 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "拉煤车辆登记单打印预览"
   ClientHeight    =   3300
   ClientLeft      =   36
   ClientTop       =   336
   ClientWidth     =   9408
   Icon            =   "clyl.frx":0000
   LinkTopic       =   "Form4"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3300
   ScaleWidth      =   9408
   StartUpPosition =   3  '窗口缺省
   Begin VB.TextBox txtFields 
      BorderStyle     =   0  'None
      DataField       =   "ch"
      DataSource      =   "datPrimaryRS"
      Height          =   285
      Index           =   0
      Left            =   1920
      TabIndex        =   6
      Top             =   960
      Width           =   1332
   End
   Begin VB.TextBox txtFields 
      BorderStyle     =   0  'None
      DataField       =   "cx"
      DataSource      =   "datPrimaryRS"
      Height          =   285
      Index           =   1
      Left            =   4560
      TabIndex        =   5
      Top             =   960
      Width           =   1452
   End
   Begin VB.TextBox txtFields 
      BorderStyle     =   0  'None
      DataField       =   "hdzz"
      DataSource      =   "datPrimaryRS"
      Height          =   285
      Index           =   2
      Left            =   7440
      TabIndex        =   4
      Top             =   960
      Width           =   1332
   End
   Begin VB.TextBox txtFields 
      BorderStyle     =   0  'None
      DataField       =   "cz"
      DataSource      =   "datPrimaryRS"
      Height          =   285
      Index           =   3
      Left            =   1920
      TabIndex        =   3
      Top             =   1500
      Width           =   1332
   End
   Begin VB.TextBox txtFields 
      BorderStyle     =   0  'None
      DataField       =   "sfz"
      DataSource      =   "datPrimaryRS"
      Height          =   285
      Index           =   4
      Left            =   4560
      TabIndex        =   2
      Top             =   1500
      Width           =   1452
   End
   Begin VB.TextBox txtFields 
      BorderStyle     =   0  'None
      DataField       =   "dh"
      DataSource      =   "datPrimaryRS"
      Height          =   285
      Index           =   5
      Left            =   7440
      TabIndex        =   1
      Top             =   1500
      Width           =   1332
   End
   Begin VB.TextBox txtFields 
      BorderStyle     =   0  'None
      DataField       =   "dz"
      DataSource      =   "datPrimaryRS"
      Height          =   285
      Index           =   6
      Left            =   1920
      TabIndex        =   0
      Top             =   2040
      Width           =   6852
   End
   Begin VB.Label Label3 
      Height          =   372
      Left            =   1800
      TabIndex        =   16
      Top             =   2640
      Width           =   3372
   End
   Begin VB.Label Label2 
      Caption         =   "时间:"
      Height          =   372
      Left            =   600
      TabIndex        =   15
      Top             =   2640
      Width           =   972
   End
   Begin VB.Line Line2 
      BorderWidth     =   2
      X1              =   480
      X2              =   9120
      Y1              =   2520
      Y2              =   2520
   End
   Begin VB.Line Line1 
      BorderWidth     =   2
      X1              =   480
      X2              =   9120
      Y1              =   840
      Y2              =   840
   End
   Begin VB.Label Label1 
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "拉煤车辆登记单"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   18
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   372
      Left            =   2040
      TabIndex        =   14
      Top             =   240
      Width           =   5892
   End
   Begin VB.Label lblLabels 
      Caption         =   "车号:"
      Height          =   252
      Index           =   0
      Left            =   720
      TabIndex        =   13
      Top             =   960
      Width           =   972
   End
   Begin VB.Label lblLabels 
      Caption         =   "车型:"
      Height          =   252
      Index           =   1
      Left            =   3600
      TabIndex        =   12
      Top             =   960
      Width           =   852
   End
   Begin VB.Label lblLabels 
      Caption         =   "核定载重:"
      Height          =   252
      Index           =   2
      Left            =   6240
      TabIndex        =   11
      Top             =   960
      Width           =   972
   End
   Begin VB.Label lblLabels 
      Caption         =   "车主姓名:"
      Height          =   252
      Index           =   3
      Left            =   720
      TabIndex        =   10
      Top             =   1500
      Width           =   972
   End
   Begin VB.Label lblLabels 
      Caption         =   "身份证号:"
      Height          =   252
      Index           =   4
      Left            =   3600
      TabIndex        =   9
      Top             =   1500
      Width           =   852
   End
   Begin VB.Label lblLabels 
      Caption         =   "联系电话:"
      Height          =   252
      Index           =   5
      Left            =   6240
      TabIndex        =   8
      Top             =   1500
      Width           =   972
   End
   Begin VB.Label lblLabels 
      Caption         =   "家庭住址:"
      Height          =   252
      Index           =   6
      Left            =   720
      TabIndex        =   7
      Top             =   2040
      Width           =   972
   End
End
Attribute VB_Name = "clyl"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Me.Label3.Caption = Format(Now, "yyyy-mm-dd")
End Sub

⌨️ 快捷键说明

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