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

📄 通知单打印.frm

📁 用友U8财务软件VB源程序, 本版本为2002年版本
💻 FRM
📖 第 1 页 / 共 4 页
字号:
VERSION 5.00
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "comctl32.ocx"
Object = "{A0C292A3-118E-11D2-AFDF-000021730160}#1.0#0"; "UFEDIT.OCX"
Object = "{BA5441C3-11E6-11D2-89E1-000021886118}#8.0#0"; "UFRTPrn.ocx"
Begin VB.Form frmtzdPrn 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "利息通知单"
   ClientHeight    =   4740
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   8580
   HelpContextID   =   88000074
   Icon            =   "通知单打印.frx":0000
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4740
   ScaleWidth      =   8580
   StartUpPosition =   2  '屏幕中心
   Begin ComctlLib.Toolbar Toolbar1 
      Align           =   1  'Align Top
      Height          =   615
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   8580
      _ExtentX        =   15134
      _ExtentY        =   1085
      ButtonWidth     =   820
      ButtonHeight    =   926
      AllowCustomize  =   0   'False
      Appearance      =   1
      ImageList       =   "ImageList1"
      _Version        =   327682
      BeginProperty Buttons {0713E452-850A-101B-AFC0-4210102A8DA7} 
         NumButtons      =   17
         BeginProperty Button1 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Caption         =   "设置"
            Key             =   "Set"
            Object.Tag             =   ""
         EndProperty
         BeginProperty Button2 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Caption         =   "打印"
            Key             =   "Print"
            Object.Tag             =   ""
         EndProperty
         BeginProperty Button3 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Caption         =   "预览"
            Key             =   "Preview"
            Object.Tag             =   ""
         EndProperty
         BeginProperty Button4 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Caption         =   "批打"
            Key             =   "BatchPrn"
            Object.Tag             =   ""
         EndProperty
         BeginProperty Button5 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Key             =   ""
            Object.Tag             =   ""
            Style           =   3
            MixedState      =   -1  'True
         EndProperty
         BeginProperty Button6 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Caption         =   "查询"
            Key             =   "Seek"
            Object.Tag             =   ""
         EndProperty
         BeginProperty Button7 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Key             =   ""
            Object.Tag             =   ""
            Style           =   3
            MixedState      =   -1  'True
         EndProperty
         BeginProperty Button8 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Caption         =   "修改"
            Key             =   "Modify"
            Object.Tag             =   ""
         EndProperty
         BeginProperty Button9 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Caption         =   "存盘"
            Key             =   "Save"
            Object.Tag             =   ""
         EndProperty
         BeginProperty Button10 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Key             =   ""
            Object.Tag             =   ""
            Style           =   3
            MixedState      =   -1  'True
         EndProperty
         BeginProperty Button11 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Caption         =   "首张"
            Key             =   "FirstPage"
            Object.Tag             =   ""
         EndProperty
         BeginProperty Button12 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Caption         =   "上张"
            Key             =   "PriorPage"
            Object.Tag             =   ""
         EndProperty
         BeginProperty Button13 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Caption         =   "下张"
            Key             =   "NextPage"
            Object.Tag             =   ""
         EndProperty
         BeginProperty Button14 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Caption         =   "末张"
            Key             =   "LastPage"
            Object.Tag             =   ""
         EndProperty
         BeginProperty Button15 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Key             =   ""
            Object.Tag             =   ""
            Style           =   3
            MixedState      =   -1  'True
         EndProperty
         BeginProperty Button16 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Caption         =   "帮助"
            Key             =   "Help"
            Object.Tag             =   ""
         EndProperty
         BeginProperty Button17 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Caption         =   "退出"
            Key             =   "exit"
            Object.Tag             =   ""
         EndProperty
      EndProperty
   End
   Begin VB.PictureBox Picture1 
      Height          =   3435
      Left            =   0
      ScaleHeight     =   3375
      ScaleWidth      =   8520
      TabIndex        =   2
      Top             =   1305
      Width           =   8580
      Begin VB.TextBox txtBillCode 
         Appearance      =   0  'Flat
         BackColor       =   &H80000000&
         BorderStyle     =   0  'None
         Height          =   180
         Left            =   6540
         Locked          =   -1  'True
         TabIndex        =   25
         Text            =   "txtBillCode"
         Top             =   3060
         Width           =   1830
      End
      Begin VB.TextBox txtChkCode 
         Appearance      =   0  'Flat
         BackColor       =   &H80000000&
         BorderStyle     =   0  'None
         Height          =   180
         Left            =   3930
         Locked          =   -1  'True
         TabIndex        =   24
         Text            =   "txtChkCode"
         Top             =   3060
         Width           =   1935
      End
      Begin VB.TextBox txtAccID 
         Appearance      =   0  'Flat
         BackColor       =   &H80000000&
         BorderStyle     =   0  'None
         Height          =   225
         Left            =   5190
         Locked          =   -1  'True
         TabIndex        =   23
         Text            =   "txtAccID"
         Top             =   210
         Width           =   3120
      End
      Begin VB.TextBox txtUtName 
         Appearance      =   0  'Flat
         BackColor       =   &H80000000&
         BorderStyle     =   0  'None
         Height          =   180
         Left            =   1200
         Locked          =   -1  'True
         TabIndex        =   22
         TabStop         =   0   'False
         Text            =   "txtUtName"
         Top             =   210
         Width           =   3120
      End
      Begin VB.Frame Frame1 
         BackColor       =   &H80000018&
         BorderStyle     =   0  'None
         Height          =   2250
         Left            =   240
         TabIndex        =   3
         Top             =   615
         Width           =   8055
         Begin VB.TextBox txtRate 
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   9
               Charset         =   134
               Weight          =   400
               Underline       =   -1  'True
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            ForeColor       =   &H00C00000&
            Height          =   675
            Left            =   1395
            Locked          =   -1  'True
            MultiLine       =   -1  'True
            ScrollBars      =   2  'Vertical
            TabIndex        =   26
            TabStop         =   0   'False
            Top             =   900
            Width           =   5970
         End
         Begin EDITLib.Edit edtRemark 
            Height          =   285
            Left            =   1395
            TabIndex        =   21
            Top             =   1725
            Width           =   5970
            _Version        =   65536
            _ExtentX        =   10530
            _ExtentY        =   503
            _StockProps     =   253
            ForeColor       =   0
            BackColor       =   16777215
            Appearance      =   1
            MaxLength       =   200
         End
         Begin EDITLib.Edit edtInter 
            Height          =   285
            Left            =   4020
            TabIndex        =   20
            Top             =   510
            Width           =   2040
            _Version        =   65536
            _ExtentX        =   3598
            _ExtentY        =   503
            _StockProps     =   253
            ForeColor       =   0
            BackColor       =   16777215
            Appearance      =   1
            Locked          =   -1
         End
         Begin EDITLib.Edit edtSum 
            Height          =   285
            Left            =   1395
            TabIndex        =   19
            Top             =   495
            Width           =   1875
            _Version        =   65536
            _ExtentX        =   3307
            _ExtentY        =   503
            _StockProps     =   253
            ForeColor       =   0
            BackColor       =   16777215
            Appearance      =   1
            Locked          =   -1
         End
         Begin EDITLib.Edit edtDays 
            Height          =   285
            Left            =   6195
            TabIndex        =   18
            Top             =   75
            Width           =   960
            _Version        =   65536
            _ExtentX        =   1693
            _ExtentY        =   503
            _StockProps     =   253
            ForeColor       =   0
            BackColor       =   16777215
            Appearance      =   1
            Locked          =   -1
         End
         Begin EDITLib.Edit edtEnd 
            Height          =   285
            Left            =   4020
            TabIndex        =   17
            Top             =   75
            Width           =   1500
            _Version        =   65536
            _ExtentX        =   2646
            _ExtentY        =   503
            _StockProps     =   253
            ForeColor       =   0
            BackColor       =   16777215
            Appearance      =   1
            Locked          =   -1
         End
         Begin EDITLib.Edit edtStart 
            Height          =   285
            Left            =   1395
            TabIndex        =   16
            Top             =   75
            Width           =   1440
            _Version        =   65536
            _ExtentX        =   2540
            _ExtentY        =   503
            _StockProps     =   253
            ForeColor       =   0
            BackColor       =   16777215
            Appearance      =   1
            Locked          =   -1
         End
         Begin VB.Line Line1 
            Index           =   4

⌨️ 快捷键说明

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