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

📄 fkdc.frm

📁 送水管理系统 运用VISUAL BASIC言自制系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form FKDC 
   Caption         =   "付款单查询"
   ClientHeight    =   4680
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   7425
   LinkTopic       =   "Form1"
   ScaleHeight     =   4680
   ScaleWidth      =   7425
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame1 
      Height          =   2895
      Left            =   120
      TabIndex        =   0
      Top             =   720
      Width           =   7215
      Begin VB.TextBox Text9 
         Height          =   375
         Left            =   1080
         TabIndex        =   12
         Text            =   "Text9"
         Top             =   2280
         Width           =   1935
      End
      Begin VB.TextBox Text8 
         Height          =   375
         Left            =   5760
         TabIndex        =   11
         Text            =   "Text8"
         Top             =   1680
         Width           =   1335
      End
      Begin VB.TextBox Text7 
         Height          =   375
         Left            =   1080
         TabIndex        =   10
         Text            =   "Text7"
         Top             =   1680
         Width           =   3735
      End
      Begin VB.TextBox Text6 
         Height          =   375
         Left            =   5760
         TabIndex        =   9
         Text            =   "Text6"
         Top             =   1200
         Width           =   1335
      End
      Begin VB.TextBox Text5 
         Height          =   375
         Left            =   3360
         TabIndex        =   8
         Text            =   "Text5"
         Top             =   1200
         Width           =   1455
      End
      Begin VB.TextBox Text4 
         Height          =   375
         Left            =   1080
         TabIndex        =   7
         Text            =   "Text4"
         Top             =   1200
         Width           =   1455
      End
      Begin VB.TextBox Text3 
         Height          =   375
         Left            =   5760
         TabIndex        =   6
         Text            =   "Text3"
         Top             =   720
         Width           =   1215
      End
      Begin VB.ComboBox Combo3 
         Height          =   300
         Left            =   2160
         TabIndex        =   5
         Text            =   "Combo3"
         Top             =   720
         Width           =   2295
      End
      Begin VB.TextBox Text2 
         Height          =   375
         Left            =   1080
         TabIndex        =   4
         Text            =   "Text2"
         Top             =   720
         Width           =   1095
      End
      Begin VB.ComboBox Combo2 
         Height          =   300
         Left            =   5640
         TabIndex        =   3
         Text            =   "Combo2"
         Top             =   240
         Width           =   1335
      End
      Begin VB.ComboBox Combo1 
         Height          =   300
         Left            =   3600
         TabIndex        =   2
         Text            =   "Combo1"
         Top             =   240
         Width           =   1215
      End
      Begin VB.TextBox Text1 
         Height          =   375
         Left            =   1080
         TabIndex        =   1
         Text            =   "Text1"
         Top             =   240
         Width           =   1575
      End
      Begin VB.Line Line1 
         X1              =   120
         X2              =   7080
         Y1              =   2160
         Y2              =   2160
      End
      Begin VB.Label Label11 
         Caption         =   "欠    票"
         Height          =   375
         Left            =   120
         TabIndex        =   23
         Top             =   2280
         Width           =   735
      End
      Begin VB.Label Label10 
         Caption         =   "开票人"
         Height          =   495
         Left            =   4920
         TabIndex        =   22
         Top             =   1680
         Width           =   735
      End
      Begin VB.Label Label9 
         Caption         =   "摘    要"
         Height          =   375
         Left            =   120
         TabIndex        =   21
         Top             =   1680
         Width           =   735
      End
      Begin VB.Label Label8 
         Caption         =   "发票金额"
         Height          =   375
         Left            =   4920
         TabIndex        =   20
         Top             =   1200
         Width           =   735
      End
      Begin VB.Label Label7 
         Caption         =   "发票号码"
         Height          =   375
         Left            =   2640
         TabIndex        =   19
         Top             =   1200
         Width           =   855
      End
      Begin VB.Label Label6 
         Caption         =   "付款金额"
         Height          =   375
         Left            =   120
         TabIndex        =   18
         Top             =   1200
         Width           =   975
      End
      Begin VB.Label Label5 
         Caption         =   "应付金额"
         Height          =   375
         Left            =   4920
         TabIndex        =   17
         Top             =   720
         Width           =   855
      End
      Begin VB.Label Label4 
         Caption         =   "供货商名称"
         Height          =   375
         Left            =   120
         TabIndex        =   16
         Top             =   720
         Width           =   975
      End
      Begin VB.Label Label3 
         Caption         =   "付款人"
         Height          =   375
         Left            =   4920
         TabIndex        =   15
         Top             =   240
         Width           =   615
      End
      Begin VB.Label Label2 
         Caption         =   "付款日期"
         Height          =   375
         Left            =   2760
         TabIndex        =   14
         Top             =   240
         Width           =   735
      End
      Begin VB.Label Label1 
         Caption         =   "单据编号"
         Height          =   375
         Left            =   120
         TabIndex        =   13
         Top             =   240
         Width           =   735
      End
   End
End
Attribute VB_Name = "FKDC"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()

End Sub

Private Sub Frame1_DragDrop(Source As Control, X As Single, Y As Single)

End Sub

⌨️ 快捷键说明

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