?? frm臨表選擇.frm
字號(hào):
VERSION 5.00
Object = "{00025600-0000-0000-C000-000000000046}#4.6#0"; "CRYSTL32.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.1#0"; "COMDLG32.OCX"
Begin VB.Form Frm臨表選擇
Caption = "臨時(shí)發(fā)放報(bào)表選擇"
ClientHeight = 2025
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 2025
ScaleWidth = 4680
StartUpPosition = 2 'CenterScreen
Begin MSComDlg.CommonDialog CD1
Left = 4110
Top = 60
_ExtentX = 847
_ExtentY = 847
_Version = 327680
End
Begin Crystal.CrystalReport CR1
Left = 3480
Top = 90
_ExtentX = 741
_ExtentY = 741
_Version = 262150
End
Begin VB.CommandButton Command3
Caption = "打印機(jī)設(shè)置(&s)"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 405
Left = 180
TabIndex = 5
Top = 1440
Width = 1905
End
Begin VB.CommandButton Command2
Cancel = -1 'True
Caption = "返回(&Q)"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 405
Left = 3330
TabIndex = 4
Top = 1440
Width = 1245
End
Begin VB.CommandButton Command1
Caption = "打印(&P)"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 405
Left = 2100
TabIndex = 3
Top = 1440
Width = 1215
End
Begin VB.Frame Frame1
Caption = "選擇表類型:"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1065
Left = 180
TabIndex = 0
Top = 180
Width = 4365
Begin VB.OptionButton Option2
Caption = "匯總表"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 405
Left = 2400
TabIndex = 2
Top = 450
Width = 1395
End
Begin VB.OptionButton Option1
Caption = "簽名表"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 720
TabIndex = 1
Top = 480
Value = -1 'True
Width = 1425
End
End
End
Attribute VB_Name = "Frm臨表選擇"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Dim bpwjm As String
Private Sub Command1_Click()
CR1.DataFiles(0) = xtlj & "dwxx.mdb"
CR1.ReportFileName = bpwjm
CR1.PrintReport
End Sub
Private Sub Command2_Click()
Unload Me
End Sub
Private Sub Command3_Click()
cd1.ShowPrinter
End Sub
Private Sub Form_Load()
Option1.Value = True
bpwjm = xtlj & "rpt\臨發(fā)表.rpt"
End Sub
Private Sub Option1_Click()
bpwjm = xtlj & "rpt\臨發(fā)表.rpt"
End Sub
Private Sub Option2_Click()
bpwjm = xtlj & "rpt\臨發(fā)匯.rpt"
End Sub
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -