📄 frmorderman.frm
字号:
VERSION 5.00
Object = "{4932CEF1-2CAA-11D2-A165-0060081C43D9}#2.0#0"; "Actbar2.OCX"
Begin VB.Form frmOrderMan
Caption = "加工單生產進度"
ClientHeight = 9015
ClientLeft = 60
ClientTop = 450
ClientWidth = 15240
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 9015
ScaleWidth = 15240
Begin ActiveBar2LibraryCtl.ActiveBar2 ActiveBar21
Height = 9015
Left = 0
TabIndex = 0
Top = 0
Width = 15405
_LayoutVersion = 1
_ExtentX = 27173
_ExtentY = 15901
_DataPath = ""
Bands = "frmOrderMan.frx":0000
Begin VB.Frame Frame1
Height = 8475
Left = 60
TabIndex = 1
Top = 420
Width = 15015
Begin VB.PictureBox TDBGrid1
Height = 8175
Left = 120
ScaleHeight = 8115
ScaleWidth = 14715
TabIndex = 2
Top = 180
Width = 14775
End
End
End
End
Attribute VB_Name = "frmOrderMan"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Load()
'设置窗口大小
FormInit Me, True
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -