📄 frmplaneedit.frm
字号:
VERSION 5.00
Begin VB.Form FrmPlaneEdit
BorderStyle = 1 'Fixed Single
Caption = "编辑飞机信息"
ClientHeight = 3495
ClientLeft = 45
ClientTop = 345
ClientWidth = 6855
Icon = "FrmPlaneEdit.frx":0000
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3495
ScaleWidth = 6855
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Cmd_Ok
Caption = "确 定"
Default = -1 'True
Height = 400
Left = 1592
MouseIcon = "FrmPlaneEdit.frx":0442
MousePointer = 99 'Custom
Style = 1 'Graphical
TabIndex = 8
Top = 2880
Width = 1300
End
Begin VB.CommandButton Cmd_Cancel
Cancel = -1 'True
Caption = "取 消"
Height = 400
Left = 3962
MouseIcon = "FrmPlaneEdit.frx":074C
MousePointer = 99 'Custom
Style = 1 'Graphical
TabIndex = 9
Top = 2880
Width = 1300
End
Begin VB.Frame Frame1
Height = 2535
Left = 240
TabIndex = 17
Top = 120
Width = 6375
Begin VB.CheckBox Check1
Caption = "周一"
Height = 255
Left = 1320
TabIndex = 10
Top = 1643
Width = 735
End
Begin VB.CheckBox Check2
Caption = "周二"
Height = 255
Left = 2040
TabIndex = 11
Top = 1643
Width = 735
End
Begin VB.CheckBox Check3
Caption = "周三"
Height = 255
Left = 2760
TabIndex = 12
Top = 1643
Width = 735
End
Begin VB.CheckBox Check4
Caption = "周四"
Height = 255
Left = 3480
TabIndex = 13
Top = 1643
Width = 735
End
Begin VB.CheckBox Check5
Caption = "周五"
Height = 255
Left = 4200
TabIndex = 14
Top = 1643
Width = 735
End
Begin VB.CheckBox Check6
Caption = "周六"
Height = 255
Left = 4920
TabIndex = 15
Top = 1643
Width = 735
End
Begin VB.CheckBox Check7
Caption = "周日"
Height = 255
Left = 5640
TabIndex = 16
Top = 1643
Width = 735
End
Begin VB.TextBox txtPno
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 300
Left = 4920
MaxLength = 50
TabIndex = 1
Top = 240
Width = 1335
End
Begin VB.TextBox txtEtime
BeginProperty Font
Name = "Arial"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 330
Left = 4920
MaxLength = 20
TabIndex = 5
Top = 1132
Width = 1335
End
Begin VB.TextBox txtStime
BeginProperty Font
Name = "Arial"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 330
Left = 1320
MaxLength = 200
TabIndex = 4
Top = 1132
Width = 1335
End
Begin VB.TextBox txtEairport
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 300
Left = 4920
MaxLength = 100
TabIndex = 3
Top = 701
Width = 1335
End
Begin VB.TextBox txtSairport
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 300
Left = 1320
MaxLength = 50
TabIndex = 2
Top = 701
Width = 1335
End
Begin VB.TextBox txtAirCom
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 300
Left = 1320
MaxLength = 50
TabIndex = 0
Top = 240
Width = 1335
End
Begin VB.TextBox txtPrice2
Alignment = 1 'Right Justify
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 4920
MaxLength = 10
TabIndex = 7
Text = "0"
Top = 2040
Width = 1335
End
Begin VB.TextBox txtPrice1
Alignment = 1 'Right Justify
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 1320
MaxLength = 10
TabIndex = 6
Text = "0"
Top = 2040
Width = 1335
End
Begin VB.Label Label8
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "航班周期"
Height = 180
Left = 240
TabIndex = 26
Top = 1680
Width = 720
End
Begin VB.Label Label7
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "飞机航班"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 180
Left = 3840
TabIndex = 25
Top = 315
Width = 720
End
Begin VB.Label Label11
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "抵达时间"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -