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

📄 frmwizardstepsele.frm

📁 适合乡镇供电所使用电费处理系统v3 软件
💻 FRM
字号:
VERSION 5.00
Begin VB.Form FrmWizardStepSele 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "乡镇供电所电费处理系统数据建立向导(第一步:建立方式)"
   ClientHeight    =   5370
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   8130
   Icon            =   "FrmWizardStepSele.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5370
   ScaleWidth      =   8130
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame2 
      Caption         =   "有关参数设置"
      Height          =   2040
      Left            =   2595
      TabIndex        =   11
      Top             =   2235
      Width           =   5340
   End
   Begin VB.CommandButton Command4 
      Caption         =   "上一步(&P)"
      Height          =   360
      Left            =   4185
      TabIndex        =   6
      Top             =   4725
      Width           =   1065
   End
   Begin VB.CommandButton Command3 
      Caption         =   "帮助(&H)"
      Height          =   330
      Left            =   6810
      TabIndex        =   5
      Top             =   4740
      Width           =   1200
   End
   Begin VB.Frame Frame1 
      Caption         =   "建档方案选择"
      Height          =   1905
      Left            =   2610
      TabIndex        =   4
      Top             =   195
      Width           =   5310
      Begin VB.OptionButton Option4 
         Caption         =   "自定义"
         Height          =   180
         Left            =   1155
         TabIndex        =   10
         Top             =   1500
         Width           =   1110
      End
      Begin VB.OptionButton Option3 
         Caption         =   "按台区"
         Height          =   180
         Left            =   1140
         TabIndex        =   9
         Top             =   1095
         Width           =   1155
      End
      Begin VB.OptionButton Option2 
         Caption         =   "按抄表线路"
         Height          =   270
         Left            =   1125
         TabIndex        =   8
         Top             =   645
         Width           =   1365
      End
      Begin VB.OptionButton Option1 
         Caption         =   "按抄表区域(抄表段、村组)"
         Height          =   330
         Left            =   1110
         TabIndex        =   7
         Top             =   240
         Width           =   2715
      End
   End
   Begin VB.CommandButton Command2 
      Caption         =   "取消(&Q)"
      Height          =   360
      Left            =   2670
      TabIndex        =   1
      Top             =   4725
      Width           =   1140
   End
   Begin VB.CommandButton Command1 
      Caption         =   "下一步(&N)"
      Height          =   360
      Left            =   5520
      TabIndex        =   0
      Top             =   4725
      Width           =   1050
   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        =   3
      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        =   2
      Top             =   4590
      Width           =   1065
   End
   Begin VB.Image Image2 
      Height          =   480
      Left            =   240
      Picture         =   "FrmWizardStepSele.frx":1272
      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          =   3975
      Left            =   225
      Picture         =   "FrmWizardStepSele.frx":156D
      Top             =   195
      Width           =   2145
   End
End
Attribute VB_Name = "FrmWizardStepSele"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Sub Command2_Click()
   Unload Me
End Sub

⌨️ 快捷键说明

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