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

📄 skd.frm

📁 用VB编写送水系统的源代码,可以针对目前送水公司进行开发
💻 FRM
字号:
VERSION 5.00
Begin VB.Form FRMSKD 
   Caption         =   "收款单"
   ClientHeight    =   7650
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   10425
   LinkTopic       =   "Form1"
   ScaleHeight     =   7650
   ScaleWidth      =   10425
   StartUpPosition =   3  '窗口缺省
   Begin VB.ComboBox Combo1 
      Height          =   300
      Left            =   4680
      TabIndex        =   4
      Text            =   "Combo1"
      Top             =   2760
      Width           =   1695
   End
   Begin VB.Frame Frame1 
      Height          =   3735
      Left            =   240
      TabIndex        =   0
      Top             =   2400
      Width           =   9975
      Begin VB.CheckBox Check1 
         Height          =   255
         Left            =   6240
         TabIndex        =   25
         Top             =   2520
         Width           =   255
      End
      Begin VB.TextBox Text9 
         Height          =   375
         Left            =   1080
         TabIndex        =   23
         Text            =   "Text9"
         Top             =   2400
         Width           =   1935
      End
      Begin VB.TextBox Text8 
         Height          =   375
         Left            =   7200
         TabIndex        =   21
         Text            =   "管理员"
         Top             =   1680
         Width           =   1695
      End
      Begin VB.TextBox Text7 
         Height          =   375
         Left            =   1080
         TabIndex        =   19
         Text            =   "Text7"
         Top             =   1680
         Width           =   5055
      End
      Begin VB.TextBox Text6 
         Height          =   375
         Left            =   7200
         TabIndex        =   17
         Text            =   "Text6"
         Top             =   1200
         Width           =   1695
      End
      Begin VB.TextBox Text5 
         Height          =   375
         Left            =   3480
         TabIndex        =   16
         Text            =   "Text5"
         Top             =   1200
         Width           =   2655
      End
      Begin VB.TextBox Text4 
         Height          =   375
         Left            =   1080
         TabIndex        =   13
         Text            =   "Text4"
         Top             =   1200
         Width           =   1455
      End
      Begin VB.TextBox Text3 
         Height          =   390
         Left            =   7200
         TabIndex        =   11
         Text            =   "Text3"
         Top             =   720
         Width           =   1695
      End
      Begin VB.ComboBox Combo3 
         Height          =   300
         Left            =   2400
         TabIndex        =   9
         Text            =   "Combo3"
         Top             =   840
         Width           =   3735
      End
      Begin VB.TextBox Text2 
         Height          =   270
         Left            =   1080
         TabIndex        =   8
         Text            =   "Text2"
         Top             =   840
         Width           =   1215
      End
      Begin VB.ComboBox Combo2 
         Height          =   300
         Left            =   7200
         TabIndex        =   6
         Text            =   "Combo2"
         Top             =   360
         Width           =   1695
      End
      Begin VB.TextBox Text1 
         Height          =   375
         Left            =   1080
         TabIndex        =   2
         Text            =   "Text1"
         Top             =   360
         Width           =   2295
      End
      Begin VB.Label Label12 
         Caption         =   "是否冲抵客户欠款"
         Height          =   255
         Left            =   6480
         TabIndex        =   24
         Top             =   2520
         Width           =   1575
      End
      Begin VB.Label Label11 
         Caption         =   " 欠    票"
         Height          =   375
         Left            =   120
         TabIndex        =   22
         Top             =   2520
         Width           =   975
      End
      Begin VB.Line Line1 
         X1              =   240
         X2              =   9000
         Y1              =   2280
         Y2              =   2280
      End
      Begin VB.Label Label10 
         Caption         =   "开 票 人"
         Height          =   375
         Left            =   6240
         TabIndex        =   20
         Top             =   1680
         Width           =   975
      End
      Begin VB.Label Label9 
         Caption         =   "摘    要"
         Height          =   375
         Left            =   240
         TabIndex        =   18
         Top             =   1800
         Width           =   735
      End
      Begin VB.Label Label8 
         Caption         =   "发票金额"
         Height          =   375
         Left            =   6240
         TabIndex        =   15
         Top             =   1320
         Width           =   1575
      End
      Begin VB.Label Label7 
         Caption         =   "发票号码"
         Height          =   375
         Left            =   2640
         TabIndex        =   14
         Top             =   1320
         Width           =   1095
      End
      Begin VB.Label Label6 
         Caption         =   "收款金额"
         Height          =   495
         Left            =   240
         TabIndex        =   12
         Top             =   1320
         Width           =   1215
      End
      Begin VB.Label Label5 
         Caption         =   "应收金额"
         Height          =   375
         Left            =   6240
         TabIndex        =   10
         Top             =   840
         Width           =   975
      End
      Begin VB.Label Label4 
         Caption         =   "客户名称"
         Height          =   375
         Left            =   240
         TabIndex        =   7
         Top             =   840
         Width           =   1215
      End
      Begin VB.Label Label3 
         Caption         =   "收款人"
         Height          =   375
         Left            =   6240
         TabIndex        =   5
         Top             =   360
         Width           =   975
      End
      Begin VB.Label Label2 
         Caption         =   "收款日期"
         Height          =   375
         Left            =   3600
         TabIndex        =   3
         Top             =   360
         Width           =   1335
      End
      Begin VB.Label Label1 
         Caption         =   "单据编号"
         Height          =   375
         Left            =   240
         TabIndex        =   1
         Top             =   360
         Width           =   1095
      End
   End
End
Attribute VB_Name = "FRMSKD"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Frame2_DragDrop(Source As Control, X As Single, Y As Single)

End Sub

⌨️ 快捷键说明

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