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

📄 pur_rep_op.frm

📁 nice proggy nnnnnnnnnnnnnn
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form2 
   BackColor       =   &H00400000&
   Caption         =   "Select a Choice"
   ClientHeight    =   2805
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   2415
   ControlBox      =   0   'False
   LinkTopic       =   "Form2"
   ScaleHeight     =   2805
   ScaleWidth      =   2415
   StartUpPosition =   2  'CenterScreen
   Begin VB.CommandButton Command2 
      BackColor       =   &H00FFFFFF&
      Default         =   -1  'True
      Height          =   555
      Left            =   870
      Picture         =   "pur_rep_op.frx":0000
      Style           =   1  'Graphical
      TabIndex        =   4
      Top             =   2160
      Width           =   675
   End
   Begin VB.OptionButton Option4 
      BackColor       =   &H00400000&
      Caption         =   "Account Name"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFFFF&
      Height          =   495
      Left            =   195
      TabIndex        =   3
      Top             =   1605
      Width           =   2145
   End
   Begin VB.OptionButton Option3 
      BackColor       =   &H00400000&
      Caption         =   "Sale Between Dates"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFFFF&
      Height          =   495
      Left            =   195
      TabIndex        =   2
      Top             =   1110
      Width           =   2565
   End
   Begin VB.OptionButton Option2 
      BackColor       =   &H00400000&
      Caption         =   "Specific Date"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFFFF&
      Height          =   495
      Left            =   180
      TabIndex        =   1
      Top             =   615
      Width           =   1785
   End
   Begin VB.OptionButton Option1 
      BackColor       =   &H00400000&
      Caption         =   "Bill Number"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFFFF&
      Height          =   495
      Left            =   180
      TabIndex        =   0
      Top             =   135
      Width           =   2085
   End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command2_Click()
If Option4.Value = True Then
    sale_op.Tag = "ac"
End If

If Option3.Value = True Then
    sale_op.Tag = "sd"
End If
    
If Option2.Value = True Then
    Call MAIN.db_sp_date_Click
    MAIN.Enabled = True
    MAIN.Show
    Unload Me
    Exit Sub
End If
  
sale_op.Show
Unload Me
    
End Sub

⌨️ 快捷键说明

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