Appendix B – Sample Programs
Class Series Programmer’s Manual
155
Left = 120
TabIndex = 1
Top = 360
Width = 3492
End
Begin VB.Label Label1
Caption = “File Name”
Height = 255
Left = 120
TabIndex = 0
Top = 135
Width = 1455
End
Begin VB.Menu File
Caption = “&File”
Begin VB.Menu open
Caption = “&Open”
End
Begin VB.Menu exit
Caption = “&Exit”
Shortcut = ^Q
End
End
End
Attribute VB_Name = “Form1”
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
‘**********************************
#If Win32 Then
Private Type DOC_INFO_1
pDocName As String
pOutputFile As String
pDatatype As String
End Type
#End If ‘WIN32 Types
‘**********************************
‘** Function Declarations:
#If Win32 Then
Private Declare Function OpenPrinter& Lib “winspool.drv” Alias
“OpenPrinterA” (ByVal pPrinterName As String, phPrinter As Long, ByVal
pDefault As Long) ‘ Third param changed to long
Private Declare Function StartDocPrinter& Lib “winspool.drv” Alias
“StartDocPrinterA” (ByVal hPrinter As Long, ByVal Level As Long,
pDocInfo As DOC_INFO_1)
Содержание Ex2
Страница 2: ......
Страница 4: ......
Страница 15: ...xi Appendix V 281 Bar Code Symbology Information Resources 281 Glossary 283 ...
Страница 16: ...xii ...
Страница 30: ...Immediate Command Functions 14 Class Series Programmer s Manual ...
Страница 52: ...System Level Command Functions 36 Class Series Programmer s Manual ...
Страница 144: ...Label Formatting Command Functions 128 Class Series Programmer s Manual ...
Страница 162: ...Generating Label Formats 146 Class Series Programmer s Manual ...
Страница 182: ...Appendix D Reset Codes 166 Class Series Programmer s Manual ...
Страница 192: ...Appendix E Single Byte Symbol Sets 176 Class Series Programmer s Manual ...
Страница 236: ...Appendix G Barcode Details 220 Class Series Programmer s Manual ...
Страница 242: ...Appendix I Symbol Sets and Character Maps 226 Class Series Programmer s Manual ...
Страница 272: ...Appendix P UPC A and EAN 13 256 Class Series Programmer s Manual ...
Страница 282: ...Appendix R Plug and Play IDs 266 Class Series Programmer s Manual ...
Страница 296: ...Appendix U WiFi Region Country Codes 280 Class Series Programmer s Manual ...
Страница 302: ...Glossary 286 Class Series Programmer s Manual ...