📄 form1.frm
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "Comdlg32.ocx"
Begin VB.Form Form1
BackColor = &H00E0E0E0&
BorderStyle = 1 'Fixed Single
Caption = "条形码设计程序"
ClientHeight = 5310
ClientLeft = 45
ClientTop = 330
ClientWidth = 8880
Icon = "Form1.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5310
ScaleWidth = 8880
StartUpPosition = 2 '屏幕中心
Begin VB.PictureBox Picture2
Appearance = 0 'Flat
AutoRedraw = -1 'True
BackColor = &H00E0E0E0&
BorderStyle = 0 'None
FillStyle = 0 'Solid
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 1545
Left = 90
ScaleHeight = 1545
ScaleWidth = 8745
TabIndex = 12
Top = 3300
Width = 8745
End
Begin VB.Frame Frame2
BackColor = &H00E0E0E0&
Caption = "128条码属性设置"
Height = 825
Left = 60
TabIndex = 3
Top = 720
Width = 8805
Begin VB.CheckBox ChkExecute
Appearance = 0 'Flat
BackColor = &H00E0E0E0&
Caption = "保存后显示"
ForeColor = &H80000008&
Height = 255
Left = 360
TabIndex = 15
Top = 540
Value = 1 'Checked
Width = 1935
End
Begin VB.CheckBox checkBarCaption
Appearance = 0 'Flat
BackColor = &H00E0E0E0&
Caption = "显示标题"
ForeColor = &H80000008&
Height = 255
Left = 2640
TabIndex = 9
Top = 210
Value = 1 'Checked
Width = 1815
End
Begin VB.CheckBox chkTextAlignment
Appearance = 0 'Flat
BackColor = &H00E0E0E0&
Caption = "标题位置"
ForeColor = &H80000008&
Height = 255
Left = 360
TabIndex = 8
Top = 210
Value = 1 'Checked
Width = 2175
End
Begin VB.ComboBox cboBarSize
Height = 315
ItemData = "Form1.frx":030A
Left = 7710
List = "Form1.frx":0317
Style = 2 'Dropdown List
TabIndex = 6
Top = 180
Width = 975
End
Begin VB.ComboBox cboTextStyle
Height = 315
ItemData = "Form1.frx":0331
Left = 5640
List = "Form1.frx":0341
Style = 2 'Dropdown List
TabIndex = 4
Top = 150
Width = 975
End
Begin VB.Label Label5
BackStyle = 0 'Transparent
Caption = "条码大小"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 195
Left = 6780
TabIndex = 7
Top = 210
Width = 855
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "文字风格"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 225
Left = 4620
TabIndex = 5
Top = 210
Width = 975
End
End
Begin VB.Frame Frame1
BackColor = &H00E0E0E0&
Caption = "条码类型"
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 5370
TabIndex = 2
Top = -30
Width = 3165
Begin VB.CheckBox chkBar39
BackColor = &H00E0E0E0&
Caption = "Bar 39"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 1740
TabIndex = 11
Top = 180
Value = 1 'Checked
Width = 1395
End
Begin VB.CheckBox chkBar128
BackColor = &H00E0E0E0&
Caption = "Bar 128"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 90
TabIndex = 10
Top = 210
Value = 1 'Checked
Width = 1425
End
End
Begin VB.PictureBox Picture1
AutoRedraw = -1 'True
BackColor = &H00E0E0E0&
BorderStyle = 0 'None
Height = 1545
Left = 90
ScaleHeight = 1545
ScaleWidth = 8745
TabIndex = 1
Top = 1650
Width = 8745
End
Begin VB.TextBox Text1
Alignment = 2 'Center
BeginProperty Font
Name = "Arial"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1650
MaxLength = 21
TabIndex = 0
Text = "S123456T789"
Top = 90
Width = 3675
End
Begin MSComDlg.CommonDialog CDialog
Left = 540
Top = 5370
_ExtentX = 847
_ExtentY = 847
_Version = 393216
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "输入条码内容"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 405
Left = 180
TabIndex = 14
Top = 180
Width = 1485
End
Begin VB.Label Label1
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "右键单击条码,保存该条码"
BeginProperty Font
Name = "Arial"
Size = 9
Charset = 0
Weight = 700
Underline = 0 'False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -