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

📄 frmwizardsteptwo.frm

📁 适合乡镇供电所使用电费处理系统v3 软件
💻 FRM
字号:
VERSION 5.00
Begin VB.Form FrmWizardStepTwo 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "ND20000数据向导"
   ClientHeight    =   5370
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   8130
   Icon            =   "FrmWizardStepTwo.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5370
   ScaleWidth      =   8130
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame2 
      Height          =   2520
      Left            =   2430
      TabIndex        =   8
      Top             =   1515
      Width           =   5520
      Begin VB.CommandButton Command5 
         Caption         =   "维护(&W)"
         Height          =   315
         Left            =   4410
         TabIndex        =   18
         Top             =   2115
         Width           =   960
      End
      Begin VB.CommandButton Command4 
         Caption         =   "保存(&S)"
         Height          =   330
         Left            =   3090
         TabIndex        =   17
         Top             =   2100
         Width           =   990
      End
      Begin VB.TextBox Text4 
         Height          =   300
         Left            =   1320
         TabIndex        =   16
         Text            =   "Text4"
         Top             =   1710
         Width           =   1860
      End
      Begin VB.TextBox Text3 
         Height          =   270
         Left            =   1320
         TabIndex        =   15
         Text            =   "Text3"
         Top             =   1215
         Width           =   945
      End
      Begin VB.TextBox Text2 
         Height          =   270
         Left            =   1305
         TabIndex        =   14
         Text            =   "Text2"
         Top             =   780
         Width           =   2535
      End
      Begin VB.TextBox Text1 
         Height          =   270
         Left            =   1305
         TabIndex        =   13
         Text            =   "Text1"
         Top             =   285
         Width           =   3990
      End
      Begin VB.Label Label8 
         Caption         =   "抄表员:"
         Height          =   195
         Left            =   285
         TabIndex        =   12
         Top             =   1755
         Width           =   825
      End
      Begin VB.Label Label7 
         Caption         =   "编码:"
         Height          =   180
         Left            =   285
         TabIndex        =   11
         Top             =   1305
         Width           =   585
      End
      Begin VB.Label Label6 
         Caption         =   "简称:"
         Height          =   210
         Left            =   270
         TabIndex        =   10
         Top             =   825
         Width           =   720
      End
      Begin VB.Label Label5 
         Caption         =   "单位全称:"
         Height          =   240
         Left            =   255
         TabIndex        =   9
         Top             =   345
         Width           =   990
      End
   End
   Begin VB.Frame Frame1 
      Height          =   75
      Left            =   4500
      TabIndex        =   6
      Top             =   300
      Width           =   3480
   End
   Begin VB.CommandButton Command3 
      Caption         =   "上一步(&P)"
      Height          =   360
      Left            =   4785
      TabIndex        =   5
      Top             =   4710
      Width           =   1470
   End
   Begin VB.CommandButton Command2 
      Caption         =   "取消(&Q)"
      Height          =   375
      Left            =   2790
      TabIndex        =   1
      Top             =   4695
      Width           =   1500
   End
   Begin VB.CommandButton Command1 
      Caption         =   "下一步(&N)"
      Height          =   360
      Left            =   6690
      TabIndex        =   0
      Top             =   4710
      Width           =   1320
   End
   Begin VB.Label Label4 
      Caption         =   "下属(分管)单位信息设置"
      Height          =   255
      Left            =   2445
      TabIndex        =   7
      Top             =   240
      Width           =   2100
   End
   Begin VB.Label Label3 
      BackStyle       =   0  'Transparent
      Caption         =   "ND2000"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   12
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00E0E0E0&
      Height          =   330
      Left            =   810
      TabIndex        =   4
      Top             =   4575
      Width           =   1065
   End
   Begin VB.Label Label2 
      BackStyle       =   0  'Transparent
      Caption         =   "ND2000"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   12
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00000000&
      Height          =   330
      Left            =   780
      TabIndex        =   3
      Top             =   4590
      Width           =   1065
   End
   Begin VB.Label Label1 
      Caption         =   $"FrmWizardStepTwo.frx":1272
      Height          =   810
      Left            =   2580
      TabIndex        =   2
      Top             =   630
      Width           =   5220
   End
   Begin VB.Image Image2 
      Height          =   480
      Left            =   240
      Picture         =   "FrmWizardStepTwo.frx":1328
      Top             =   4545
      Width           =   480
   End
   Begin VB.Line Line2 
      BorderColor     =   &H80000005&
      X1              =   375
      X2              =   7965
      Y1              =   4485
      Y2              =   4485
   End
   Begin VB.Line Line1 
      BorderColor     =   &H80000003&
      X1              =   390
      X2              =   7995
      Y1              =   4470
      Y2              =   4470
   End
   Begin VB.Image Image1 
      BorderStyle     =   1  'Fixed Single
      Height          =   3840
      Left            =   225
      Picture         =   "FrmWizardStepTwo.frx":1623
      Stretch         =   -1  'True
      Top             =   195
      Width           =   2025
   End
End
Attribute VB_Name = "FrmWizardStepTwo"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

⌨️ 快捷键说明

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