📄 form18.frm
字号:
VERSION 5.00
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.2#0"; "COMCTL32.OCX"
Object = "{A964BDA3-3E93-11CF-9A0F-9E6261DACD1C}#2.0#0"; "RESIZE32.OCX"
Begin VB.Form Form18
Caption = "槽线"
ClientHeight = 6600
ClientLeft = 60
ClientTop = 345
ClientWidth = 5985
LinkTopic = "Form18"
MDIChild = -1 'True
ScaleHeight = 6600
ScaleWidth = 5985
Begin VB.CommandButton cmdOK
Caption = "确定"
Height = 350
Left = 4515
TabIndex = 1
Top = 6165
Width = 1000
End
Begin VB.PictureBox Picture1
Height = 5300
Left = 390
ScaleHeight = 5235
ScaleWidth = 5085
TabIndex = 0
Top = 585
Width = 5150
Begin VB.Image Image1
Height = 5295
Left = 0
Stretch = -1 'True
Top = -30
Width = 5145
End
End
Begin ComctlLib.TabStrip TabStrip1
Height = 6000
Left = 90
TabIndex = 2
Top = 90
Width = 5805
_ExtentX = 10239
_ExtentY = 10583
_Version = 327682
BeginProperty Tabs {0713E432-850A-101B-AFC0-4210102A8DA7}
NumTabs = 1
BeginProperty Tab1 {0713F341-850A-101B-AFC0-4210102A8DA7}
Caption = "槽 线"
Object.Tag = ""
ImageVarType = 2
EndProperty
EndProperty
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin ResizeLibCtl.ReSize ReSize1
Left = 440
Top = 4670
_Version = 131072
_ExtentX = 741
_ExtentY = 741
_StockProps = 0
Enabled = -1 'True
FormMinWidth = 0
FormMinHeight = 0
FormDesignHeight= 6600
FormDesignWidth = 5985
End
End
Attribute VB_Name = "Form18"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdOK_Click()
Form18.Hide
End Sub
Private Sub Form_Load()
'窗体居中
Me.Width = 6100
Me.Left = 400
Me.Top = 400
Me.Height = 7000
Image1.Picture = LoadPicture(App.Path & "\image\cx-b.bmp")
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -