36 lines
1.0 KiB
Plaintext
36 lines
1.0 KiB
Plaintext
VERSION 5.00
|
|
Object = "{00025600-0000-0000-C000-000000000046}#5.2#0"; "CRYSTL32.OCX"
|
|
Begin VB.Form frmJCPrint
|
|
Caption = "Job Cost Print"
|
|
ClientHeight = 3195
|
|
ClientLeft = 60
|
|
ClientTop = 345
|
|
ClientWidth = 4680
|
|
LinkTopic = "Form1"
|
|
ScaleHeight = 3195
|
|
ScaleWidth = 4680
|
|
StartUpPosition = 3 'Windows Default
|
|
Begin VB.TextBox txtSQL
|
|
Height = 435
|
|
Left = 1380
|
|
TabIndex = 0
|
|
Top = 1920
|
|
Width = 1695
|
|
End
|
|
Begin Crystal.CrystalReport crJobCost
|
|
Left = 1560
|
|
Top = 1200
|
|
_ExtentX = 741
|
|
_ExtentY = 741
|
|
_Version = 348160
|
|
PrintFileLinesPerPage= 60
|
|
End
|
|
End
|
|
Attribute VB_Name = "frmJCPrint"
|
|
Attribute VB_GlobalNameSpace = False
|
|
Attribute VB_Creatable = False
|
|
Attribute VB_PredeclaredId = True
|
|
Attribute VB_Exposed = False
|
|
Option Explicit
|
|
|